Newman Run Dashboard

Tuesday, 27 January 2026 17:05:57
Total Iterations

3

Total Assertions

45

Total Failed Tests

12

Total Skipped Tests

0


File Information
Collection: In-Warranty Flow Copy
Environment: QA Env
Timings and Data
Total run duration: 43.4s
Total data received: 11.31MB
Average response time: 297ms
Summary Item Total Failed
Requests 144 3
Prerequest Scripts 12 0
Test Scripts 33 0
Assertions 45 9
Skipped Tests 0 -



Showing 12 Failures

Failed Test: verify if the response time is less than 100

Assertion Error Message
expected 468 to be below 100
Failed Test: verify if the status code is 401

Assertion Error Message
expected response to have status code 401 but got 500
Failed Test:

Assertion Error Message
Invalid URI "http:///v1/userdetails"
Failed Test: verify if the key is storing a non empty array

Assertion Error Message
expected_keys is not defined
Failed Test: verify if the response time is less than 100

Assertion Error Message
expected 226 to be below 100
Failed Test: verify if the status code is 401

Assertion Error Message
expected response to have status code 401 but got 500
Failed Test:

Assertion Error Message
Invalid URI "http:///v1/userdetails"
Failed Test: verify if the key is storing a non empty array

Assertion Error Message
expected_keys is not defined
Failed Test: verify if the response time is less than 100

Assertion Error Message
expected 225 to be below 100
Failed Test: verify if the status code is 401

Assertion Error Message
expected response to have status code 401 but got 500
Failed Test:

Assertion Error Message
Invalid URI "http:///v1/userdetails"
Failed Test: verify if the key is storing a non empty array

Assertion Error Message
expected_keys is not defined


There are no skipped tests



3 Iterations available to view
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login?
Response Information
Response Code: 200 - OK
Mean time per request: 468ms
Mean size per request: 690B

Test Pass Percentage
75 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 24eab870-1ae4-49a8-9d59-76763a148cb3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-yTon7zGn0tINGYNiByBFzuZ8e54"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTN9.3PG9LpGEP4GDC_6Y9sAoDSH4iRbHMa7OjtFVT3IF2wc"}}
Test Information
NamePassedFailedSkipped
verify if the status code is 200 1 0 0
verify if the response message is Success 1 0 0
verify if the response time is less than 100 0 1 0
verify if the response token is not null 1 0 0
Total 3 1 0
Test Failure
Test NameAssertion Error
verify if the response time is less than 100
expected 468 to be below 100
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login?
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 227ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 47514da8-77b3-4251-8084-50fd80f63ae9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 72
Request Body
{
            "username": "iamfdinvalid",
            "password": "invalidPassword"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
verify if the status code is 401 0 1 0
verify error message 1 0 0
validate json schema response 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
verify if the status code is 401
expected response to have status code 401 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://v1/userdetails
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTN9.3PG9LpGEP4GDC_6Y9sAoDSH4iRbHMa7OjtFVT3IF2wc
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4aa8cc1e-80dd-403a-b04c-40c6630c3963
Host
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 243B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTN9.3PG9LpGEP4GDC_6Y9sAoDSH4iRbHMa7OjtFVT3IF2wc
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7b345298-fcf6-4880-a79f-7a40588e164f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 243
ETag W/"f3-i6P49SqqJOTCJK1LUSYFZZOdMf4"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":1046},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 243B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTN9.3PG9LpGEP4GDC_6Y9sAoDSH4iRbHMa7OjtFVT3IF2wc
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 77217c27-f966-4316-b7a5-0460f03a3ad2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 243
ETag W/"f3-i6P49SqqJOTCJK1LUSYFZZOdMf4"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":1046},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
verify status code is 200 1 0 0
verify if the keys are present in response data array 1 0 0
Verify if the count for the json object Pending for delivery is Number or not 1 0 0
Verify if the count for the json object Created today is Number or not 1 0 0
Verify if the count for the json object Pending for FST assignment is Number or not 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTN9.3PG9LpGEP4GDC_6Y9sAoDSH4iRbHMa7OjtFVT3IF2wc
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c340e4ce-ad39-4ff6-b2a8-e25925feffc3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 10.53KB

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTN9.3PG9LpGEP4GDC_6Y9sAoDSH4iRbHMa7OjtFVT3IF2wc
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 35784794-e577-4d89-bdd3-6b7f24496700
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify whether the key mst_oem is present in the response 1 0 0
verify if the key is storing a non empty array 0 1 0
Total 1 1 0
Test Failure
Test NameAssertion Error
verify if the key is storing a non empty array
expected_keys is not defined
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Praj","last_name":"Test","mobile_number":"1234567891","mobile_number_alt":"","email_id":"praj22@test.com","email_id_alt":""},"customer_address":{"flat_number":"56","apartment_name":"ress","street_name":"4th Cross Road","landmark":"data","area":"4567","pincode":"560066","country":"India","state":"Karnataka"},"customer_product":{"dop":"2026-01-09T18:30:00.000Z","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","product_id":1,"mst_model_id":1},"problems":[{"id":1,"remark":"phone slow"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 297ms
Mean size per request: 233B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTN9.3PG9LpGEP4GDC_6Y9sAoDSH4iRbHMa7OjtFVT3IF2wc
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 546627a3-d5fb-4679-b95e-38c09b1c8b78
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1038
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Praj",
                "last_name": "Test",
                "mobile_number": "1234567891",
                "mobile_number_alt": "",
                "email_id": "praj22@test.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "56",
                "apartment_name": "ress",
                "street_name": "4th Cross Road",
                "landmark": "data",
                "area": "4567",
                "pincode": "560066",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2026-01-09T18:30:00.000Z",
                "serial_number": "12345678567567",
                "imei1": "16296194773734",
                "imei2": "16296194773734",
                "popurl": "2026-01-09T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 1
            },
            "problems": [
                {
                    "id": 1,
                    "remark": "phone slow"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-W+IZD63Cyr6YDFkkvH6IfOwZ6k4"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":168612,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":168629,"tr_customer_product_id":168619,"job_number":"JOB_168612"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Praj","last_name":"Test","mobile_number":"1234567891","mobile_number_alt":"","email_id":"praj22@test.com","email_id_alt":""},"customer_address":{"flat_number":"56","apartment_name":"ress","street_name":"4th Cross Road","landmark":"data","area":"4567","pincode":"560066","country":"India","state":"Karnataka"},"customer_product":{"dop":"2026-01-09T18:30:00.000Z","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","product_id":1,"mst_model_id":1},"problems":[{"id":1,"remark":"phone slow"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create?randomNumber=19220833279008
Response Information
Response Code: 200 - OK
Mean time per request: 288ms
Mean size per request: 233B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTN9.3PG9LpGEP4GDC_6Y9sAoDSH4iRbHMa7OjtFVT3IF2wc
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 319924cb-8d04-4d89-92d5-738d9415370e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1038
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Praj",
                "last_name": "Test",
                "mobile_number": "1234567891",
                "mobile_number_alt": "",
                "email_id": "praj22@test.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "56",
                "apartment_name": "ress",
                "street_name": "4th Cross Road",
                "landmark": "data",
                "area": "4567",
                "pincode": "560066",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2026-01-09T18:30:00.000Z",
                "serial_number": "12345678567567",
                "imei1": "19220833279008",
                "imei2": "19220833279008",
                "popurl": "2026-01-09T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 1
            },
            "problems": [
                {
                    "id": 1,
                    "remark": "phone slow"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-1StL3xpnEraEhT3IqprrMu8/lrU"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":168613,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":168630,"tr_customer_product_id":168620,"job_number":"JOB_168613"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 243B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTN9.3PG9LpGEP4GDC_6Y9sAoDSH4iRbHMa7OjtFVT3IF2wc
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 69a70763-b519-4154-b501-aa5b0c382259
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 243
ETag W/"f3-1UID1D9AEaFQ5AbqS0Q6vQj86bI"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":1048},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
verify if the count for the created job today is incremented 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 945ms
Mean size per request: 1017.59KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTN9.3PG9LpGEP4GDC_6Y9sAoDSH4iRbHMa7OjtFVT3IF2wc
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Cache-Control no-cache
Postman-Token 16d16c01-3155-4662-b756-b8ee5a9a271c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"fe65f-2KNkTK7Sud93dam1AiJ/CFSo9WE"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168555,"job_number":"JOB_168555","tr_customer_id":168572,"tr_customer_product_id":168562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:04.000Z","modified_at":"2026-01-27T14:39:14.000Z","name":"giyu tomiaka","mobile_number":"664-638-8499","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"942601100539197","imei1":"942601100539197","imei2":"942601100539197","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168554,"job_number":"JOB_168554","tr_customer_id":168571,"tr_customer_product_id":168561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:52.000Z","modified_at":"2026-01-27T14:39:02.000Z","name":"tanjiro kamado","mobile_number":"433-273-3217","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"207073624441731","imei1":"207073624441731","imei2":"207073624441731","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168553,"job_number":"JOB_168553","tr_customer_id":168570,"tr_customer_product_id":168560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:40.000Z","modified_at":"2026-01-27T14:38:50.000Z","name":"saitama sensei","mobile_number":"339-446-2160","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"875463016242838","imei1":"875463016242838","imei2":"875463016242838","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168535,"job_number":"JOB_168535","tr_customer_id":168552,"tr_customer_product_id":168542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Larissa Leuschke","mobile_number":"426-795-3122","email_id":"Elna.Rolfson28@hotmail.com","dop":"2025-06-09","serial_number":"109669950200651","imei1":"109669950200651","imei2":"109669950200651","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168534,"job_number":"JOB_168534","tr_customer_id":168551,"tr_customer_product_id":168541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:29.000Z","name":"Garfield Farrell","mobile_number":"952-254-4057","email_id":"Domenick87@hotmail.com","dop":"2025-06-09","serial_number":"100645100343978","imei1":"100645100343978","imei2":"100645100343978","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168533,"job_number":"JOB_168533","tr_customer_id":168550,"tr_customer_product_id":168540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:16.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103570441628619","imei1":"103570441628619","imei2":"103570441628619","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168530,"job_number":"JOB_168530","tr_customer_id":168547,"tr_customer_product_id":168537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Izaiah Kozey","mobile_number":"445-730-8619","email_id":"Tomasa2@hotmail.com","dop":"2025-06-09","serial_number":"105219142185075","imei1":"105219142185075","imei2":"105219142185075","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168528,"job_number":"JOB_168528","tr_customer_id":168545,"tr_customer_product_id":168535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:36:11.000Z","name":"Blanche VonRueden","mobile_number":"500-940-1093","email_id":"Andre.Schmidt@yahoo.com","dop":"2025-06-09","serial_number":"103384821840244","imei1":"103384821840244","imei2":"103384821840244","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168526,"job_number":"JOB_168526","tr_customer_id":168543,"tr_customer_product_id":168533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100344471231049","imei1":"100344471231049","imei2":"100344471231049","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168525,"job_number":"JOB_168525","tr_customer_id":168542,"tr_customer_product_id":168532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:43.000Z","modified_at":"2026-01-27T14:35:43.000Z","name":"Elise Dicki","mobile_number":"458-642-9793","email_id":"Reece.Crist@gmail.com","dop":"2025-06-09","serial_number":"16083747907973634","imei1":"16083747907973634","imei2":"16083747907973634","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168524,"job_number":"JOB_168524","tr_customer_id":168541,"tr_customer_product_id":168531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:42.000Z","modified_at":"2026-01-27T14:35:42.000Z","name":"Chaz Bogisich","mobile_number":"392-210-9533","email_id":"Celia_Kris@yahoo.com","dop":"2025-06-09","serial_number":"108671743184142","imei1":"108671743184142","imei2":"108671743184142","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168523,"job_number":"JOB_168523","tr_customer_id":168540,"tr_customer_product_id":168530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:41.000Z","modified_at":"2026-01-27T14:35:54.000Z","name":"Godfrey Dickens","mobile_number":"885-371-1600","email_id":"Cecelia.Satterfield13@yahoo.com","dop":"2025-06-09","serial_number":"107593543432128","imei1":"107593543432128","imei2":"107593543432128","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168522,"job_number":"JOB_168522","tr_customer_id":168539,"tr_customer_product_id":168529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:41.000Z","modified_at":"2026-01-27T14:35:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109228975100349","imei1":"109228975100349","imei2":"109228975100349","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168454,"job_number":"JOB_168454","tr_customer_id":168471,"tr_customer_product_id":168461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:02.000Z","modified_at":"2026-01-27T14:29:21.000Z","name":"Harsha VK","mobile_number":"8217871373","email_id":"harshahar03@gmail.com","dop":"2026-01-07","serial_number":"12312343243432","imei1":"12312343243432","imei2":"12312343243432","popurl":"2026-01-07T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-27T14:29:21.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":168420,"job_number":"JOB_168420","tr_customer_id":168437,"tr_customer_product_id":168427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:08.000Z","modified_at":"2026-01-27T14:20:32.000Z","name":"Jalyn Roberts","mobile_number":"622-230-0011","email_id":"Jess.Grant61@yahoo.com","dop":"2025-10-01","serial_number":"11790772838237","imei1":"11790772838237","imei2":"11790772838237","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168419,"job_number":"JOB_168419","tr_customer_id":168436,"tr_customer_product_id":168426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Herta Muller","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166178795897785","imei1":"166178795897785","imei2":"166178795897785","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168418,"job_number":"JOB_168418","tr_customer_id":168435,"tr_customer_product_id":168425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Tom Weber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166434105009195","imei1":"166434105009195","imei2":"166434105009195","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168417,"job_number":"JOB_168417","tr_customer_id":168434,"tr_customer_product_id":168424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Beryl Borer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128719321275112","imei1":"128719321275112","imei2":"128719321275112","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168416,"job_number":"JOB_168416","tr_customer_id":168433,"tr_customer_product_id":168423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:02.000Z","modified_at":"2026-01-27T14:20:02.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"184639982898047","imei1":"184639982898047","imei2":"184639982898047","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168415,"job_number":"JOB_168415","tr_customer_id":168432,"tr_customer_product_id":168422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:49.000Z","modified_at":"2026-01-27T14:19:49.000Z","name":"Lennie Hyatt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128484971475887","imei1":"128484971475887","imei2":"128484971475887","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168414,"job_number":"JOB_168414","tr_customer_id":168431,"tr_customer_product_id":168421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Irwin Schulist","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170474120072593","imei1":"170474120072593","imei2":"170474120072593","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168413,"job_number":"JOB_168413","tr_customer_id":168430,"tr_customer_product_id":168420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Kaitlin Macejkovic","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123011456727925","imei1":"123011456727925","imei2":"123011456727925","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168412,"job_number":"JOB_168412","tr_customer_id":168429,"tr_customer_product_id":168419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"136721794885198","imei1":"136721794885198","imei2":"136721794885198","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168408,"job_number":"JOB_168408","tr_customer_id":168425,"tr_customer_product_id":168415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:03.000Z","modified_at":"2026-01-27T14:03:15.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"61244624026113","imei1":"61244624026113","imei2":"61244624026113","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:03:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168404,"job_number":"JOB_168404","tr_customer_id":168421,"tr_customer_product_id":168411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:47.000Z","modified_at":"2026-01-27T14:02:59.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"83368626841605","imei1":"83368626841605","imei2":"83368626841605","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168024,"job_number":"JOB_168024","tr_customer_id":168041,"tr_customer_product_id":168031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:44:16.000Z","modified_at":"2026-01-27T16:39:15.000Z","name":"Nitin Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"97707161098983","imei1":"97707161098983","imei2":"97707161098983","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167975,"job_number":"JOB_167975","tr_customer_id":167992,"tr_customer_product_id":167982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:57.000Z","name":"Tyra Bode","mobile_number":"345-387-5492","email_id":"Vinnie_Hansen8@hotmail.com","dop":"2025-11-04","serial_number":"15467931154278","imei1":"15467931154278","imei2":"15467931154278","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167972,"job_number":"JOB_167972","tr_customer_id":167989,"tr_customer_product_id":167979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:27.000Z","modified_at":"2026-01-27T07:47:40.000Z","name":"Myrtie Von","mobile_number":"535-695-3663","email_id":"Garry.Deckow@gmail.com","dop":"2025-11-04","serial_number":"55820820197905","imei1":"55820820197905","imei2":"55820820197905","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167971,"job_number":"JOB_167971","tr_customer_id":167988,"tr_customer_product_id":167978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:10.000Z","modified_at":"2026-01-27T07:47:22.000Z","name":"Hailey Rath","mobile_number":"746-636-4364","email_id":"George0@yahoo.com","dop":"2025-11-04","serial_number":"84569898271866","imei1":"84569898271866","imei2":"84569898271866","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167956,"job_number":"JOB_167956","tr_customer_id":167973,"tr_customer_product_id":167963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:36:05.000Z","modified_at":"2026-01-27T07:36:05.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Bernita92@hotmail.com","dop":"2025-07-02","serial_number":"19468135399299","imei1":"19468135399299","imei2":"19468135399299","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167955,"job_number":"JOB_167955","tr_customer_id":167972,"tr_customer_product_id":167962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:45.000Z","modified_at":"2026-01-27T07:35:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Markus_Morar4@gmail.com","dop":"2025-07-02","serial_number":"11330791329777","imei1":"11330791329777","imei2":"11330791329777","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167954,"job_number":"JOB_167954","tr_customer_id":167971,"tr_customer_product_id":167961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:24.000Z","modified_at":"2026-01-27T07:35:24.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Jovan_Lakin@yahoo.com","dop":"2025-07-02","serial_number":"12311241407709","imei1":"12311241407709","imei2":"12311241407709","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167953,"job_number":"JOB_167953","tr_customer_id":167970,"tr_customer_product_id":167960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:28:10.000Z","modified_at":"2026-01-27T07:28:21.000Z","name":"Emie Bergstrom","mobile_number":"359-635-2065","email_id":"Marjorie.Larkin@yahoo.com","dop":"2025-11-04","serial_number":"32225753709504","imei1":"32225753709504","imei2":"32225753709504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167952,"job_number":"JOB_167952","tr_customer_id":167969,"tr_customer_product_id":167959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:55.000Z","modified_at":"2026-01-27T07:28:06.000Z","name":"Hubert Rolfson","mobile_number":"399-357-0889","email_id":"Giuseppe18@yahoo.com","dop":"2025-11-04","serial_number":"52472548051072","imei1":"52472548051072","imei2":"52472548051072","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167951,"job_number":"JOB_167951","tr_customer_id":167968,"tr_customer_product_id":167958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:39.000Z","modified_at":"2026-01-27T07:27:51.000Z","name":"Bernita Johnston","mobile_number":"924-316-2364","email_id":"Sylvester.Thompson@yahoo.com","dop":"2025-11-04","serial_number":"51972504316060","imei1":"51972504316060","imei2":"51972504316060","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167846,"job_number":"JOB_167846","tr_customer_id":167863,"tr_customer_product_id":167853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"63418459119098","imei1":"63418459119098","imei2":"63418459119098","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167842,"job_number":"JOB_167842","tr_customer_id":167859,"tr_customer_product_id":167849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:59.000Z","modified_at":"2026-01-27T06:30:12.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"14949087610513","imei1":"14949087610513","imei2":"14949087610513","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167841,"job_number":"JOB_167841","tr_customer_id":167858,"tr_customer_product_id":167848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:41.000Z","modified_at":"2026-01-27T06:29:54.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"83346861180614","imei1":"83346861180614","imei2":"83346861180614","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167814,"job_number":"JOB_167814","tr_customer_id":167831,"tr_customer_product_id":167821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:22:09.000Z","modified_at":"2026-01-27T06:22:36.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"87489460908188","imei1":"87489460908188","imei2":"87489460908188","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167813,"job_number":"JOB_167813","tr_customer_id":167830,"tr_customer_product_id":167820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:34.000Z","modified_at":"2026-01-27T06:20:34.000Z","name":"Sonny Turner","mobile_number":"799-958-6159","email_id":"Donna.MacGyver@yahoo.com","dop":"2025-06-09","serial_number":"103029682528025","imei1":"103029682528025","imei2":"103029682528025","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167812,"job_number":"JOB_167812","tr_customer_id":167829,"tr_customer_product_id":167819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:44.000Z","name":"Bryce Leffler","mobile_number":"385-608-7314","email_id":"Eleanora34@gmail.com","dop":"2025-06-09","serial_number":"101447873691916","imei1":"101447873691916","imei2":"101447873691916","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167811,"job_number":"JOB_167811","tr_customer_id":167828,"tr_customer_product_id":167818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100068897076486","imei1":"100068897076486","imei2":"100068897076486","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167807,"job_number":"JOB_167807","tr_customer_id":167824,"tr_customer_product_id":167814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:18.000Z","modified_at":"2026-01-27T06:20:18.000Z","name":"Adan Padberg","mobile_number":"624-381-5378","email_id":"Jessika.Roob@hotmail.com","dop":"2025-06-09","serial_number":"101487988748895","imei1":"101487988748895","imei2":"101487988748895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167806,"job_number":"JOB_167806","tr_customer_id":167823,"tr_customer_product_id":167813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:29.000Z","name":"Ruben Christiansen","mobile_number":"731-322-8089","email_id":"Rylan70@gmail.com","dop":"2025-06-09","serial_number":"101454981814787","imei1":"101454981814787","imei2":"101454981814787","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167805,"job_number":"JOB_167805","tr_customer_id":167822,"tr_customer_product_id":167812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:17.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107185650913150","imei1":"107185650913150","imei2":"107185650913150","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167804,"job_number":"JOB_167804","tr_customer_id":167821,"tr_customer_product_id":167811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:02.000Z","modified_at":"2026-01-27T06:20:02.000Z","name":"Margarete Runolfsson","mobile_number":"585-678-2135","email_id":"Neha_McCullough@yahoo.com","dop":"2025-06-09","serial_number":"102551438914382","imei1":"102551438914382","imei2":"102551438914382","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167803,"job_number":"JOB_167803","tr_customer_id":167820,"tr_customer_product_id":167810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:13.000Z","name":"Rashad Fritsch","mobile_number":"226-706-0013","email_id":"Jan_Boyle4@hotmail.com","dop":"2025-06-09","serial_number":"109276788223497","imei1":"109276788223497","imei2":"109276788223497","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167802,"job_number":"JOB_167802","tr_customer_id":167819,"tr_customer_product_id":167809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:01.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101552759016705","imei1":"101552759016705","imei2":"101552759016705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167795,"job_number":"JOB_167795","tr_customer_id":167812,"tr_customer_product_id":167802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:18:21.000Z","modified_at":"2026-01-27T06:18:44.000Z","name":"Enrico Kirlin","mobile_number":"251-555-3855","email_id":"Eli72@yahoo.com","dop":"2025-10-01","serial_number":"11322837650533","imei1":"11322837650533","imei2":"11322837650533","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167794,"job_number":"JOB_167794","tr_customer_id":167811,"tr_customer_product_id":167801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:35.000Z","modified_at":"2026-01-27T06:18:02.000Z","name":"Troy Langworth","mobile_number":"692-491-3396","email_id":"Bernadine.Runolfsdottir@hotmail.com","dop":"2025-11-04","serial_number":"84989457462321","imei1":"84989457462321","imei2":"84989457462321","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167793,"job_number":"JOB_167793","tr_customer_id":167810,"tr_customer_product_id":167800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:19.000Z","modified_at":"2026-01-27T06:17:30.000Z","name":"Wilhelmine Nienow","mobile_number":"634-944-3525","email_id":"Vena.Toy@gmail.com","dop":"2025-11-04","serial_number":"50739144913283","imei1":"50739144913283","imei2":"50739144913283","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167758,"job_number":"JOB_167758","tr_customer_id":167775,"tr_customer_product_id":167765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:13.000Z","modified_at":"2026-01-27T04:39:13.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19392864251321","imei1":"19392864251321","imei2":"19392864251321","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167757,"job_number":"JOB_167757","tr_customer_id":167774,"tr_customer_product_id":167764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:12.000Z","modified_at":"2026-01-27T04:39:22.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15588334816566","imei1":"15588334816566","imei2":"15588334816566","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167717,"job_number":"JOB_167717","tr_customer_id":167734,"tr_customer_product_id":167724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:13.000Z","name":"Emie Greenholt","mobile_number":"985-658-9900","email_id":"Rod41@hotmail.com","dop":"2025-06-09","serial_number":"105938978155234","imei1":"105938978155234","imei2":"105938978155234","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167716,"job_number":"JOB_167716","tr_customer_id":167733,"tr_customer_product_id":167723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:24.000Z","name":"Bennie Franecki","mobile_number":"802-828-9137","email_id":"Mario.Sanford@yahoo.com","dop":"2025-06-09","serial_number":"108192504023156","imei1":"108192504023156","imei2":"108192504023156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167715,"job_number":"JOB_167715","tr_customer_id":167732,"tr_customer_product_id":167722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:12.000Z","modified_at":"2026-01-27T03:59:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109186152508815","imei1":"109186152508815","imei2":"109186152508815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167707,"job_number":"JOB_167707","tr_customer_id":167724,"tr_customer_product_id":167714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Fermin Morar","mobile_number":"734-674-9275","email_id":"Monica.Schroeder@hotmail.com","dop":"2025-06-09","serial_number":"109431696412298","imei1":"109431696412298","imei2":"109431696412298","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167706,"job_number":"JOB_167706","tr_customer_id":167723,"tr_customer_product_id":167713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Kayley Grant","mobile_number":"987-283-8009","email_id":"Germaine16@gmail.com","dop":"2025-06-09","serial_number":"102323060459001","imei1":"102323060459001","imei2":"102323060459001","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167705,"job_number":"JOB_167705","tr_customer_id":167722,"tr_customer_product_id":167712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108554028495768","imei1":"108554028495768","imei2":"108554028495768","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167690,"job_number":"JOB_167690","tr_customer_id":167707,"tr_customer_product_id":167697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Yasmine O'Conner","mobile_number":"276-226-2059","email_id":"Micheal.Langworth@hotmail.com","dop":"2025-06-09","serial_number":"104117836226352","imei1":"104117836226352","imei2":"104117836226352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167688,"job_number":"JOB_167688","tr_customer_id":167705,"tr_customer_product_id":167695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:52.000Z","name":"Devyn Jerde","mobile_number":"833-279-3346","email_id":"Deja72@yahoo.com","dop":"2025-06-09","serial_number":"103696049142109","imei1":"103696049142109","imei2":"103696049142109","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167686,"job_number":"JOB_167686","tr_customer_id":167703,"tr_customer_product_id":167693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109429601299068","imei1":"109429601299068","imei2":"109429601299068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167647,"job_number":"JOB_167647","tr_customer_id":167664,"tr_customer_product_id":167654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Royce Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187031398724326","imei1":"187031398724326","imei2":"187031398724326","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167646,"job_number":"JOB_167646","tr_customer_id":167663,"tr_customer_product_id":167653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"George Wehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162741629655708","imei1":"162741629655708","imei2":"162741629655708","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167645,"job_number":"JOB_167645","tr_customer_id":167662,"tr_customer_product_id":167652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Joesph Wisozk","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180299567372427","imei1":"180299567372427","imei2":"180299567372427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167644,"job_number":"JOB_167644","tr_customer_id":167661,"tr_customer_product_id":167651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"160947787121403","imei1":"160947787121403","imei2":"160947787121403","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167635,"job_number":"JOB_167635","tr_customer_id":167652,"tr_customer_product_id":167642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Kayley Cartwright","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142568640052876","imei1":"142568640052876","imei2":"142568640052876","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167634,"job_number":"JOB_167634","tr_customer_id":167651,"tr_customer_product_id":167641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Constantin Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114120787849256","imei1":"114120787849256","imei2":"114120787849256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167633,"job_number":"JOB_167633","tr_customer_id":167650,"tr_customer_product_id":167640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Tanner Bernhard","mobile_number":"590-234-8156","email_id":"Hardy74@yahoo.com","dop":"2025-10-01","serial_number":"12083728362528","imei1":"12083728362528","imei2":"12083728362528","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167632,"job_number":"JOB_167632","tr_customer_id":167649,"tr_customer_product_id":167639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Krystel Mertz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169905397032309","imei1":"169905397032309","imei2":"169905397032309","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167631,"job_number":"JOB_167631","tr_customer_id":167648,"tr_customer_product_id":167638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:46.000Z","modified_at":"2026-01-27T03:57:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113592422631647","imei1":"113592422631647","imei2":"113592422631647","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167610,"job_number":"JOB_167610","tr_customer_id":167627,"tr_customer_product_id":167617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:32.000Z","modified_at":"2026-01-27T03:57:32.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Kim_Senger19@yahoo.com","dop":"2025-07-02","serial_number":"14478206148415","imei1":"14478206148415","imei2":"14478206148415","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167598,"job_number":"JOB_167598","tr_customer_id":167615,"tr_customer_product_id":167605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"giyu tomiaka","mobile_number":"325-918-4615","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"898295578132122","imei1":"898295578132122","imei2":"898295578132122","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167589,"job_number":"JOB_167589","tr_customer_id":167606,"tr_customer_product_id":167596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:15.000Z","modified_at":"2026-01-27T03:57:15.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kelsi_Schiller40@hotmail.com","dop":"2025-07-02","serial_number":"18330157911715","imei1":"18330157911715","imei2":"18330157911715","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167583,"job_number":"JOB_167583","tr_customer_id":167600,"tr_customer_product_id":167590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:08.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"tanjiro kamado","mobile_number":"491-800-0516","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"186981793403282","imei1":"186981793403282","imei2":"186981793403282","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167580,"job_number":"JOB_167580","tr_customer_id":167597,"tr_customer_product_id":167587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:58.000Z","modified_at":"2026-01-27T03:56:58.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Sonia_Reichel97@hotmail.com","dop":"2025-07-02","serial_number":"19374980428044","imei1":"19374980428044","imei2":"19374980428044","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167579,"job_number":"JOB_167579","tr_customer_id":167596,"tr_customer_product_id":167586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:57.000Z","modified_at":"2026-01-27T03:57:06.000Z","name":"saitama sensei","mobile_number":"241-714-5923","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"720202871951017","imei1":"720202871951017","imei2":"720202871951017","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167547,"job_number":"JOB_167547","tr_customer_id":167564,"tr_customer_product_id":167554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:17.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13975438843936","imei1":"13975438843936","imei2":"13975438843936","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167546,"job_number":"JOB_167546","tr_customer_id":167563,"tr_customer_product_id":167553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:26.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19803285126055","imei1":"19803285126055","imei2":"19803285126055","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167545,"job_number":"JOB_167545","tr_customer_id":167562,"tr_customer_product_id":167552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:15.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13453255964591","imei1":"13453255964591","imei2":"13453255964591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167544,"job_number":"JOB_167544","tr_customer_id":167561,"tr_customer_product_id":167551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:24.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16856548964448","imei1":"16856548964448","imei2":"16856548964448","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168613,"job_number":"JOB_168613","tr_customer_id":168630,"tr_customer_product_id":168620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19220833279008","imei2":"19220833279008","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168612,"job_number":"JOB_168612","tr_customer_id":168629,"tr_customer_product_id":168619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16296194773734","imei2":"16296194773734","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168611,"job_number":"JOB_168611","tr_customer_id":168628,"tr_customer_product_id":168618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:02:16.000Z","modified_at":"2026-01-27T17:02:16.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-01-17","serial_number":"87988284085858","imei1":"87988284085858","imei2":"87988284085858","popurl":"2026-01-17T17:02:15.590744627Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168610,"job_number":"JOB_168610","tr_customer_id":168627,"tr_customer_product_id":168617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:59:19.000Z","modified_at":"2026-01-27T16:59:19.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-01-17","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-01-17T16:59:18.674666402Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:59:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168609,"job_number":"JOB_168609","tr_customer_id":168626,"tr_customer_product_id":168616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:52.000Z","modified_at":"2026-01-27T16:58:52.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2026-01-17T16:58:51.281320551Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168608,"job_number":"JOB_168608","tr_customer_id":168625,"tr_customer_product_id":168615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:46.000Z","modified_at":"2026-01-27T16:58:46.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376402","imei1":"499863806376402","imei2":"499863806376402","popurl":"2026-01-17T16:58:45.122655427Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168607,"job_number":"JOB_168607","tr_customer_id":168624,"tr_customer_product_id":168614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:33.000Z","modified_at":"2026-01-27T16:58:33.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806375566","imei1":"499863806375566","imei2":"499863806375566","popurl":"2026-01-17T16:58:32.562471011Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168606,"job_number":"JOB_168606","tr_customer_id":168623,"tr_customer_product_id":168613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:52.000Z","modified_at":"2026-01-27T16:57:52.000Z","name":"Goswamee Shukla","mobile_number":"7097990517","email_id":"kamla.marar@hotmail.com","dop":"2026-01-17","serial_number":"484627285911710","imei1":"484627285911710","imei2":"484627285911710","popurl":"www.mahesh-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168605,"job_number":"JOB_168605","tr_customer_id":168622,"tr_customer_product_id":168612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:33.000Z","modified_at":"2026-01-27T16:57:33.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-17","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-17T16:57:32.867823459Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168604,"job_number":"JOB_168604","tr_customer_id":168621,"tr_customer_product_id":168611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:17.000Z","modified_at":"2026-01-27T16:55:17.000Z","name":"Chandravati Chattopadhyay","mobile_number":"8631652004","email_id":"kalyani.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"19520624202631","imei1":"19520624202631","imei2":"19520624202631","popurl":"www.akula-banerjee.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168603,"job_number":"JOB_168603","tr_customer_id":168620,"tr_customer_product_id":168610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:05.000Z","modified_at":"2026-01-27T16:55:05.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"19953254555558","imei1":"19953254555558","imei2":"19953254555558","popurl":"2026-01-17T16:54:55.361742867Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168602,"job_number":"JOB_168602","tr_customer_id":168619,"tr_customer_product_id":168609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:19.000Z","modified_at":"2026-01-27T16:54:19.000Z","name":"Geeta Varma","mobile_number":"8645740548","email_id":"ajit.iyengar@gmail.com","dop":"2026-01-17","serial_number":"80907096314582","imei1":"80907096314582","imei2":"80907096314582","popurl":"www.devasree-gupta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168601,"job_number":"JOB_168601","tr_customer_id":168618,"tr_customer_product_id":168608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:07.000Z","modified_at":"2026-01-27T16:54:07.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"25343391732759","imei1":"25343391732759","imei2":"25343391732759","popurl":"2026-01-17T16:53:57.624039735Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168600,"job_number":"JOB_168600","tr_customer_id":168617,"tr_customer_product_id":168607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:41:27.000Z","modified_at":"2026-01-27T16:41:27.000Z","name":"Sharda Pillai","mobile_number":"8683347037","email_id":"chandranath.guha@gmail.com","dop":"2026-01-17","serial_number":"39843149417090","imei1":"39843149417090","imei2":"39843149417090","popurl":"www.vaishnavi-varrier.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168599,"job_number":"JOB_168599","tr_customer_id":168616,"tr_customer_product_id":168606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:39:44.000Z","modified_at":"2026-01-27T16:39:44.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"73596642243346","imei1":"73596642243346","imei2":"73596642243346","popurl":"2026-01-17T16:39:41.482427800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168598,"job_number":"JOB_168598","tr_customer_id":168615,"tr_customer_product_id":168605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:36.000Z","modified_at":"2026-01-27T16:32:36.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70603217290434","imei1":"70603217290434","imei2":"70603217290434","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168597,"job_number":"JOB_168597","tr_customer_id":168614,"tr_customer_product_id":168604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:35.000Z","modified_at":"2026-01-27T16:33:04.000Z","name":"Florida Renner","mobile_number":"473-632-9627","email_id":"Filomena.Lindgren91@gmail.com","dop":"2026-01-04","serial_number":"10975282029036","imei1":"10975282029036","imei2":"10975282029036","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168596,"job_number":"JOB_168596","tr_customer_id":168613,"tr_customer_product_id":168603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:34.000Z","modified_at":"2026-01-27T16:32:34.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15467269520743","imei1":"15467269520743","imei2":"15467269520743","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168595,"job_number":"JOB_168595","tr_customer_id":168612,"tr_customer_product_id":168602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:00.000Z","modified_at":"2026-01-27T16:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"35289861359381","imei1":"35289861359381","imei2":"35289861359381","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168594,"job_number":"JOB_168594","tr_customer_id":168611,"tr_customer_product_id":168601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:59.000Z","modified_at":"2026-01-27T16:32:29.000Z","name":"Onie Wehner","mobile_number":"525-707-7386","email_id":"Guiseppe10@yahoo.com","dop":"2026-01-04","serial_number":"19591251401430","imei1":"19591251401430","imei2":"19591251401430","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168593,"job_number":"JOB_168593","tr_customer_id":168610,"tr_customer_product_id":168600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:58.000Z","modified_at":"2026-01-27T16:31:58.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10242320510615","imei1":"10242320510615","imei2":"10242320510615","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168592,"job_number":"JOB_168592","tr_customer_id":168609,"tr_customer_product_id":168599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:24.000Z","modified_at":"2026-01-27T16:31:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"109956327037031","imei1":"109956327037031","imei2":"109956327037031","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168591,"job_number":"JOB_168591","tr_customer_id":168608,"tr_customer_product_id":168598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:22.000Z","modified_at":"2026-01-27T16:31:53.000Z","name":"Jewel Jakubowski","mobile_number":"344-549-8027","email_id":"Emmanuel.Gorczany85@yahoo.com","dop":"2026-01-04","serial_number":"13123661182437","imei1":"13123661182437","imei2":"13123661182437","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168590,"job_number":"JOB_168590","tr_customer_id":168607,"tr_customer_product_id":168597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:22.000Z","modified_at":"2026-01-27T16:31:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16840232757090","imei1":"16840232757090","imei2":"16840232757090","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168589,"job_number":"JOB_168589","tr_customer_id":168606,"tr_customer_product_id":168596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:13.000Z","modified_at":"2026-01-27T16:18:13.000Z","name":"Vivien Smitham","mobile_number":"858-499-2536","email_id":"Antonette78@yahoo.com","dop":"2025-04-06","serial_number":"18109953822130028","imei1":"18109953822130028","imei2":"18109953822130028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168588,"job_number":"JOB_168588","tr_customer_id":168605,"tr_customer_product_id":168595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:12.000Z","modified_at":"2026-01-27T16:18:50.000Z","name":"Vicenta Hickle","mobile_number":"903-700-9662","email_id":"Jolie_Goodwin99@gmail.com","dop":"2025-04-06","serial_number":"14823471304770","imei1":"14823471304770","imei2":"14823471304770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:18:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168587,"job_number":"JOB_168587","tr_customer_id":168604,"tr_customer_product_id":168594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:11.000Z","modified_at":"2026-01-27T16:18:11.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14714863311555","imei1":"14714863311555","imei2":"14714863311555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168586,"job_number":"JOB_168586","tr_customer_id":168603,"tr_customer_product_id":168593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:27.000Z","modified_at":"2026-01-27T16:17:27.000Z","name":"Howell Jacobson","mobile_number":"361-577-6200","email_id":"Bettye99@gmail.com","dop":"2025-04-06","serial_number":"11158835911723754","imei1":"11158835911723754","imei2":"11158835911723754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168585,"job_number":"JOB_168585","tr_customer_id":168602,"tr_customer_product_id":168592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:26.000Z","modified_at":"2026-01-27T16:18:05.000Z","name":"Nathan Bailey","mobile_number":"314-431-0996","email_id":"Christop_McDermott@hotmail.com","dop":"2025-04-06","serial_number":"14199266172636","imei1":"14199266172636","imei2":"14199266172636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:18:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168584,"job_number":"JOB_168584","tr_customer_id":168601,"tr_customer_product_id":168591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:26.000Z","modified_at":"2026-01-27T16:17:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18383213369686","imei1":"18383213369686","imei2":"18383213369686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168583,"job_number":"JOB_168583","tr_customer_id":168600,"tr_customer_product_id":168590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:41.000Z","modified_at":"2026-01-27T16:16:41.000Z","name":"Tracy Abshire","mobile_number":"502-523-6760","email_id":"Vicente_Gaylord40@hotmail.com","dop":"2025-04-06","serial_number":"19341599533965390","imei1":"19341599533965390","imei2":"19341599533965390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168582,"job_number":"JOB_168582","tr_customer_id":168599,"tr_customer_product_id":168589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:40.000Z","modified_at":"2026-01-27T16:17:19.000Z","name":"Elouise Turner","mobile_number":"281-714-2653","email_id":"Vincenzo_Watsica@hotmail.com","dop":"2025-04-06","serial_number":"13726058481533","imei1":"13726058481533","imei2":"13726058481533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:17:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168581,"job_number":"JOB_168581","tr_customer_id":168598,"tr_customer_product_id":168588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:40.000Z","modified_at":"2026-01-27T16:16:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19879525328995","imei1":"19879525328995","imei2":"19879525328995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168580,"job_number":"JOB_168580","tr_customer_id":168597,"tr_customer_product_id":168587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:27.000Z","modified_at":"2026-01-27T16:16:27.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"26134993278674","imei1":"26134993278674","imei2":"26134993278674","popurl":"2026-01-17T16:16:24.365383100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168579,"job_number":"JOB_168579","tr_customer_id":168596,"tr_customer_product_id":168586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:50:38.000Z","modified_at":"2026-01-27T15:50:38.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-27","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-27T15:50:37.630Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168578,"job_number":"JOB_168578","tr_customer_id":168595,"tr_customer_product_id":168585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:29.000Z","modified_at":"2026-01-27T15:48:39.000Z","name":"Alison Kuvalis","mobile_number":"379-968-0460","email_id":"Kirk66@hotmail.com","dop":"2025-07-01","serial_number":"101065600915747","imei1":"101065600915747","imei2":"101065600915747","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168577,"job_number":"JOB_168577","tr_customer_id":168594,"tr_customer_product_id":168584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:29.000Z","modified_at":"2026-01-27T15:48:29.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"107279565771392","imei1":"107279565771392","imei2":"107279565771392","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168576,"job_number":"JOB_168576","tr_customer_id":168593,"tr_customer_product_id":168583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:15.000Z","modified_at":"2026-01-27T15:48:27.000Z","name":"Juvenal Shanahan","mobile_number":"384-532-4924","email_id":"Pauline_Smitham@hotmail.com","dop":"2025-07-01","serial_number":"101202221373248","imei1":"101202221373248","imei2":"101202221373248","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168575,"job_number":"JOB_168575","tr_customer_id":168592,"tr_customer_product_id":168582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:15.000Z","modified_at":"2026-01-27T15:48:15.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109903425247588","imei1":"109903425247588","imei2":"109903425247588","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168574,"job_number":"JOB_168574","tr_customer_id":168591,"tr_customer_product_id":168581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:04:44.000Z","modified_at":"2026-01-27T15:04:44.000Z","name":"Mitchel Conn","mobile_number":"430-780-4511","email_id":"Syble18@yahoo.com","dop":"2025-04-06","serial_number":"15469866002304072","imei1":"15469866002304072","imei2":"15469866002304072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:04:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168573,"job_number":"JOB_168573","tr_customer_id":168590,"tr_customer_product_id":168580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:04:43.000Z","modified_at":"2026-01-27T15:05:22.000Z","name":"Wayne Jaskolski","mobile_number":"298-435-5449","email_id":"Earnest.Miller@yahoo.com","dop":"2025-04-06","serial_number":"15831377211719","imei1":"15831377211719","imei2":"15831377211719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168572,"job_number":"JOB_168572","tr_customer_id":168589,"tr_customer_product_id":168579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:57.000Z","modified_at":"2026-01-27T15:03:57.000Z","name":"Arch Langworth","mobile_number":"541-458-0847","email_id":"Piper.Brakus18@gmail.com","dop":"2025-04-06","serial_number":"13899110267169184","imei1":"13899110267169184","imei2":"13899110267169184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168571,"job_number":"JOB_168571","tr_customer_id":168588,"tr_customer_product_id":168578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:56.000Z","modified_at":"2026-01-27T15:04:35.000Z","name":"Victor Howell","mobile_number":"916-657-6218","email_id":"Granville37@hotmail.com","dop":"2025-04-06","serial_number":"19659009122260","imei1":"19659009122260","imei2":"19659009122260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168570,"job_number":"JOB_168570","tr_customer_id":168587,"tr_customer_product_id":168577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:11.000Z","modified_at":"2026-01-27T15:03:11.000Z","name":"Dandre Metz","mobile_number":"404-647-5022","email_id":"Ayla.Schaden10@hotmail.com","dop":"2025-04-06","serial_number":"12871564774883630","imei1":"12871564774883630","imei2":"12871564774883630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168569,"job_number":"JOB_168569","tr_customer_id":168586,"tr_customer_product_id":168576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:09.000Z","modified_at":"2026-01-27T15:03:49.000Z","name":"Jany McLaughlin","mobile_number":"915-529-7776","email_id":"Arturo_Robel@yahoo.com","dop":"2025-04-06","serial_number":"15921801393310","imei1":"15921801393310","imei2":"15921801393310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168568,"job_number":"JOB_168568","tr_customer_id":168585,"tr_customer_product_id":168575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:58:26.000Z","modified_at":"2026-01-27T14:58:26.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2025-03-26","serial_number":"234574345423535","imei1":"234574345423535","imei2":"234574345423535","popurl":"2025-03-26T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168567,"job_number":"JOB_168567","tr_customer_id":168584,"tr_customer_product_id":168574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:20.000Z","modified_at":"2026-01-27T14:57:20.000Z","name":"Claude Ritchie","mobile_number":"640-827-9545","email_id":"Kevin.Pollich44@gmail.com","dop":"2025-04-06","serial_number":"12914396569574010","imei1":"12914396569574010","imei2":"12914396569574010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168566,"job_number":"JOB_168566","tr_customer_id":168583,"tr_customer_product_id":168573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:18.000Z","modified_at":"2026-01-27T14:57:58.000Z","name":"Sammie Wunsch","mobile_number":"867-740-9117","email_id":"Sabrina.Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"14635524139974","imei1":"14635524139974","imei2":"14635524139974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168565,"job_number":"JOB_168565","tr_customer_id":168582,"tr_customer_product_id":168572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:18.000Z","modified_at":"2026-01-27T14:57:18.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16433155201313","imei1":"16433155201313","imei2":"16433155201313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168564,"job_number":"JOB_168564","tr_customer_id":168581,"tr_customer_product_id":168571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:33.000Z","modified_at":"2026-01-27T14:56:33.000Z","name":"Angelina Ryan","mobile_number":"259-711-2703","email_id":"Mara95@hotmail.com","dop":"2025-04-06","serial_number":"16152303670205284","imei1":"16152303670205284","imei2":"16152303670205284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168563,"job_number":"JOB_168563","tr_customer_id":168580,"tr_customer_product_id":168570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:32.000Z","modified_at":"2026-01-27T14:57:11.000Z","name":"Oran Kassulke","mobile_number":"968-259-9104","email_id":"Greyson94@yahoo.com","dop":"2025-04-06","serial_number":"16625743983442","imei1":"16625743983442","imei2":"16625743983442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168562,"job_number":"JOB_168562","tr_customer_id":168579,"tr_customer_product_id":168569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:31.000Z","modified_at":"2026-01-27T14:56:31.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17977304457910","imei1":"17977304457910","imei2":"17977304457910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168561,"job_number":"JOB_168561","tr_customer_id":168578,"tr_customer_product_id":168568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:51.000Z","modified_at":"2026-01-27T14:39:51.000Z","name":"Octavia Lesch","mobile_number":"758-927-2215","email_id":"Nasir42@gmail.com","dop":"2025-04-06","serial_number":"16931637053715728","imei1":"16931637053715728","imei2":"16931637053715728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168560,"job_number":"JOB_168560","tr_customer_id":168577,"tr_customer_product_id":168567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:50.000Z","modified_at":"2026-01-27T14:40:27.000Z","name":"Kristopher Hamill","mobile_number":"613-408-5068","email_id":"Marjory_Rempel6@hotmail.com","dop":"2025-04-06","serial_number":"11700184577754","imei1":"11700184577754","imei2":"11700184577754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:40:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168559,"job_number":"JOB_168559","tr_customer_id":168576,"tr_customer_product_id":168566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:49.000Z","modified_at":"2026-01-27T14:39:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11700268384381","imei1":"11700268384381","imei2":"11700268384381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168558,"job_number":"JOB_168558","tr_customer_id":168575,"tr_customer_product_id":168565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:06.000Z","modified_at":"2026-01-27T14:39:06.000Z","name":"Georgette Jacobs","mobile_number":"247-742-8468","email_id":"Rafael34@hotmail.com","dop":"2025-04-06","serial_number":"14793820117484506","imei1":"14793820117484506","imei2":"14793820117484506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168557,"job_number":"JOB_168557","tr_customer_id":168574,"tr_customer_product_id":168564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:05.000Z","modified_at":"2026-01-27T14:39:43.000Z","name":"Chasity Kilback","mobile_number":"444-243-6395","email_id":"Cortez_Koepp18@yahoo.com","dop":"2025-04-06","serial_number":"17632027953923","imei1":"17632027953923","imei2":"17632027953923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168556,"job_number":"JOB_168556","tr_customer_id":168573,"tr_customer_product_id":168563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:05.000Z","modified_at":"2026-01-27T14:39:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10427653289693","imei1":"10427653289693","imei2":"10427653289693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168552,"job_number":"JOB_168552","tr_customer_id":168569,"tr_customer_product_id":168559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:27.000Z","modified_at":"2026-01-27T14:38:27.000Z","name":"Katlynn Dickinson","mobile_number":"888-216-5011","email_id":"Rebekah39@yahoo.com","dop":"2025-04-06","serial_number":"18780250777439776","imei1":"18780250777439776","imei2":"18780250777439776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168551,"job_number":"JOB_168551","tr_customer_id":168568,"tr_customer_product_id":168558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:26.000Z","modified_at":"2026-01-27T14:39:04.000Z","name":"Malinda McKenzie","mobile_number":"582-354-7667","email_id":"Ashly.Von@yahoo.com","dop":"2025-04-06","serial_number":"14561773128151","imei1":"14561773128151","imei2":"14561773128151","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168550,"job_number":"JOB_168550","tr_customer_id":168567,"tr_customer_product_id":168557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:21.000Z","modified_at":"2026-01-27T14:38:21.000Z","name":"Bonnie Gaylord","mobile_number":"264-794-9881","email_id":"Alford.Funk52@gmail.com","dop":"2025-04-06","serial_number":"13725629609368930","imei1":"13725629609368930","imei2":"13725629609368930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168549,"job_number":"JOB_168549","tr_customer_id":168566,"tr_customer_product_id":168556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:20.000Z","modified_at":"2026-01-27T14:38:58.000Z","name":"Stephan Hayes","mobile_number":"380-772-1851","email_id":"Marc_Spencer@yahoo.com","dop":"2025-04-06","serial_number":"10304152059222","imei1":"10304152059222","imei2":"10304152059222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:38:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168548,"job_number":"JOB_168548","tr_customer_id":168565,"tr_customer_product_id":168555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:19.000Z","modified_at":"2026-01-27T14:38:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16759548521487","imei1":"16759548521487","imei2":"16759548521487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168547,"job_number":"JOB_168547","tr_customer_id":168564,"tr_customer_product_id":168554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:12.000Z","modified_at":"2026-01-27T14:37:12.000Z","name":"Raina Wisoky","mobile_number":"943-967-7925","email_id":"Jazmyn.Huel@gmail.com","dop":"2025-04-06","serial_number":"17122379770844340","imei1":"17122379770844340","imei2":"17122379770844340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168546,"job_number":"JOB_168546","tr_customer_id":168563,"tr_customer_product_id":168553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:11.000Z","modified_at":"2026-01-27T14:37:50.000Z","name":"Barton Medhurst","mobile_number":"320-834-1312","email_id":"Delmer42@gmail.com","dop":"2025-04-06","serial_number":"12439773307184","imei1":"12439773307184","imei2":"12439773307184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168545,"job_number":"JOB_168545","tr_customer_id":168562,"tr_customer_product_id":168552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:10.000Z","modified_at":"2026-01-27T14:37:10.000Z","name":"Darryl Tromp","mobile_number":"370-755-6086","email_id":"Delpha.Macejkovic21@yahoo.com","dop":"2025-04-06","serial_number":"14603900081931412","imei1":"14603900081931412","imei2":"14603900081931412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168544,"job_number":"JOB_168544","tr_customer_id":168561,"tr_customer_product_id":168551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:09.000Z","modified_at":"2026-01-27T14:37:48.000Z","name":"Daphne Reichel","mobile_number":"301-537-9725","email_id":"Hosea79@hotmail.com","dop":"2025-04-06","serial_number":"19073611825661","imei1":"19073611825661","imei2":"19073611825661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168543,"job_number":"JOB_168543","tr_customer_id":168560,"tr_customer_product_id":168550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:08.000Z","modified_at":"2026-01-27T14:37:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18150468332383","imei1":"18150468332383","imei2":"18150468332383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168542,"job_number":"JOB_168542","tr_customer_id":168559,"tr_customer_product_id":168549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:25.000Z","modified_at":"2026-01-27T14:36:25.000Z","name":"Buddy Parisian","mobile_number":"855-351-1399","email_id":"Daisy17@hotmail.com","dop":"2025-04-06","serial_number":"15382739782579398","imei1":"15382739782579398","imei2":"15382739782579398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168541,"job_number":"JOB_168541","tr_customer_id":168558,"tr_customer_product_id":168548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:37:03.000Z","name":"Jewel Sawayn","mobile_number":"785-939-7834","email_id":"Janessa.Bogisich61@gmail.com","dop":"2025-04-06","serial_number":"16278040109455","imei1":"16278040109455","imei2":"16278040109455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168540,"job_number":"JOB_168540","tr_customer_id":168557,"tr_customer_product_id":168547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19433432813257","imei1":"19433432813257","imei2":"19433432813257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168539,"job_number":"JOB_168539","tr_customer_id":168556,"tr_customer_product_id":168546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"Meredith Cormier","mobile_number":"307-402-7532","email_id":"Earnest.OKon@gmail.com","dop":"2025-04-06","serial_number":"17124229440146634","imei1":"17124229440146634","imei2":"17124229440146634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168538,"job_number":"JOB_168538","tr_customer_id":168555,"tr_customer_product_id":168545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:22.000Z","modified_at":"2026-01-27T14:37:01.000Z","name":"Morgan Hirthe","mobile_number":"906-638-8200","email_id":"Reanna.Schamberger52@yahoo.com","dop":"2025-04-06","serial_number":"15074619278145","imei1":"15074619278145","imei2":"15074619278145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168537,"job_number":"JOB_168537","tr_customer_id":168554,"tr_customer_product_id":168544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:22.000Z","modified_at":"2026-01-27T14:36:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12221313483675","imei1":"12221313483675","imei2":"12221313483675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168536,"job_number":"JOB_168536","tr_customer_id":168553,"tr_customer_product_id":168543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Fern Koch","mobile_number":"748-330-0629","email_id":"Morgan33@yahoo.com","dop":"2025-04-06","serial_number":"13029429243635488","imei1":"13029429243635488","imei2":"13029429243635488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168532,"job_number":"JOB_168532","tr_customer_id":168549,"tr_customer_product_id":168539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:54.000Z","name":"Nettie Konopelski","mobile_number":"681-473-6639","email_id":"Dewayne.Klocko40@yahoo.com","dop":"2025-04-06","serial_number":"15704777803318","imei1":"15704777803318","imei2":"15704777803318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168531,"job_number":"JOB_168531","tr_customer_id":168548,"tr_customer_product_id":168538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:00.000Z","modified_at":"2026-01-27T14:36:00.000Z","name":"Janet Mann","mobile_number":"766-776-3719","email_id":"Lionel_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"15327572934976914","imei1":"15327572934976914","imei2":"15327572934976914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168529,"job_number":"JOB_168529","tr_customer_id":168546,"tr_customer_product_id":168536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:36:38.000Z","name":"Mavis Sawayn","mobile_number":"376-753-5722","email_id":"Nat44@yahoo.com","dop":"2025-04-06","serial_number":"12295726618343","imei1":"12295726618343","imei2":"12295726618343","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168527,"job_number":"JOB_168527","tr_customer_id":168544,"tr_customer_product_id":168534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18558828219362","imei1":"18558828219362","imei2":"18558828219362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168521,"job_number":"JOB_168521","tr_customer_id":168538,"tr_customer_product_id":168528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:39.000Z","modified_at":"2026-01-27T14:35:39.000Z","name":"Citlalli Reinger","mobile_number":"466-384-0381","email_id":"Torrey.Nader14@yahoo.com","dop":"2025-04-06","serial_number":"10674827196074330","imei1":"10674827196074330","imei2":"10674827196074330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168520,"job_number":"JOB_168520","tr_customer_id":168537,"tr_customer_product_id":168527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:38.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Misty Mayer","mobile_number":"941-555-8417","email_id":"Benton.Reilly63@yahoo.com","dop":"2025-04-06","serial_number":"14657368347101","imei1":"14657368347101","imei2":"14657368347101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168519,"job_number":"JOB_168519","tr_customer_id":168536,"tr_customer_product_id":168526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10979258076079","imei1":"10979258076079","imei2":"10979258076079","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168518,"job_number":"JOB_168518","tr_customer_id":168535,"tr_customer_product_id":168525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"Zena Parker","mobile_number":"887-377-9330","email_id":"Javon22@gmail.com","dop":"2025-04-06","serial_number":"14788065448154626","imei1":"14788065448154626","imei2":"14788065448154626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168517,"job_number":"JOB_168517","tr_customer_id":168534,"tr_customer_product_id":168524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:35.000Z","modified_at":"2026-01-27T14:36:15.000Z","name":"Loma Haley","mobile_number":"295-685-6185","email_id":"Luna_Kuhn75@yahoo.com","dop":"2025-04-06","serial_number":"10897302547055","imei1":"10897302547055","imei2":"10897302547055","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168516,"job_number":"JOB_168516","tr_customer_id":168533,"tr_customer_product_id":168523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:35.000Z","modified_at":"2026-01-27T14:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10636780467265","imei1":"10636780467265","imei2":"10636780467265","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168515,"job_number":"JOB_168515","tr_customer_id":168532,"tr_customer_product_id":168522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:14.000Z","modified_at":"2026-01-27T14:35:14.000Z","name":"Clara Berge","mobile_number":"966-526-1397","email_id":"Antoinette.Gorczany@hotmail.com","dop":"2025-04-06","serial_number":"11201552173895188","imei1":"11201552173895188","imei2":"11201552173895188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168514,"job_number":"JOB_168514","tr_customer_id":168531,"tr_customer_product_id":168521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:13.000Z","modified_at":"2026-01-27T14:35:52.000Z","name":"Linda Kuhn","mobile_number":"486-238-1290","email_id":"Genoveva_Boyer@yahoo.com","dop":"2025-04-06","serial_number":"12209293410742","imei1":"12209293410742","imei2":"12209293410742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168513,"job_number":"JOB_168513","tr_customer_id":168530,"tr_customer_product_id":168520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:13.000Z","modified_at":"2026-01-27T14:35:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12825379195318","imei1":"12825379195318","imei2":"12825379195318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168512,"job_number":"JOB_168512","tr_customer_id":168529,"tr_customer_product_id":168519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:52.000Z","modified_at":"2026-01-27T14:34:52.000Z","name":"Kathleen Smith","mobile_number":"564-877-7560","email_id":"Anissa87@yahoo.com","dop":"2025-04-06","serial_number":"16714326067981780","imei1":"16714326067981780","imei2":"16714326067981780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168511,"job_number":"JOB_168511","tr_customer_id":168528,"tr_customer_product_id":168518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:51.000Z","modified_at":"2026-01-27T14:35:30.000Z","name":"Scotty Effertz","mobile_number":"345-626-3325","email_id":"Sofia.Hintz77@hotmail.com","dop":"2025-04-06","serial_number":"15028614031468","imei1":"15028614031468","imei2":"15028614031468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168510,"job_number":"JOB_168510","tr_customer_id":168527,"tr_customer_product_id":168517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:51.000Z","modified_at":"2026-01-27T14:34:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16754758835269","imei1":"16754758835269","imei2":"16754758835269","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168509,"job_number":"JOB_168509","tr_customer_id":168526,"tr_customer_product_id":168516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:28.000Z","modified_at":"2026-01-27T14:34:28.000Z","name":"Emmie Yundt","mobile_number":"870-367-3921","email_id":"Carlos40@hotmail.com","dop":"2025-04-06","serial_number":"12401243268094944","imei1":"12401243268094944","imei2":"12401243268094944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168508,"job_number":"JOB_168508","tr_customer_id":168525,"tr_customer_product_id":168515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:27.000Z","modified_at":"2026-01-27T14:35:06.000Z","name":"Raoul Schuster","mobile_number":"673-377-6936","email_id":"Chandler_Corkery@gmail.com","dop":"2025-04-06","serial_number":"14774245487869","imei1":"14774245487869","imei2":"14774245487869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168507,"job_number":"JOB_168507","tr_customer_id":168524,"tr_customer_product_id":168514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:26.000Z","modified_at":"2026-01-27T14:34:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12900428527484","imei1":"12900428527484","imei2":"12900428527484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168506,"job_number":"JOB_168506","tr_customer_id":168523,"tr_customer_product_id":168513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:04.000Z","modified_at":"2026-01-27T14:33:04.000Z","name":"Jeanie O'Reilly","mobile_number":"796-586-4555","email_id":"Gilbert.Kerluke@gmail.com","dop":"2025-05-30","serial_number":"1695045726112051","imei1":"1695045726112051","imei2":"1695045726112051","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168505,"job_number":"JOB_168505","tr_customer_id":168522,"tr_customer_product_id":168512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:03.000Z","modified_at":"2026-01-27T14:33:03.000Z","name":"Aliya Thiel","mobile_number":"494-317-6488","email_id":"Clement86@hotmail.com","dop":"2025-05-30","serial_number":"12129825858027","imei1":"12129825858027","imei2":"12129825858027","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168504,"job_number":"JOB_168504","tr_customer_id":168521,"tr_customer_product_id":168511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:02.000Z","modified_at":"2026-01-27T14:33:02.000Z","name":"Armand Franecki","mobile_number":"246-564-2962","email_id":"Santos.Corwin@gmail.com","dop":"2025-05-30","serial_number":"10957484441006","imei1":"10957484441006","imei2":"10957484441006","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168503,"job_number":"JOB_168503","tr_customer_id":168520,"tr_customer_product_id":168510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:31:17.000Z","modified_at":"2026-01-27T14:31:17.000Z","name":"Sid Leuschke","mobile_number":"293-988-9908","email_id":"Sofia.Johns91@hotmail.com","dop":"2025-04-06","serial_number":"10105466433042800","imei1":"10105466433042800","imei2":"10105466433042800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168502,"job_number":"JOB_168502","tr_customer_id":168519,"tr_customer_product_id":168509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:31:16.000Z","modified_at":"2026-01-27T14:31:58.000Z","name":"Gwendolyn Streich","mobile_number":"469-863-0493","email_id":"Jarvis.Pacocha95@yahoo.com","dop":"2025-04-06","serial_number":"19254133947770","imei1":"19254133947770","imei2":"19254133947770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168501,"job_number":"JOB_168501","tr_customer_id":168518,"tr_customer_product_id":168508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:32.000Z","modified_at":"2026-01-27T14:30:32.000Z","name":"Emile Hand","mobile_number":"342-498-2232","email_id":"Aida65@yahoo.com","dop":"2025-04-06","serial_number":"13410457103030660","imei1":"13410457103030660","imei2":"13410457103030660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168500,"job_number":"JOB_168500","tr_customer_id":168517,"tr_customer_product_id":168507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:30.000Z","modified_at":"2026-01-27T14:31:09.000Z","name":"Hassie Gleichner","mobile_number":"222-593-1144","email_id":"Favian.Bosco71@yahoo.com","dop":"2025-04-06","serial_number":"17275651875635","imei1":"17275651875635","imei2":"17275651875635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168499,"job_number":"JOB_168499","tr_customer_id":168516,"tr_customer_product_id":168506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:30.000Z","modified_at":"2026-01-27T14:30:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11682996440726","imei1":"11682996440726","imei2":"11682996440726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168498,"job_number":"JOB_168498","tr_customer_id":168515,"tr_customer_product_id":168505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:25.000Z","modified_at":"2026-01-27T14:30:25.000Z","name":"Damian Berge","mobile_number":"692-250-2732","email_id":"Sophia65@yahoo.com","dop":"2025-04-06","serial_number":"13284192840530582","imei1":"13284192840530582","imei2":"13284192840530582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168497,"job_number":"JOB_168497","tr_customer_id":168514,"tr_customer_product_id":168504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:24.000Z","modified_at":"2026-01-27T14:31:03.000Z","name":"Bertha Sauer","mobile_number":"316-503-5802","email_id":"Maynard_Wolff50@gmail.com","dop":"2025-04-06","serial_number":"16503633279422","imei1":"16503633279422","imei2":"16503633279422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168496,"job_number":"JOB_168496","tr_customer_id":168513,"tr_customer_product_id":168503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:58.000Z","modified_at":"2026-01-27T14:29:58.000Z","name":"Guiseppe Zemlak","mobile_number":"718-322-1975","email_id":"Oren_Murray11@gmail.com","dop":"2025-04-06","serial_number":"11598004911748456","imei1":"11598004911748456","imei2":"11598004911748456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168495,"job_number":"JOB_168495","tr_customer_id":168512,"tr_customer_product_id":168502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:56.000Z","modified_at":"2026-01-27T14:30:34.000Z","name":"Selmer Lindgren","mobile_number":"492-260-8399","email_id":"Bill9@hotmail.com","dop":"2025-04-06","serial_number":"18294610486986","imei1":"18294610486986","imei2":"18294610486986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168494,"job_number":"JOB_168494","tr_customer_id":168511,"tr_customer_product_id":168501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:56.000Z","modified_at":"2026-01-27T14:29:56.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13740245050293","imei1":"13740245050293","imei2":"13740245050293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168493,"job_number":"JOB_168493","tr_customer_id":168510,"tr_customer_product_id":168500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:45.000Z","modified_at":"2026-01-27T14:29:45.000Z","name":"Keeley Hintz","mobile_number":"563-690-8723","email_id":"Chesley.Fadel42@gmail.com","dop":"2025-04-06","serial_number":"10724759919489682","imei1":"10724759919489682","imei2":"10724759919489682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168492,"job_number":"JOB_168492","tr_customer_id":168509,"tr_customer_product_id":168499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:44.000Z","modified_at":"2026-01-27T14:30:23.000Z","name":"Lila Weimann","mobile_number":"644-325-2914","email_id":"Ray_Kihn21@hotmail.com","dop":"2025-04-06","serial_number":"16320084019248","imei1":"16320084019248","imei2":"16320084019248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168491,"job_number":"JOB_168491","tr_customer_id":168508,"tr_customer_product_id":168498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:44.000Z","modified_at":"2026-01-27T14:29:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17002233766524","imei1":"17002233766524","imei2":"17002233766524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168490,"job_number":"JOB_168490","tr_customer_id":168507,"tr_customer_product_id":168497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:32.000Z","modified_at":"2026-01-27T14:29:32.000Z","name":"Elmira Reinger","mobile_number":"942-651-9148","email_id":"Jimmie89@gmail.com","dop":"2025-04-06","serial_number":"10126057285107164","imei1":"10126057285107164","imei2":"10126057285107164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168489,"job_number":"JOB_168489","tr_customer_id":168506,"tr_customer_product_id":168496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:30.000Z","modified_at":"2026-01-27T14:30:11.000Z","name":"Jennifer Vandervort","mobile_number":"955-783-1567","email_id":"Shany57@yahoo.com","dop":"2025-04-06","serial_number":"16066213290316","imei1":"16066213290316","imei2":"16066213290316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168488,"job_number":"JOB_168488","tr_customer_id":168505,"tr_customer_product_id":168495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:30.000Z","modified_at":"2026-01-27T14:29:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11607751095650","imei1":"11607751095650","imei2":"11607751095650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168487,"job_number":"JOB_168487","tr_customer_id":168504,"tr_customer_product_id":168494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:13.000Z","modified_at":"2026-01-27T14:29:13.000Z","name":"Earl Schmitt","mobile_number":"896-543-4459","email_id":"Vaughn35@hotmail.com","dop":"2025-04-06","serial_number":"17330789803041280","imei1":"17330789803041280","imei2":"17330789803041280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168486,"job_number":"JOB_168486","tr_customer_id":168503,"tr_customer_product_id":168493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:12.000Z","modified_at":"2026-01-27T14:29:49.000Z","name":"Cassie Murphy","mobile_number":"541-654-6783","email_id":"Charlene_Padberg@hotmail.com","dop":"2025-04-06","serial_number":"19150919557924","imei1":"19150919557924","imei2":"19150919557924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168485,"job_number":"JOB_168485","tr_customer_id":168502,"tr_customer_product_id":168492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:12.000Z","modified_at":"2026-01-27T14:29:12.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19322513910091","imei1":"19322513910091","imei2":"19322513910091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168484,"job_number":"JOB_168484","tr_customer_id":168501,"tr_customer_product_id":168491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:01.000Z","modified_at":"2026-01-27T14:29:01.000Z","name":"Aryanna Dicki","mobile_number":"307-325-5098","email_id":"Meda10@yahoo.com","dop":"2025-04-06","serial_number":"14365797911804354","imei1":"14365797911804354","imei2":"14365797911804354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168483,"job_number":"JOB_168483","tr_customer_id":168500,"tr_customer_product_id":168490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:29:41.000Z","name":"Abdullah Hauck","mobile_number":"559-913-9317","email_id":"Loma.Lowe9@yahoo.com","dop":"2025-04-06","serial_number":"10645030354603","imei1":"10645030354603","imei2":"10645030354603","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168482,"job_number":"JOB_168482","tr_customer_id":168499,"tr_customer_product_id":168489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"Danika Yost","mobile_number":"647-834-8170","email_id":"Arvid.Medhurst14@hotmail.com","dop":"2025-04-06","serial_number":"11789382839170934","imei1":"11789382839170934","imei2":"11789382839170934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168481,"job_number":"JOB_168481","tr_customer_id":168498,"tr_customer_product_id":168488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18525208861274","imei1":"18525208861274","imei2":"18525208861274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168480,"job_number":"JOB_168480","tr_customer_id":168497,"tr_customer_product_id":168487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:58.000Z","modified_at":"2026-01-27T14:29:37.000Z","name":"Shaina Bayer","mobile_number":"930-876-8174","email_id":"Vena.Waters4@hotmail.com","dop":"2025-04-06","serial_number":"19678374557526","imei1":"19678374557526","imei2":"19678374557526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168479,"job_number":"JOB_168479","tr_customer_id":168496,"tr_customer_product_id":168486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:57.000Z","modified_at":"2026-01-27T14:28:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14549865475600","imei1":"14549865475600","imei2":"14549865475600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168478,"job_number":"JOB_168478","tr_customer_id":168495,"tr_customer_product_id":168485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:43.000Z","modified_at":"2026-01-27T14:28:43.000Z","name":"Erich Gislason","mobile_number":"352-413-7789","email_id":"Heber_Gutkowski@yahoo.com","dop":"2025-04-06","serial_number":"18770492962576772","imei1":"18770492962576772","imei2":"18770492962576772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168477,"job_number":"JOB_168477","tr_customer_id":168494,"tr_customer_product_id":168484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:42.000Z","modified_at":"2026-01-27T14:29:23.000Z","name":"Alba Windler","mobile_number":"674-675-1997","email_id":"Emory_Hand@hotmail.com","dop":"2025-04-06","serial_number":"18381171344050","imei1":"18381171344050","imei2":"18381171344050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168476,"job_number":"JOB_168476","tr_customer_id":168493,"tr_customer_product_id":168483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:41.000Z","modified_at":"2026-01-27T14:28:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10123690691843","imei1":"10123690691843","imei2":"10123690691843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168475,"job_number":"JOB_168475","tr_customer_id":168492,"tr_customer_product_id":168482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:29.000Z","modified_at":"2026-01-27T14:28:29.000Z","name":"Sigmund Mueller","mobile_number":"421-301-9672","email_id":"Rhoda.Larkin@hotmail.com","dop":"2025-04-06","serial_number":"10448121615233540","imei1":"10448121615233540","imei2":"10448121615233540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168474,"job_number":"JOB_168474","tr_customer_id":168491,"tr_customer_product_id":168481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:28.000Z","modified_at":"2026-01-27T14:29:05.000Z","name":"Aliya Veum","mobile_number":"670-431-3876","email_id":"Ryley_Beer49@gmail.com","dop":"2025-04-06","serial_number":"14168131166077","imei1":"14168131166077","imei2":"14168131166077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168473,"job_number":"JOB_168473","tr_customer_id":168490,"tr_customer_product_id":168480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:28.000Z","modified_at":"2026-01-27T14:28:28.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"14404252990704","imei1":"14404252990704","imei2":"14404252990704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168472,"job_number":"JOB_168472","tr_customer_id":168489,"tr_customer_product_id":168479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:11.000Z","modified_at":"2026-01-27T14:28:11.000Z","name":"Leon Keeling","mobile_number":"790-406-3406","email_id":"Saul_Wuckert@hotmail.com","dop":"2025-04-06","serial_number":"11908915713720174","imei1":"11908915713720174","imei2":"11908915713720174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168471,"job_number":"JOB_168471","tr_customer_id":168488,"tr_customer_product_id":168478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:09.000Z","modified_at":"2026-01-27T14:28:51.000Z","name":"Earline Robel","mobile_number":"400-971-7194","email_id":"Ola38@yahoo.com","dop":"2025-04-06","serial_number":"13212992354154","imei1":"13212992354154","imei2":"13212992354154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168470,"job_number":"JOB_168470","tr_customer_id":168487,"tr_customer_product_id":168477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:09.000Z","modified_at":"2026-01-27T14:28:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19562831574480","imei1":"19562831574480","imei2":"19562831574480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168468,"job_number":"JOB_168468","tr_customer_id":168485,"tr_customer_product_id":168475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:05.000Z","modified_at":"2026-01-27T14:28:49.000Z","name":"Melba Nitzsche","mobile_number":"905-321-4795","email_id":"Prudence91@gmail.com","dop":"2000-01-31","serial_number":"10747505259247","imei1":"10747505259247","imei2":"10747505259247","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168466,"job_number":"JOB_168466","tr_customer_id":168483,"tr_customer_product_id":168473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:54.000Z","modified_at":"2026-01-27T14:27:54.000Z","name":"Lizeth Thompson","mobile_number":"204-207-4099","email_id":"Margie31@gmail.com","dop":"2025-04-06","serial_number":"12763104282409418","imei1":"12763104282409418","imei2":"12763104282409418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168465,"job_number":"JOB_168465","tr_customer_id":168482,"tr_customer_product_id":168472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:53.000Z","modified_at":"2026-01-27T14:28:34.000Z","name":"Erling Reichert","mobile_number":"558-595-2787","email_id":"Terrell.Braun@yahoo.com","dop":"2025-04-06","serial_number":"12395829403793","imei1":"12395829403793","imei2":"12395829403793","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168464,"job_number":"JOB_168464","tr_customer_id":168481,"tr_customer_product_id":168471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:52.000Z","modified_at":"2026-01-27T14:27:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15519760465235","imei1":"15519760465235","imei2":"15519760465235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168463,"job_number":"JOB_168463","tr_customer_id":168480,"tr_customer_product_id":168470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:20.000Z","modified_at":"2026-01-27T14:27:20.000Z","name":"Norwood Armstrong","mobile_number":"719-221-2982","email_id":"Joyce_Mueller@gmail.com","dop":"2025-04-06","serial_number":"14124170153083196","imei1":"14124170153083196","imei2":"14124170153083196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168462,"job_number":"JOB_168462","tr_customer_id":168479,"tr_customer_product_id":168469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:19.000Z","modified_at":"2026-01-27T14:28:01.000Z","name":"Marcelle Brown","mobile_number":"376-883-0965","email_id":"Royce_Veum@gmail.com","dop":"2025-04-06","serial_number":"19661842626993","imei1":"19661842626993","imei2":"19661842626993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168461,"job_number":"JOB_168461","tr_customer_id":168478,"tr_customer_product_id":168468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:19.000Z","modified_at":"2026-01-27T14:27:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14320379351493","imei1":"14320379351493","imei2":"14320379351493","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168459,"job_number":"JOB_168459","tr_customer_id":168476,"tr_customer_product_id":168466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:12.000Z","modified_at":"2026-01-27T14:27:57.000Z","name":"Makenzie Crooks","mobile_number":"882-926-5596","email_id":"Hope_Prosacco58@yahoo.com","dop":"2000-01-31","serial_number":"10480260514171","imei1":"10480260514171","imei2":"10480260514171","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168456,"job_number":"JOB_168456","tr_customer_id":168473,"tr_customer_product_id":168463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:20.000Z","modified_at":"2026-01-27T14:27:04.000Z","name":"Rafael Cummerata","mobile_number":"727-415-9791","email_id":"Zachery49@hotmail.com","dop":"2000-01-31","serial_number":"10903185794672","imei1":"10903185794672","imei2":"10903185794672","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168453,"job_number":"JOB_168453","tr_customer_id":168470,"tr_customer_product_id":168460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:37.000Z","modified_at":"2026-01-27T14:25:37.000Z","name":"Arianna Runte","mobile_number":"527-688-4375","email_id":"Colleen.Adams32@hotmail.com","dop":"2025-06-18","serial_number":"1050319766554530","imei1":"1050319766554530","imei2":"1050319766554530","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168452,"job_number":"JOB_168452","tr_customer_id":168469,"tr_customer_product_id":168459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:36.000Z","modified_at":"2026-01-27T14:26:15.000Z","name":"Sydney DuBuque","mobile_number":"601-924-2471","email_id":"Trenton_King75@gmail.com","dop":"2025-06-18","serial_number":"10943029013252","imei1":"10943029013252","imei2":"10943029013252","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168451,"job_number":"JOB_168451","tr_customer_id":168468,"tr_customer_product_id":168458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:36.000Z","modified_at":"2026-01-27T14:25:36.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10817511895228","imei1":"10817511895228","imei2":"10817511895228","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168449,"job_number":"JOB_168449","tr_customer_id":168466,"tr_customer_product_id":168456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:25.000Z","modified_at":"2026-01-27T14:26:11.000Z","name":"Ryann Beier","mobile_number":"993-563-2024","email_id":"Joanie.Hane@hotmail.com","dop":"2000-01-31","serial_number":"10794428457491","imei1":"10794428457491","imei2":"10794428457491","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168447,"job_number":"JOB_168447","tr_customer_id":168464,"tr_customer_product_id":168454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:50.000Z","modified_at":"2026-01-27T14:24:50.000Z","name":"Shakira Dickens","mobile_number":"522-320-0638","email_id":"Jewell_Harber@hotmail.com","dop":"2025-06-18","serial_number":"1065927066403027","imei1":"1065927066403027","imei2":"1065927066403027","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168446,"job_number":"JOB_168446","tr_customer_id":168463,"tr_customer_product_id":168453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:50.000Z","modified_at":"2026-01-27T14:25:29.000Z","name":"Shirley Hyatt","mobile_number":"202-527-9476","email_id":"Omer.Lind0@yahoo.com","dop":"2025-06-18","serial_number":"10792666762015","imei1":"10792666762015","imei2":"10792666762015","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168445,"job_number":"JOB_168445","tr_customer_id":168462,"tr_customer_product_id":168452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:49.000Z","modified_at":"2026-01-27T14:24:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10264613131218","imei1":"10264613131218","imei2":"10264613131218","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168444,"job_number":"JOB_168444","tr_customer_id":168461,"tr_customer_product_id":168451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:27.000Z","modified_at":"2026-01-27T14:24:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"38921985501182","imei1":"38921985501182","imei2":"38921985501182","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168443,"job_number":"JOB_168443","tr_customer_id":168460,"tr_customer_product_id":168450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:25:09.000Z","name":"Malinda Kub","mobile_number":"419-985-6718","email_id":"Ursula_Braun@gmail.com","dop":"2026-01-04","serial_number":"12189692618636","imei1":"12189692618636","imei2":"12189692618636","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168442,"job_number":"JOB_168442","tr_customer_id":168459,"tr_customer_product_id":168449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18150241088696","imei1":"18150241088696","imei2":"18150241088696","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168441,"job_number":"JOB_168441","tr_customer_id":168458,"tr_customer_product_id":168448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"Pauline Bosco","mobile_number":"637-209-6954","email_id":"Trey.Metz@hotmail.com","dop":"2025-04-06","serial_number":"18098126248934770","imei1":"18098126248934770","imei2":"18098126248934770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168440,"job_number":"JOB_168440","tr_customer_id":168457,"tr_customer_product_id":168447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:23.000Z","modified_at":"2026-01-27T14:25:05.000Z","name":"Sherman Fisher","mobile_number":"832-226-1707","email_id":"Leland.Gleason@hotmail.com","dop":"2025-04-06","serial_number":"13197785768191","imei1":"13197785768191","imei2":"13197785768191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168439,"job_number":"JOB_168439","tr_customer_id":168456,"tr_customer_product_id":168446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:23.000Z","modified_at":"2026-01-27T14:24:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12764741417890","imei1":"12764741417890","imei2":"12764741417890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168438,"job_number":"JOB_168438","tr_customer_id":168455,"tr_customer_product_id":168445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:36.000Z","modified_at":"2026-01-27T14:23:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"77974963574225","imei1":"77974963574225","imei2":"77974963574225","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168437,"job_number":"JOB_168437","tr_customer_id":168454,"tr_customer_product_id":168444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:35.000Z","modified_at":"2026-01-27T14:23:35.000Z","name":"Antonio Rath","mobile_number":"386-555-7909","email_id":"Talon_Daugherty40@hotmail.com","dop":"2025-04-06","serial_number":"14188275916221208","imei1":"14188275916221208","imei2":"14188275916221208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168436,"job_number":"JOB_168436","tr_customer_id":168453,"tr_customer_product_id":168443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:34.000Z","modified_at":"2026-01-27T14:24:17.000Z","name":"Lonnie Dietrich","mobile_number":"227-656-1271","email_id":"Jayda_Ward24@hotmail.com","dop":"2026-01-04","serial_number":"10420070579461","imei1":"10420070579461","imei2":"10420070579461","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168435,"job_number":"JOB_168435","tr_customer_id":168452,"tr_customer_product_id":168442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:34.000Z","modified_at":"2026-01-27T14:23:34.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13278662445784","imei1":"13278662445784","imei2":"13278662445784","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168434,"job_number":"JOB_168434","tr_customer_id":168451,"tr_customer_product_id":168441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:33.000Z","modified_at":"2026-01-27T14:24:15.000Z","name":"Oda Satterfield","mobile_number":"447-523-5988","email_id":"Ibrahim_Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15292049429215","imei1":"15292049429215","imei2":"15292049429215","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168433,"job_number":"JOB_168433","tr_customer_id":168450,"tr_customer_product_id":168440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:33.000Z","modified_at":"2026-01-27T14:23:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11982015895071","imei1":"11982015895071","imei2":"11982015895071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168432,"job_number":"JOB_168432","tr_customer_id":168449,"tr_customer_product_id":168439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:15.000Z","modified_at":"2026-01-27T14:23:25.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19234762927208","imei2":"19234762927208","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168431,"job_number":"JOB_168431","tr_customer_id":168448,"tr_customer_product_id":168438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:14.000Z","modified_at":"2026-01-27T14:23:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12539060878127","imei2":"12539060878127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168430,"job_number":"JOB_168430","tr_customer_id":168447,"tr_customer_product_id":168437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:00.000Z","modified_at":"2026-01-27T14:23:10.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13128104420663","imei2":"13128104420663","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168429,"job_number":"JOB_168429","tr_customer_id":168446,"tr_customer_product_id":168436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:59.000Z","modified_at":"2026-01-27T14:22:59.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18119193389560","imei2":"18119193389560","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168428,"job_number":"JOB_168428","tr_customer_id":168445,"tr_customer_product_id":168435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:45.000Z","modified_at":"2026-01-27T14:22:45.000Z","name":"Mafalda O'Reilly","mobile_number":"960-767-0186","email_id":"Austen88@hotmail.com","dop":"2025-04-06","serial_number":"14025083800533838","imei1":"14025083800533838","imei2":"14025083800533838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168427,"job_number":"JOB_168427","tr_customer_id":168444,"tr_customer_product_id":168434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:44.000Z","modified_at":"2026-01-27T14:22:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11282810467512","imei2":"11282810467512","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168426,"job_number":"JOB_168426","tr_customer_id":168443,"tr_customer_product_id":168433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:44.000Z","modified_at":"2026-01-27T14:22:44.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12411704113030","imei1":"12411704113030","imei2":"12411704113030","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168425,"job_number":"JOB_168425","tr_customer_id":168442,"tr_customer_product_id":168432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:43.000Z","modified_at":"2026-01-27T14:22:43.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11825960743819","imei2":"11825960743819","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168424,"job_number":"JOB_168424","tr_customer_id":168441,"tr_customer_product_id":168431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:43.000Z","modified_at":"2026-01-27T14:23:26.000Z","name":"Donavon Bergnaum","mobile_number":"313-856-0625","email_id":"Katheryn.Hand@gmail.com","dop":"2025-04-06","serial_number":"15138241422236","imei1":"15138241422236","imei2":"15138241422236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168423,"job_number":"JOB_168423","tr_customer_id":168440,"tr_customer_product_id":168430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12623175058629","imei1":"12623175058629","imei2":"12623175058629","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168422,"job_number":"JOB_168422","tr_customer_id":168439,"tr_customer_product_id":168429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:23:25.000Z","name":"Antone Rau","mobile_number":"710-877-1160","email_id":"Dariana90@gmail.com","dop":"2026-01-04","serial_number":"10727130797859","imei1":"10727130797859","imei2":"10727130797859","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168421,"job_number":"JOB_168421","tr_customer_id":168438,"tr_customer_product_id":168428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10964616645841","imei1":"10964616645841","imei2":"10964616645841","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168411,"job_number":"JOB_168411","tr_customer_id":168428,"tr_customer_product_id":168418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:45.000Z","modified_at":"2026-01-27T14:03:45.000Z","name":"Norma Murazik","mobile_number":"650-890-5400","email_id":"Keely76@gmail.com","dop":"2025-04-06","serial_number":"13983934307439388","imei1":"13983934307439388","imei2":"13983934307439388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168410,"job_number":"JOB_168410","tr_customer_id":168427,"tr_customer_product_id":168417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:44.000Z","modified_at":"2026-01-27T14:04:25.000Z","name":"Madalyn Gerhold","mobile_number":"288-565-3531","email_id":"Jeffry93@yahoo.com","dop":"2025-04-06","serial_number":"14981408932552","imei1":"14981408932552","imei2":"14981408932552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:04:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168409,"job_number":"JOB_168409","tr_customer_id":168426,"tr_customer_product_id":168416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:44.000Z","modified_at":"2026-01-27T14:03:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17336587485706","imei1":"17336587485706","imei2":"17336587485706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168407,"job_number":"JOB_168407","tr_customer_id":168424,"tr_customer_product_id":168414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:57.000Z","modified_at":"2026-01-27T14:02:57.000Z","name":"Carissa Grant","mobile_number":"966-304-0989","email_id":"Jared_Jacobi13@yahoo.com","dop":"2025-04-06","serial_number":"10263970880212450","imei1":"10263970880212450","imei2":"10263970880212450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168406,"job_number":"JOB_168406","tr_customer_id":168423,"tr_customer_product_id":168413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:55.000Z","modified_at":"2026-01-27T14:03:37.000Z","name":"Myrtis Keeling","mobile_number":"555-705-0085","email_id":"Arjun.Tillman@gmail.com","dop":"2025-04-06","serial_number":"14297321024410","imei1":"14297321024410","imei2":"14297321024410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168405,"job_number":"JOB_168405","tr_customer_id":168422,"tr_customer_product_id":168412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:55.000Z","modified_at":"2026-01-27T14:02:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182617344206","imei1":"18182617344206","imei2":"18182617344206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168403,"job_number":"JOB_168403","tr_customer_id":168420,"tr_customer_product_id":168410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:37.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17153397138612","imei1":"17153397138612","imei2":"17153397138612","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168402,"job_number":"JOB_168402","tr_customer_id":168419,"tr_customer_product_id":168409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97590247220528","imei1":"97590247220528","imei2":"97590247220528","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168401,"job_number":"JOB_168401","tr_customer_id":168418,"tr_customer_product_id":168408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50926255704989","imei1":"50926255704989","imei2":"50926255704989","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168400,"job_number":"JOB_168400","tr_customer_id":168417,"tr_customer_product_id":168407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89300376460928","imei1":"89300376460928","imei2":"89300376460928","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168399,"job_number":"JOB_168399","tr_customer_id":168416,"tr_customer_product_id":168406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80676074661303","imei1":"80676074661303","imei2":"80676074661303","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168398,"job_number":"JOB_168398","tr_customer_id":168415,"tr_customer_product_id":168405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55475719196539","imei1":"55475719196539","imei2":"55475719196539","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168397,"job_number":"JOB_168397","tr_customer_id":168414,"tr_customer_product_id":168404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:09.000Z","modified_at":"2026-01-27T14:02:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59578177438508","imei1":"59578177438508","imei2":"59578177438508","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168396,"job_number":"JOB_168396","tr_customer_id":168413,"tr_customer_product_id":168403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:08.000Z","modified_at":"2026-01-27T14:02:08.000Z","name":"Blaise Hirthe","mobile_number":"438-921-7648","email_id":"Adele84@hotmail.com","dop":"2025-04-06","serial_number":"10503958866342878","imei1":"10503958866342878","imei2":"10503958866342878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168395,"job_number":"JOB_168395","tr_customer_id":168412,"tr_customer_product_id":168402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:07.000Z","modified_at":"2026-01-27T14:02:48.000Z","name":"Paula Hamill","mobile_number":"366-595-0793","email_id":"Chauncey82@gmail.com","dop":"2025-04-06","serial_number":"18438797548175","imei1":"18438797548175","imei2":"18438797548175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168394,"job_number":"JOB_168394","tr_customer_id":168411,"tr_customer_product_id":168401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:06.000Z","modified_at":"2026-01-27T14:02:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19783492148115","imei1":"19783492148115","imei2":"19783492148115","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168393,"job_number":"JOB_168393","tr_customer_id":168410,"tr_customer_product_id":168400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:37.000Z","modified_at":"2026-01-27T14:02:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12751623846732","imei1":"12751623846732","imei2":"12751623846732","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168392,"job_number":"JOB_168392","tr_customer_id":168409,"tr_customer_product_id":168399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:37.000Z","modified_at":"2026-01-27T14:01:37.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73336585358586","imei1":"73336585358586","imei2":"73336585358586","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168391,"job_number":"JOB_168391","tr_customer_id":168408,"tr_customer_product_id":168398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90416539451323","imei1":"90416539451323","imei2":"90416539451323","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168390,"job_number":"JOB_168390","tr_customer_id":168407,"tr_customer_product_id":168397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35569371766624","imei1":"35569371766624","imei2":"35569371766624","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168389,"job_number":"JOB_168389","tr_customer_id":168406,"tr_customer_product_id":168396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71206279349103","imei1":"71206279349103","imei2":"71206279349103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168388,"job_number":"JOB_168388","tr_customer_id":168405,"tr_customer_product_id":168395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86164747961861","imei1":"86164747961861","imei2":"86164747961861","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168387,"job_number":"JOB_168387","tr_customer_id":168404,"tr_customer_product_id":168394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34977291546936","imei1":"34977291546936","imei2":"34977291546936","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168386,"job_number":"JOB_168386","tr_customer_id":168403,"tr_customer_product_id":168393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:08.000Z","modified_at":"2026-01-27T14:01:08.000Z","name":"Emily Strosin","mobile_number":"848-627-4057","email_id":"Luigi74@hotmail.com","dop":"2025-04-06","serial_number":"16407514125384720","imei1":"16407514125384720","imei2":"16407514125384720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168385,"job_number":"JOB_168385","tr_customer_id":168402,"tr_customer_product_id":168392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:07.000Z","modified_at":"2026-01-27T14:01:49.000Z","name":"Hortense Graham","mobile_number":"942-815-7603","email_id":"Shakira.Rath86@hotmail.com","dop":"2025-04-06","serial_number":"11468741649776","imei1":"11468741649776","imei2":"11468741649776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:01:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168384,"job_number":"JOB_168384","tr_customer_id":168401,"tr_customer_product_id":168391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36136714056796","imei1":"36136714056796","imei2":"36136714056796","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168383,"job_number":"JOB_168383","tr_customer_id":168400,"tr_customer_product_id":168390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16085127312844","imei1":"16085127312844","imei2":"16085127312844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168382,"job_number":"JOB_168382","tr_customer_id":168399,"tr_customer_product_id":168389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60030016225827","imei1":"60030016225827","imei2":"60030016225827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168381,"job_number":"JOB_168381","tr_customer_id":168398,"tr_customer_product_id":168388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28840266828053","imei1":"28840266828053","imei2":"28840266828053","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168380,"job_number":"JOB_168380","tr_customer_id":168397,"tr_customer_product_id":168387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39222786266748","imei1":"39222786266748","imei2":"39222786266748","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168379,"job_number":"JOB_168379","tr_customer_id":168396,"tr_customer_product_id":168386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75245419690268","imei1":"75245419690268","imei2":"75245419690268","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168378,"job_number":"JOB_168378","tr_customer_id":168395,"tr_customer_product_id":168385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73416323632825","imei1":"73416323632825","imei2":"73416323632825","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168377,"job_number":"JOB_168377","tr_customer_id":168394,"tr_customer_product_id":168384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Damodara Namboothiri","mobile_number":"7094721194","email_id":"kashyap.agarwal@gmail.com","dop":"2026-01-17","serial_number":"472737749995572","imei1":"472737749995572","imei2":"472737749995572","popurl":"www.kamalesh-nehru.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168376,"job_number":"JOB_168376","tr_customer_id":168392,"tr_customer_product_id":168382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Sachin Mishra","mobile_number":"7025701307","email_id":"aamod.gandhi@yahoo.co.in","dop":"2026-01-17","serial_number":"652516523757927","imei1":"652516523757927","imei2":"652516523757927","popurl":"www.goutam-tandon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168375,"job_number":"JOB_168375","tr_customer_id":168393,"tr_customer_product_id":168383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Kanti Guha","mobile_number":"7080753158","email_id":"krishnadasa.embranthiri@yahoo.co.in","dop":"2026-01-17","serial_number":"780601164464121","imei1":"780601164464121","imei2":"780601164464121","popurl":"www.chaturaanan-marar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168374,"job_number":"JOB_168374","tr_customer_id":168391,"tr_customer_product_id":168381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Akshaj Gowda","mobile_number":"7043120308","email_id":"bhoj.pandey@hotmail.com","dop":"2026-01-17","serial_number":"513976482680773","imei1":"513976482680773","imei2":"513976482680773","popurl":"www.akshita-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168373,"job_number":"JOB_168373","tr_customer_id":168390,"tr_customer_product_id":168380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Vrund Desai","mobile_number":"7001021043","email_id":"guru.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"516058943644872","imei1":"516058943644872","imei2":"516058943644872","popurl":"www.devagya-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168372,"job_number":"JOB_168372","tr_customer_id":168389,"tr_customer_product_id":168379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bishnu Varrier","mobile_number":"7096180955","email_id":"brajesh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"051797877589302","imei1":"051797877589302","imei2":"051797877589302","popurl":"www.ghanshyam-singh.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168371,"job_number":"JOB_168371","tr_customer_id":168388,"tr_customer_product_id":168378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bhilangana Nair","mobile_number":"7025684781","email_id":"lakshminath.mehra@yahoo.co.in","dop":"2026-01-17","serial_number":"854342691173107","imei1":"854342691173107","imei2":"854342691173107","popurl":"www.vasudeva-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168370,"job_number":"JOB_168370","tr_customer_id":168387,"tr_customer_product_id":168377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Priya Namboothiri","mobile_number":"7013847653","email_id":"dev.iyer@hotmail.com","dop":"2026-01-17","serial_number":"077055695813289","imei1":"077055695813289","imei2":"077055695813289","popurl":"www.lakshmidhar-bhat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168369,"job_number":"JOB_168369","tr_customer_id":168386,"tr_customer_product_id":168376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Kailash Guneta","mobile_number":"7090100585","email_id":"vaidehi.tandon@hotmail.com","dop":"2026-01-17","serial_number":"497105552825981","imei1":"497105552825981","imei2":"497105552825981","popurl":"www.dhatri-pillai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168368,"job_number":"JOB_168368","tr_customer_id":168385,"tr_customer_product_id":168375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bilwa Adiga","mobile_number":"7051290596","email_id":"nawal.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"593529066480426","imei1":"593529066480426","imei2":"593529066480426","popurl":"www.birjesh-khanna.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168367,"job_number":"JOB_168367","tr_customer_id":168384,"tr_customer_product_id":168374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Mohana Namboothiri","mobile_number":"7075742815","email_id":"urmila.gandhi@gmail.com","dop":"2026-01-17","serial_number":"145848997681710","imei1":"145848997681710","imei2":"145848997681710","popurl":"www.rakesh-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168366,"job_number":"JOB_168366","tr_customer_id":168383,"tr_customer_product_id":168373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Chinmayananda Talwar","mobile_number":"7029867753","email_id":"deepali.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"807692096572906","imei1":"807692096572906","imei2":"807692096572906","popurl":"www.tanirika-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168365,"job_number":"JOB_168365","tr_customer_id":168382,"tr_customer_product_id":168372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Akshaj Abbott","mobile_number":"7030785535","email_id":"devika.dhawan@hotmail.com","dop":"2026-01-17","serial_number":"185714094858276","imei1":"185714094858276","imei2":"185714094858276","popurl":"www.karan-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168364,"job_number":"JOB_168364","tr_customer_id":168381,"tr_customer_product_id":168371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chandani Iyengar","mobile_number":"7019505930","email_id":"gauranga.bharadwaj@hotmail.com","dop":"2026-01-17","serial_number":"016636860422462","imei1":"016636860422462","imei2":"016636860422462","popurl":"www.aayushman-naik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168363,"job_number":"JOB_168363","tr_customer_id":168380,"tr_customer_product_id":168370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chakor Gupta","mobile_number":"7009589550","email_id":"shobhana.johar@hotmail.com","dop":"2026-01-17","serial_number":"206538448713779","imei1":"206538448713779","imei2":"206538448713779","popurl":"www.abhirath-dutta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168362,"job_number":"JOB_168362","tr_customer_id":168379,"tr_customer_product_id":168369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rukhmani Nambeesan","mobile_number":"7009156879","email_id":"harit.ahluwalia@yahoo.co.in","dop":"2026-01-17","serial_number":"297676098700538","imei1":"297676098700538","imei2":"297676098700538","popurl":"www.krishna-achari.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168361,"job_number":"JOB_168361","tr_customer_id":168378,"tr_customer_product_id":168368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rohit Dhawan","mobile_number":"7010250076","email_id":"manisha.saini@yahoo.co.in","dop":"2026-01-17","serial_number":"817097590402320","imei1":"817097590402320","imei2":"817097590402320","popurl":"www.govinda-nair.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168360,"job_number":"JOB_168360","tr_customer_id":168377,"tr_customer_product_id":168367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bhavani Menon","mobile_number":"7051475661","email_id":"goutam.devar@hotmail.com","dop":"2026-01-17","serial_number":"149646746099263","imei1":"149646746099263","imei2":"149646746099263","popurl":"www.geeta-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168359,"job_number":"JOB_168359","tr_customer_id":168376,"tr_customer_product_id":168366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Mahesh Jha","mobile_number":"7038586704","email_id":"ankal.tandon@hotmail.com","dop":"2026-01-17","serial_number":"990013463977407","imei1":"990013463977407","imei2":"990013463977407","popurl":"www.bhuvaneshwar-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168358,"job_number":"JOB_168358","tr_customer_id":168374,"tr_customer_product_id":168364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Tanya Kapoor","mobile_number":"7016042539","email_id":"udai.tagore@hotmail.com","dop":"2026-01-17","serial_number":"198386518075332","imei1":"198386518075332","imei2":"198386518075332","popurl":"www.dinkar-devar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168357,"job_number":"JOB_168357","tr_customer_id":168375,"tr_customer_product_id":168365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Aanandaswarup Jha","mobile_number":"7076453342","email_id":"abhirath.adiga@hotmail.com","dop":"2026-01-17","serial_number":"335279886424002","imei1":"335279886424002","imei2":"335279886424002","popurl":"www.dhanapati-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168356,"job_number":"JOB_168356","tr_customer_id":168373,"tr_customer_product_id":168363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ravi Mukhopadhyay","mobile_number":"7067186902","email_id":"shivakari.joshi@hotmail.com","dop":"2026-01-17","serial_number":"142948129111347","imei1":"142948129111347","imei2":"142948129111347","popurl":"www.chanda-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168355,"job_number":"JOB_168355","tr_customer_id":168372,"tr_customer_product_id":168362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Lila Iyer","mobile_number":"7023393304","email_id":"narendra.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"089434342383766","imei1":"089434342383766","imei2":"089434342383766","popurl":"www.rohit-pillai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168354,"job_number":"JOB_168354","tr_customer_id":168371,"tr_customer_product_id":168361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Krishnadas Saini","mobile_number":"7074823966","email_id":"vrund.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"532303323194966","imei1":"532303323194966","imei2":"532303323194966","popurl":"www.pran-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168353,"job_number":"JOB_168353","tr_customer_id":168370,"tr_customer_product_id":168360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Kumar Iyer","mobile_number":"7087622205","email_id":"bahula.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"810569748036493","imei1":"810569748036493","imei2":"810569748036493","popurl":"www.sher-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168352,"job_number":"JOB_168352","tr_customer_id":168369,"tr_customer_product_id":168359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Meghnad Dhawan","mobile_number":"7038382114","email_id":"anjushri.rana@gmail.com","dop":"2026-01-17","serial_number":"469600577233594","imei1":"469600577233594","imei2":"469600577233594","popurl":"www.aadrika-arora.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168351,"job_number":"JOB_168351","tr_customer_id":168368,"tr_customer_product_id":168358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Heema Pilla","mobile_number":"7064517073","email_id":"prasad.guha@gmail.com","dop":"2026-01-17","serial_number":"964173172956775","imei1":"964173172956775","imei2":"964173172956775","popurl":"www.meghnad-sharma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168350,"job_number":"JOB_168350","tr_customer_id":168367,"tr_customer_product_id":168357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Abani Chaturvedi","mobile_number":"7036399880","email_id":"adhiraj.iyengar@hotmail.com","dop":"2026-01-17","serial_number":"106729502802142","imei1":"106729502802142","imei2":"106729502802142","popurl":"www.ahalya-bhat.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168349,"job_number":"JOB_168349","tr_customer_id":168366,"tr_customer_product_id":168356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Dhanu Dutta","mobile_number":"7018337846","email_id":"dandak.khanna@hotmail.com","dop":"2026-01-17","serial_number":"877052485523200","imei1":"877052485523200","imei2":"877052485523200","popurl":"www.atmanand-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168348,"job_number":"JOB_168348","tr_customer_id":168365,"tr_customer_product_id":168355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ritesh Reddy","mobile_number":"7090019130","email_id":"bela.mishra@hotmail.com","dop":"2026-01-17","serial_number":"220858470308955","imei1":"220858470308955","imei2":"220858470308955","popurl":"www.nikita-asan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168347,"job_number":"JOB_168347","tr_customer_id":168364,"tr_customer_product_id":168354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Apsara Mishra","mobile_number":"7047276167","email_id":"kannan.gowda@hotmail.com","dop":"2026-01-17","serial_number":"565742401215318","imei1":"565742401215318","imei2":"565742401215318","popurl":"www.bhargavi-patel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168346,"job_number":"JOB_168346","tr_customer_id":168363,"tr_customer_product_id":168353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Vyas Tandon","mobile_number":"7042667205","email_id":"purnima.joshi@yahoo.co.in","dop":"2026-01-17","serial_number":"759616770829453","imei1":"759616770829453","imei2":"759616770829453","popurl":"www.chinmayananda-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168345,"job_number":"JOB_168345","tr_customer_id":168362,"tr_customer_product_id":168352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bala Tagore","mobile_number":"7002970566","email_id":"uma.khatri@hotmail.com","dop":"2026-01-17","serial_number":"346712173888469","imei1":"346712173888469","imei2":"346712173888469","popurl":"www.vishnu-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168344,"job_number":"JOB_168344","tr_customer_id":168361,"tr_customer_product_id":168351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Eshana Mishra","mobile_number":"7035091717","email_id":"bhardwaj.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"567478943251205","imei1":"567478943251205","imei2":"567478943251205","popurl":"www.tara-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168343,"job_number":"JOB_168343","tr_customer_id":168360,"tr_customer_product_id":168350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chitrangada Jain","mobile_number":"7047940952","email_id":"atmaja.somayaji@yahoo.co.in","dop":"2026-01-17","serial_number":"534353500920242","imei1":"534353500920242","imei2":"534353500920242","popurl":"www.dhyanesh-embranthiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168342,"job_number":"JOB_168342","tr_customer_id":168359,"tr_customer_product_id":168349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipali Naik","mobile_number":"7046169636","email_id":"adityanandan.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"181904001668628","imei1":"181904001668628","imei2":"181904001668628","popurl":"www.divjot-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168341,"job_number":"JOB_168341","tr_customer_id":168358,"tr_customer_product_id":168348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipendra Guneta","mobile_number":"7089022167","email_id":"bhooshit.varrier@yahoo.co.in","dop":"2026-01-17","serial_number":"557394222355725","imei1":"557394222355725","imei2":"557394222355725","popurl":"www.veda-namboothiri.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168340,"job_number":"JOB_168340","tr_customer_id":168357,"tr_customer_product_id":168347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gandharv Mishra","mobile_number":"7037736873","email_id":"chandrakala.asan@hotmail.com","dop":"2026-01-17","serial_number":"054532771311509","imei1":"054532771311509","imei2":"054532771311509","popurl":"www.anshula-gandhi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168339,"job_number":"JOB_168339","tr_customer_id":168356,"tr_customer_product_id":168346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Abhirath Kocchar","mobile_number":"7095215331","email_id":"nirbhay.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"026538670104231","imei1":"026538670104231","imei2":"026538670104231","popurl":"www.bhilangana-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168338,"job_number":"JOB_168338","tr_customer_id":168355,"tr_customer_product_id":168345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Lakshman Malik","mobile_number":"7054809205","email_id":"samir.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"688001834688644","imei1":"688001834688644","imei2":"688001834688644","popurl":"www.parvati-embranthiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168337,"job_number":"JOB_168337","tr_customer_id":168354,"tr_customer_product_id":168344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girik Gowda","mobile_number":"7069755534","email_id":"agrata.guneta@gmail.com","dop":"2026-01-17","serial_number":"006437615865535","imei1":"006437615865535","imei2":"006437615865535","popurl":"www.opalina-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168336,"job_number":"JOB_168336","tr_customer_id":168353,"tr_customer_product_id":168343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Swarnalata Johar","mobile_number":"7078977856","email_id":"ujjwal.desai@yahoo.co.in","dop":"2026-01-17","serial_number":"868667207996938","imei1":"868667207996938","imei2":"868667207996938","popurl":"www.laxmi-adiga.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168335,"job_number":"JOB_168335","tr_customer_id":168352,"tr_customer_product_id":168342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Adhrit Kapoor","mobile_number":"7027432401","email_id":"aruna.pillai@hotmail.com","dop":"2026-01-17","serial_number":"348584581440138","imei1":"348584581440138","imei2":"348584581440138","popurl":"www.bhargavi-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168334,"job_number":"JOB_168334","tr_customer_id":168351,"tr_customer_product_id":168341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Anjushri Kakkar","mobile_number":"7053074102","email_id":"chitraksh.talwar@hotmail.com","dop":"2026-01-17","serial_number":"573357269817417","imei1":"573357269817417","imei2":"573357269817417","popurl":"www.tanya-nair.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168333,"job_number":"JOB_168333","tr_customer_id":168350,"tr_customer_product_id":168340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ramaa Ahluwalia","mobile_number":"7043740065","email_id":"krishnadasa.abbott@gmail.com","dop":"2026-01-17","serial_number":"055694745124624","imei1":"055694745124624","imei2":"055694745124624","popurl":"www.anilaabh-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168332,"job_number":"JOB_168332","tr_customer_id":168349,"tr_customer_product_id":168339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ananta Bandopadhyay","mobile_number":"7064038836","email_id":"ujjawal.asan@hotmail.com","dop":"2026-01-17","serial_number":"193785608841020","imei1":"193785608841020","imei2":"193785608841020","popurl":"www.gajabahu-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168331,"job_number":"JOB_168331","tr_customer_id":168348,"tr_customer_product_id":168338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gautam Khan","mobile_number":"7062693799","email_id":"siddarth.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"391242264746741","imei1":"391242264746741","imei2":"391242264746741","popurl":"www.ananda-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168330,"job_number":"JOB_168330","tr_customer_id":168347,"tr_customer_product_id":168337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girija Johar","mobile_number":"7087953579","email_id":"manoj.jain@gmail.com","dop":"2026-01-17","serial_number":"955820954820200","imei1":"955820954820200","imei2":"955820954820200","popurl":"www.vaishnavi-jha.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168329,"job_number":"JOB_168329","tr_customer_id":168346,"tr_customer_product_id":168336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Tanushri Desai","mobile_number":"7029790501","email_id":"bilva.achari@yahoo.co.in","dop":"2026-01-17","serial_number":"635481645607749","imei1":"635481645607749","imei2":"635481645607749","popurl":"www.chapala-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168328,"job_number":"JOB_168328","tr_customer_id":168345,"tr_customer_product_id":168335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Bhishma Ahluwalia","mobile_number":"7070024748","email_id":"gitanjali.patel@gmail.com","dop":"2026-01-17","serial_number":"909928173955236","imei1":"909928173955236","imei2":"909928173955236","popurl":"www.lavanya-ahluwalia.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168327,"job_number":"JOB_168327","tr_customer_id":168344,"tr_customer_product_id":168334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dhanapati Mukhopadhyay","mobile_number":"7060625797","email_id":"anasooya.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"677865205290071","imei1":"677865205290071","imei2":"677865205290071","popurl":"www.akshita-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168326,"job_number":"JOB_168326","tr_customer_id":168343,"tr_customer_product_id":168333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chandraayan Butt","mobile_number":"7010369756","email_id":"agnimitra.somayaji@gmail.com","dop":"2026-01-17","serial_number":"488999732494006","imei1":"488999732494006","imei2":"488999732494006","popurl":"www.gajabahu-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168325,"job_number":"JOB_168325","tr_customer_id":168342,"tr_customer_product_id":168332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Manoj Iyer","mobile_number":"7079001143","email_id":"giriraj.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"193173358287905","imei1":"193173358287905","imei2":"193173358287905","popurl":"www.rukmin-kaur.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168324,"job_number":"JOB_168324","tr_customer_id":168341,"tr_customer_product_id":168331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Devvrat Asan","mobile_number":"7036837584","email_id":"garuda.menon@hotmail.com","dop":"2026-01-17","serial_number":"186509279222993","imei1":"186509279222993","imei2":"186509279222993","popurl":"www.vaishno-nehru.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168323,"job_number":"JOB_168323","tr_customer_id":168340,"tr_customer_product_id":168330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrakin Chattopadhyay","mobile_number":"7097544273","email_id":"kannan.agarwal@gmail.com","dop":"2026-01-17","serial_number":"692303611362579","imei1":"692303611362579","imei2":"692303611362579","popurl":"www.bilwa-deshpande.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168322,"job_number":"JOB_168322","tr_customer_id":168339,"tr_customer_product_id":168329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Nanda Ahluwalia","mobile_number":"7061139361","email_id":"bhoopati.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"325520571898873","imei1":"325520571898873","imei2":"325520571898873","popurl":"www.pushti-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168321,"job_number":"JOB_168321","tr_customer_id":168338,"tr_customer_product_id":168328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gauranga Bharadwaj","mobile_number":"7040771236","email_id":"himani.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"963565872947585","imei1":"963565872947585","imei2":"963565872947585","popurl":"www.vishnu-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168320,"job_number":"JOB_168320","tr_customer_id":168337,"tr_customer_product_id":168327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamla Pillai","mobile_number":"7025530093","email_id":"devi.bhattacharya@hotmail.com","dop":"2026-01-17","serial_number":"720966471356811","imei1":"720966471356811","imei2":"720966471356811","popurl":"www.chinmayananda-gandhi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168319,"job_number":"JOB_168319","tr_customer_id":168336,"tr_customer_product_id":168326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Amaresh Mahajan","mobile_number":"7036858631","email_id":"brahmanandam.sharma@gmail.com","dop":"2026-01-17","serial_number":"993215241178645","imei1":"993215241178645","imei2":"993215241178645","popurl":"www.dulari-trivedi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168318,"job_number":"JOB_168318","tr_customer_id":168335,"tr_customer_product_id":168325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrabhaga Reddy","mobile_number":"7002922500","email_id":"gajadhar.pillai@hotmail.com","dop":"2026-01-17","serial_number":"670466987668843","imei1":"670466987668843","imei2":"670466987668843","popurl":"www.aadidev-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168317,"job_number":"JOB_168317","tr_customer_id":168334,"tr_customer_product_id":168324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Manisha Chattopadhyay","mobile_number":"7075391580","email_id":"aagneya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"231111320521551","imei1":"231111320521551","imei2":"231111320521551","popurl":"www.dron-dubashi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168316,"job_number":"JOB_168316","tr_customer_id":168333,"tr_customer_product_id":168323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gajadhar Khatri","mobile_number":"7009021832","email_id":"manik.pilla@hotmail.com","dop":"2026-01-17","serial_number":"824135075165620","imei1":"824135075165620","imei2":"824135075165620","popurl":"www.gaurang-patel.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168315,"job_number":"JOB_168315","tr_customer_id":168332,"tr_customer_product_id":168322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bandhu Mahajan","mobile_number":"7099106728","email_id":"dhruv.joshi@hotmail.com","dop":"2026-01-17","serial_number":"324381924619464","imei1":"324381924619464","imei2":"324381924619464","popurl":"www.shridevi-pothuvaal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168314,"job_number":"JOB_168314","tr_customer_id":168331,"tr_customer_product_id":168321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamlesh Khanna","mobile_number":"7095467911","email_id":"hiranya.marar@hotmail.com","dop":"2026-01-17","serial_number":"135205006698107","imei1":"135205006698107","imei2":"135205006698107","popurl":"www.garuda-pandey.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168313,"job_number":"JOB_168313","tr_customer_id":168330,"tr_customer_product_id":168320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ananda Malik","mobile_number":"7038373963","email_id":"malti.iyer@hotmail.com","dop":"2026-01-17","serial_number":"699733414024462","imei1":"699733414024462","imei2":"699733414024462","popurl":"www.anjushree-marar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168312,"job_number":"JOB_168312","tr_customer_id":168329,"tr_customer_product_id":168319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chiranjeev Ahluwalia","mobile_number":"7009145254","email_id":"geeta.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"643458496795587","imei1":"643458496795587","imei2":"643458496795587","popurl":"www.prem-desai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168311,"job_number":"JOB_168311","tr_customer_id":168328,"tr_customer_product_id":168318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Devesh Mishra","mobile_number":"7033273020","email_id":"chandi.kaniyar@yahoo.co.in","dop":"2026-01-17","serial_number":"932138702134532","imei1":"932138702134532","imei2":"932138702134532","popurl":"www.devani-reddy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168310,"job_number":"JOB_168310","tr_customer_id":168327,"tr_customer_product_id":168317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ritesh Bhattacharya","mobile_number":"7098501414","email_id":"sharmila.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"103975520579777","imei1":"103975520579777","imei2":"103975520579777","popurl":"www.harinarayan-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168309,"job_number":"JOB_168309","tr_customer_id":168326,"tr_customer_product_id":168316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Vidur Somayaji","mobile_number":"7073570313","email_id":"dharitri.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"027182720772522","imei1":"027182720772522","imei2":"027182720772522","popurl":"www.girindra-tandon.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168308,"job_number":"JOB_168308","tr_customer_id":168325,"tr_customer_product_id":168315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Trisha Embranthiri","mobile_number":"7078828412","email_id":"rageswari.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"379590032052216","imei1":"379590032052216","imei2":"379590032052216","popurl":"www.oormila-namboothiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168307,"job_number":"JOB_168307","tr_customer_id":168324,"tr_customer_product_id":168314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bharadwaj Gowda","mobile_number":"7047901798","email_id":"amrit.chopra@hotmail.com","dop":"2026-01-17","serial_number":"691884701084889","imei1":"691884701084889","imei2":"691884701084889","popurl":"www.aarya-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168306,"job_number":"JOB_168306","tr_customer_id":168323,"tr_customer_product_id":168313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Daiwik Pandey","mobile_number":"7015235624","email_id":"darshwana.saini@gmail.com","dop":"2026-01-17","serial_number":"922710613826902","imei1":"922710613826902","imei2":"922710613826902","popurl":"www.aayushman-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168305,"job_number":"JOB_168305","tr_customer_id":168322,"tr_customer_product_id":168312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Shanti Chaturvedi","mobile_number":"7074772557","email_id":"rukmin.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"167544080266806","imei1":"167544080266806","imei2":"167544080266806","popurl":"www.karunanidhi-joshi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168304,"job_number":"JOB_168304","tr_customer_id":168321,"tr_customer_product_id":168311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dhana Achari","mobile_number":"7027643900","email_id":"bala.deshpande@gmail.com","dop":"2026-01-17","serial_number":"259783489679083","imei1":"259783489679083","imei2":"259783489679083","popurl":"www.dhanesh-prajapat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168303,"job_number":"JOB_168303","tr_customer_id":168320,"tr_customer_product_id":168310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Kanishka Pandey","mobile_number":"7006447166","email_id":"deepesh.prajapat@gmail.com","dop":"2026-01-17","serial_number":"299828941401126","imei1":"299828941401126","imei2":"299828941401126","popurl":"www.aagneya-adiga.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168302,"job_number":"JOB_168302","tr_customer_id":168319,"tr_customer_product_id":168309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Eshita Malik","mobile_number":"7019334340","email_id":"charuvrat.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"797082632608609","imei1":"797082632608609","imei2":"797082632608609","popurl":"www.sarla-banerjee.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168301,"job_number":"JOB_168301","tr_customer_id":168318,"tr_customer_product_id":168308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Krishnadasa Kocchar","mobile_number":"7040706838","email_id":"vidya.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"039277206390215","imei1":"039277206390215","imei2":"039277206390215","popurl":"www.abhisyanta-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168300,"job_number":"JOB_168300","tr_customer_id":168317,"tr_customer_product_id":168307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Acaryatanaya Sharma","mobile_number":"7080385131","email_id":"kumuda.desai@gmail.com","dop":"2026-01-17","serial_number":"628297546043480","imei1":"628297546043480","imei2":"628297546043480","popurl":"www.sanka-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168299,"job_number":"JOB_168299","tr_customer_id":168316,"tr_customer_product_id":168306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Jyoti Bhat","mobile_number":"7026175150","email_id":"bilwa.dubashi@gmail.com","dop":"2026-01-17","serial_number":"143523016490660","imei1":"143523016490660","imei2":"143523016490660","popurl":"www.amritambu-sinha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168298,"job_number":"JOB_168298","tr_customer_id":168315,"tr_customer_product_id":168305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Baalagopaal Patil","mobile_number":"7096912025","email_id":"abhirath.mukhopadhyay@hotmail.com","dop":"2026-01-17","serial_number":"757612487874979","imei1":"757612487874979","imei2":"757612487874979","popurl":"www.bhushit-guha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168297,"job_number":"JOB_168297","tr_customer_id":168314,"tr_customer_product_id":168304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Nirbhay Chattopadhyay","mobile_number":"7061002611","email_id":"eshana.bhattathiri@hotmail.com","dop":"2026-01-17","serial_number":"297775248264917","imei1":"297775248264917","imei2":"297775248264917","popurl":"www.shubhaprada-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168296,"job_number":"JOB_168296","tr_customer_id":168313,"tr_customer_product_id":168303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Aaryan Varrier","mobile_number":"7086629267","email_id":"shashi.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"297041655924701","imei1":"297041655924701","imei2":"297041655924701","popurl":"www.gajabahu-rana.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168295,"job_number":"JOB_168295","tr_customer_id":168312,"tr_customer_product_id":168302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Abhisyanta Tagore","mobile_number":"7098322412","email_id":"chaitan.naik@hotmail.com","dop":"2026-01-17","serial_number":"462957100239314","imei1":"462957100239314","imei2":"462957100239314","popurl":"www.gati-nair.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168294,"job_number":"JOB_168294","tr_customer_id":168311,"tr_customer_product_id":168301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Deeptimoyee Trivedi","mobile_number":"7081075397","email_id":"rupinder.chopra@yahoo.co.in","dop":"2026-01-17","serial_number":"820682428873616","imei1":"820682428873616","imei2":"820682428873616","popurl":"www.jay-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168293,"job_number":"JOB_168293","tr_customer_id":168310,"tr_customer_product_id":168300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gayatri Gill","mobile_number":"7078914110","email_id":"tanya.gowda@yahoo.co.in","dop":"2026-01-17","serial_number":"425618954904736","imei1":"425618954904736","imei2":"425618954904736","popurl":"www.baala-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168292,"job_number":"JOB_168292","tr_customer_id":168309,"tr_customer_product_id":168299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Yogendra Rana","mobile_number":"7013127135","email_id":"ekalavya.pandey@hotmail.com","dop":"2026-01-17","serial_number":"181276253587809","imei1":"181276253587809","imei2":"181276253587809","popurl":"www.himadri-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168291,"job_number":"JOB_168291","tr_customer_id":168308,"tr_customer_product_id":168298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gitanjali Nehru","mobile_number":"7033196788","email_id":"bhramar.iyer@hotmail.com","dop":"2026-01-17","serial_number":"159118065780587","imei1":"159118065780587","imei2":"159118065780587","popurl":"www.adhrit-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168290,"job_number":"JOB_168290","tr_customer_id":168307,"tr_customer_product_id":168297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Param Namboothiri","mobile_number":"7051395959","email_id":"shresth.acharya@gmail.com","dop":"2026-01-17","serial_number":"939906965759411","imei1":"939906965759411","imei2":"939906965759411","popurl":"www.digambar-khatri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168289,"job_number":"JOB_168289","tr_customer_id":168306,"tr_customer_product_id":168296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Laxmi Khan","mobile_number":"7044561872","email_id":"amaranaath.mukhopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"798628166538875","imei1":"798628166538875","imei2":"798628166538875","popurl":"www.chakravartee-malik.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168288,"job_number":"JOB_168288","tr_customer_id":168305,"tr_customer_product_id":168295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Chandini Panicker","mobile_number":"7041401584","email_id":"nimit.shukla@hotmail.com","dop":"2026-01-17","serial_number":"030455514100990","imei1":"030455514100990","imei2":"030455514100990","popurl":"www.kama-mishra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168287,"job_number":"JOB_168287","tr_customer_id":168304,"tr_customer_product_id":168294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Rageshwari Sinha","mobile_number":"7007609666","email_id":"aaryan.mishra@hotmail.com","dop":"2026-01-17","serial_number":"762876885452505","imei1":"762876885452505","imei2":"762876885452505","popurl":"www.dandapaani-kakkar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168286,"job_number":"JOB_168286","tr_customer_id":168303,"tr_customer_product_id":168293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dayaamay Khan","mobile_number":"7027838011","email_id":"param.khanna@hotmail.com","dop":"2026-01-17","serial_number":"246434267233391","imei1":"246434267233391","imei2":"246434267233391","popurl":"www.mohinder-malik.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168285,"job_number":"JOB_168285","tr_customer_id":168302,"tr_customer_product_id":168292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Bhadrak Arora","mobile_number":"7032870005","email_id":"bhishma.acharya@hotmail.com","dop":"2026-01-17","serial_number":"559643001190677","imei1":"559643001190677","imei2":"559643001190677","popurl":"www.anjaneya-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168284,"job_number":"JOB_168284","tr_customer_id":168301,"tr_customer_product_id":168291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Shanti Bhattathiri","mobile_number":"7016029439","email_id":"oormila.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"247116872323691","imei1":"247116872323691","imei2":"247116872323691","popurl":"www.dayaanidhi-dwivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168283,"job_number":"JOB_168283","tr_customer_id":168300,"tr_customer_product_id":168290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Swarnalata Prajapat","mobile_number":"7099479914","email_id":"balaaditya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"141575034126703","imei1":"141575034126703","imei2":"141575034126703","popurl":"www.narinder-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168282,"job_number":"JOB_168282","tr_customer_id":168299,"tr_customer_product_id":168289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Girish Banerjee","mobile_number":"7048017873","email_id":"aaryan.guneta@hotmail.com","dop":"2026-01-17","serial_number":"740725273090990","imei1":"740725273090990","imei2":"740725273090990","popurl":"www.rati-jha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168281,"job_number":"JOB_168281","tr_customer_id":168298,"tr_customer_product_id":168288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhardwaj Shukla","mobile_number":"7025057013","email_id":"mayoor.iyer@hotmail.com","dop":"2026-01-17","serial_number":"135556889699370","imei1":"135556889699370","imei2":"135556889699370","popurl":"www.sharmila-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168280,"job_number":"JOB_168280","tr_customer_id":168297,"tr_customer_product_id":168287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Lal Ahuja","mobile_number":"7037608651","email_id":"dhanalakshmi.pothuvaal@gmail.com","dop":"2026-01-17","serial_number":"863448801333047","imei1":"863448801333047","imei2":"863448801333047","popurl":"www.jyoti-pothuvaal.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168279,"job_number":"JOB_168279","tr_customer_id":168296,"tr_customer_product_id":168286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ranjit Chopra","mobile_number":"7073725800","email_id":"bhagirathi.guneta@hotmail.com","dop":"2026-01-17","serial_number":"360525324757118","imei1":"360525324757118","imei2":"360525324757118","popurl":"www.jagadish-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168278,"job_number":"JOB_168278","tr_customer_id":168295,"tr_customer_product_id":168285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhargava Mukhopadhyay","mobile_number":"7026138278","email_id":"anurag.mishra@gmail.com","dop":"2026-01-17","serial_number":"875406830158462","imei1":"875406830158462","imei2":"875406830158462","popurl":"www.kali-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168277,"job_number":"JOB_168277","tr_customer_id":168294,"tr_customer_product_id":168284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chandi Malik","mobile_number":"7095444726","email_id":"deb.ahuja@yahoo.co.in","dop":"2026-01-17","serial_number":"912578778448772","imei1":"912578778448772","imei2":"912578778448772","popurl":"www.tanushree-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168276,"job_number":"JOB_168276","tr_customer_id":168293,"tr_customer_product_id":168283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chetanaanand Reddy","mobile_number":"7045392486","email_id":"anal.deshpande@yahoo.co.in","dop":"2026-01-17","serial_number":"408809447341215","imei1":"408809447341215","imei2":"408809447341215","popurl":"www.abhirath-achari.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168275,"job_number":"JOB_168275","tr_customer_id":168291,"tr_customer_product_id":168281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Pran Dubashi","mobile_number":"7068961883","email_id":"ekaparnika.agarwal@yahoo.co.in","dop":"2026-01-17","serial_number":"286857647138780","imei1":"286857647138780","imei2":"286857647138780","popurl":"www.amrita-embranthiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168274,"job_number":"JOB_168274","tr_customer_id":168292,"tr_customer_product_id":168282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ankal Nair","mobile_number":"7063975020","email_id":"gauraang.joshi@gmail.com","dop":"2026-01-17","serial_number":"907222504346697","imei1":"907222504346697","imei2":"907222504346697","popurl":"www.manoj-varman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168273,"job_number":"JOB_168273","tr_customer_id":168290,"tr_customer_product_id":168280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Anaadi Devar","mobile_number":"7084683703","email_id":"ekaling.namboothiri@hotmail.com","dop":"2026-01-17","serial_number":"656477353144113","imei1":"656477353144113","imei2":"656477353144113","popurl":"www.deepesh-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168272,"job_number":"JOB_168272","tr_customer_id":168289,"tr_customer_product_id":168279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:50.000Z","modified_at":"2026-01-27T13:45:02.000Z","name":"Oscar Ritchie","mobile_number":"719-318-1867","email_id":"Monserrate19@gmail.com","dop":"2025-12-01","serial_number":"17540098712072","imei1":"17540098712072","imei2":"17540098712072","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:45:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168271,"job_number":"JOB_168271","tr_customer_id":168288,"tr_customer_product_id":168278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:50.000Z","modified_at":"2026-01-27T13:44:50.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16137037844247","imei1":"16137037844247","imei2":"16137037844247","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168270,"job_number":"JOB_168270","tr_customer_id":168287,"tr_customer_product_id":168277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:34.000Z","modified_at":"2026-01-27T13:44:46.000Z","name":"Camylle Mertz","mobile_number":"942-200-2028","email_id":"Retha.Koss41@hotmail.com","dop":"2025-12-01","serial_number":"12355772743331","imei1":"12355772743331","imei2":"12355772743331","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168269,"job_number":"JOB_168269","tr_customer_id":168286,"tr_customer_product_id":168276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:33.000Z","modified_at":"2026-01-27T13:44:33.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11740035973162","imei1":"11740035973162","imei2":"11740035973162","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168268,"job_number":"JOB_168268","tr_customer_id":168285,"tr_customer_product_id":168275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:17.000Z","modified_at":"2026-01-27T13:44:29.000Z","name":"Janie Predovic","mobile_number":"221-782-5093","email_id":"Gladys_Hilpert73@hotmail.com","dop":"2025-12-01","serial_number":"15696191062648","imei1":"15696191062648","imei2":"15696191062648","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168267,"job_number":"JOB_168267","tr_customer_id":168284,"tr_customer_product_id":168274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:16.000Z","modified_at":"2026-01-27T13:44:16.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13972199692843","imei1":"13972199692843","imei2":"13972199692843","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168266,"job_number":"JOB_168266","tr_customer_id":168283,"tr_customer_product_id":168273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:18.000Z","modified_at":"2026-01-27T15:29:54.000Z","name":"Ena Jakubowski","mobile_number":"767-899-9822","email_id":"Conor_Gleason71@yahoo.com","dop":"2025-02-01","serial_number":"53730589633809","imei1":"53730589633809","imei2":"53730589633809","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T15:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168265,"job_number":"JOB_168265","tr_customer_id":168282,"tr_customer_product_id":168272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:12.000Z","name":"Rakesh Ganaka","mobile_number":"7081162089","email_id":"smriti.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"973373170161546","imei1":"973373170161546","imei2":"973373170161546","popurl":"www.deependra-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168264,"job_number":"JOB_168264","tr_customer_id":168281,"tr_customer_product_id":168271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhargava Kapoor","mobile_number":"7017308625","email_id":"ajeet.sinha@gmail.com","dop":"2026-01-17","serial_number":"210483892952342","imei1":"210483892952342","imei2":"210483892952342","popurl":"www.bhishma-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168263,"job_number":"JOB_168263","tr_customer_id":168280,"tr_customer_product_id":168270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhuvanesh Arora","mobile_number":"7059618969","email_id":"bhamini.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"030187202982318","imei1":"030187202982318","imei2":"030187202982318","popurl":"www.chaaruchandra-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168262,"job_number":"JOB_168262","tr_customer_id":168279,"tr_customer_product_id":168269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Swara Bandopadhyay","mobile_number":"7016741813","email_id":"aadi.varman@gmail.com","dop":"2026-01-17","serial_number":"447201130297179","imei1":"447201130297179","imei2":"447201130297179","popurl":"www.ekaparnika-ahuja.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168261,"job_number":"JOB_168261","tr_customer_id":168278,"tr_customer_product_id":168268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Budhil Kaul","mobile_number":"7007472388","email_id":"vidhya.johar@yahoo.co.in","dop":"2026-01-17","serial_number":"346899966887362","imei1":"346899966887362","imei2":"346899966887362","popurl":"www.dayamayee-pandey.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168260,"job_number":"JOB_168260","tr_customer_id":168277,"tr_customer_product_id":168267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ekadant Iyengar","mobile_number":"7083283137","email_id":"akshainie.varman@hotmail.com","dop":"2026-01-17","serial_number":"807684574494302","imei1":"807684574494302","imei2":"807684574494302","popurl":"www.anuja-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168259,"job_number":"JOB_168259","tr_customer_id":168276,"tr_customer_product_id":168266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Indra Bandopadhyay","mobile_number":"7084928060","email_id":"sarada.rana@hotmail.com","dop":"2026-01-17","serial_number":"119167337360261","imei1":"119167337360261","imei2":"119167337360261","popurl":"www.atmaja-rana.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168258,"job_number":"JOB_168258","tr_customer_id":168275,"tr_customer_product_id":168265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Triloki Nath Gill","mobile_number":"7020959627","email_id":"ajeet.shukla@yahoo.co.in","dop":"2026-01-17","serial_number":"154315835505877","imei1":"154315835505877","imei2":"154315835505877","popurl":"www.adhrit-talwar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168257,"job_number":"JOB_168257","tr_customer_id":168274,"tr_customer_product_id":168264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Chidananda Varman","mobile_number":"7081541989","email_id":"bhushan.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"520358638387078","imei1":"520358638387078","imei2":"520358638387078","popurl":"www.abhaidev-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168256,"job_number":"JOB_168256","tr_customer_id":168273,"tr_customer_product_id":168263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ganaka Ganaka","mobile_number":"7008604529","email_id":"chaturbhuj.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"580968190866739","imei1":"580968190866739","imei2":"580968190866739","popurl":"www.bhoopati-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168255,"job_number":"JOB_168255","tr_customer_id":168272,"tr_customer_product_id":168262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"hello Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10942232193440","imei1":"10942232193440","imei2":"10942232193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168254,"job_number":"JOB_168254","tr_customer_id":168271,"tr_customer_product_id":168261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"dfdfd Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10944432193440","imei1":"10944432193440","imei2":"10944432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168253,"job_number":"JOB_168253","tr_customer_id":168270,"tr_customer_product_id":168260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"World Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"18844432193440","imei1":"18844432193440","imei2":"18844432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168252,"job_number":"JOB_168252","tr_customer_id":168269,"tr_customer_product_id":168259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:57.000Z","modified_at":"2026-01-27T12:34:57.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"26009336482955","imei1":"26009336482955","imei2":"26009336482955","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168251,"job_number":"JOB_168251","tr_customer_id":168268,"tr_customer_product_id":168258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:55.000Z","modified_at":"2026-01-27T12:35:37.000Z","name":"Josianne Crooks","mobile_number":"541-260-9025","email_id":"Kyle_Kertzmann@yahoo.com","dop":"2026-01-04","serial_number":"15505682942558","imei1":"15505682942558","imei2":"15505682942558","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168250,"job_number":"JOB_168250","tr_customer_id":168267,"tr_customer_product_id":168257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:55.000Z","modified_at":"2026-01-27T12:34:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11132776219601","imei1":"11132776219601","imei2":"11132776219601","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168249,"job_number":"JOB_168249","tr_customer_id":168266,"tr_customer_product_id":168256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:05.000Z","modified_at":"2026-01-27T12:34:05.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49000460081954","imei1":"49000460081954","imei2":"49000460081954","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168248,"job_number":"JOB_168248","tr_customer_id":168265,"tr_customer_product_id":168255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:03.000Z","modified_at":"2026-01-27T12:34:46.000Z","name":"Maybelle Anderson","mobile_number":"329-623-8818","email_id":"Ariane63@gmail.com","dop":"2026-01-04","serial_number":"16242676039586","imei1":"16242676039586","imei2":"16242676039586","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168247,"job_number":"JOB_168247","tr_customer_id":168264,"tr_customer_product_id":168254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:03.000Z","modified_at":"2026-01-27T12:34:03.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19926693469878","imei1":"19926693469878","imei2":"19926693469878","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168246,"job_number":"JOB_168246","tr_customer_id":168263,"tr_customer_product_id":168253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:14.000Z","modified_at":"2026-01-27T12:33:14.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70322021367703","imei1":"70322021367703","imei2":"70322021367703","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168245,"job_number":"JOB_168245","tr_customer_id":168262,"tr_customer_product_id":168252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:12.000Z","modified_at":"2026-01-27T12:33:55.000Z","name":"Jerald Legros","mobile_number":"452-600-9203","email_id":"Hunter2@yahoo.com","dop":"2026-01-04","serial_number":"19900223977702","imei1":"19900223977702","imei2":"19900223977702","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168244,"job_number":"JOB_168244","tr_customer_id":168261,"tr_customer_product_id":168251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:12.000Z","modified_at":"2026-01-27T12:33:12.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16853693244096","imei1":"16853693244096","imei2":"16853693244096","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168243,"job_number":"JOB_168243","tr_customer_id":168260,"tr_customer_product_id":168250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:06.000Z","modified_at":"2026-01-27T12:24:06.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94175444839677","imei1":"94175444839677","imei2":"94175444839677","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168242,"job_number":"JOB_168242","tr_customer_id":168259,"tr_customer_product_id":168249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:04.000Z","modified_at":"2026-01-27T12:24:41.000Z","name":"Electa Bode","mobile_number":"377-553-5681","email_id":"Jadon.Hilpert23@yahoo.com","dop":"2026-01-04","serial_number":"18677593505476","imei1":"18677593505476","imei2":"18677593505476","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:24:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168241,"job_number":"JOB_168241","tr_customer_id":168258,"tr_customer_product_id":168248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:04.000Z","modified_at":"2026-01-27T12:24:04.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18019431176168","imei1":"18019431176168","imei2":"18019431176168","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168240,"job_number":"JOB_168240","tr_customer_id":168257,"tr_customer_product_id":168247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:22.000Z","modified_at":"2026-01-27T12:23:22.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"91869338609526","imei1":"91869338609526","imei2":"91869338609526","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168239,"job_number":"JOB_168239","tr_customer_id":168256,"tr_customer_product_id":168246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:21.000Z","modified_at":"2026-01-27T12:23:57.000Z","name":"Abdiel Mann","mobile_number":"414-359-7351","email_id":"Audra.Walker@gmail.com","dop":"2026-01-04","serial_number":"11613712934841","imei1":"11613712934841","imei2":"11613712934841","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:23:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168238,"job_number":"JOB_168238","tr_customer_id":168255,"tr_customer_product_id":168245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:20.000Z","modified_at":"2026-01-27T12:23:20.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17953161811409","imei1":"17953161811409","imei2":"17953161811409","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168237,"job_number":"JOB_168237","tr_customer_id":168254,"tr_customer_product_id":168244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Krishnadas Adiga","mobile_number":"7068260260","email_id":"poornima.verma@hotmail.com","dop":"2026-01-17","serial_number":"033577332190658","imei1":"033577332190658","imei2":"033577332190658","popurl":"www.jyotis-kocchar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168236,"job_number":"JOB_168236","tr_customer_id":168252,"tr_customer_product_id":168243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Amarnath Saini","mobile_number":"7066114456","email_id":"gopee.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"054434794473818","imei1":"054434794473818","imei2":"054434794473818","popurl":"www.bharadwaj-mehra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168235,"job_number":"JOB_168235","tr_customer_id":168253,"tr_customer_product_id":168242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Aanandaswarup Menon","mobile_number":"7050715808","email_id":"arindam.singh@hotmail.com","dop":"2026-01-17","serial_number":"830722785884696","imei1":"830722785884696","imei2":"830722785884696","popurl":"www.daksha-jain.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168234,"job_number":"JOB_168234","tr_customer_id":168250,"tr_customer_product_id":168240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Anish Chopra","mobile_number":"7015546136","email_id":"divakar.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"073590567887108","imei1":"073590567887108","imei2":"073590567887108","popurl":"www.deevakar-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168233,"job_number":"JOB_168233","tr_customer_id":168251,"tr_customer_product_id":168241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Prayag Johar","mobile_number":"7003652757","email_id":"adheesh.mehrotra@gmail.com","dop":"2026-01-17","serial_number":"304306716864460","imei1":"304306716864460","imei2":"304306716864460","popurl":"www.brahma-jain.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168232,"job_number":"JOB_168232","tr_customer_id":168249,"tr_customer_product_id":168239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Trisha Johar","mobile_number":"7068949896","email_id":"agrata.iyer@hotmail.com","dop":"2026-01-17","serial_number":"233185802174858","imei1":"233185802174858","imei2":"233185802174858","popurl":"www.ranjeet-agarwal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168231,"job_number":"JOB_168231","tr_customer_id":168248,"tr_customer_product_id":168238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Jaya Kaul","mobile_number":"7053995341","email_id":"girindra.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"445076252064431","imei1":"445076252064431","imei2":"445076252064431","popurl":"www.chaturbhuj-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168230,"job_number":"JOB_168230","tr_customer_id":168247,"tr_customer_product_id":168237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Bheeshma Jain","mobile_number":"7059421692","email_id":"prasanna.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"833050871578067","imei1":"833050871578067","imei2":"833050871578067","popurl":"www.vaijayanthi-ahuja.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168229,"job_number":"JOB_168229","tr_customer_id":168246,"tr_customer_product_id":168236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Vasudev Bharadwaj","mobile_number":"7073845519","email_id":"ajit.guha@hotmail.com","dop":"2026-01-17","serial_number":"967332951939340","imei1":"967332951939340","imei2":"967332951939340","popurl":"www.dayaananda-gowda.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168228,"job_number":"JOB_168228","tr_customer_id":168245,"tr_customer_product_id":168235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Tanya Bhattacharya","mobile_number":"7059149789","email_id":"deeptiman.kaniyar@gmail.com","dop":"2026-01-17","serial_number":"012788348914751","imei1":"012788348914751","imei2":"012788348914751","popurl":"www.mohana-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168227,"job_number":"JOB_168227","tr_customer_id":168244,"tr_customer_product_id":168234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:38.000Z","modified_at":"2026-01-27T12:22:38.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53668157243722","imei1":"53668157243722","imei2":"53668157243722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168226,"job_number":"JOB_168226","tr_customer_id":168243,"tr_customer_product_id":168233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:37.000Z","modified_at":"2026-01-27T12:23:13.000Z","name":"Jayme Langosh","mobile_number":"560-299-9535","email_id":"Lorenzo_Davis95@gmail.com","dop":"2026-01-04","serial_number":"10318885661706","imei1":"10318885661706","imei2":"10318885661706","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:23:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168225,"job_number":"JOB_168225","tr_customer_id":168242,"tr_customer_product_id":168232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:36.000Z","modified_at":"2026-01-27T12:22:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16487763938218","imei1":"16487763938218","imei2":"16487763938218","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168224,"job_number":"JOB_168224","tr_customer_id":168240,"tr_customer_product_id":168231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Lakshmidhar Malik","mobile_number":"7073899809","email_id":"arindam.tagore@hotmail.com","dop":"2026-01-17","serial_number":"678891533948343","imei1":"678891533948343","imei2":"678891533948343","popurl":"www.aadi-adiga.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168223,"job_number":"JOB_168223","tr_customer_id":168241,"tr_customer_product_id":168230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Devesh Kaur","mobile_number":"7098102148","email_id":"yogendra.kaur@gmail.com","dop":"2026-01-17","serial_number":"743193379623075","imei1":"743193379623075","imei2":"743193379623075","popurl":"www.subhasini-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168222,"job_number":"JOB_168222","tr_customer_id":168238,"tr_customer_product_id":168228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Harinakshi Mehrotra","mobile_number":"7097412792","email_id":"omana.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"611970057824369","imei1":"611970057824369","imei2":"611970057824369","popurl":"www.tapan-arora.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168221,"job_number":"JOB_168221","tr_customer_id":168239,"tr_customer_product_id":168229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Anasuya Varma","mobile_number":"7056285526","email_id":"shridevi.varrier@hotmail.com","dop":"2026-01-17","serial_number":"884127054365020","imei1":"884127054365020","imei2":"884127054365020","popurl":"www.hari-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168220,"job_number":"JOB_168220","tr_customer_id":168237,"tr_customer_product_id":168227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Jai Pillai","mobile_number":"7048987638","email_id":"digambara.dwivedi@hotmail.com","dop":"2026-01-17","serial_number":"351663360147969","imei1":"351663360147969","imei2":"351663360147969","popurl":"www.acaryatanaya-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168219,"job_number":"JOB_168219","tr_customer_id":168236,"tr_customer_product_id":168226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:17.000Z","modified_at":"2026-01-27T12:10:29.000Z","name":"Miller Doyle","mobile_number":"858-538-7878","email_id":"Barton_Schumm@hotmail.com","dop":"2025-12-01","serial_number":"12648511043464","imei1":"12648511043464","imei2":"12648511043464","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168218,"job_number":"JOB_168218","tr_customer_id":168235,"tr_customer_product_id":168225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:17.000Z","modified_at":"2026-01-27T12:10:17.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16459082111863","imei1":"16459082111863","imei2":"16459082111863","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168217,"job_number":"JOB_168217","tr_customer_id":168234,"tr_customer_product_id":168224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:01.000Z","modified_at":"2026-01-27T12:10:13.000Z","name":"Verdie Kessler","mobile_number":"847-994-3783","email_id":"Emmanuel20@yahoo.com","dop":"2025-12-01","serial_number":"16460719711611","imei1":"16460719711611","imei2":"16460719711611","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:10:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168216,"job_number":"JOB_168216","tr_customer_id":168233,"tr_customer_product_id":168223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:00.000Z","modified_at":"2026-01-27T12:10:00.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15888285633922","imei1":"15888285633922","imei2":"15888285633922","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168215,"job_number":"JOB_168215","tr_customer_id":168232,"tr_customer_product_id":168222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:09:44.000Z","modified_at":"2026-01-27T12:09:56.000Z","name":"Cruz DuBuque","mobile_number":"241-624-0192","email_id":"Marielle.Effertz@hotmail.com","dop":"2025-12-01","serial_number":"10648418062851","imei1":"10648418062851","imei2":"10648418062851","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168214,"job_number":"JOB_168214","tr_customer_id":168231,"tr_customer_product_id":168221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:09:44.000Z","modified_at":"2026-01-27T12:09:44.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15585732066824","imei1":"15585732066824","imei2":"15585732066824","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168213,"job_number":"JOB_168213","tr_customer_id":168230,"tr_customer_product_id":168220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Dandak Jain","mobile_number":"7031859260","email_id":"charvi.nambeesan@hotmail.com","dop":"2026-01-17","serial_number":"256378860455060","imei1":"256378860455060","imei2":"256378860455060","popurl":"www.shashi-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168212,"job_number":"JOB_168212","tr_customer_id":168229,"tr_customer_product_id":168219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bhooshit Ganaka","mobile_number":"7016630121","email_id":"girija.bhat@hotmail.com","dop":"2026-01-17","serial_number":"140321290638336","imei1":"140321290638336","imei2":"140321290638336","popurl":"www.anagh-chopra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168211,"job_number":"JOB_168211","tr_customer_id":168228,"tr_customer_product_id":168218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Jitendra Pillai","mobile_number":"7073043265","email_id":"shantanu.chaturvedi@yahoo.co.in","dop":"2026-01-17","serial_number":"046515445662526","imei1":"046515445662526","imei2":"046515445662526","popurl":"www.eshana-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168210,"job_number":"JOB_168210","tr_customer_id":168227,"tr_customer_product_id":168217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Ekaling Asan","mobile_number":"7017995918","email_id":"aasa.guha@hotmail.com","dop":"2026-01-17","serial_number":"361064068307831","imei1":"361064068307831","imei2":"361064068307831","popurl":"www.ghanshyam-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168209,"job_number":"JOB_168209","tr_customer_id":168226,"tr_customer_product_id":168216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Devdan Dutta","mobile_number":"7027492908","email_id":"chandran.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"858922008389057","imei1":"858922008389057","imei2":"858922008389057","popurl":"www.chandraswaroopa-varman.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168208,"job_number":"JOB_168208","tr_customer_id":168225,"tr_customer_product_id":168215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Prema Trivedi","mobile_number":"7068084525","email_id":"vasundhara.marar@hotmail.com","dop":"2026-01-17","serial_number":"205887612107788","imei1":"205887612107788","imei2":"205887612107788","popurl":"www.jagdish-tandon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168207,"job_number":"JOB_168207","tr_customer_id":168224,"tr_customer_product_id":168214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bishnu Dutta","mobile_number":"7051455224","email_id":"anjushri.gill@yahoo.co.in","dop":"2026-01-17","serial_number":"333310769090549","imei1":"333310769090549","imei2":"333310769090549","popurl":"www.bakula-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168205,"job_number":"JOB_168205","tr_customer_id":168222,"tr_customer_product_id":168212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Akshita Mehrotra","mobile_number":"7086685963","email_id":"dwaipayana.mahajan@gmail.com","dop":"2026-01-17","serial_number":"086564955613631","imei1":"086564955613631","imei2":"086564955613631","popurl":"www.darshan-bhattacharya.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168204,"job_number":"JOB_168204","tr_customer_id":168221,"tr_customer_product_id":168211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Gouranga Gupta","mobile_number":"7066851917","email_id":"shivakari.varrier@hotmail.com","dop":"2026-01-17","serial_number":"057270962748011","imei1":"057270962748011","imei2":"057270962748011","popurl":"www.bhargava-shukla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168203,"job_number":"JOB_168203","tr_customer_id":168220,"tr_customer_product_id":168210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Deeptimay Ganaka","mobile_number":"7069328342","email_id":"anjaneya.kaur@gmail.com","dop":"2026-01-17","serial_number":"301862860042281","imei1":"301862860042281","imei2":"301862860042281","popurl":"www.gaurang-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168202,"job_number":"JOB_168202","tr_customer_id":168218,"tr_customer_product_id":168209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Buddhana Mahajan","mobile_number":"7081108320","email_id":"arindam.khatri@hotmail.com","dop":"2026-01-17","serial_number":"739069177439111","imei1":"739069177439111","imei2":"739069177439111","popurl":"www.ramaa-tagore.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168201,"job_number":"JOB_168201","tr_customer_id":168219,"tr_customer_product_id":168208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Dhara Varman","mobile_number":"7087454376","email_id":"shivakari.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"975768866653230","imei1":"975768866653230","imei2":"975768866653230","popurl":"www.lavanya-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168200,"job_number":"JOB_168200","tr_customer_id":168217,"tr_customer_product_id":168207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Bhooshit Abbott","mobile_number":"7080102585","email_id":"aaryan.butt@gmail.com","dop":"2026-01-17","serial_number":"706792543344082","imei1":"706792543344082","imei2":"706792543344082","popurl":"www.shashi-varma.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168199,"job_number":"JOB_168199","tr_customer_id":168216,"tr_customer_product_id":168206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Nambeesan","mobile_number":"7068570208","email_id":"deeptendu.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"590159293640789","imei1":"590159293640789","imei2":"590159293640789","popurl":"www.hiranya-dutta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168198,"job_number":"JOB_168198","tr_customer_id":168215,"tr_customer_product_id":168205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chakradhar Pillai","mobile_number":"7065856347","email_id":"aatreya.pillai@yahoo.co.in","dop":"2026-01-17","serial_number":"543748323384088","imei1":"543748323384088","imei2":"543748323384088","popurl":"www.trilok-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168197,"job_number":"JOB_168197","tr_customer_id":168214,"tr_customer_product_id":168204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Prajapat","mobile_number":"7097444520","email_id":"swara.ganaka@gmail.com","dop":"2026-01-17","serial_number":"914701472395236","imei1":"914701472395236","imei2":"914701472395236","popurl":"www.kama-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168196,"job_number":"JOB_168196","tr_customer_id":168213,"tr_customer_product_id":168203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anil Dhawan","mobile_number":"7070028894","email_id":"kumari.mehra@gmail.com","dop":"2026-01-17","serial_number":"325586393928619","imei1":"325586393928619","imei2":"325586393928619","popurl":"www.chakrika-kaul.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168195,"job_number":"JOB_168195","tr_customer_id":168212,"tr_customer_product_id":168202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Suresh Namboothiri","mobile_number":"7069695354","email_id":"prasad.talwar@hotmail.com","dop":"2026-01-17","serial_number":"174630033067530","imei1":"174630033067530","imei2":"174630033067530","popurl":"www.adhrit-menon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168191,"job_number":"JOB_168191","tr_customer_id":168208,"tr_customer_product_id":168198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Aalok Deshpande","mobile_number":"7072539080","email_id":"gemine.bhat@yahoo.co.in","dop":"2026-01-17","serial_number":"768846817619370","imei1":"768846817619370","imei2":"768846817619370","popurl":"www.narinder-bhat.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168190,"job_number":"JOB_168190","tr_customer_id":168207,"tr_customer_product_id":168197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balachandra Kakkar","mobile_number":"7032263868","email_id":"devdan.bhat@hotmail.com","dop":"2026-01-17","serial_number":"105468873924195","imei1":"105468873924195","imei2":"105468873924195","popurl":"www.darshwana-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168189,"job_number":"JOB_168189","tr_customer_id":168206,"tr_customer_product_id":168196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kin Mahajan","mobile_number":"7072531315","email_id":"ahalya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"999754818649567","imei1":"999754818649567","imei2":"999754818649567","popurl":"www.chetan-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168188,"job_number":"JOB_168188","tr_customer_id":168205,"tr_customer_product_id":168195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balagovind Arora","mobile_number":"7031531462","email_id":"swara.iyengar@gmail.com","dop":"2026-01-17","serial_number":"891818401023159","imei1":"891818401023159","imei2":"891818401023159","popurl":"www.chandraswaroopa-kaul.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168187,"job_number":"JOB_168187","tr_customer_id":168204,"tr_customer_product_id":168194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Puneet Tagore","mobile_number":"7070208753","email_id":"krishnadas.sinha@hotmail.com","dop":"2026-01-17","serial_number":"861937628171568","imei1":"861937628171568","imei2":"861937628171568","popurl":"www.bilwa-mishra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168186,"job_number":"JOB_168186","tr_customer_id":168203,"tr_customer_product_id":168193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chandramauli Gowda","mobile_number":"7076718782","email_id":"goswamee.butt@hotmail.com","dop":"2026-01-17","serial_number":"325575926878631","imei1":"325575926878631","imei2":"325575926878631","popurl":"www.aagneya-abbott.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168185,"job_number":"JOB_168185","tr_customer_id":168202,"tr_customer_product_id":168192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ekaparnika Nambeesan","mobile_number":"7084505881","email_id":"deven.joshi@hotmail.com","dop":"2026-01-17","serial_number":"527685975145976","imei1":"527685975145976","imei2":"527685975145976","popurl":"www.durgeshwari-nayar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168184,"job_number":"JOB_168184","tr_customer_id":168201,"tr_customer_product_id":168191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kama Butt","mobile_number":"7096618951","email_id":"vaijayanthi.adiga@gmail.com","dop":"2026-01-17","serial_number":"597206991755010","imei1":"597206991755010","imei2":"597206991755010","popurl":"www.anish-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168183,"job_number":"JOB_168183","tr_customer_id":168200,"tr_customer_product_id":168190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ayushmati Iyer","mobile_number":"7082704090","email_id":"deveshwar.sethi@gmail.com","dop":"2026-01-17","serial_number":"291456131511690","imei1":"291456131511690","imei2":"291456131511690","popurl":"www.krishnadasa-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168182,"job_number":"JOB_168182","tr_customer_id":168199,"tr_customer_product_id":168189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anish Gupta","mobile_number":"7076814182","email_id":"keerti.gupta@yahoo.co.in","dop":"2026-01-17","serial_number":"543748313039813","imei1":"543748313039813","imei2":"543748313039813","popurl":"www.sucheta-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168181,"job_number":"JOB_168181","tr_customer_id":168198,"tr_customer_product_id":168188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Esha Dwivedi","mobile_number":"7004691045","email_id":"rageshwari.khan@hotmail.com","dop":"2026-01-17","serial_number":"220686204728928","imei1":"220686204728928","imei2":"220686204728928","popurl":"www.mohana-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168180,"job_number":"JOB_168180","tr_customer_id":168197,"tr_customer_product_id":168187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vimala Ahluwalia","mobile_number":"7060379205","email_id":"bhaaswar.kaur@gmail.com","dop":"2026-01-17","serial_number":"844536140617269","imei1":"844536140617269","imei2":"844536140617269","popurl":"www.mani-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168179,"job_number":"JOB_168179","tr_customer_id":168196,"tr_customer_product_id":168186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Malati Adiga","mobile_number":"7094360070","email_id":"amish.patel@gmail.com","dop":"2026-01-17","serial_number":"110365663258033","imei1":"110365663258033","imei2":"110365663258033","popurl":"www.agnimitra-kapoor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168177,"job_number":"JOB_168177","tr_customer_id":168194,"tr_customer_product_id":168184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Shreya Varrier","mobile_number":"7068383646","email_id":"alok.chattopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"389605102861964","imei1":"389605102861964","imei2":"389605102861964","popurl":"www.vimala-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168176,"job_number":"JOB_168176","tr_customer_id":168193,"tr_customer_product_id":168183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandra Verma","mobile_number":"7044521018","email_id":"jaimini.embranthiri@gmail.com","dop":"2026-01-17","serial_number":"645789974821454","imei1":"645789974821454","imei2":"645789974821454","popurl":"www.arjun-devar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168175,"job_number":"JOB_168175","tr_customer_id":168192,"tr_customer_product_id":168182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandrani Mishra","mobile_number":"7064597699","email_id":"karunanidhi.devar@yahoo.co.in","dop":"2026-01-17","serial_number":"248544469332468","imei1":"248544469332468","imei2":"248544469332468","popurl":"www.sarvin-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168174,"job_number":"JOB_168174","tr_customer_id":168191,"tr_customer_product_id":168181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vaishno Joshi","mobile_number":"7052129887","email_id":"divya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"717050178609297","imei1":"717050178609297","imei2":"717050178609297","popurl":"www.opalina-kaniyar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168173,"job_number":"JOB_168173","tr_customer_id":168190,"tr_customer_product_id":168180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Agnivesh Asan","mobile_number":"7041935288","email_id":"adheesh.agarwal@hotmail.com","dop":"2026-01-17","serial_number":"435415770960833","imei1":"435415770960833","imei2":"435415770960833","popurl":"www.jagdish-menon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168172,"job_number":"JOB_168172","tr_customer_id":168189,"tr_customer_product_id":168179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jaimini Saini","mobile_number":"7031287970","email_id":"kailash.khanna@hotmail.com","dop":"2026-01-17","serial_number":"559283513943345","imei1":"559283513943345","imei2":"559283513943345","popurl":"www.bharat-gill.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168171,"job_number":"JOB_168171","tr_customer_id":168188,"tr_customer_product_id":168178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Manik Naik","mobile_number":"7098731844","email_id":"anaadi.adiga@gmail.com","dop":"2026-01-17","serial_number":"944365764024148","imei1":"944365764024148","imei2":"944365764024148","popurl":"www.ranjeet-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168170,"job_number":"JOB_168170","tr_customer_id":168187,"tr_customer_product_id":168177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gouranga Namboothiri","mobile_number":"7078335088","email_id":"chitraksh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"871232881901224","imei1":"871232881901224","imei2":"871232881901224","popurl":"www.anshula-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168168,"job_number":"JOB_168168","tr_customer_id":168185,"tr_customer_product_id":168175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jagathi Ahuja","mobile_number":"7027791643","email_id":"tarun.mehra@gmail.com","dop":"2026-01-17","serial_number":"461271118766369","imei1":"461271118766369","imei2":"461271118766369","popurl":"www.dhana-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168167,"job_number":"JOB_168167","tr_customer_id":168184,"tr_customer_product_id":168174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gudakesa Malik","mobile_number":"7080605948","email_id":"suryakantam.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"951588140678395","imei1":"951588140678395","imei2":"951588140678395","popurl":"www.rudra-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168166,"job_number":"JOB_168166","tr_customer_id":168183,"tr_customer_product_id":168173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vasudev Arora","mobile_number":"7096359367","email_id":"brijesh.mehrotra@hotmail.com","dop":"2026-01-17","serial_number":"807427463894279","imei1":"807427463894279","imei2":"807427463894279","popurl":"www.chanda-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168165,"job_number":"JOB_168165","tr_customer_id":168181,"tr_customer_product_id":168171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Trilok Bhat","mobile_number":"7061353480","email_id":"laxmi.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"390121326367210","imei1":"390121326367210","imei2":"390121326367210","popurl":"www.surya-menon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168164,"job_number":"JOB_168164","tr_customer_id":168182,"tr_customer_product_id":168172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Anal Kapoor","mobile_number":"7092967782","email_id":"shashi.marar@gmail.com","dop":"2026-01-17","serial_number":"365474243514874","imei1":"365474243514874","imei2":"365474243514874","popurl":"www.devvrat-iyer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168162,"job_number":"JOB_168162","tr_customer_id":168179,"tr_customer_product_id":168169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Rajan Pillai","mobile_number":"7054303001","email_id":"chakravarti.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"972464126806008","imei1":"972464126806008","imei2":"972464126806008","popurl":"www.nawal-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168161,"job_number":"JOB_168161","tr_customer_id":168178,"tr_customer_product_id":168168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Dipendra Kaur","mobile_number":"7063934579","email_id":"devi.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"008886117265645","imei1":"008886117265645","imei2":"008886117265645","popurl":"www.jay-bhat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168160,"job_number":"JOB_168160","tr_customer_id":168177,"tr_customer_product_id":168167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Tanirika Dutta","mobile_number":"7094460952","email_id":"suresh.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"298384874434685","imei1":"298384874434685","imei2":"298384874434685","popurl":"www.pramila-guha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168159,"job_number":"JOB_168159","tr_customer_id":168176,"tr_customer_product_id":168166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jyotsana Desai","mobile_number":"7094033006","email_id":"dipendra.kakkar@yahoo.co.in","dop":"2026-01-17","serial_number":"689594163720650","imei1":"689594163720650","imei2":"689594163720650","popurl":"www.dhyanesh-dubashi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168158,"job_number":"JOB_168158","tr_customer_id":168175,"tr_customer_product_id":168165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Atreyee Jha","mobile_number":"7034372951","email_id":"charvi.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"759582218524096","imei1":"759582218524096","imei2":"759582218524096","popurl":"www.shantanu-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168157,"job_number":"JOB_168157","tr_customer_id":168174,"tr_customer_product_id":168164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ankal Naik","mobile_number":"7063539442","email_id":"ravi.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"048709741680835","imei1":"048709741680835","imei2":"048709741680835","popurl":"www.amritambu-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168156,"job_number":"JOB_168156","tr_customer_id":168173,"tr_customer_product_id":168163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Dron Pilla","mobile_number":"7052554846","email_id":"shridevi.jha@gmail.com","dop":"2026-01-17","serial_number":"279731328437337","imei1":"279731328437337","imei2":"279731328437337","popurl":"www.aasha-bhattacharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168154,"job_number":"JOB_168154","tr_customer_id":168171,"tr_customer_product_id":168161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chaturaanan Achari","mobile_number":"7039079297","email_id":"balamani.arora@hotmail.com","dop":"2026-01-17","serial_number":"676863389987819","imei1":"676863389987819","imei2":"676863389987819","popurl":"www.kashyapi-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168153,"job_number":"JOB_168153","tr_customer_id":168170,"tr_customer_product_id":168160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Mohinder Arora","mobile_number":"7097518283","email_id":"gautam.marar@yahoo.co.in","dop":"2026-01-17","serial_number":"018857431115019","imei1":"018857431115019","imei2":"018857431115019","popurl":"www.divya-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168152,"job_number":"JOB_168152","tr_customer_id":168169,"tr_customer_product_id":168159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Trilochan Bhattacharya","mobile_number":"7049030944","email_id":"bhoopati.shukla@hotmail.com","dop":"2026-01-17","serial_number":"207048873057713","imei1":"207048873057713","imei2":"207048873057713","popurl":"www.bhaaswar-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168151,"job_number":"JOB_168151","tr_customer_id":168168,"tr_customer_product_id":168158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Bhudeva Pilla","mobile_number":"7022462365","email_id":"vijay.rana@gmail.com","dop":"2026-01-17","serial_number":"067699963893899","imei1":"067699963893899","imei2":"067699963893899","popurl":"www.eshana-dutta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168150,"job_number":"JOB_168150","tr_customer_id":168167,"tr_customer_product_id":168157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Atmanand Panicker","mobile_number":"7069046339","email_id":"akshata.bhat@gmail.com","dop":"2026-01-17","serial_number":"741904475795533","imei1":"741904475795533","imei2":"741904475795533","popurl":"www.aashritha-singh.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168149,"job_number":"JOB_168149","tr_customer_id":168166,"tr_customer_product_id":168156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Agasti Rana","mobile_number":"7013045241","email_id":"ankal.tandon@yahoo.co.in","dop":"2026-01-17","serial_number":"637229060533061","imei1":"637229060533061","imei2":"637229060533061","popurl":"www.mukesh-nair.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168147,"job_number":"JOB_168147","tr_customer_id":168164,"tr_customer_product_id":168154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Radha Bhattathiri","mobile_number":"7046638210","email_id":"ashlesh.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"576693739985423","imei1":"576693739985423","imei2":"576693739985423","popurl":"www.vyas-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168145,"job_number":"JOB_168145","tr_customer_id":168162,"tr_customer_product_id":168152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Purnima Chopra","mobile_number":"7062577270","email_id":"tanirika.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"558052995970928","imei1":"558052995970928","imei2":"558052995970928","popurl":"www.satyen-dutta.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168144,"job_number":"JOB_168144","tr_customer_id":168161,"tr_customer_product_id":168151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Umang Dubashi","mobile_number":"7095280293","email_id":"laxman.pillai@hotmail.com","dop":"2026-01-17","serial_number":"668114476052544","imei1":"668114476052544","imei2":"668114476052544","popurl":"www.bhoj-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168142,"job_number":"JOB_168142","tr_customer_id":168158,"tr_customer_product_id":168149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Menaka Dubashi","mobile_number":"7063392696","email_id":"eshana.deshpande@gmail.com","dop":"2026-01-17","serial_number":"545804079777901","imei1":"545804079777901","imei2":"545804079777901","popurl":"www.himadri-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168141,"job_number":"JOB_168141","tr_customer_id":168159,"tr_customer_product_id":168148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chandan Trivedi","mobile_number":"7082691140","email_id":"shresth.marar@hotmail.com","dop":"2026-01-17","serial_number":"578304891432731","imei1":"578304891432731","imei2":"578304891432731","popurl":"www.shanti-ahuja.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168140,"job_number":"JOB_168140","tr_customer_id":168157,"tr_customer_product_id":168147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Kamla Sethi","mobile_number":"7053092670","email_id":"abhisyanta.dhawan@gmail.com","dop":"2026-01-17","serial_number":"309696347747517","imei1":"309696347747517","imei2":"309696347747517","popurl":"www.sarla-achari.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168139,"job_number":"JOB_168139","tr_customer_id":168156,"tr_customer_product_id":168146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Brajesh Bhattacharya","mobile_number":"7000755810","email_id":"shankar.deshpande@hotmail.com","dop":"2026-01-17","serial_number":"481619011154954","imei1":"481619011154954","imei2":"481619011154954","popurl":"www.deeksha-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168138,"job_number":"JOB_168138","tr_customer_id":168154,"tr_customer_product_id":168144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Gajbaahu Devar","mobile_number":"7040761451","email_id":"chandraketu.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"301544663395500","imei1":"301544663395500","imei2":"301544663395500","popurl":"www.bhooshit-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168136,"job_number":"JOB_168136","tr_customer_id":168153,"tr_customer_product_id":168143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ameyatma Panicker","mobile_number":"7009052053","email_id":"sloka.bhat@gmail.com","dop":"2026-01-17","serial_number":"564558063234056","imei1":"564558063234056","imei2":"564558063234056","popurl":"www.mani-desai.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168135,"job_number":"JOB_168135","tr_customer_id":168152,"tr_customer_product_id":168142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Anjushree Ahuja","mobile_number":"7093622839","email_id":"param.varma@gmail.com","dop":"2026-01-17","serial_number":"735102050658064","imei1":"735102050658064","imei2":"735102050658064","popurl":"www.anila-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168134,"job_number":"JOB_168134","tr_customer_id":168151,"tr_customer_product_id":168141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Aditeya Varman","mobile_number":"7059878884","email_id":"girika.devar@gmail.com","dop":"2026-01-17","serial_number":"998877163061849","imei1":"998877163061849","imei2":"998877163061849","popurl":"www.narayan-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168133,"job_number":"JOB_168133","tr_customer_id":168150,"tr_customer_product_id":168140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Tej Adiga","mobile_number":"7097756946","email_id":"ajit.asan@yahoo.co.in","dop":"2026-01-17","serial_number":"915363317933422","imei1":"915363317933422","imei2":"915363317933422","popurl":"www.aayushmaan-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168132,"job_number":"JOB_168132","tr_customer_id":168149,"tr_customer_product_id":168139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Triloki Reddy","mobile_number":"7074524680","email_id":"daiwik.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"582044519230478","imei1":"582044519230478","imei2":"582044519230478","popurl":"www.chakravartee-pilla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168131,"job_number":"JOB_168131","tr_customer_id":168148,"tr_customer_product_id":168138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Prem Bandopadhyay","mobile_number":"7057629086","email_id":"suryakantam.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"752692838275909","imei1":"752692838275909","imei2":"752692838275909","popurl":"www.jay-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168130,"job_number":"JOB_168130","tr_customer_id":168147,"tr_customer_product_id":168137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Harita Nehru","mobile_number":"7028581997","email_id":"bhooshan.iyer@yahoo.co.in","dop":"2026-01-17","serial_number":"411029494786547","imei1":"411029494786547","imei2":"411029494786547","popurl":"www.deb-kaniyar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168128,"job_number":"JOB_168128","tr_customer_id":168144,"tr_customer_product_id":168135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Lalita Naik","mobile_number":"7096134116","email_id":"chinmayananda.gandhi@hotmail.com","dop":"2026-01-17","serial_number":"839850126727197","imei1":"839850126727197","imei2":"839850126727197","popurl":"www.chatur-chopra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168127,"job_number":"JOB_168127","tr_customer_id":168145,"tr_customer_product_id":168134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Hiranmaya Kapoor","mobile_number":"7000563171","email_id":"chandraprabha.kapoor@hotmail.com","dop":"2026-01-17","serial_number":"203844334287867","imei1":"203844334287867","imei2":"203844334287867","popurl":"www.gautami-gowda.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168126,"job_number":"JOB_168126","tr_customer_id":168143,"tr_customer_product_id":168133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Atreyee Mishra","mobile_number":"7042881344","email_id":"kumar.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"760372592354182","imei1":"760372592354182","imei2":"760372592354182","popurl":"www.opalina-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168125,"job_number":"JOB_168125","tr_customer_id":168142,"tr_customer_product_id":168132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Ekalavya Prajapat","mobile_number":"7027031395","email_id":"girindra.singh@gmail.com","dop":"2026-01-17","serial_number":"625229067885722","imei1":"625229067885722","imei2":"625229067885722","popurl":"www.narinder-gupta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168124,"job_number":"JOB_168124","tr_customer_id":168141,"tr_customer_product_id":168131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Arnesh Naik","mobile_number":"7026502515","email_id":"bhaves.adiga@gmail.com","dop":"2026-01-17","serial_number":"009430159542014","imei1":"009430159542014","imei2":"009430159542014","popurl":"www.dipankar-jha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168123,"job_number":"JOB_168123","tr_customer_id":168140,"tr_customer_product_id":168130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gajbaahu Naik","mobile_number":"7011312659","email_id":"opalina.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"499659301286756","imei1":"499659301286756","imei2":"499659301286756","popurl":"www.chidaatma-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168120,"job_number":"JOB_168120","tr_customer_id":168137,"tr_customer_product_id":168127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Chidananda Saini","mobile_number":"7038154119","email_id":"vidya.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"248686736072686","imei1":"248686736072686","imei2":"248686736072686","popurl":"www.akshat-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168119,"job_number":"JOB_168119","tr_customer_id":168136,"tr_customer_product_id":168126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Preity Marar","mobile_number":"7042454286","email_id":"jagdeep.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"789527067923371","imei1":"789527067923371","imei2":"789527067923371","popurl":"www.aagneya-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168118,"job_number":"JOB_168118","tr_customer_id":168135,"tr_customer_product_id":168125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Charuvrat Joshi","mobile_number":"7056104190","email_id":"lila.reddy@gmail.com","dop":"2026-01-17","serial_number":"856338598873551","imei1":"856338598873551","imei2":"856338598873551","popurl":"www.deveshwar-shah.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168116,"job_number":"JOB_168116","tr_customer_id":168134,"tr_customer_product_id":168124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gautam Malik","mobile_number":"7003481251","email_id":"anasooya.marar@hotmail.com","dop":"2026-01-17","serial_number":"534352085791320","imei1":"534352085791320","imei2":"534352085791320","popurl":"www.narinder-johar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168115,"job_number":"JOB_168115","tr_customer_id":168132,"tr_customer_product_id":168122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Deeptiman Mukhopadhyay","mobile_number":"7036756072","email_id":"amaresh.shah@yahoo.co.in","dop":"2026-01-17","serial_number":"154130403797601","imei1":"154130403797601","imei2":"154130403797601","popurl":"www.himadri-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168114,"job_number":"JOB_168114","tr_customer_id":168131,"tr_customer_product_id":168121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Sarisha Patil","mobile_number":"7054498271","email_id":"chaitan.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"409448997239688","imei1":"409448997239688","imei2":"409448997239688","popurl":"www.chiranjeev-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168111,"job_number":"JOB_168111","tr_customer_id":168128,"tr_customer_product_id":168118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Opaline Iyer","mobile_number":"7080190857","email_id":"bhaumik.nair@yahoo.co.in","dop":"2026-01-17","serial_number":"277703652598165","imei1":"277703652598165","imei2":"277703652598165","popurl":"www.subodh-nayar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168108,"job_number":"JOB_168108","tr_customer_id":168125,"tr_customer_product_id":168115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Sudeva Saini","mobile_number":"7033354004","email_id":"meghnad.sharma@gmail.com","dop":"2026-01-17","serial_number":"416797514683630","imei1":"416797514683630","imei2":"416797514683630","popurl":"www.arindam-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168107,"job_number":"JOB_168107","tr_customer_id":168124,"tr_customer_product_id":168114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Amaresh Bhattacharya","mobile_number":"7061713097","email_id":"tanushri.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"927025758856775","imei1":"927025758856775","imei2":"927025758856775","popurl":"www.vinay-agarwal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168106,"job_number":"JOB_168106","tr_customer_id":168123,"tr_customer_product_id":168113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Arindam Iyengar","mobile_number":"7051262696","email_id":"sarla.prajapat@gmail.com","dop":"2026-01-17","serial_number":"801538441827409","imei1":"801538441827409","imei2":"801538441827409","popurl":"www.dhyaneshwar-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168105,"job_number":"JOB_168105","tr_customer_id":168122,"tr_customer_product_id":168112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Parvati Tagore","mobile_number":"7075078350","email_id":"kumar.chaturvedi@gmail.com","dop":"2026-01-17","serial_number":"174404026142835","imei1":"174404026142835","imei2":"174404026142835","popurl":"www.abani-naik.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168104,"job_number":"JOB_168104","tr_customer_id":168121,"tr_customer_product_id":168111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Shiv Jain","mobile_number":"7021304252","email_id":"anaadi.arora@gmail.com","dop":"2026-01-17","serial_number":"815931614299749","imei1":"815931614299749","imei2":"815931614299749","popurl":"www.bhudeva-johar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168103,"job_number":"JOB_168103","tr_customer_id":168119,"tr_customer_product_id":168109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Chandni Bharadwaj","mobile_number":"7000435554","email_id":"chandraswaroopa.ganaka@hotmail.com","dop":"2026-01-17","serial_number":"799703476412351","imei1":"799703476412351","imei2":"799703476412351","popurl":"www.sukanya-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168102,"job_number":"JOB_168102","tr_customer_id":168118,"tr_customer_product_id":168108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Aarya Dhawan","mobile_number":"7009541020","email_id":"pushti.mehrotra@yahoo.co.in","dop":"2026-01-17","serial_number":"461930447346194","imei1":"461930447346194","imei2":"461930447346194","popurl":"www.chandrakin-kaul.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168101,"job_number":"JOB_168101","tr_customer_id":168120,"tr_customer_product_id":168110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Bodhan Jha","mobile_number":"7019352905","email_id":"girija.panicker@yahoo.co.in","dop":"2026-01-17","serial_number":"249888041324613","imei1":"249888041324613","imei2":"249888041324613","popurl":"www.bodhan-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168100,"job_number":"JOB_168100","tr_customer_id":168117,"tr_customer_product_id":168107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Ananta Abbott","mobile_number":"7035814727","email_id":"bheeshma.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"547520397464950","imei1":"547520397464950","imei2":"547520397464950","popurl":"www.tanushri-iyengar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168099,"job_number":"JOB_168099","tr_customer_id":168116,"tr_customer_product_id":168106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Amarnath Bandopadhyay","mobile_number":"7006474379","email_id":"sumitra.jain@gmail.com","dop":"2026-01-17","serial_number":"873225925366992","imei1":"873225925366992","imei2":"873225925366992","popurl":"www.dinkar-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168096,"job_number":"JOB_168096","tr_customer_id":168113,"tr_customer_product_id":168103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:34:44.000Z","modified_at":"2026-01-27T11:34:44.000Z","name":"Millie Moore","mobile_number":"283-938-0730","email_id":"Raleigh.West48@hotmail.com","dop":"2025-04-06","serial_number":"18214233132792","imei1":"18214233132792","imei2":"18214233132792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168094,"job_number":"JOB_168094","tr_customer_id":168111,"tr_customer_product_id":168101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:49.000Z","modified_at":"2026-01-27T11:15:02.000Z","name":"Dallin Gislason","mobile_number":"567-614-0674","email_id":"Asa.Dickens2@hotmail.com","dop":"2025-12-01","serial_number":"19252033319325","imei1":"19252033319325","imei2":"19252033319325","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:15:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168093,"job_number":"JOB_168093","tr_customer_id":168110,"tr_customer_product_id":168100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:49.000Z","modified_at":"2026-01-27T11:14:49.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19142688776222","imei1":"19142688776222","imei2":"19142688776222","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168092,"job_number":"JOB_168092","tr_customer_id":168109,"tr_customer_product_id":168099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:32.000Z","modified_at":"2026-01-27T11:14:45.000Z","name":"Jace Goyette","mobile_number":"220-994-9442","email_id":"Eldon.Collins79@hotmail.com","dop":"2025-12-01","serial_number":"12901445906599","imei1":"12901445906599","imei2":"12901445906599","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:14:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168091,"job_number":"JOB_168091","tr_customer_id":168108,"tr_customer_product_id":168098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:32.000Z","modified_at":"2026-01-27T11:14:32.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14373295899167","imei1":"14373295899167","imei2":"14373295899167","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168090,"job_number":"JOB_168090","tr_customer_id":168107,"tr_customer_product_id":168097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:15.000Z","modified_at":"2026-01-27T11:14:27.000Z","name":"Tierra Wisoky","mobile_number":"796-535-6757","email_id":"Juliet_DAmore64@yahoo.com","dop":"2025-12-01","serial_number":"17080372061804","imei1":"17080372061804","imei2":"17080372061804","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:14:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168089,"job_number":"JOB_168089","tr_customer_id":168106,"tr_customer_product_id":168096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:14.000Z","modified_at":"2026-01-27T11:14:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14568324586099","imei1":"14568324586099","imei2":"14568324586099","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168088,"job_number":"JOB_168088","tr_customer_id":168105,"tr_customer_product_id":168095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:03:33.000Z","modified_at":"2026-01-27T11:03:40.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"11927539170002","imei1":"11927539170002","imei2":"11927539170002","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:03:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168087,"job_number":"JOB_168087","tr_customer_id":168104,"tr_customer_product_id":168094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:25.000Z","modified_at":"2026-01-27T11:01:37.000Z","name":"Susan Herzog","mobile_number":"679-937-8561","email_id":"Lawrence.Davis@gmail.com","dop":"2025-12-01","serial_number":"15544212656046","imei1":"15544212656046","imei2":"15544212656046","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168086,"job_number":"JOB_168086","tr_customer_id":168103,"tr_customer_product_id":168093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:24.000Z","modified_at":"2026-01-27T11:01:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19579458966174","imei1":"19579458966174","imei2":"19579458966174","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168085,"job_number":"JOB_168085","tr_customer_id":168102,"tr_customer_product_id":168092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:08.000Z","modified_at":"2026-01-27T11:01:20.000Z","name":"Hailie Kiehn","mobile_number":"570-647-7279","email_id":"Alda.Glover87@hotmail.com","dop":"2025-12-01","serial_number":"12695029066728","imei1":"12695029066728","imei2":"12695029066728","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168084,"job_number":"JOB_168084","tr_customer_id":168101,"tr_customer_product_id":168091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:07.000Z","modified_at":"2026-01-27T11:01:07.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"18180244718360","imei1":"18180244718360","imei2":"18180244718360","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168083,"job_number":"JOB_168083","tr_customer_id":168100,"tr_customer_product_id":168090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:00:50.000Z","modified_at":"2026-01-27T11:01:03.000Z","name":"Viola Bode","mobile_number":"373-683-2937","email_id":"Valentina.Ernser9@gmail.com","dop":"2025-12-01","serial_number":"18806189003434","imei1":"18806189003434","imei2":"18806189003434","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168082,"job_number":"JOB_168082","tr_customer_id":168099,"tr_customer_product_id":168089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:00:50.000Z","modified_at":"2026-01-27T11:00:50.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17940614096082","imei1":"17940614096082","imei2":"17940614096082","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168081,"job_number":"JOB_168081","tr_customer_id":168098,"tr_customer_product_id":168088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:49:01.000Z","modified_at":"2026-01-27T10:49:01.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-17","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-17T10:48:52.186039238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168080,"job_number":"JOB_168080","tr_customer_id":168097,"tr_customer_product_id":168087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:44.000Z","modified_at":"2026-01-27T10:33:44.000Z","name":"Bethany Blick","mobile_number":"910-264-4532","email_id":"Krystina87@hotmail.com","dop":"2025-04-06","serial_number":"14656868258073714","imei1":"14656868258073714","imei2":"14656868258073714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168079,"job_number":"JOB_168079","tr_customer_id":168096,"tr_customer_product_id":168086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:42.000Z","modified_at":"2026-01-27T10:34:26.000Z","name":"Ezekiel Hartmann","mobile_number":"324-276-6526","email_id":"Ashleigh_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"14122225292562","imei1":"14122225292562","imei2":"14122225292562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168078,"job_number":"JOB_168078","tr_customer_id":168095,"tr_customer_product_id":168085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:42.000Z","modified_at":"2026-01-27T10:33:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13897299528519","imei1":"13897299528519","imei2":"13897299528519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168077,"job_number":"JOB_168077","tr_customer_id":168094,"tr_customer_product_id":168084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:52.000Z","modified_at":"2026-01-27T10:32:52.000Z","name":"Kiley Jacobi","mobile_number":"907-604-4678","email_id":"Vada_Kautzer@yahoo.com","dop":"2025-04-06","serial_number":"12166755076229060","imei1":"12166755076229060","imei2":"12166755076229060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168076,"job_number":"JOB_168076","tr_customer_id":168093,"tr_customer_product_id":168083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:50.000Z","modified_at":"2026-01-27T10:33:34.000Z","name":"Jannie Johnston","mobile_number":"519-667-6296","email_id":"Gina2@yahoo.com","dop":"2025-04-06","serial_number":"15319421858389","imei1":"15319421858389","imei2":"15319421858389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168075,"job_number":"JOB_168075","tr_customer_id":168092,"tr_customer_product_id":168082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:50.000Z","modified_at":"2026-01-27T10:32:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18370379783433","imei1":"18370379783433","imei2":"18370379783433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168074,"job_number":"JOB_168074","tr_customer_id":168091,"tr_customer_product_id":168081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:59.000Z","modified_at":"2026-01-27T10:31:59.000Z","name":"Spencer Bradtke","mobile_number":"766-232-9018","email_id":"Bertram.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"16456366235064740","imei1":"16456366235064740","imei2":"16456366235064740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168073,"job_number":"JOB_168073","tr_customer_id":168090,"tr_customer_product_id":168080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:58.000Z","modified_at":"2026-01-27T10:32:42.000Z","name":"Johnathan Rosenbaum","mobile_number":"237-569-0610","email_id":"Rebekah.Jast21@yahoo.com","dop":"2025-04-06","serial_number":"19110824912225","imei1":"19110824912225","imei2":"19110824912225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:32:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168072,"job_number":"JOB_168072","tr_customer_id":168089,"tr_customer_product_id":168079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:57.000Z","modified_at":"2026-01-27T10:31:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13051487611195","imei1":"13051487611195","imei2":"13051487611195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168071,"job_number":"JOB_168071","tr_customer_id":168088,"tr_customer_product_id":168078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:30:13.000Z","modified_at":"2026-01-27T10:30:13.000Z","name":"Trilokesh Marar","mobile_number":"7032987427","email_id":"chaaruchandra.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"726115221745062","imei1":"726115221745062","imei2":"726115221745062","popurl":"www.chandranath-chaturvedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168070,"job_number":"JOB_168070","tr_customer_id":168087,"tr_customer_product_id":168077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-17T10:29:54.227274578Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168069,"job_number":"JOB_168069","tr_customer_id":168086,"tr_customer_product_id":168076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-17T10:29:53.581159372Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168068,"job_number":"JOB_168068","tr_customer_id":168085,"tr_customer_product_id":168075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:53.000Z","modified_at":"2026-01-27T10:29:53.000Z","name":"Chandraswaroopa Banerjee","mobile_number":"7027267191","email_id":"param.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"330044600363053","imei1":"330044600363053","imei2":"330044600363053","popurl":"www.hiranmaya-varrier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168067,"job_number":"JOB_168067","tr_customer_id":168084,"tr_customer_product_id":168074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:52.000Z","modified_at":"2026-01-27T10:29:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-17T10:29:52.116647678Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168066,"job_number":"JOB_168066","tr_customer_id":168083,"tr_customer_product_id":168073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:51.000Z","modified_at":"2026-01-27T10:57:23.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"14356638927458","imei1":"14356638927458","imei2":"14356638927458","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168065,"job_number":"JOB_168065","tr_customer_id":168082,"tr_customer_product_id":168072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:49.000Z","modified_at":"2026-01-27T10:27:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"85525624946737","imei1":"85525624946737","imei2":"85525624946737","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168064,"job_number":"JOB_168064","tr_customer_id":168081,"tr_customer_product_id":168071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:47.000Z","modified_at":"2026-01-27T10:28:25.000Z","name":"Chet Schaden","mobile_number":"279-274-4333","email_id":"Brayan64@gmail.com","dop":"2026-01-04","serial_number":"17453629624168","imei1":"17453629624168","imei2":"17453629624168","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168063,"job_number":"JOB_168063","tr_customer_id":168080,"tr_customer_product_id":168070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:47.000Z","modified_at":"2026-01-27T10:27:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10086722086397","imei1":"10086722086397","imei2":"10086722086397","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168062,"job_number":"JOB_168062","tr_customer_id":168079,"tr_customer_product_id":168069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:04.000Z","modified_at":"2026-01-27T10:27:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"105262706836429","imei1":"105262706836429","imei2":"105262706836429","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168061,"job_number":"JOB_168061","tr_customer_id":168078,"tr_customer_product_id":168068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:03.000Z","modified_at":"2026-01-27T10:27:40.000Z","name":"Joaquin Mohr","mobile_number":"805-544-3660","email_id":"Opal_Lebsack47@gmail.com","dop":"2026-01-04","serial_number":"12114928346598","imei1":"12114928346598","imei2":"12114928346598","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168060,"job_number":"JOB_168060","tr_customer_id":168077,"tr_customer_product_id":168067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:02.000Z","modified_at":"2026-01-27T10:27:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15196187490723","imei1":"15196187490723","imei2":"15196187490723","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168059,"job_number":"JOB_168059","tr_customer_id":168076,"tr_customer_product_id":168066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:19.000Z","modified_at":"2026-01-27T10:26:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70090916724970","imei1":"70090916724970","imei2":"70090916724970","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168058,"job_number":"JOB_168058","tr_customer_id":168075,"tr_customer_product_id":168065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:18.000Z","modified_at":"2026-01-27T10:26:55.000Z","name":"Roscoe Kertzmann","mobile_number":"487-663-7383","email_id":"Giovani62@gmail.com","dop":"2026-01-04","serial_number":"18684721868853","imei1":"18684721868853","imei2":"18684721868853","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168057,"job_number":"JOB_168057","tr_customer_id":168074,"tr_customer_product_id":168064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:17.000Z","modified_at":"2026-01-27T10:26:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15008487771068","imei1":"15008487771068","imei2":"15008487771068","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168056,"job_number":"JOB_168056","tr_customer_id":168073,"tr_customer_product_id":168063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:06:55.000Z","modified_at":"2026-01-27T10:07:03.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"16889598345165","imei1":"16889598345165","imei2":"16889598345165","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:07:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168055,"job_number":"JOB_168055","tr_customer_id":168072,"tr_customer_product_id":168062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:05:36.000Z","modified_at":"2026-01-27T10:05:43.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"19174995388693","imei1":"19174995388693","imei2":"19174995388693","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168054,"job_number":"JOB_168054","tr_customer_id":168071,"tr_customer_product_id":168061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:02.000Z","modified_at":"2026-01-27T10:03:02.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21023390899357","imei1":"21023390899357","imei2":"21023390899357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168053,"job_number":"JOB_168053","tr_customer_id":168070,"tr_customer_product_id":168060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:00.000Z","modified_at":"2026-01-27T10:03:41.000Z","name":"Bette Spencer","mobile_number":"250-318-3070","email_id":"Abigail50@gmail.com","dop":"2026-01-04","serial_number":"19518074213425","imei1":"19518074213425","imei2":"19518074213425","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168052,"job_number":"JOB_168052","tr_customer_id":168069,"tr_customer_product_id":168059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:00.000Z","modified_at":"2026-01-27T10:03:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14121883814283","imei1":"14121883814283","imei2":"14121883814283","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168051,"job_number":"JOB_168051","tr_customer_id":168068,"tr_customer_product_id":168058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:42.000Z","modified_at":"2026-01-27T10:02:53.000Z","name":"Emmalee Moore","mobile_number":"222-544-8078","email_id":"Clarabelle_Pfeffer83@gmail.com","dop":"2025-12-01","serial_number":"15076112657731","imei1":"15076112657731","imei2":"15076112657731","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168050,"job_number":"JOB_168050","tr_customer_id":168067,"tr_customer_product_id":168057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:42.000Z","modified_at":"2026-01-27T10:02:42.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12713579852426","imei1":"12713579852426","imei2":"12713579852426","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168049,"job_number":"JOB_168049","tr_customer_id":168066,"tr_customer_product_id":168056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:26.000Z","modified_at":"2026-01-27T10:02:38.000Z","name":"Claud Pouros","mobile_number":"664-760-5960","email_id":"Milan_Deckow70@gmail.com","dop":"2025-12-01","serial_number":"10208018693131","imei1":"10208018693131","imei2":"10208018693131","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168048,"job_number":"JOB_168048","tr_customer_id":168065,"tr_customer_product_id":168055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:26.000Z","modified_at":"2026-01-27T10:02:26.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15535990488868","imei1":"15535990488868","imei2":"15535990488868","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168047,"job_number":"JOB_168047","tr_customer_id":168064,"tr_customer_product_id":168054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:13.000Z","modified_at":"2026-01-27T10:02:13.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49829973315619","imei1":"49829973315619","imei2":"49829973315619","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168046,"job_number":"JOB_168046","tr_customer_id":168063,"tr_customer_product_id":168053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:12.000Z","modified_at":"2026-01-27T10:02:52.000Z","name":"Kaley Lehner","mobile_number":"614-802-6010","email_id":"Kacie_Larson33@hotmail.com","dop":"2026-01-04","serial_number":"10636137962998","imei1":"10636137962998","imei2":"10636137962998","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168045,"job_number":"JOB_168045","tr_customer_id":168062,"tr_customer_product_id":168052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:11.000Z","modified_at":"2026-01-27T10:02:11.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15197467892503","imei1":"15197467892503","imei2":"15197467892503","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168044,"job_number":"JOB_168044","tr_customer_id":168061,"tr_customer_product_id":168051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:10.000Z","modified_at":"2026-01-27T10:02:22.000Z","name":"Esmeralda Bode","mobile_number":"205-625-4081","email_id":"Santina4@yahoo.com","dop":"2025-12-01","serial_number":"18277239641642","imei1":"18277239641642","imei2":"18277239641642","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168043,"job_number":"JOB_168043","tr_customer_id":168060,"tr_customer_product_id":168050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:10.000Z","modified_at":"2026-01-27T10:02:10.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15333739332560","imei1":"15333739332560","imei2":"15333739332560","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168042,"job_number":"JOB_168042","tr_customer_id":168059,"tr_customer_product_id":168049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:52.000Z","modified_at":"2026-01-27T10:02:04.000Z","name":"Icie Ward","mobile_number":"766-810-4574","email_id":"Ardella.Rowe@hotmail.com","dop":"2025-12-01","serial_number":"12935030125237","imei1":"12935030125237","imei2":"12935030125237","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168041,"job_number":"JOB_168041","tr_customer_id":168058,"tr_customer_product_id":168048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:52.000Z","modified_at":"2026-01-27T10:01:52.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18807163856024","imei1":"18807163856024","imei2":"18807163856024","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168040,"job_number":"JOB_168040","tr_customer_id":168057,"tr_customer_product_id":168047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:36.000Z","modified_at":"2026-01-27T10:01:48.000Z","name":"Laron Hirthe","mobile_number":"731-940-9575","email_id":"Theodora_Shields@yahoo.com","dop":"2025-12-01","serial_number":"15743888369608","imei1":"15743888369608","imei2":"15743888369608","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168039,"job_number":"JOB_168039","tr_customer_id":168056,"tr_customer_product_id":168046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:36.000Z","modified_at":"2026-01-27T10:01:36.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"13883489966333","imei1":"13883489966333","imei2":"13883489966333","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168038,"job_number":"JOB_168038","tr_customer_id":168055,"tr_customer_product_id":168045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:24.000Z","modified_at":"2026-01-27T10:01:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"71404026316495","imei1":"71404026316495","imei2":"71404026316495","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168037,"job_number":"JOB_168037","tr_customer_id":168054,"tr_customer_product_id":168044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:22.000Z","modified_at":"2026-01-27T10:02:03.000Z","name":"Maye McGlynn","mobile_number":"834-778-6179","email_id":"Nellie9@yahoo.com","dop":"2026-01-04","serial_number":"16067822324575","imei1":"16067822324575","imei2":"16067822324575","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168036,"job_number":"JOB_168036","tr_customer_id":168053,"tr_customer_product_id":168043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:22.000Z","modified_at":"2026-01-27T10:01:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15984186970614","imei1":"15984186970614","imei2":"15984186970614","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168035,"job_number":"JOB_168035","tr_customer_id":168052,"tr_customer_product_id":168042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:20.000Z","modified_at":"2026-01-27T10:01:32.000Z","name":"Jalon Walker","mobile_number":"853-780-9973","email_id":"Dario_Raynor@yahoo.com","dop":"2025-12-01","serial_number":"16126387345604","imei1":"16126387345604","imei2":"16126387345604","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168034,"job_number":"JOB_168034","tr_customer_id":168051,"tr_customer_product_id":168041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:20.000Z","modified_at":"2026-01-27T10:01:20.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15799047576521","imei1":"15799047576521","imei2":"15799047576521","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168033,"job_number":"JOB_168033","tr_customer_id":168050,"tr_customer_product_id":168040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:29.000Z","modified_at":"2026-01-27T09:49:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"102925169068228","imei1":"102925169068228","imei2":"102925169068228","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168032,"job_number":"JOB_168032","tr_customer_id":168049,"tr_customer_product_id":168039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:27.000Z","modified_at":"2026-01-27T09:50:04.000Z","name":"Larue Stokes","mobile_number":"288-297-2561","email_id":"Shaylee_Homenick72@hotmail.com","dop":"2026-01-04","serial_number":"11815380446916","imei1":"11815380446916","imei2":"11815380446916","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168031,"job_number":"JOB_168031","tr_customer_id":168048,"tr_customer_product_id":168038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:27.000Z","modified_at":"2026-01-27T09:49:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13132742559880","imei1":"13132742559880","imei2":"13132742559880","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168030,"job_number":"JOB_168030","tr_customer_id":168047,"tr_customer_product_id":168037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:44.000Z","modified_at":"2026-01-27T09:48:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"58312133565411","imei1":"58312133565411","imei2":"58312133565411","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168029,"job_number":"JOB_168029","tr_customer_id":168046,"tr_customer_product_id":168036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:43.000Z","modified_at":"2026-01-27T09:49:20.000Z","name":"Alba Hayes","mobile_number":"946-524-4468","email_id":"Ally34@yahoo.com","dop":"2026-01-04","serial_number":"13051341482851","imei1":"13051341482851","imei2":"13051341482851","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168028,"job_number":"JOB_168028","tr_customer_id":168045,"tr_customer_product_id":168035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:42.000Z","modified_at":"2026-01-27T09:48:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16235870868165","imei1":"16235870868165","imei2":"16235870868165","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168027,"job_number":"JOB_168027","tr_customer_id":168044,"tr_customer_product_id":168034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:59.000Z","modified_at":"2026-01-27T09:47:59.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101295640004756","imei1":"101295640004756","imei2":"101295640004756","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168026,"job_number":"JOB_168026","tr_customer_id":168043,"tr_customer_product_id":168033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:58.000Z","modified_at":"2026-01-27T09:48:35.000Z","name":"Kenyon Dickinson","mobile_number":"620-470-9782","email_id":"Clement_Morissette23@gmail.com","dop":"2026-01-04","serial_number":"17783464001877","imei1":"17783464001877","imei2":"17783464001877","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168025,"job_number":"JOB_168025","tr_customer_id":168042,"tr_customer_product_id":168032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:57.000Z","modified_at":"2026-01-27T09:47:57.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13147707996685","imei1":"13147707996685","imei2":"13147707996685","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168023,"job_number":"JOB_168023","tr_customer_id":168040,"tr_customer_product_id":168030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:47.000Z","modified_at":"2026-01-27T09:32:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"56838812347357","imei1":"56838812347357","imei2":"56838812347357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168022,"job_number":"JOB_168022","tr_customer_id":168039,"tr_customer_product_id":168029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:46.000Z","modified_at":"2026-01-27T09:33:23.000Z","name":"Laura Prohaska","mobile_number":"581-701-0460","email_id":"Dax_Heller@gmail.com","dop":"2026-01-04","serial_number":"15736813211429","imei1":"15736813211429","imei2":"15736813211429","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:33:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168021,"job_number":"JOB_168021","tr_customer_id":168038,"tr_customer_product_id":168028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:45.000Z","modified_at":"2026-01-27T09:32:45.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15077719249563","imei1":"15077719249563","imei2":"15077719249563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168020,"job_number":"JOB_168020","tr_customer_id":168037,"tr_customer_product_id":168027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:01.000Z","modified_at":"2026-01-27T09:32:01.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106111584816717","imei1":"106111584816717","imei2":"106111584816717","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168019,"job_number":"JOB_168019","tr_customer_id":168036,"tr_customer_product_id":168026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:00.000Z","modified_at":"2026-01-27T09:32:38.000Z","name":"Pierce Halvorson","mobile_number":"371-333-3337","email_id":"Mozelle.Graham61@yahoo.com","dop":"2026-01-04","serial_number":"10964045513198","imei1":"10964045513198","imei2":"10964045513198","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:32:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168018,"job_number":"JOB_168018","tr_customer_id":168035,"tr_customer_product_id":168025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:00.000Z","modified_at":"2026-01-27T09:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13574165691530","imei1":"13574165691530","imei2":"13574165691530","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168017,"job_number":"JOB_168017","tr_customer_id":168034,"tr_customer_product_id":168024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:17.000Z","modified_at":"2026-01-27T09:31:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"48564958011580","imei1":"48564958011580","imei2":"48564958011580","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168016,"job_number":"JOB_168016","tr_customer_id":168033,"tr_customer_product_id":168023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:15.000Z","modified_at":"2026-01-27T09:31:52.000Z","name":"Tyrell Stracke","mobile_number":"973-623-8982","email_id":"Jordi_Harvey@hotmail.com","dop":"2026-01-04","serial_number":"12360610215024","imei1":"12360610215024","imei2":"12360610215024","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168015,"job_number":"JOB_168015","tr_customer_id":168032,"tr_customer_product_id":168022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:15.000Z","modified_at":"2026-01-27T09:31:15.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10511466909083","imei1":"10511466909083","imei2":"10511466909083","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168014,"job_number":"JOB_168014","tr_customer_id":168031,"tr_customer_product_id":168021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:41.000Z","modified_at":"2026-01-27T09:23:41.000Z","name":"Darwin Hirthe","mobile_number":"355-725-9085","email_id":"Jamir_Mante@hotmail.com","dop":"2025-04-06","serial_number":"19124045741107572","imei1":"19124045741107572","imei2":"19124045741107572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168013,"job_number":"JOB_168013","tr_customer_id":168030,"tr_customer_product_id":168020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:40.000Z","modified_at":"2026-01-27T09:24:20.000Z","name":"Llewellyn Anderson","mobile_number":"981-423-6620","email_id":"Ozella.Schultz@hotmail.com","dop":"2025-04-06","serial_number":"12599688938243","imei1":"12599688938243","imei2":"12599688938243","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:24:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168012,"job_number":"JOB_168012","tr_customer_id":168029,"tr_customer_product_id":168019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:40.000Z","modified_at":"2026-01-27T09:23:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11487792491978","imei1":"11487792491978","imei2":"11487792491978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168011,"job_number":"JOB_168011","tr_customer_id":168028,"tr_customer_product_id":168018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:53.000Z","modified_at":"2026-01-27T09:22:53.000Z","name":"Hettie Herman","mobile_number":"478-577-7605","email_id":"Buddy_McDermott79@gmail.com","dop":"2025-04-06","serial_number":"15580317961174560","imei1":"15580317961174560","imei2":"15580317961174560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168010,"job_number":"JOB_168010","tr_customer_id":168027,"tr_customer_product_id":168017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:52.000Z","modified_at":"2026-01-27T09:23:32.000Z","name":"Josefa Powlowski","mobile_number":"579-508-1792","email_id":"Stewart_Wolff@hotmail.com","dop":"2025-04-06","serial_number":"10836086319804","imei1":"10836086319804","imei2":"10836086319804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:23:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168009,"job_number":"JOB_168009","tr_customer_id":168026,"tr_customer_product_id":168016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:52.000Z","modified_at":"2026-01-27T09:22:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11379433404838","imei1":"11379433404838","imei2":"11379433404838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168008,"job_number":"JOB_168008","tr_customer_id":168025,"tr_customer_product_id":168015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:05.000Z","modified_at":"2026-01-27T09:22:05.000Z","name":"Barrett Krajcik","mobile_number":"525-447-1327","email_id":"Hertha.Hansen3@hotmail.com","dop":"2025-04-06","serial_number":"16518029229351820","imei1":"16518029229351820","imei2":"16518029229351820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168007,"job_number":"JOB_168007","tr_customer_id":168024,"tr_customer_product_id":168014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:04.000Z","modified_at":"2026-01-27T09:22:44.000Z","name":"Marianne Gaylord","mobile_number":"926-519-0941","email_id":"Will.Labadie@gmail.com","dop":"2025-04-06","serial_number":"16801264837988","imei1":"16801264837988","imei2":"16801264837988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:22:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168006,"job_number":"JOB_168006","tr_customer_id":168023,"tr_customer_product_id":168013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:03.000Z","modified_at":"2026-01-27T09:22:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11865609686049","imei1":"11865609686049","imei2":"11865609686049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168005,"job_number":"JOB_168005","tr_customer_id":168022,"tr_customer_product_id":168012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:12:02.000Z","modified_at":"2026-01-27T09:12:02.000Z","name":"Vivek Yadav","mobile_number":"8788138617","email_id":"ccivivek123@gmail.com","dop":"2026-01-17","serial_number":"891398385161723","imei1":"891398385161723","imei2":"891398385161723","popurl":"2026-01-17T09:12:01.481590051Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:12:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168004,"job_number":"JOB_168004","tr_customer_id":168021,"tr_customer_product_id":168011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:47:49.000Z","modified_at":"2026-01-27T09:50:36.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"11931605085264","imei1":"11931605085264","imei2":"11931605085264","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168003,"job_number":"JOB_168003","tr_customer_id":168020,"tr_customer_product_id":168010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:46.000Z","modified_at":"2026-01-27T08:42:58.000Z","name":"Charity Ernser","mobile_number":"898-282-6410","email_id":"Alta1@yahoo.com","dop":"2025-12-01","serial_number":"11906099697335","imei1":"11906099697335","imei2":"11906099697335","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168002,"job_number":"JOB_168002","tr_customer_id":168019,"tr_customer_product_id":168009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:46.000Z","modified_at":"2026-01-27T08:42:46.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"13316918075108","imei1":"13316918075108","imei2":"13316918075108","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168001,"job_number":"JOB_168001","tr_customer_id":168018,"tr_customer_product_id":168008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:30.000Z","modified_at":"2026-01-27T08:42:42.000Z","name":"Lila Bartell","mobile_number":"600-870-0568","email_id":"Watson_Wolf83@gmail.com","dop":"2025-12-01","serial_number":"12257249469649","imei1":"12257249469649","imei2":"12257249469649","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168000,"job_number":"JOB_168000","tr_customer_id":168017,"tr_customer_product_id":168007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:30.000Z","modified_at":"2026-01-27T08:42:30.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11958109097406","imei1":"11958109097406","imei2":"11958109097406","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167999,"job_number":"JOB_167999","tr_customer_id":168016,"tr_customer_product_id":168006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:14.000Z","modified_at":"2026-01-27T08:42:26.000Z","name":"Avery Bartell","mobile_number":"892-349-7859","email_id":"Laron.Donnelly41@gmail.com","dop":"2025-12-01","serial_number":"10123534099788","imei1":"10123534099788","imei2":"10123534099788","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167998,"job_number":"JOB_167998","tr_customer_id":168015,"tr_customer_product_id":168005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:14.000Z","modified_at":"2026-01-27T08:42:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14259892350420","imei1":"14259892350420","imei2":"14259892350420","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167997,"job_number":"JOB_167997","tr_customer_id":168014,"tr_customer_product_id":168004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:40:01.000Z","modified_at":"2026-01-27T08:40:01.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"14732742119680","imei1":"14732742119680","imei2":"14732742119680","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167996,"job_number":"JOB_167996","tr_customer_id":168013,"tr_customer_product_id":168003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:39:37.000Z","modified_at":"2026-01-27T08:39:37.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"13765835130561","imei1":"13765835130561","imei2":"13765835130561","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:39:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167995,"job_number":"JOB_167995","tr_customer_id":168012,"tr_customer_product_id":168002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:36:40.000Z","modified_at":"2026-01-27T08:36:40.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"19248780212751","imei1":"19248780212751","imei2":"19248780212751","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:36:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167994,"job_number":"JOB_167994","tr_customer_id":168011,"tr_customer_product_id":168001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:55.000Z","modified_at":"2026-01-27T08:30:55.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"10256589793129","imei1":"10256589793129","imei2":"10256589793129","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167993,"job_number":"JOB_167993","tr_customer_id":168010,"tr_customer_product_id":168000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:49.000Z","modified_at":"2026-01-27T08:30:49.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"16937654532065","imei1":"16937654532065","imei2":"16937654532065","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167992,"job_number":"JOB_167992","tr_customer_id":168009,"tr_customer_product_id":167999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:31.000Z","modified_at":"2026-01-27T08:30:31.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"18595240715145","imei1":"18595240715145","imei2":"18595240715145","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167991,"job_number":"JOB_167991","tr_customer_id":168008,"tr_customer_product_id":167998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:03.000Z","modified_at":"2026-01-27T08:20:03.000Z","name":"Rosalind Kreiger","mobile_number":"334-544-9200","email_id":"Hunter.Schamberger@yahoo.com","dop":"2025-04-06","serial_number":"10419097285708058","imei1":"10419097285708058","imei2":"10419097285708058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167990,"job_number":"JOB_167990","tr_customer_id":168007,"tr_customer_product_id":167997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:02.000Z","modified_at":"2026-01-27T08:20:39.000Z","name":"Mylene Paucek","mobile_number":"366-759-2532","email_id":"Aubrey_Harber@gmail.com","dop":"2025-04-06","serial_number":"13419527922307","imei1":"13419527922307","imei2":"13419527922307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167989,"job_number":"JOB_167989","tr_customer_id":168006,"tr_customer_product_id":167996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:01.000Z","modified_at":"2026-01-27T08:20:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16228039361944","imei1":"16228039361944","imei2":"16228039361944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167988,"job_number":"JOB_167988","tr_customer_id":168005,"tr_customer_product_id":167995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:18.000Z","modified_at":"2026-01-27T08:19:18.000Z","name":"Electa Casper","mobile_number":"671-854-5386","email_id":"Keeley_Kessler75@yahoo.com","dop":"2025-04-06","serial_number":"10993514331888866","imei1":"10993514331888866","imei2":"10993514331888866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167987,"job_number":"JOB_167987","tr_customer_id":168004,"tr_customer_product_id":167994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:17.000Z","modified_at":"2026-01-27T08:19:55.000Z","name":"Amber Larson","mobile_number":"948-282-8530","email_id":"Consuelo.Weissnat73@yahoo.com","dop":"2025-04-06","serial_number":"12861735933223","imei1":"12861735933223","imei2":"12861735933223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167986,"job_number":"JOB_167986","tr_customer_id":168003,"tr_customer_product_id":167993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:17.000Z","modified_at":"2026-01-27T08:19:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14876666988513","imei1":"14876666988513","imei2":"14876666988513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167985,"job_number":"JOB_167985","tr_customer_id":168002,"tr_customer_product_id":167992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:33.000Z","modified_at":"2026-01-27T08:18:33.000Z","name":"Derick Rohan","mobile_number":"943-371-0272","email_id":"Joesph58@yahoo.com","dop":"2025-04-06","serial_number":"19714674691620584","imei1":"19714674691620584","imei2":"19714674691620584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167984,"job_number":"JOB_167984","tr_customer_id":168001,"tr_customer_product_id":167991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:32.000Z","modified_at":"2026-01-27T08:19:10.000Z","name":"Carolyne Paucek","mobile_number":"545-983-9520","email_id":"Lucile_Wolf52@hotmail.com","dop":"2025-04-06","serial_number":"14271654836682","imei1":"14271654836682","imei2":"14271654836682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167983,"job_number":"JOB_167983","tr_customer_id":168000,"tr_customer_product_id":167990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:32.000Z","modified_at":"2026-01-27T08:18:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10992418351194","imei1":"10992418351194","imei2":"10992418351194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167982,"job_number":"JOB_167982","tr_customer_id":167999,"tr_customer_product_id":167989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:03:56.000Z","modified_at":"2026-01-27T08:03:56.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"78948745849733","imei1":"78948745849733","imei2":"78948745849733","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167981,"job_number":"JOB_167981","tr_customer_id":167998,"tr_customer_product_id":167988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:00:03.000Z","modified_at":"2026-01-27T08:00:14.000Z","name":"Fletcher Franecki","mobile_number":"786-836-3975","email_id":"Loy79@hotmail.com","dop":"2025-12-01","serial_number":"10738362324388","imei1":"10738362324388","imei2":"10738362324388","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167980,"job_number":"JOB_167980","tr_customer_id":167997,"tr_customer_product_id":167987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:00:03.000Z","modified_at":"2026-01-27T08:00:03.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16634399654249","imei1":"16634399654249","imei2":"16634399654249","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167979,"job_number":"JOB_167979","tr_customer_id":167996,"tr_customer_product_id":167986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:47.000Z","modified_at":"2026-01-27T07:59:58.000Z","name":"Joel Schmeler","mobile_number":"474-846-8783","email_id":"Vada.Crona7@hotmail.com","dop":"2025-12-01","serial_number":"19660589554505","imei1":"19660589554505","imei2":"19660589554505","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167978,"job_number":"JOB_167978","tr_customer_id":167995,"tr_customer_product_id":167985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:47.000Z","modified_at":"2026-01-27T07:59:47.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14742460549015","imei1":"14742460549015","imei2":"14742460549015","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167977,"job_number":"JOB_167977","tr_customer_id":167994,"tr_customer_product_id":167984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:31.000Z","modified_at":"2026-01-27T07:59:42.000Z","name":"Columbus Deckow","mobile_number":"894-371-3585","email_id":"Joel_Leuschke@gmail.com","dop":"2025-12-01","serial_number":"18261600913888","imei1":"18261600913888","imei2":"18261600913888","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167976,"job_number":"JOB_167976","tr_customer_id":167993,"tr_customer_product_id":167983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:31.000Z","modified_at":"2026-01-27T07:59:31.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17369535765768","imei1":"17369535765768","imei2":"17369535765768","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167974,"job_number":"JOB_167974","tr_customer_id":167991,"tr_customer_product_id":167981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:44.000Z","name":"Kristian Gibson","mobile_number":"551-888-9007","email_id":"Clement.Haag@hotmail.com","dop":"2025-04-06","serial_number":"19625716723951844","imei1":"19625716723951844","imei2":"19625716723951844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167973,"job_number":"JOB_167973","tr_customer_id":167990,"tr_customer_product_id":167980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:42.000Z","modified_at":"2026-01-27T07:48:20.000Z","name":"Arvel Kuhn","mobile_number":"615-319-7198","email_id":"Chaz_Robel@hotmail.com","dop":"2025-04-06","serial_number":"14431655523975","imei1":"14431655523975","imei2":"14431655523975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:48:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167970,"job_number":"JOB_167970","tr_customer_id":167987,"tr_customer_product_id":167977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:57.000Z","modified_at":"2026-01-27T07:46:57.000Z","name":"Addie Mertz","mobile_number":"296-519-9094","email_id":"Lambert.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10321152826079464","imei1":"10321152826079464","imei2":"10321152826079464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167969,"job_number":"JOB_167969","tr_customer_id":167986,"tr_customer_product_id":167976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:56.000Z","modified_at":"2026-01-27T07:47:36.000Z","name":"Maud Cummerata","mobile_number":"646-422-3272","email_id":"Tamara.Witting12@gmail.com","dop":"2025-04-06","serial_number":"13661529653762","imei1":"13661529653762","imei2":"13661529653762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167968,"job_number":"JOB_167968","tr_customer_id":167985,"tr_customer_product_id":167975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:47.000Z","name":"Mariah Hamill","mobile_number":"652-797-8772","email_id":"Noemy.Jakubowski@yahoo.com","dop":"2025-12-01","serial_number":"11895969562146","imei1":"11895969562146","imei2":"11895969562146","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167967,"job_number":"JOB_167967","tr_customer_id":167984,"tr_customer_product_id":167974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:34.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16020089347172","imei1":"16020089347172","imei2":"16020089347172","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167966,"job_number":"JOB_167966","tr_customer_id":167983,"tr_customer_product_id":167973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:29.000Z","name":"Ellen Ernser","mobile_number":"773-782-1692","email_id":"Jay32@yahoo.com","dop":"2025-12-01","serial_number":"18035647441755","imei1":"18035647441755","imei2":"18035647441755","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167965,"job_number":"JOB_167965","tr_customer_id":167982,"tr_customer_product_id":167972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19818407352524","imei1":"19818407352524","imei2":"19818407352524","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167964,"job_number":"JOB_167964","tr_customer_id":167981,"tr_customer_product_id":167971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:45:11.000Z","name":"Carol Harber","mobile_number":"791-589-1054","email_id":"Tabitha36@hotmail.com","dop":"2025-12-01","serial_number":"13015239403347","imei1":"13015239403347","imei2":"13015239403347","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167963,"job_number":"JOB_167963","tr_customer_id":167980,"tr_customer_product_id":167970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:44:58.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13067462755559","imei1":"13067462755559","imei2":"13067462755559","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167962,"job_number":"JOB_167962","tr_customer_id":167979,"tr_customer_product_id":167969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:22.000Z","name":"Dangelo Mann","mobile_number":"687-934-9912","email_id":"Bradly_Bogisich@gmail.com","dop":"2025-12-01","serial_number":"14223691814750","imei1":"14223691814750","imei2":"14223691814750","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167961,"job_number":"JOB_167961","tr_customer_id":167978,"tr_customer_product_id":167968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:10.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12826889896801","imei1":"12826889896801","imei2":"12826889896801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167960,"job_number":"JOB_167960","tr_customer_id":167977,"tr_customer_product_id":167967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:41:06.000Z","name":"Marquise Reichert","mobile_number":"587-475-6993","email_id":"Mireya_Armstrong@gmail.com","dop":"2025-12-01","serial_number":"11570715098623","imei1":"11570715098623","imei2":"11570715098623","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167959,"job_number":"JOB_167959","tr_customer_id":167976,"tr_customer_product_id":167966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:40:54.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"12836241188214","imei1":"12836241188214","imei2":"12836241188214","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167958,"job_number":"JOB_167958","tr_customer_id":167975,"tr_customer_product_id":167965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:38.000Z","modified_at":"2026-01-27T07:40:50.000Z","name":"Juanita Leffler","mobile_number":"636-521-5568","email_id":"Patience37@hotmail.com","dop":"2025-12-01","serial_number":"17253145582378","imei1":"17253145582378","imei2":"17253145582378","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167957,"job_number":"JOB_167957","tr_customer_id":167974,"tr_customer_product_id":167964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:37.000Z","modified_at":"2026-01-27T07:40:37.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17738472759011","imei1":"17738472759011","imei2":"17738472759011","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167950,"job_number":"JOB_167950","tr_customer_id":167967,"tr_customer_product_id":167957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:15.000Z","modified_at":"2026-01-27T07:05:15.000Z","name":"Kellie Lubowitz","mobile_number":"217-327-9980","email_id":"Selina_Pacocha9@yahoo.com","dop":"2025-04-06","serial_number":"14946686752066788","imei1":"14946686752066788","imei2":"14946686752066788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167949,"job_number":"JOB_167949","tr_customer_id":167966,"tr_customer_product_id":167956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:14.000Z","modified_at":"2026-01-27T07:05:53.000Z","name":"Blanca Schneider","mobile_number":"399-331-5349","email_id":"Howard.Klocko@hotmail.com","dop":"2025-04-06","serial_number":"18972673309267","imei1":"18972673309267","imei2":"18972673309267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167948,"job_number":"JOB_167948","tr_customer_id":167965,"tr_customer_product_id":167955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:31.000Z","modified_at":"2026-01-27T07:04:31.000Z","name":"Miller Hagenes","mobile_number":"363-948-0072","email_id":"Antwon.Kiehn95@hotmail.com","dop":"2025-04-06","serial_number":"14549798314648444","imei1":"14549798314648444","imei2":"14549798314648444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:04:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167947,"job_number":"JOB_167947","tr_customer_id":167964,"tr_customer_product_id":167954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:29.000Z","modified_at":"2026-01-27T07:05:07.000Z","name":"Dasia Weissnat","mobile_number":"217-928-5689","email_id":"Cordie.Mayert15@yahoo.com","dop":"2025-04-06","serial_number":"18151854735051","imei1":"18151854735051","imei2":"18151854735051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167946,"job_number":"JOB_167946","tr_customer_id":167963,"tr_customer_product_id":167953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:46.000Z","modified_at":"2026-01-27T07:03:46.000Z","name":"Esperanza Roberts","mobile_number":"363-465-4153","email_id":"Cleo_Jacobi1@gmail.com","dop":"2025-04-06","serial_number":"18899724181012810","imei1":"18899724181012810","imei2":"18899724181012810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167945,"job_number":"JOB_167945","tr_customer_id":167962,"tr_customer_product_id":167952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:45.000Z","modified_at":"2026-01-27T07:04:22.000Z","name":"Carolanne Johnston","mobile_number":"835-983-6740","email_id":"Demond45@hotmail.com","dop":"2025-04-06","serial_number":"12500515806340","imei1":"12500515806340","imei2":"12500515806340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:04:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167944,"job_number":"JOB_167944","tr_customer_id":167961,"tr_customer_product_id":167951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:28.000Z","name":"Izaiah Goodwin","mobile_number":"667-308-1378","email_id":"Elouise43@hotmail.com","dop":"2025-12-01","serial_number":"17184857919726","imei1":"17184857919726","imei2":"17184857919726","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167943,"job_number":"JOB_167943","tr_customer_id":167960,"tr_customer_product_id":167950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:15.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"14875645655732","imei1":"14875645655732","imei2":"14875645655732","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167942,"job_number":"JOB_167942","tr_customer_id":167959,"tr_customer_product_id":167949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:54:10.000Z","name":"Pietro Stracke","mobile_number":"336-677-3457","email_id":"Darrick_Wilderman4@gmail.com","dop":"2025-12-01","serial_number":"11510163451561","imei1":"11510163451561","imei2":"11510163451561","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167941,"job_number":"JOB_167941","tr_customer_id":167958,"tr_customer_product_id":167948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:53:57.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15533783976054","imei1":"15533783976054","imei2":"15533783976054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167940,"job_number":"JOB_167940","tr_customer_id":167957,"tr_customer_product_id":167947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:52.000Z","name":"Cara Rath","mobile_number":"987-859-1105","email_id":"Amir60@gmail.com","dop":"2025-12-01","serial_number":"10948899776550","imei1":"10948899776550","imei2":"10948899776550","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167939,"job_number":"JOB_167939","tr_customer_id":167956,"tr_customer_product_id":167946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14442504887526","imei1":"14442504887526","imei2":"14442504887526","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167938,"job_number":"JOB_167938","tr_customer_id":167955,"tr_customer_product_id":167945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:27.000Z","modified_at":"2026-01-27T06:51:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10931088604581","imei1":"10931088604581","imei2":"10931088604581","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167937,"job_number":"JOB_167937","tr_customer_id":167954,"tr_customer_product_id":167944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:26.000Z","modified_at":"2026-01-27T06:52:03.000Z","name":"Allene Erdman","mobile_number":"213-477-2942","email_id":"Reilly.Klocko@yahoo.com","dop":"2026-01-04","serial_number":"12959238722478","imei1":"12959238722478","imei2":"12959238722478","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167936,"job_number":"JOB_167936","tr_customer_id":167953,"tr_customer_product_id":167943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:25.000Z","modified_at":"2026-01-27T06:51:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11495474994629","imei1":"11495474994629","imei2":"11495474994629","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167935,"job_number":"JOB_167935","tr_customer_id":167952,"tr_customer_product_id":167942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:00.000Z","modified_at":"2026-01-27T06:51:00.000Z","name":"Abe Borer","mobile_number":"232-802-4714","email_id":"Alfreda56@hotmail.com","dop":"2025-04-06","serial_number":"14248653361242728","imei1":"14248653361242728","imei2":"14248653361242728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167934,"job_number":"JOB_167934","tr_customer_id":167951,"tr_customer_product_id":167941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:51:36.000Z","name":"Miracle Doyle","mobile_number":"985-838-2059","email_id":"Jett_Bosco@hotmail.com","dop":"2025-04-06","serial_number":"17756785529011","imei1":"17756785529011","imei2":"17756785529011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167933,"job_number":"JOB_167933","tr_customer_id":167950,"tr_customer_product_id":167940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:50:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16248942148525","imei1":"16248942148525","imei2":"16248942148525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167932,"job_number":"JOB_167932","tr_customer_id":167949,"tr_customer_product_id":167939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:42.000Z","modified_at":"2026-01-27T06:50:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42969104263391","imei1":"42969104263391","imei2":"42969104263391","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167931,"job_number":"JOB_167931","tr_customer_id":167948,"tr_customer_product_id":167938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:51:18.000Z","name":"Brando Johnston","mobile_number":"935-317-2882","email_id":"Edmund50@hotmail.com","dop":"2026-01-04","serial_number":"17810372015745","imei1":"17810372015745","imei2":"17810372015745","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167930,"job_number":"JOB_167930","tr_customer_id":167947,"tr_customer_product_id":167937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:50:40.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11366144519689","imei1":"11366144519689","imei2":"11366144519689","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167929,"job_number":"JOB_167929","tr_customer_id":167946,"tr_customer_product_id":167936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:13.000Z","modified_at":"2026-01-27T06:50:13.000Z","name":"Arno Kessler","mobile_number":"230-754-1794","email_id":"Stanley57@hotmail.com","dop":"2025-04-06","serial_number":"18194212640282856","imei1":"18194212640282856","imei2":"18194212640282856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167928,"job_number":"JOB_167928","tr_customer_id":167945,"tr_customer_product_id":167935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:51.000Z","name":"Bernadine Rutherford","mobile_number":"704-539-2876","email_id":"Emmett_Kohler@gmail.com","dop":"2025-04-06","serial_number":"14534602088922","imei1":"14534602088922","imei2":"14534602088922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167927,"job_number":"JOB_167927","tr_customer_id":167944,"tr_customer_product_id":167934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13203431323945","imei1":"13203431323945","imei2":"13203431323945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167926,"job_number":"JOB_167926","tr_customer_id":167943,"tr_customer_product_id":167933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:54.000Z","modified_at":"2026-01-27T06:49:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"90321257518944","imei1":"90321257518944","imei2":"90321257518944","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167925,"job_number":"JOB_167925","tr_customer_id":167942,"tr_customer_product_id":167932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:50:33.000Z","name":"Kris Bernier","mobile_number":"258-592-8541","email_id":"Kaycee96@gmail.com","dop":"2026-01-04","serial_number":"18439341230313","imei1":"18439341230313","imei2":"18439341230313","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167924,"job_number":"JOB_167924","tr_customer_id":167941,"tr_customer_product_id":167931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:49:52.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10934874410701","imei1":"10934874410701","imei2":"10934874410701","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167923,"job_number":"JOB_167923","tr_customer_id":167940,"tr_customer_product_id":167930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:30.000Z","modified_at":"2026-01-27T06:49:30.000Z","name":"Milton Bartell","mobile_number":"357-620-1896","email_id":"Kian46@hotmail.com","dop":"2025-04-06","serial_number":"17118551920422780","imei1":"17118551920422780","imei2":"17118551920422780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167922,"job_number":"JOB_167922","tr_customer_id":167939,"tr_customer_product_id":167929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:29.000Z","modified_at":"2026-01-27T06:50:09.000Z","name":"Bell Stracke","mobile_number":"915-750-4333","email_id":"Saul58@hotmail.com","dop":"2025-04-06","serial_number":"10400148993354","imei1":"10400148993354","imei2":"10400148993354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167921,"job_number":"JOB_167921","tr_customer_id":167938,"tr_customer_product_id":167928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:26.000Z","modified_at":"2026-01-27T06:49:26.000Z","name":"Garry Haag","mobile_number":"330-706-5364","email_id":"Lenna35@hotmail.com","dop":"2025-04-06","serial_number":"11179143080451844","imei1":"11179143080451844","imei2":"11179143080451844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167920,"job_number":"JOB_167920","tr_customer_id":167937,"tr_customer_product_id":167927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:50:04.000Z","name":"Ignacio Farrell","mobile_number":"320-500-1584","email_id":"Felipe52@hotmail.com","dop":"2025-04-06","serial_number":"18659899859152","imei1":"18659899859152","imei2":"18659899859152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167919,"job_number":"JOB_167919","tr_customer_id":167936,"tr_customer_product_id":167926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:49:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17402848540623","imei1":"17402848540623","imei2":"17402848540623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167918,"job_number":"JOB_167918","tr_customer_id":167935,"tr_customer_product_id":167925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:39.000Z","modified_at":"2026-01-27T06:44:39.000Z","name":"Golden Brown","mobile_number":"840-732-0041","email_id":"Hailie73@hotmail.com","dop":"2025-04-06","serial_number":"15818286366602872","imei1":"15818286366602872","imei2":"15818286366602872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167917,"job_number":"JOB_167917","tr_customer_id":167934,"tr_customer_product_id":167924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:45:18.000Z","name":"Joaquin Kulas","mobile_number":"583-240-9817","email_id":"Kirsten25@yahoo.com","dop":"2025-04-06","serial_number":"17938551459730","imei1":"17938551459730","imei2":"17938551459730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167916,"job_number":"JOB_167916","tr_customer_id":167933,"tr_customer_product_id":167923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17063374650545","imei1":"17063374650545","imei2":"17063374650545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167915,"job_number":"JOB_167915","tr_customer_id":167932,"tr_customer_product_id":167922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:18.000Z","modified_at":"2026-01-27T06:44:18.000Z","name":"Ariane Hamill","mobile_number":"398-734-1884","email_id":"Ryleigh.Tremblay42@hotmail.com","dop":"2025-04-06","serial_number":"10595233660109322","imei1":"10595233660109322","imei2":"10595233660109322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167914,"job_number":"JOB_167914","tr_customer_id":167931,"tr_customer_product_id":167921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:16.000Z","modified_at":"2026-01-27T06:44:58.000Z","name":"Grady Schaden","mobile_number":"682-416-2165","email_id":"Megane_Barrows5@gmail.com","dop":"2025-04-06","serial_number":"13986612123238","imei1":"13986612123238","imei2":"13986612123238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167913,"job_number":"JOB_167913","tr_customer_id":167930,"tr_customer_product_id":167920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:51.000Z","modified_at":"2026-01-27T06:43:51.000Z","name":"Serenity Boyer","mobile_number":"339-974-1255","email_id":"Carleton.Marvin98@gmail.com","dop":"2025-04-06","serial_number":"15255955352476028","imei1":"15255955352476028","imei2":"15255955352476028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167912,"job_number":"JOB_167912","tr_customer_id":167929,"tr_customer_product_id":167919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:50.000Z","modified_at":"2026-01-27T06:44:30.000Z","name":"Sam Baumbach","mobile_number":"278-216-6264","email_id":"Abdul.Schoen24@gmail.com","dop":"2025-04-06","serial_number":"19651107341783","imei1":"19651107341783","imei2":"19651107341783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167911,"job_number":"JOB_167911","tr_customer_id":167928,"tr_customer_product_id":167918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:49.000Z","modified_at":"2026-01-27T06:43:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13742475805245","imei1":"13742475805245","imei2":"13742475805245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167910,"job_number":"JOB_167910","tr_customer_id":167927,"tr_customer_product_id":167917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:46.000Z","modified_at":"2026-01-27T06:43:46.000Z","name":"Percy Crist","mobile_number":"935-950-9106","email_id":"Krystel.Ankunding67@yahoo.com","dop":"2025-04-06","serial_number":"18545814363637170","imei1":"18545814363637170","imei2":"18545814363637170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167909,"job_number":"JOB_167909","tr_customer_id":167926,"tr_customer_product_id":167916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:45.000Z","modified_at":"2026-01-27T06:44:28.000Z","name":"Kaitlin Zboncak","mobile_number":"891-592-1390","email_id":"Furman_Ziemann@gmail.com","dop":"2025-04-06","serial_number":"19030635434719","imei1":"19030635434719","imei2":"19030635434719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167908,"job_number":"JOB_167908","tr_customer_id":167925,"tr_customer_product_id":167915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:44.000Z","modified_at":"2026-01-27T06:43:44.000Z","name":"Victor Schroeder","mobile_number":"473-540-3534","email_id":"Dexter_Marks@gmail.com","dop":"2025-04-06","serial_number":"16447744665311734","imei1":"16447744665311734","imei2":"16447744665311734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167907,"job_number":"JOB_167907","tr_customer_id":167924,"tr_customer_product_id":167914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:44:24.000Z","name":"Harley Runte","mobile_number":"656-420-5648","email_id":"Martina.Walker@yahoo.com","dop":"2025-04-06","serial_number":"14023871545970","imei1":"14023871545970","imei2":"14023871545970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167906,"job_number":"JOB_167906","tr_customer_id":167923,"tr_customer_product_id":167913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:43:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15646928553703","imei1":"15646928553703","imei2":"15646928553703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167905,"job_number":"JOB_167905","tr_customer_id":167922,"tr_customer_product_id":167912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:03.000Z","modified_at":"2026-01-27T06:43:03.000Z","name":"Roy Aufderhar","mobile_number":"826-647-3721","email_id":"Sheila.Murphy83@yahoo.com","dop":"2025-04-06","serial_number":"10699411250399026","imei1":"10699411250399026","imei2":"10699411250399026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167904,"job_number":"JOB_167904","tr_customer_id":167921,"tr_customer_product_id":167911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:02.000Z","modified_at":"2026-01-27T06:43:42.000Z","name":"Cortez Kshlerin","mobile_number":"404-335-4217","email_id":"Caroline.Hyatt@gmail.com","dop":"2025-04-06","serial_number":"15859812046555","imei1":"15859812046555","imei2":"15859812046555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167903,"job_number":"JOB_167903","tr_customer_id":167920,"tr_customer_product_id":167910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:01.000Z","modified_at":"2026-01-27T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14958910419154","imei1":"14958910419154","imei2":"14958910419154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167902,"job_number":"JOB_167902","tr_customer_id":167919,"tr_customer_product_id":167909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:56.000Z","modified_at":"2026-01-27T06:42:56.000Z","name":"Ned Dach","mobile_number":"535-612-0082","email_id":"Adolfo_Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15430774571147254","imei1":"15430774571147254","imei2":"15430774571147254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167901,"job_number":"JOB_167901","tr_customer_id":167918,"tr_customer_product_id":167908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:43:35.000Z","name":"Jeanie Bailey","mobile_number":"254-447-6959","email_id":"Otha93@hotmail.com","dop":"2025-04-06","serial_number":"13830389477544","imei1":"13830389477544","imei2":"13830389477544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167900,"job_number":"JOB_167900","tr_customer_id":167917,"tr_customer_product_id":167907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:42:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17079659156633","imei1":"17079659156633","imei2":"17079659156633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167899,"job_number":"JOB_167899","tr_customer_id":167916,"tr_customer_product_id":167906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:06.000Z","modified_at":"2026-01-27T06:42:06.000Z","name":"Lisa Zulauf","mobile_number":"250-618-8688","email_id":"Chelsea9@yahoo.com","dop":"2025-04-06","serial_number":"17611184738963124","imei1":"17611184738963124","imei2":"17611184738963124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167898,"job_number":"JOB_167898","tr_customer_id":167915,"tr_customer_product_id":167905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:46.000Z","name":"Berta Gleason","mobile_number":"670-959-8671","email_id":"Nelle.Douglas@hotmail.com","dop":"2025-04-06","serial_number":"17500260885098","imei1":"17500260885098","imei2":"17500260885098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167897,"job_number":"JOB_167897","tr_customer_id":167914,"tr_customer_product_id":167904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18231155699279","imei1":"18231155699279","imei2":"18231155699279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167896,"job_number":"JOB_167896","tr_customer_id":167913,"tr_customer_product_id":167903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:33.000Z","modified_at":"2026-01-27T06:38:33.000Z","name":"Marty Corkery","mobile_number":"727-204-3064","email_id":"Domenico.Huels@yahoo.com","dop":"2025-04-06","serial_number":"10948488540603988","imei1":"10948488540603988","imei2":"10948488540603988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167895,"job_number":"JOB_167895","tr_customer_id":167912,"tr_customer_product_id":167902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:32.000Z","modified_at":"2026-01-27T06:39:09.000Z","name":"Mylene Ziemann","mobile_number":"268-456-3179","email_id":"Monserrate.Padberg96@hotmail.com","dop":"2025-04-06","serial_number":"13422109656931","imei1":"13422109656931","imei2":"13422109656931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167894,"job_number":"JOB_167894","tr_customer_id":167911,"tr_customer_product_id":167901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:31.000Z","modified_at":"2026-01-27T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14777744687360","imei1":"14777744687360","imei2":"14777744687360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167892,"job_number":"JOB_167892","tr_customer_id":167909,"tr_customer_product_id":167899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:00.000Z","modified_at":"2026-01-27T06:38:36.000Z","name":"Adrain Flatley","mobile_number":"625-204-1955","email_id":"Iliana_Green@gmail.com","dop":"2000-01-31","serial_number":"10327360941022","imei1":"10327360941022","imei2":"10327360941022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167890,"job_number":"JOB_167890","tr_customer_id":167907,"tr_customer_product_id":167897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:49.000Z","modified_at":"2026-01-27T06:37:49.000Z","name":"Davion Gaylord","mobile_number":"478-883-2288","email_id":"Alejandrin_OKeefe47@gmail.com","dop":"2025-04-06","serial_number":"11487920209396314","imei1":"11487920209396314","imei2":"11487920209396314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167889,"job_number":"JOB_167889","tr_customer_id":167906,"tr_customer_product_id":167896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:38:24.000Z","name":"Christa Kutch","mobile_number":"447-746-4829","email_id":"Krista_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"16625501213741","imei1":"16625501213741","imei2":"16625501213741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167888,"job_number":"JOB_167888","tr_customer_id":167905,"tr_customer_product_id":167895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:37:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10244847596438","imei1":"10244847596438","imei2":"10244847596438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167886,"job_number":"JOB_167886","tr_customer_id":167903,"tr_customer_product_id":167893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:16.000Z","modified_at":"2026-01-27T06:37:53.000Z","name":"Vivianne Kuvalis","mobile_number":"928-407-3268","email_id":"Nola37@hotmail.com","dop":"2000-01-31","serial_number":"10539760183863","imei1":"10539760183863","imei2":"10539760183863","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167884,"job_number":"JOB_167884","tr_customer_id":167901,"tr_customer_product_id":167891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Wyatt Friesen","mobile_number":"592-951-6370","email_id":"Willard57@yahoo.com","dop":"2025-04-06","serial_number":"18984968440466710","imei1":"18984968440466710","imei2":"18984968440466710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167883,"job_number":"JOB_167883","tr_customer_id":167900,"tr_customer_product_id":167890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Avis Fadel","mobile_number":"908-634-0138","email_id":"Norene.Raynor@gmail.com","dop":"2025-04-06","serial_number":"18320246082397332","imei1":"18320246082397332","imei2":"18320246082397332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167882,"job_number":"JOB_167882","tr_customer_id":167899,"tr_customer_product_id":167889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:42.000Z","name":"Jaylen Kerluke","mobile_number":"546-909-9233","email_id":"Domingo45@gmail.com","dop":"2025-04-06","serial_number":"16862134829963","imei1":"16862134829963","imei2":"16862134829963","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167881,"job_number":"JOB_167881","tr_customer_id":167898,"tr_customer_product_id":167888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:40.000Z","name":"Celestine Kilback","mobile_number":"975-592-9244","email_id":"Maximillian46@gmail.com","dop":"2025-04-06","serial_number":"17951541323118","imei1":"17951541323118","imei2":"17951541323118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167880,"job_number":"JOB_167880","tr_customer_id":167897,"tr_customer_product_id":167887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15941554825756","imei1":"15941554825756","imei2":"15941554825756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167879,"job_number":"JOB_167879","tr_customer_id":167896,"tr_customer_product_id":167886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797132248973","imei1":"12797132248973","imei2":"12797132248973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167878,"job_number":"JOB_167878","tr_customer_id":167895,"tr_customer_product_id":167885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:37:22.000Z","name":"Ezequiel Hauck","mobile_number":"402-515-8716","email_id":"Ethel52@hotmail.com","dop":"2025-10-21","serial_number":"12597963508580","imei1":"12597963508580","imei2":"12597963508580","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167877,"job_number":"JOB_167877","tr_customer_id":167894,"tr_customer_product_id":167884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:36:42.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16171174787922","imei1":"16171174787922","imei2":"16171174787922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167875,"job_number":"JOB_167875","tr_customer_id":167892,"tr_customer_product_id":167882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:32.000Z","modified_at":"2026-01-27T06:37:09.000Z","name":"Jakayla Stehr","mobile_number":"889-226-7042","email_id":"Oswald_Blanda50@hotmail.com","dop":"2000-01-31","serial_number":"10809822361810","imei1":"10809822361810","imei2":"10809822361810","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167873,"job_number":"JOB_167873","tr_customer_id":167890,"tr_customer_product_id":167880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:17.000Z","modified_at":"2026-01-27T06:36:17.000Z","name":"Maye Rodriguez","mobile_number":"655-525-8401","email_id":"Edward.Walsh28@gmail.com","dop":"2025-04-06","serial_number":"18172135488968240","imei1":"18172135488968240","imei2":"18172135488968240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167872,"job_number":"JOB_167872","tr_customer_id":167889,"tr_customer_product_id":167879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:16.000Z","modified_at":"2026-01-27T06:36:55.000Z","name":"Cruz Hoeger","mobile_number":"934-485-6036","email_id":"Zelda13@yahoo.com","dop":"2025-04-06","serial_number":"14583018003932","imei1":"14583018003932","imei2":"14583018003932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167871,"job_number":"JOB_167871","tr_customer_id":167888,"tr_customer_product_id":167878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:15.000Z","modified_at":"2026-01-27T06:36:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18948317579051","imei1":"18948317579051","imei2":"18948317579051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167870,"job_number":"JOB_167870","tr_customer_id":167887,"tr_customer_product_id":167877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:55.000Z","modified_at":"2026-01-27T06:36:34.000Z","name":"Fletcher Langosh","mobile_number":"961-716-6775","email_id":"Danyka74@hotmail.com","dop":"2025-10-21","serial_number":"12097514595498","imei1":"12097514595498","imei2":"12097514595498","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167869,"job_number":"JOB_167869","tr_customer_id":167886,"tr_customer_product_id":167876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:54.000Z","modified_at":"2026-01-27T06:35:54.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17324433358007","imei1":"17324433358007","imei2":"17324433358007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167867,"job_number":"JOB_167867","tr_customer_id":167884,"tr_customer_product_id":167874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:36:24.000Z","name":"Keenan Strosin","mobile_number":"493-722-5111","email_id":"Athena3@yahoo.com","dop":"2000-01-31","serial_number":"10961625417361","imei1":"10961625417361","imei2":"10961625417361","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167865,"job_number":"JOB_167865","tr_customer_id":167882,"tr_customer_product_id":167872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:30.000Z","modified_at":"2026-01-27T06:35:30.000Z","name":"Omer Maggio","mobile_number":"655-959-8696","email_id":"Hershel99@gmail.com","dop":"2025-04-06","serial_number":"11488347981559736","imei1":"11488347981559736","imei2":"11488347981559736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167864,"job_number":"JOB_167864","tr_customer_id":167881,"tr_customer_product_id":167871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:29.000Z","modified_at":"2026-01-27T06:36:08.000Z","name":"Natasha Towne","mobile_number":"539-944-7993","email_id":"Elinore77@hotmail.com","dop":"2025-04-06","serial_number":"15990339465447","imei1":"15990339465447","imei2":"15990339465447","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167863,"job_number":"JOB_167863","tr_customer_id":167880,"tr_customer_product_id":167870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:28.000Z","modified_at":"2026-01-27T06:35:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12322716487394","imei1":"12322716487394","imei2":"12322716487394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167862,"job_number":"JOB_167862","tr_customer_id":167879,"tr_customer_product_id":167869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:07.000Z","modified_at":"2026-01-27T06:35:46.000Z","name":"Erling Schowalter","mobile_number":"297-720-6965","email_id":"Emerald.Hayes@yahoo.com","dop":"2025-10-21","serial_number":"17024058576990","imei1":"17024058576990","imei2":"17024058576990","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167861,"job_number":"JOB_167861","tr_customer_id":167878,"tr_customer_product_id":167868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:06.000Z","modified_at":"2026-01-27T06:35:06.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17343592327259","imei1":"17343592327259","imei2":"17343592327259","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167860,"job_number":"JOB_167860","tr_customer_id":167877,"tr_customer_product_id":167867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:28.000Z","modified_at":"2026-01-27T06:34:28.000Z","name":"Felton Jones","mobile_number":"461-830-5368","email_id":"Donald_Muller@gmail.com","dop":"2025-04-06","serial_number":"15954666796721888","imei1":"15954666796721888","imei2":"15954666796721888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167859,"job_number":"JOB_167859","tr_customer_id":167876,"tr_customer_product_id":167866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:26.000Z","modified_at":"2026-01-27T06:35:09.000Z","name":"Darius Hane","mobile_number":"861-784-3255","email_id":"Isac8@hotmail.com","dop":"2025-04-06","serial_number":"10330263504588","imei1":"10330263504588","imei2":"10330263504588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167858,"job_number":"JOB_167858","tr_customer_id":167875,"tr_customer_product_id":167865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:18.000Z","modified_at":"2026-01-27T06:32:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12423253098832","imei2":"12423253098832","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167857,"job_number":"JOB_167857","tr_customer_id":167874,"tr_customer_product_id":167864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:17.000Z","modified_at":"2026-01-27T06:32:17.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12347251322045","imei2":"12347251322045","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167856,"job_number":"JOB_167856","tr_customer_id":167873,"tr_customer_product_id":167863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10053012872262","imei2":"10053012872262","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167855,"job_number":"JOB_167855","tr_customer_id":167872,"tr_customer_product_id":167862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14206461523702","imei2":"14206461523702","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167854,"job_number":"JOB_167854","tr_customer_id":167871,"tr_customer_product_id":167861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:52.000Z","modified_at":"2026-01-27T06:31:52.000Z","name":"Sadye Sipes","mobile_number":"779-875-8270","email_id":"Ebony.Hirthe@gmail.com","dop":"2025-04-06","serial_number":"10349692400180752","imei1":"10349692400180752","imei2":"10349692400180752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167853,"job_number":"JOB_167853","tr_customer_id":167870,"tr_customer_product_id":167860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:32:30.000Z","name":"Allie Stiedemann","mobile_number":"434-823-0869","email_id":"Hershel.Johnson34@hotmail.com","dop":"2025-04-06","serial_number":"12101566250387","imei1":"12101566250387","imei2":"12101566250387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167852,"job_number":"JOB_167852","tr_customer_id":167869,"tr_customer_product_id":167859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:31:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11373056543091","imei1":"11373056543091","imei2":"11373056543091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167851,"job_number":"JOB_167851","tr_customer_id":167868,"tr_customer_product_id":167858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:32:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14240408583347","imei2":"14240408583347","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167850,"job_number":"JOB_167850","tr_customer_id":167867,"tr_customer_product_id":167857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:31:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10477906422672","imei2":"10477906422672","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167849,"job_number":"JOB_167849","tr_customer_id":167866,"tr_customer_product_id":167856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:05.000Z","modified_at":"2026-01-27T06:31:05.000Z","name":"Giovani McKenzie","mobile_number":"898-307-0001","email_id":"Brady_Leannon@hotmail.com","dop":"2025-04-06","serial_number":"19451465414718350","imei1":"19451465414718350","imei2":"19451465414718350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167848,"job_number":"JOB_167848","tr_customer_id":167865,"tr_customer_product_id":167855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:43.000Z","name":"Dorcas Schinner","mobile_number":"993-457-8106","email_id":"Helena_Herzog2@hotmail.com","dop":"2025-04-06","serial_number":"16557584408408","imei1":"16557584408408","imei2":"16557584408408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167847,"job_number":"JOB_167847","tr_customer_id":167864,"tr_customer_product_id":167854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15985961373989","imei1":"15985961373989","imei2":"15985961373989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167845,"job_number":"JOB_167845","tr_customer_id":167862,"tr_customer_product_id":167852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:17.000Z","name":"Modesto Sauer","mobile_number":"424-849-3916","email_id":"Delilah_Treutel27@hotmail.com","dop":"2025-04-06","serial_number":"11996959230079538","imei1":"11996959230079538","imei2":"11996959230079538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167844,"job_number":"JOB_167844","tr_customer_id":167861,"tr_customer_product_id":167851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:56.000Z","name":"Rey Reichert","mobile_number":"904-355-8506","email_id":"Maxime.Brekke12@gmail.com","dop":"2025-04-06","serial_number":"13183922370106","imei1":"13183922370106","imei2":"13183922370106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167843,"job_number":"JOB_167843","tr_customer_id":167860,"tr_customer_product_id":167850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17339423269073","imei1":"17339423269073","imei2":"17339423269073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167840,"job_number":"JOB_167840","tr_customer_id":167857,"tr_customer_product_id":167847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:06.000Z","modified_at":"2026-01-27T06:29:06.000Z","name":"Anastacio Ebert","mobile_number":"971-557-1170","email_id":"Reba3@hotmail.com","dop":"2025-04-06","serial_number":"14007303508030568","imei1":"14007303508030568","imei2":"14007303508030568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167839,"job_number":"JOB_167839","tr_customer_id":167856,"tr_customer_product_id":167846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:40.000Z","name":"Stanford Kuhlman","mobile_number":"548-543-0439","email_id":"Afton_Mayert73@gmail.com","dop":"2025-04-06","serial_number":"19371343198470","imei1":"19371343198470","imei2":"19371343198470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167838,"job_number":"JOB_167838","tr_customer_id":167855,"tr_customer_product_id":167845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19420379464284","imei1":"19420379464284","imei2":"19420379464284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167837,"job_number":"JOB_167837","tr_customer_id":167854,"tr_customer_product_id":167844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:23.000Z","modified_at":"2026-01-27T06:28:23.000Z","name":"Bobby Bogan","mobile_number":"519-540-8511","email_id":"Moriah.Torp35@gmail.com","dop":"2025-04-06","serial_number":"10461022854004748","imei1":"10461022854004748","imei2":"10461022854004748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167836,"job_number":"JOB_167836","tr_customer_id":167853,"tr_customer_product_id":167843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:57.000Z","name":"Maiya Hartmann","mobile_number":"805-965-1463","email_id":"Soledad52@hotmail.com","dop":"2025-04-06","serial_number":"19886852653800","imei1":"19886852653800","imei2":"19886852653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167835,"job_number":"JOB_167835","tr_customer_id":167852,"tr_customer_product_id":167842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19904485216653","imei1":"19904485216653","imei2":"19904485216653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167834,"job_number":"JOB_167834","tr_customer_id":167851,"tr_customer_product_id":167841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:39.000Z","modified_at":"2026-01-27T06:27:39.000Z","name":"Hettie Brakus","mobile_number":"920-884-7742","email_id":"Lillian.Steuber98@gmail.com","dop":"2025-04-06","serial_number":"17652142820175848","imei1":"17652142820175848","imei2":"17652142820175848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167833,"job_number":"JOB_167833","tr_customer_id":167850,"tr_customer_product_id":167840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:28:14.000Z","name":"Dayne Beatty","mobile_number":"976-674-2026","email_id":"Herminio_Kovacek@gmail.com","dop":"2025-04-06","serial_number":"13833034191551","imei1":"13833034191551","imei2":"13833034191551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167832,"job_number":"JOB_167832","tr_customer_id":167849,"tr_customer_product_id":167839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:27:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11615152671057","imei1":"11615152671057","imei2":"11615152671057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167831,"job_number":"JOB_167831","tr_customer_id":167848,"tr_customer_product_id":167838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:19.000Z","modified_at":"2026-01-27T06:26:19.000Z","name":"Lazaro Hoppe","mobile_number":"805-669-5412","email_id":"Leland_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"18267334371696710","imei1":"18267334371696710","imei2":"18267334371696710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167830,"job_number":"JOB_167830","tr_customer_id":167847,"tr_customer_product_id":167837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:27:00.000Z","name":"Cecelia Bauch","mobile_number":"671-610-2410","email_id":"Emilie_Ullrich20@gmail.com","dop":"2025-04-06","serial_number":"11963927712940","imei1":"11963927712940","imei2":"11963927712940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167829,"job_number":"JOB_167829","tr_customer_id":167846,"tr_customer_product_id":167836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:26:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15802935641808","imei1":"15802935641808","imei2":"15802935641808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167828,"job_number":"JOB_167828","tr_customer_id":167845,"tr_customer_product_id":167835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:28.000Z","modified_at":"2026-01-27T06:25:28.000Z","name":"Ramon Hilll","mobile_number":"811-699-6550","email_id":"Brook56@gmail.com","dop":"2025-04-06","serial_number":"19695958491683900","imei1":"19695958491683900","imei2":"19695958491683900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167827,"job_number":"JOB_167827","tr_customer_id":167844,"tr_customer_product_id":167834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:27.000Z","modified_at":"2026-01-27T06:26:09.000Z","name":"Bo Tromp","mobile_number":"574-636-5595","email_id":"Darwin.Runolfsson@hotmail.com","dop":"2025-04-06","serial_number":"14330271912505","imei1":"14330271912505","imei2":"14330271912505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167826,"job_number":"JOB_167826","tr_customer_id":167843,"tr_customer_product_id":167833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:26.000Z","modified_at":"2026-01-27T06:25:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12338518242380","imei1":"12338518242380","imei2":"12338518242380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167825,"job_number":"JOB_167825","tr_customer_id":167842,"tr_customer_product_id":167832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:37.000Z","modified_at":"2026-01-27T06:24:37.000Z","name":"Kaleb Beahan","mobile_number":"242-722-0254","email_id":"Sunny81@hotmail.com","dop":"2025-04-06","serial_number":"18555023955379372","imei1":"18555023955379372","imei2":"18555023955379372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167824,"job_number":"JOB_167824","tr_customer_id":167841,"tr_customer_product_id":167831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:25:18.000Z","name":"Fidel Stoltenberg","mobile_number":"888-752-5165","email_id":"Lauriane87@hotmail.com","dop":"2025-04-06","serial_number":"11748226776697","imei1":"11748226776697","imei2":"11748226776697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167823,"job_number":"JOB_167823","tr_customer_id":167840,"tr_customer_product_id":167830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:24:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11740984830074","imei1":"11740984830074","imei2":"11740984830074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167822,"job_number":"JOB_167822","tr_customer_id":167839,"tr_customer_product_id":167829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:49.000Z","modified_at":"2026-01-27T06:23:49.000Z","name":"Stefanie Lemke","mobile_number":"292-504-2515","email_id":"Kali24@gmail.com","dop":"2025-06-18","serial_number":"1067109977151928","imei1":"1067109977151928","imei2":"1067109977151928","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167821,"job_number":"JOB_167821","tr_customer_id":167838,"tr_customer_product_id":167828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:24:24.000Z","name":"Antonina Maggio","mobile_number":"602-978-3602","email_id":"Bo.Bechtelar0@yahoo.com","dop":"2025-06-18","serial_number":"10055833646600","imei1":"10055833646600","imei2":"10055833646600","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167820,"job_number":"JOB_167820","tr_customer_id":167837,"tr_customer_product_id":167827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:23:48.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10101267317766","imei1":"10101267317766","imei2":"10101267317766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167819,"job_number":"JOB_167819","tr_customer_id":167836,"tr_customer_product_id":167826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:06.000Z","modified_at":"2026-01-27T06:23:06.000Z","name":"Aniya Mueller","mobile_number":"546-393-9663","email_id":"Chanelle2@hotmail.com","dop":"2025-06-18","serial_number":"1072434199213766","imei1":"1072434199213766","imei2":"1072434199213766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167818,"job_number":"JOB_167818","tr_customer_id":167835,"tr_customer_product_id":167825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:41.000Z","name":"Donny Hayes","mobile_number":"206-293-1033","email_id":"Kenyon.Walsh@yahoo.com","dop":"2025-06-18","serial_number":"10185353647351","imei1":"10185353647351","imei2":"10185353647351","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167817,"job_number":"JOB_167817","tr_customer_id":167834,"tr_customer_product_id":167824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"Dedrick Sawayn","mobile_number":"606-435-9603","email_id":"Cedrick18@gmail.com","dop":"2025-04-06","serial_number":"14284034712076870","imei1":"14284034712076870","imei2":"14284034712076870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167816,"job_number":"JOB_167816","tr_customer_id":167833,"tr_customer_product_id":167823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10590065726560","imei1":"10590065726560","imei2":"10590065726560","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167815,"job_number":"JOB_167815","tr_customer_id":167832,"tr_customer_product_id":167822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:04.000Z","modified_at":"2026-01-27T06:23:42.000Z","name":"Ellis Walter","mobile_number":"583-518-4689","email_id":"Vena_Streich@hotmail.com","dop":"2025-04-06","serial_number":"18312915331901","imei1":"18312915331901","imei2":"18312915331901","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167810,"job_number":"JOB_167810","tr_customer_id":167827,"tr_customer_product_id":167817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:32.000Z","modified_at":"2026-01-27T06:20:32.000Z","name":"Hipolito Hermiston","mobile_number":"643-640-8790","email_id":"Minnie50@yahoo.com","dop":"2025-04-06","serial_number":"16738148478419176","imei1":"16738148478419176","imei2":"16738148478419176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167809,"job_number":"JOB_167809","tr_customer_id":167826,"tr_customer_product_id":167816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:31.000Z","modified_at":"2026-01-27T06:21:07.000Z","name":"Pansy Fritsch","mobile_number":"318-635-6350","email_id":"Lenore22@gmail.com","dop":"2025-04-06","serial_number":"12752952311240","imei1":"12752952311240","imei2":"12752952311240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167808,"job_number":"JOB_167808","tr_customer_id":167825,"tr_customer_product_id":167815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:30.000Z","modified_at":"2026-01-27T06:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16491092711122","imei1":"16491092711122","imei2":"16491092711122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167801,"job_number":"JOB_167801","tr_customer_id":167818,"tr_customer_product_id":167808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:48.000Z","modified_at":"2026-01-27T06:19:48.000Z","name":"Clarissa Gerlach","mobile_number":"329-576-0565","email_id":"Amani46@hotmail.com","dop":"2025-04-06","serial_number":"19841535420662280","imei1":"19841535420662280","imei2":"19841535420662280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167800,"job_number":"JOB_167800","tr_customer_id":167817,"tr_customer_product_id":167807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:20:23.000Z","name":"Jennyfer Weber","mobile_number":"506-331-5511","email_id":"Bradly_Wisozk54@yahoo.com","dop":"2025-04-06","serial_number":"16469269473320","imei1":"16469269473320","imei2":"16469269473320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167799,"job_number":"JOB_167799","tr_customer_id":167816,"tr_customer_product_id":167806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18187635174485","imei1":"18187635174485","imei2":"18187635174485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167798,"job_number":"JOB_167798","tr_customer_id":167815,"tr_customer_product_id":167805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:04.000Z","modified_at":"2026-01-27T06:19:04.000Z","name":"Brown Bednar","mobile_number":"861-977-4122","email_id":"Karlie_Green48@gmail.com","dop":"2025-04-06","serial_number":"18532545821601696","imei1":"18532545821601696","imei2":"18532545821601696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167797,"job_number":"JOB_167797","tr_customer_id":167814,"tr_customer_product_id":167804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:39.000Z","name":"Eloy Ledner","mobile_number":"477-272-0753","email_id":"Dessie.Metz@gmail.com","dop":"2025-04-06","serial_number":"15793220981851","imei1":"15793220981851","imei2":"15793220981851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167796,"job_number":"JOB_167796","tr_customer_id":167813,"tr_customer_product_id":167803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11730143042933","imei1":"11730143042933","imei2":"11730143042933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167792,"job_number":"JOB_167792","tr_customer_id":167809,"tr_customer_product_id":167799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:40.000Z","modified_at":"2026-01-27T05:19:40.000Z","name":"Vella Smitham","mobile_number":"409-455-6807","email_id":"Theresa.Collins@gmail.com","dop":"2025-04-06","serial_number":"11657422336501164","imei1":"11657422336501164","imei2":"11657422336501164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167791,"job_number":"JOB_167791","tr_customer_id":167808,"tr_customer_product_id":167798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:39.000Z","modified_at":"2026-01-27T05:20:16.000Z","name":"Alisha Jast","mobile_number":"302-636-5500","email_id":"Christ.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10308584976477","imei1":"10308584976477","imei2":"10308584976477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:20:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167790,"job_number":"JOB_167790","tr_customer_id":167807,"tr_customer_product_id":167797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:38.000Z","modified_at":"2026-01-27T05:19:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12162921804378","imei1":"12162921804378","imei2":"12162921804378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167789,"job_number":"JOB_167789","tr_customer_id":167806,"tr_customer_product_id":167796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:55.000Z","modified_at":"2026-01-27T05:18:55.000Z","name":"Samantha Heidenreich","mobile_number":"264-977-5406","email_id":"Alanna.Keebler55@hotmail.com","dop":"2025-04-06","serial_number":"17862732445518564","imei1":"17862732445518564","imei2":"17862732445518564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167788,"job_number":"JOB_167788","tr_customer_id":167805,"tr_customer_product_id":167795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:54.000Z","modified_at":"2026-01-27T05:19:31.000Z","name":"Talia Nicolas","mobile_number":"760-854-8658","email_id":"Melyna_Trantow7@gmail.com","dop":"2025-04-06","serial_number":"15591401403235","imei1":"15591401403235","imei2":"15591401403235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:19:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167787,"job_number":"JOB_167787","tr_customer_id":167804,"tr_customer_product_id":167794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:53.000Z","modified_at":"2026-01-27T05:18:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17393390155661","imei1":"17393390155661","imei2":"17393390155661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167786,"job_number":"JOB_167786","tr_customer_id":167803,"tr_customer_product_id":167793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:10.000Z","modified_at":"2026-01-27T05:18:10.000Z","name":"Concepcion Kling","mobile_number":"485-572-1549","email_id":"Gwendolyn_Prohaska74@hotmail.com","dop":"2025-04-06","serial_number":"15864204710609916","imei1":"15864204710609916","imei2":"15864204710609916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167785,"job_number":"JOB_167785","tr_customer_id":167802,"tr_customer_product_id":167792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:09.000Z","modified_at":"2026-01-27T05:18:46.000Z","name":"Bert Cremin","mobile_number":"880-469-4883","email_id":"Mertie36@gmail.com","dop":"2025-04-06","serial_number":"10424599133818","imei1":"10424599133818","imei2":"10424599133818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167784,"job_number":"JOB_167784","tr_customer_id":167801,"tr_customer_product_id":167791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:08.000Z","modified_at":"2026-01-27T05:18:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18105688226137","imei1":"18105688226137","imei2":"18105688226137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167783,"job_number":"JOB_167783","tr_customer_id":167800,"tr_customer_product_id":167790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:12.000Z","modified_at":"2026-01-27T05:01:12.000Z","name":"Lucinda Smith","mobile_number":"711-707-2038","email_id":"Raven_Tromp68@hotmail.com","dop":"2025-04-06","serial_number":"18435660998000900","imei1":"18435660998000900","imei2":"18435660998000900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167782,"job_number":"JOB_167782","tr_customer_id":167799,"tr_customer_product_id":167789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:11.000Z","modified_at":"2026-01-27T05:01:48.000Z","name":"Cyrus Prosacco","mobile_number":"968-467-5339","email_id":"Aiyana.Bashirian@yahoo.com","dop":"2025-04-06","serial_number":"15957104757718","imei1":"15957104757718","imei2":"15957104757718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167781,"job_number":"JOB_167781","tr_customer_id":167798,"tr_customer_product_id":167788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:54.000Z","modified_at":"2026-01-27T05:00:54.000Z","name":"Celia Hamill","mobile_number":"980-656-1254","email_id":"Jayme80@yahoo.com","dop":"2025-04-06","serial_number":"17093614278677168","imei1":"17093614278677168","imei2":"17093614278677168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167780,"job_number":"JOB_167780","tr_customer_id":167797,"tr_customer_product_id":167787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:53.000Z","modified_at":"2026-01-27T05:01:30.000Z","name":"Penelope Haley","mobile_number":"314-974-3233","email_id":"Domingo14@yahoo.com","dop":"2025-04-06","serial_number":"18569555503460","imei1":"18569555503460","imei2":"18569555503460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167779,"job_number":"JOB_167779","tr_customer_id":167796,"tr_customer_product_id":167786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:11.000Z","modified_at":"2026-01-27T04:59:11.000Z","name":"Gene Effertz","mobile_number":"977-611-6671","email_id":"Javier.Rutherford@gmail.com","dop":"2025-04-06","serial_number":"19594496775397960","imei1":"19594496775397960","imei2":"19594496775397960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167778,"job_number":"JOB_167778","tr_customer_id":167795,"tr_customer_product_id":167785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:09.000Z","modified_at":"2026-01-27T04:59:48.000Z","name":"Tina Fahey","mobile_number":"555-225-7781","email_id":"Dolly93@gmail.com","dop":"2025-04-06","serial_number":"18314748738357","imei1":"18314748738357","imei2":"18314748738357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167777,"job_number":"JOB_167777","tr_customer_id":167794,"tr_customer_product_id":167784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:25.000Z","modified_at":"2026-01-27T04:58:25.000Z","name":"Tillman Schultz","mobile_number":"358-708-5320","email_id":"Helena_Kuhic@gmail.com","dop":"2025-04-06","serial_number":"13321667553343650","imei1":"13321667553343650","imei2":"13321667553343650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167776,"job_number":"JOB_167776","tr_customer_id":167793,"tr_customer_product_id":167783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:24.000Z","modified_at":"2026-01-27T04:59:02.000Z","name":"Keith Ernser","mobile_number":"971-520-9943","email_id":"Jean97@gmail.com","dop":"2025-04-06","serial_number":"15123889471853","imei1":"15123889471853","imei2":"15123889471853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167775,"job_number":"JOB_167775","tr_customer_id":167792,"tr_customer_product_id":167782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:39.000Z","modified_at":"2026-01-27T04:57:39.000Z","name":"Diego Bayer","mobile_number":"665-414-9415","email_id":"Mara.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"11332008650035692","imei1":"11332008650035692","imei2":"11332008650035692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167774,"job_number":"JOB_167774","tr_customer_id":167791,"tr_customer_product_id":167781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:38.000Z","modified_at":"2026-01-27T04:58:16.000Z","name":"Houston Lockman","mobile_number":"807-303-0969","email_id":"Katelin_Wintheiser@yahoo.com","dop":"2025-04-06","serial_number":"10033490901667","imei1":"10033490901667","imei2":"10033490901667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167773,"job_number":"JOB_167773","tr_customer_id":167790,"tr_customer_product_id":167780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:52:06.000Z","name":"Akeem Hirthe","mobile_number":"846-525-7749","email_id":"Victoria58@gmail.com","dop":"2025-07-01","serial_number":"109682923227161","imei1":"109682923227161","imei2":"109682923227161","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167772,"job_number":"JOB_167772","tr_customer_id":167789,"tr_customer_product_id":167779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:51:55.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100099889244294","imei1":"100099889244294","imei2":"100099889244294","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167771,"job_number":"JOB_167771","tr_customer_id":167788,"tr_customer_product_id":167778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:52.000Z","name":"Lauretta Ledner","mobile_number":"979-501-3503","email_id":"Ephraim67@yahoo.com","dop":"2025-07-01","serial_number":"102525710077270","imei1":"102525710077270","imei2":"102525710077270","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:51:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167770,"job_number":"JOB_167770","tr_customer_id":167787,"tr_customer_product_id":167777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103498957615061","imei1":"103498957615061","imei2":"103498957615061","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167769,"job_number":"JOB_167769","tr_customer_id":167786,"tr_customer_product_id":167776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:32.000Z","modified_at":"2026-01-27T04:43:32.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"79668445389652","imei1":"79668445389652","imei2":"79668445389652","popurl":"2026-01-17T04:43:32.109403420Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167768,"job_number":"JOB_167768","tr_customer_id":167785,"tr_customer_product_id":167775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:07.000Z","modified_at":"2026-01-27T04:43:07.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"15444292375424","imei1":"15444292375424","imei2":"15444292375424","popurl":"2026-01-17T04:43:07.439793018Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167767,"job_number":"JOB_167767","tr_customer_id":167784,"tr_customer_product_id":167774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:05.000Z","modified_at":"2026-01-27T04:43:05.000Z","name":"Brycen Hartmann","mobile_number":"920-423-2523","email_id":"Billy38@yahoo.com","dop":"2025-04-06","serial_number":"17160575372195656","imei1":"17160575372195656","imei2":"17160575372195656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167766,"job_number":"JOB_167766","tr_customer_id":167783,"tr_customer_product_id":167773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:04.000Z","modified_at":"2026-01-27T04:43:44.000Z","name":"Tiara Gerlach","mobile_number":"705-255-9198","email_id":"Alan.Dietrich48@yahoo.com","dop":"2025-04-06","serial_number":"13673813176470","imei1":"13673813176470","imei2":"13673813176470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167765,"job_number":"JOB_167765","tr_customer_id":167782,"tr_customer_product_id":167772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:03.000Z","modified_at":"2026-01-27T04:43:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19948686107370","imei1":"19948686107370","imei2":"19948686107370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167764,"job_number":"JOB_167764","tr_customer_id":167781,"tr_customer_product_id":167771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:17.000Z","modified_at":"2026-01-27T04:42:17.000Z","name":"Jabari Wyman","mobile_number":"655-718-3360","email_id":"Roosevelt.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"14727302101919016","imei1":"14727302101919016","imei2":"14727302101919016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167763,"job_number":"JOB_167763","tr_customer_id":167780,"tr_customer_product_id":167770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:16.000Z","modified_at":"2026-01-27T04:42:56.000Z","name":"Holden Altenwerth","mobile_number":"331-282-0181","email_id":"Christop_Fahey@gmail.com","dop":"2025-04-06","serial_number":"11081960558031","imei1":"11081960558031","imei2":"11081960558031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167762,"job_number":"JOB_167762","tr_customer_id":167779,"tr_customer_product_id":167769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:15.000Z","modified_at":"2026-01-27T04:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18798652558941","imei1":"18798652558941","imei2":"18798652558941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167761,"job_number":"JOB_167761","tr_customer_id":167778,"tr_customer_product_id":167768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:29.000Z","modified_at":"2026-01-27T04:41:29.000Z","name":"Jonathon Kohler","mobile_number":"323-332-8852","email_id":"Hollis.Hegmann72@gmail.com","dop":"2025-04-06","serial_number":"16750184270928274","imei1":"16750184270928274","imei2":"16750184270928274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167760,"job_number":"JOB_167760","tr_customer_id":167777,"tr_customer_product_id":167767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:42:08.000Z","name":"Mackenzie Herman","mobile_number":"617-390-5098","email_id":"Dwight_Flatley77@hotmail.com","dop":"2025-04-06","serial_number":"13555570658205","imei1":"13555570658205","imei2":"13555570658205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167759,"job_number":"JOB_167759","tr_customer_id":167776,"tr_customer_product_id":167766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:41:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10503948481380","imei1":"10503948481380","imei2":"10503948481380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167756,"job_number":"JOB_167756","tr_customer_id":167773,"tr_customer_product_id":167763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:08.000Z","modified_at":"2026-01-27T04:05:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74072070477227","imei1":"74072070477227","imei2":"74072070477227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167755,"job_number":"JOB_167755","tr_customer_id":167772,"tr_customer_product_id":167762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40729081242918","imei1":"40729081242918","imei2":"40729081242918","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167754,"job_number":"JOB_167754","tr_customer_id":167771,"tr_customer_product_id":167761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15031952061543","imei1":"15031952061543","imei2":"15031952061543","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167753,"job_number":"JOB_167753","tr_customer_id":167770,"tr_customer_product_id":167760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46674199155380","imei1":"46674199155380","imei2":"46674199155380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167752,"job_number":"JOB_167752","tr_customer_id":167769,"tr_customer_product_id":167759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13224128065911","imei1":"13224128065911","imei2":"13224128065911","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167751,"job_number":"JOB_167751","tr_customer_id":167768,"tr_customer_product_id":167758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73599827046103","imei1":"73599827046103","imei2":"73599827046103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167750,"job_number":"JOB_167750","tr_customer_id":167767,"tr_customer_product_id":167757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12920615173484","imei1":"12920615173484","imei2":"12920615173484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167749,"job_number":"JOB_167749","tr_customer_id":167766,"tr_customer_product_id":167756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:36.000Z","modified_at":"2026-01-27T04:05:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24590586092397","imei1":"24590586092397","imei2":"24590586092397","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167748,"job_number":"JOB_167748","tr_customer_id":167765,"tr_customer_product_id":167755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41394992103667","imei1":"41394992103667","imei2":"41394992103667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167747,"job_number":"JOB_167747","tr_customer_id":167764,"tr_customer_product_id":167754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63891004325201","imei1":"63891004325201","imei2":"63891004325201","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167746,"job_number":"JOB_167746","tr_customer_id":167763,"tr_customer_product_id":167753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53625626675668","imei1":"53625626675668","imei2":"53625626675668","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167745,"job_number":"JOB_167745","tr_customer_id":167762,"tr_customer_product_id":167752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46523212624438","imei1":"46523212624438","imei2":"46523212624438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167744,"job_number":"JOB_167744","tr_customer_id":167761,"tr_customer_product_id":167751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84840740161320","imei1":"84840740161320","imei2":"84840740161320","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167743,"job_number":"JOB_167743","tr_customer_id":167760,"tr_customer_product_id":167750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46488600950401","imei1":"46488600950401","imei2":"46488600950401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167742,"job_number":"JOB_167742","tr_customer_id":167759,"tr_customer_product_id":167749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:04.000Z","modified_at":"2026-01-27T04:04:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19395955050300","imei1":"19395955050300","imei2":"19395955050300","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167741,"job_number":"JOB_167741","tr_customer_id":167758,"tr_customer_product_id":167748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18506977235583","imei1":"18506977235583","imei2":"18506977235583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167740,"job_number":"JOB_167740","tr_customer_id":167757,"tr_customer_product_id":167747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25474750557996","imei1":"25474750557996","imei2":"25474750557996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167739,"job_number":"JOB_167739","tr_customer_id":167756,"tr_customer_product_id":167746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23206692471066","imei1":"23206692471066","imei2":"23206692471066","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167738,"job_number":"JOB_167738","tr_customer_id":167755,"tr_customer_product_id":167745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69648210848652","imei1":"69648210848652","imei2":"69648210848652","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167737,"job_number":"JOB_167737","tr_customer_id":167754,"tr_customer_product_id":167744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87908979667028","imei1":"87908979667028","imei2":"87908979667028","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167736,"job_number":"JOB_167736","tr_customer_id":167753,"tr_customer_product_id":167743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68750095402755","imei1":"68750095402755","imei2":"68750095402755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167735,"job_number":"JOB_167735","tr_customer_id":167752,"tr_customer_product_id":167742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:26.000Z","modified_at":"2026-01-27T04:00:26.000Z","name":"Alessandro Klein","mobile_number":"249-949-3079","email_id":"Antonette_Ward49@hotmail.com","dop":"2025-04-06","serial_number":"16760489880667088","imei1":"16760489880667088","imei2":"16760489880667088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167734,"job_number":"JOB_167734","tr_customer_id":167751,"tr_customer_product_id":167741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:01:06.000Z","name":"Dedric Dach","mobile_number":"454-939-6364","email_id":"Quinton_Mohr96@hotmail.com","dop":"2025-04-06","serial_number":"15561692835654","imei1":"15561692835654","imei2":"15561692835654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167733,"job_number":"JOB_167733","tr_customer_id":167750,"tr_customer_product_id":167740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:00:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11149211780437","imei1":"11149211780437","imei2":"11149211780437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167732,"job_number":"JOB_167732","tr_customer_id":167749,"tr_customer_product_id":167739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:00.000Z","modified_at":"2026-01-27T04:00:00.000Z","name":"Amparo Stroman","mobile_number":"652-396-9062","email_id":"Theodora_Cormier@yahoo.com","dop":"2025-04-06","serial_number":"12770672414828126","imei1":"12770672414828126","imei2":"12770672414828126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167731,"job_number":"JOB_167731","tr_customer_id":167748,"tr_customer_product_id":167738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T04:00:35.000Z","name":"Nils Price","mobile_number":"848-506-9428","email_id":"Hope26@gmail.com","dop":"2025-04-06","serial_number":"11136216434096","imei1":"11136216434096","imei2":"11136216434096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167730,"job_number":"JOB_167730","tr_customer_id":167747,"tr_customer_product_id":167737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T03:59:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16140328322120","imei1":"16140328322120","imei2":"16140328322120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167729,"job_number":"JOB_167729","tr_customer_id":167746,"tr_customer_product_id":167736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:41.000Z","modified_at":"2026-01-27T03:59:41.000Z","name":"Leonie Stoltenberg","mobile_number":"632-793-6650","email_id":"Lia98@yahoo.com","dop":"2025-04-06","serial_number":"18862572585037620","imei1":"18862572585037620","imei2":"18862572585037620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167728,"job_number":"JOB_167728","tr_customer_id":167745,"tr_customer_product_id":167735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T04:00:17.000Z","name":"Camron McCullough","mobile_number":"343-821-8580","email_id":"Lucas.Kunze44@hotmail.com","dop":"2025-04-06","serial_number":"15156817870785","imei1":"15156817870785","imei2":"15156817870785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167727,"job_number":"JOB_167727","tr_customer_id":167744,"tr_customer_product_id":167734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T03:59:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18169069886721","imei1":"18169069886721","imei2":"18169069886721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167725,"job_number":"JOB_167725","tr_customer_id":167742,"tr_customer_product_id":167732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T04:00:11.000Z","name":"Lorena Raynor","mobile_number":"505-412-7010","email_id":"Jayson36@gmail.com","dop":"2000-01-31","serial_number":"10356871190723","imei1":"10356871190723","imei2":"10356871190723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167723,"job_number":"JOB_167723","tr_customer_id":167740,"tr_customer_product_id":167730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:27.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Larissa Wilderman","mobile_number":"612-596-5819","email_id":"Cassie_King98@yahoo.com","dop":"2025-04-06","serial_number":"17988825406305388","imei1":"17988825406305388","imei2":"17988825406305388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167722,"job_number":"JOB_167722","tr_customer_id":167739,"tr_customer_product_id":167729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T04:00:04.000Z","name":"Johnpaul VonRueden","mobile_number":"695-818-2037","email_id":"Josue88@hotmail.com","dop":"2025-04-06","serial_number":"11345006253222","imei1":"11345006253222","imei2":"11345006253222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167721,"job_number":"JOB_167721","tr_customer_id":167738,"tr_customer_product_id":167728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T03:59:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11172627533643","imei1":"11172627533643","imei2":"11172627533643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167720,"job_number":"JOB_167720","tr_customer_id":167737,"tr_customer_product_id":167727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:15.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Baron Gleichner","mobile_number":"569-974-0764","email_id":"Tillman67@yahoo.com","dop":"2025-04-06","serial_number":"16696866616047820","imei1":"16696866616047820","imei2":"16696866616047820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167719,"job_number":"JOB_167719","tr_customer_id":167736,"tr_customer_product_id":167726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:51.000Z","name":"Brock Williamson","mobile_number":"289-805-9878","email_id":"Shaun.Wiegand@yahoo.com","dop":"2025-04-06","serial_number":"12249866341232","imei1":"12249866341232","imei2":"12249866341232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167718,"job_number":"JOB_167718","tr_customer_id":167735,"tr_customer_product_id":167725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17008880227135","imei1":"17008880227135","imei2":"17008880227135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167714,"job_number":"JOB_167714","tr_customer_id":167731,"tr_customer_product_id":167721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:09.000Z","modified_at":"2026-01-27T03:59:09.000Z","name":"Gwendolyn Marquardt","mobile_number":"397-315-5494","email_id":"Ida.Block4@yahoo.com","dop":"2025-04-06","serial_number":"12069322754066996","imei1":"12069322754066996","imei2":"12069322754066996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167713,"job_number":"JOB_167713","tr_customer_id":167730,"tr_customer_product_id":167720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:45.000Z","name":"Demetris McDermott","mobile_number":"892-834-6175","email_id":"Rylan_Weber42@yahoo.com","dop":"2025-04-06","serial_number":"12065573541048","imei1":"12065573541048","imei2":"12065573541048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167712,"job_number":"JOB_167712","tr_customer_id":167729,"tr_customer_product_id":167719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Rusty Rosenbaum","mobile_number":"266-273-5065","email_id":"Herminio31@hotmail.com","dop":"2025-04-06","serial_number":"10406673123257408","imei1":"10406673123257408","imei2":"10406673123257408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167711,"job_number":"JOB_167711","tr_customer_id":167728,"tr_customer_product_id":167718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11985838423999","imei1":"11985838423999","imei2":"11985838423999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167710,"job_number":"JOB_167710","tr_customer_id":167727,"tr_customer_product_id":167717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:43.000Z","name":"Jadon Morar","mobile_number":"323-667-0750","email_id":"Easton.Anderson@yahoo.com","dop":"2025-04-06","serial_number":"17965079550692","imei1":"17965079550692","imei2":"17965079550692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167709,"job_number":"JOB_167709","tr_customer_id":167726,"tr_customer_product_id":167716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15598275721214","imei1":"15598275721214","imei2":"15598275721214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167708,"job_number":"JOB_167708","tr_customer_id":167725,"tr_customer_product_id":167715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Betsy Beatty","mobile_number":"962-207-0290","email_id":"Bell.Orn3@gmail.com","dop":"2025-04-06","serial_number":"14434650120704726","imei1":"14434650120704726","imei2":"14434650120704726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167704,"job_number":"JOB_167704","tr_customer_id":167721,"tr_customer_product_id":167711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:59:33.000Z","name":"Vince Schimmel","mobile_number":"478-276-5763","email_id":"Lou_Shanahan@hotmail.com","dop":"2025-04-06","serial_number":"13224935401756","imei1":"13224935401756","imei2":"13224935401756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167703,"job_number":"JOB_167703","tr_customer_id":167720,"tr_customer_product_id":167710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:58:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15568245128975","imei1":"15568245128975","imei2":"15568245128975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167702,"job_number":"JOB_167702","tr_customer_id":167719,"tr_customer_product_id":167709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14534040176453","imei1":"14534040176453","imei2":"14534040176453","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167700,"job_number":"JOB_167700","tr_customer_id":167717,"tr_customer_product_id":167707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:50.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Stanford Grady","mobile_number":"998-542-9403","email_id":"Meggie_Vandervort63@yahoo.com","dop":"2026-01-04","serial_number":"16049334971563","imei1":"16049334971563","imei2":"16049334971563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167699,"job_number":"JOB_167699","tr_customer_id":167716,"tr_customer_product_id":167706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Ruth Spinka","mobile_number":"567-517-0880","email_id":"Junius_Emard@gmail.com","dop":"2000-01-31","serial_number":"10994193539382","imei1":"10994193539382","imei2":"10994193539382","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167698,"job_number":"JOB_167698","tr_customer_id":167715,"tr_customer_product_id":167705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18722576579872","imei1":"18722576579872","imei2":"18722576579872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167696,"job_number":"JOB_167696","tr_customer_id":167713,"tr_customer_product_id":167703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Kathryne Windler","mobile_number":"871-332-1922","email_id":"Irwin.Denesik@gmail.com","dop":"2025-04-06","serial_number":"11471488602647400","imei1":"11471488602647400","imei2":"11471488602647400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167695,"job_number":"JOB_167695","tr_customer_id":167712,"tr_customer_product_id":167702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Thalia Volkman","mobile_number":"462-730-8924","email_id":"Hazel30@hotmail.com","dop":"2025-04-06","serial_number":"17868655623113104","imei1":"17868655623113104","imei2":"17868655623113104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167694,"job_number":"JOB_167694","tr_customer_id":167711,"tr_customer_product_id":167701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Tristian Hyatt","mobile_number":"790-919-9318","email_id":"Holly.Halvorson11@hotmail.com","dop":"2025-04-06","serial_number":"18978779641805","imei1":"18978779641805","imei2":"18978779641805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167693,"job_number":"JOB_167693","tr_customer_id":167710,"tr_customer_product_id":167700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Ruth Bartell","mobile_number":"918-233-1057","email_id":"Carmela.Little@yahoo.com","dop":"2025-04-06","serial_number":"16603912358281","imei1":"16603912358281","imei2":"16603912358281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167692,"job_number":"JOB_167692","tr_customer_id":167709,"tr_customer_product_id":167699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16413009223480","imei1":"16413009223480","imei2":"16413009223480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167691,"job_number":"JOB_167691","tr_customer_id":167708,"tr_customer_product_id":167698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16061707656514","imei1":"16061707656514","imei2":"16061707656514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167689,"job_number":"JOB_167689","tr_customer_id":167706,"tr_customer_product_id":167696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Jamarcus Conn","mobile_number":"258-569-2257","email_id":"Olin94@gmail.com","dop":"2025-04-06","serial_number":"14336684273308248","imei1":"14336684273308248","imei2":"14336684273308248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167687,"job_number":"JOB_167687","tr_customer_id":167704,"tr_customer_product_id":167694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Keely Gleason","mobile_number":"753-466-1947","email_id":"Francisco23@gmail.com","dop":"2025-04-06","serial_number":"16512057136923444","imei1":"16512057136923444","imei2":"16512057136923444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167685,"job_number":"JOB_167685","tr_customer_id":167702,"tr_customer_product_id":167692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:58:40.000Z","name":"Conner Hilpert","mobile_number":"396-688-0700","email_id":"Gilda.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"14712767531465108","imei1":"14712767531465108","imei2":"14712767531465108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167684,"job_number":"JOB_167684","tr_customer_id":167701,"tr_customer_product_id":167691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:16.000Z","name":"Jeramie Maggio","mobile_number":"786-396-4048","email_id":"Laverne.Wyman16@hotmail.com","dop":"2025-04-06","serial_number":"14322311223889","imei1":"14322311223889","imei2":"14322311223889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167683,"job_number":"JOB_167683","tr_customer_id":167700,"tr_customer_product_id":167690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Gloria Herman","mobile_number":"813-628-4878","email_id":"Heather.Howe@hotmail.com","dop":"2025-04-06","serial_number":"12891406720167","imei1":"12891406720167","imei2":"12891406720167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167682,"job_number":"JOB_167682","tr_customer_id":167699,"tr_customer_product_id":167689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597778340898","imei1":"15597778340898","imei2":"15597778340898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167681,"job_number":"JOB_167681","tr_customer_id":167698,"tr_customer_product_id":167688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12578106237988","imei1":"12578106237988","imei2":"12578106237988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167680,"job_number":"JOB_167680","tr_customer_id":167697,"tr_customer_product_id":167687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:59:17.000Z","name":"Jazmyne Deckow","mobile_number":"226-299-1912","email_id":"Dangelo60@hotmail.com","dop":"2025-04-06","serial_number":"17185399314974","imei1":"17185399314974","imei2":"17185399314974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167679,"job_number":"JOB_167679","tr_customer_id":167696,"tr_customer_product_id":167686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:38.000Z","modified_at":"2026-01-27T03:58:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17290529992797","imei1":"17290529992797","imei2":"17290529992797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167678,"job_number":"JOB_167678","tr_customer_id":167695,"tr_customer_product_id":167685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:31.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Sabryna Prohaska","mobile_number":"474-710-1560","email_id":"Eleazar_Daniel46@gmail.com","dop":"2025-04-06","serial_number":"11237624186230580","imei1":"11237624186230580","imei2":"11237624186230580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167677,"job_number":"JOB_167677","tr_customer_id":167694,"tr_customer_product_id":167684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:30.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Maggie Wunsch","mobile_number":"463-465-6284","email_id":"Moses_Luettgen@gmail.com","dop":"2025-04-06","serial_number":"16707991643310","imei1":"16707991643310","imei2":"16707991643310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167676,"job_number":"JOB_167676","tr_customer_id":167693,"tr_customer_product_id":167683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"Aida Cummings","mobile_number":"665-428-6820","email_id":"Beth_Reinger82@hotmail.com","dop":"2025-04-06","serial_number":"11263284855498930","imei1":"11263284855498930","imei2":"11263284855498930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167675,"job_number":"JOB_167675","tr_customer_id":167692,"tr_customer_product_id":167682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17256386993031","imei1":"17256386993031","imei2":"17256386993031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167674,"job_number":"JOB_167674","tr_customer_id":167691,"tr_customer_product_id":167681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Reece Hagenes","mobile_number":"352-694-6042","email_id":"Monserrate27@yahoo.com","dop":"2025-04-06","serial_number":"16477743361753","imei1":"16477743361753","imei2":"16477743361753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167673,"job_number":"JOB_167673","tr_customer_id":167690,"tr_customer_product_id":167680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:58:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19734921860320","imei1":"19734921860320","imei2":"19734921860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167672,"job_number":"JOB_167672","tr_customer_id":167689,"tr_customer_product_id":167679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:25.000Z","modified_at":"2026-01-27T03:58:25.000Z","name":"Kamryn Grady","mobile_number":"862-360-9767","email_id":"Karli11@hotmail.com","dop":"2025-04-06","serial_number":"12026280895334058","imei1":"12026280895334058","imei2":"12026280895334058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167671,"job_number":"JOB_167671","tr_customer_id":167688,"tr_customer_product_id":167678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:24.000Z","modified_at":"2026-01-27T03:58:24.000Z","name":"Daphne Kub","mobile_number":"467-731-6481","email_id":"Jake_Mann14@hotmail.com","dop":"2025-04-06","serial_number":"14942007399332052","imei1":"14942007399332052","imei2":"14942007399332052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167670,"job_number":"JOB_167670","tr_customer_id":167687,"tr_customer_product_id":167677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:59:01.000Z","name":"Claudia Ernser","mobile_number":"614-220-6810","email_id":"Lloyd20@hotmail.com","dop":"2025-04-06","serial_number":"12106786739450","imei1":"12106786739450","imei2":"12106786739450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167669,"job_number":"JOB_167669","tr_customer_id":167686,"tr_customer_product_id":167676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19373817541206","imei1":"19373817541206","imei2":"19373817541206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167668,"job_number":"JOB_167668","tr_customer_id":167685,"tr_customer_product_id":167675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:59.000Z","name":"Earnestine Turner","mobile_number":"392-761-9346","email_id":"Glennie26@yahoo.com","dop":"2025-04-06","serial_number":"12775873567516","imei1":"12775873567516","imei2":"12775873567516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167667,"job_number":"JOB_167667","tr_customer_id":167684,"tr_customer_product_id":167674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:22.000Z","modified_at":"2026-01-27T03:58:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17305399664989","imei1":"17305399664989","imei2":"17305399664989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167666,"job_number":"JOB_167666","tr_customer_id":167683,"tr_customer_product_id":167673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:20.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Tyler Watsica","mobile_number":"349-948-0788","email_id":"Bell.Nolan52@gmail.com","dop":"2025-04-06","serial_number":"13879215740009048","imei1":"13879215740009048","imei2":"13879215740009048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167665,"job_number":"JOB_167665","tr_customer_id":167682,"tr_customer_product_id":167672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:55.000Z","name":"Winston Runolfsson","mobile_number":"574-557-1859","email_id":"Eldon.Bechtelar@gmail.com","dop":"2025-04-06","serial_number":"14560577097895","imei1":"14560577097895","imei2":"14560577097895","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167664,"job_number":"JOB_167664","tr_customer_id":167681,"tr_customer_product_id":167671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14442196169883","imei1":"14442196169883","imei2":"14442196169883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167663,"job_number":"JOB_167663","tr_customer_id":167680,"tr_customer_product_id":167670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:16.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Francesca Murphy","mobile_number":"621-475-6586","email_id":"Shakira49@yahoo.com","dop":"2025-04-06","serial_number":"17519966068101636","imei1":"17519966068101636","imei2":"17519966068101636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167662,"job_number":"JOB_167662","tr_customer_id":167679,"tr_customer_product_id":167669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:53.000Z","name":"Daphnee Mueller","mobile_number":"577-891-9429","email_id":"Jesse.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"10283043729439","imei1":"10283043729439","imei2":"10283043729439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167661,"job_number":"JOB_167661","tr_customer_id":167678,"tr_customer_product_id":167668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:14.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19698683003812","imei1":"19698683003812","imei2":"19698683003812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167659,"job_number":"JOB_167659","tr_customer_id":167676,"tr_customer_product_id":167666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51229279347468","imei1":"51229279347468","imei2":"51229279347468","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167658,"job_number":"JOB_167658","tr_customer_id":167675,"tr_customer_product_id":167665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Giovani Becker","mobile_number":"836-554-6598","email_id":"Justice.Gerlach17@gmail.com","dop":"2000-01-31","serial_number":"10624707653449","imei1":"10624707653449","imei2":"10624707653449","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167657,"job_number":"JOB_167657","tr_customer_id":167674,"tr_customer_product_id":167664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Juston Harvey","mobile_number":"486-447-3733","email_id":"Arlo_Harber@yahoo.com","dop":"2026-01-04","serial_number":"19484132032512","imei1":"19484132032512","imei2":"19484132032512","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167655,"job_number":"JOB_167655","tr_customer_id":167672,"tr_customer_product_id":167662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13403960447968","imei1":"13403960447968","imei2":"13403960447968","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167654,"job_number":"JOB_167654","tr_customer_id":167671,"tr_customer_product_id":167661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Gerda Cormier","mobile_number":"613-921-9054","email_id":"Erwin.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"12704528046663076","imei1":"12704528046663076","imei2":"12704528046663076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167653,"job_number":"JOB_167653","tr_customer_id":167670,"tr_customer_product_id":167660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Asha Torphy","mobile_number":"843-641-3938","email_id":"Isaac14@gmail.com","dop":"2025-04-06","serial_number":"10240867845893942","imei1":"10240867845893942","imei2":"10240867845893942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167652,"job_number":"JOB_167652","tr_customer_id":167669,"tr_customer_product_id":167659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:03.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Yvonne Beatty","mobile_number":"938-538-7270","email_id":"Harley58@gmail.com","dop":"2025-04-06","serial_number":"10337553747472","imei1":"10337553747472","imei2":"10337553747472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167651,"job_number":"JOB_167651","tr_customer_id":167668,"tr_customer_product_id":167658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18941925353118","imei1":"18941925353118","imei2":"18941925353118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167650,"job_number":"JOB_167650","tr_customer_id":167667,"tr_customer_product_id":167657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Elizabeth Mayer","mobile_number":"239-473-6514","email_id":"Pedro.Zemlak38@yahoo.com","dop":"2025-04-06","serial_number":"13196075461242","imei1":"13196075461242","imei2":"13196075461242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167649,"job_number":"JOB_167649","tr_customer_id":167666,"tr_customer_product_id":167656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13548679991903","imei1":"13548679991903","imei2":"13548679991903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167648,"job_number":"JOB_167648","tr_customer_id":167665,"tr_customer_product_id":167655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Ena Skiles","mobile_number":"298-265-4144","email_id":"Carolyn.Daniel@gmail.com","dop":"2025-04-06","serial_number":"14437299231964732","imei1":"14437299231964732","imei2":"14437299231964732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167643,"job_number":"JOB_167643","tr_customer_id":167660,"tr_customer_product_id":167650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:58:33.000Z","name":"Robyn Schmeler","mobile_number":"907-510-1822","email_id":"Emely.Koepp50@gmail.com","dop":"2025-04-06","serial_number":"10144809869542","imei1":"10144809869542","imei2":"10144809869542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167642,"job_number":"JOB_167642","tr_customer_id":167659,"tr_customer_product_id":167649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13690465004998","imei1":"13690465004998","imei2":"13690465004998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167641,"job_number":"JOB_167641","tr_customer_id":167658,"tr_customer_product_id":167648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Louvenia Davis","mobile_number":"553-560-1286","email_id":"Schuyler_Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11329337661782124","imei1":"11329337661782124","imei2":"11329337661782124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167640,"job_number":"JOB_167640","tr_customer_id":167657,"tr_customer_product_id":167647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:58:32.000Z","name":"Adrienne Grimes","mobile_number":"729-212-0939","email_id":"Brenda34@yahoo.com","dop":"2025-04-06","serial_number":"12219865944575","imei1":"12219865944575","imei2":"12219865944575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167639,"job_number":"JOB_167639","tr_customer_id":167656,"tr_customer_product_id":167646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:57:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18017191928328","imei1":"18017191928328","imei2":"18017191928328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167638,"job_number":"JOB_167638","tr_customer_id":167655,"tr_customer_product_id":167645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:54.000Z","modified_at":"2026-01-27T03:57:54.000Z","name":"Reece Trantow","mobile_number":"302-541-3363","email_id":"Mack.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"17585914696480564","imei1":"17585914696480564","imei2":"17585914696480564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167637,"job_number":"JOB_167637","tr_customer_id":167654,"tr_customer_product_id":167644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Nova Stamm","mobile_number":"693-895-3641","email_id":"Brody.Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"16445619666337","imei1":"16445619666337","imei2":"16445619666337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167636,"job_number":"JOB_167636","tr_customer_id":167653,"tr_customer_product_id":167643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:57:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12031893215833","imei1":"12031893215833","imei2":"12031893215833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167630,"job_number":"JOB_167630","tr_customer_id":167647,"tr_customer_product_id":167637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Aryanna Schmidt","mobile_number":"786-202-1752","email_id":"Herta.Terry@hotmail.com","dop":"2025-04-06","serial_number":"19423229681970136","imei1":"19423229681970136","imei2":"19423229681970136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167629,"job_number":"JOB_167629","tr_customer_id":167646,"tr_customer_product_id":167636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16285862842434","imei2":"16285862842434","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167628,"job_number":"JOB_167628","tr_customer_id":167645,"tr_customer_product_id":167635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15979907799204","imei2":"15979907799204","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167627,"job_number":"JOB_167627","tr_customer_id":167644,"tr_customer_product_id":167634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Charley Schroeder","mobile_number":"568-209-7381","email_id":"Ara90@yahoo.com","dop":"2025-04-06","serial_number":"16362528662636","imei1":"16362528662636","imei2":"16362528662636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167626,"job_number":"JOB_167626","tr_customer_id":167643,"tr_customer_product_id":167633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:57:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13397876407749","imei1":"13397876407749","imei2":"13397876407749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167625,"job_number":"JOB_167625","tr_customer_id":167642,"tr_customer_product_id":167632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Juana Kuhn","mobile_number":"932-705-7734","email_id":"Will.Schinner@gmail.com","dop":"2025-04-06","serial_number":"12582442804487736","imei1":"12582442804487736","imei2":"12582442804487736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167624,"job_number":"JOB_167624","tr_customer_id":167641,"tr_customer_product_id":167631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Carmelo Hudson","mobile_number":"287-770-1385","email_id":"Elmore_Wiegand26@gmail.com","dop":"2025-04-06","serial_number":"13661757631461158","imei1":"13661757631461158","imei2":"13661757631461158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167623,"job_number":"JOB_167623","tr_customer_id":167640,"tr_customer_product_id":167630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:15.000Z","name":"Louisa Becker","mobile_number":"387-647-0142","email_id":"Tania.Thompson21@gmail.com","dop":"2025-04-06","serial_number":"15989499921791","imei1":"15989499921791","imei2":"15989499921791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167622,"job_number":"JOB_167622","tr_customer_id":167639,"tr_customer_product_id":167629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16786630480147","imei1":"16786630480147","imei2":"16786630480147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167621,"job_number":"JOB_167621","tr_customer_id":167638,"tr_customer_product_id":167628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Jacklyn Jakubowski","mobile_number":"297-831-5014","email_id":"Mia.Sanford25@hotmail.com","dop":"2025-04-06","serial_number":"11316762641745","imei1":"11316762641745","imei2":"11316762641745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167620,"job_number":"JOB_167620","tr_customer_id":167637,"tr_customer_product_id":167627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:38.000Z","modified_at":"2026-01-27T03:57:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18682989177130","imei1":"18682989177130","imei2":"18682989177130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167619,"job_number":"JOB_167619","tr_customer_id":167636,"tr_customer_product_id":167626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:37.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Justice Stroman","mobile_number":"432-530-0600","email_id":"Edgar41@gmail.com","dop":"2025-05-30","serial_number":"1961560333862636","imei1":"1961560333862636","imei2":"1961560333862636","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167618,"job_number":"JOB_167618","tr_customer_id":167635,"tr_customer_product_id":167625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jerad Considine","mobile_number":"716-463-1971","email_id":"Karina_Mertz@yahoo.com","dop":"2025-04-06","serial_number":"17065802865327806","imei1":"17065802865327806","imei2":"17065802865327806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167617,"job_number":"JOB_167617","tr_customer_id":167634,"tr_customer_product_id":167624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Arlie Goyette","mobile_number":"774-884-8093","email_id":"Gabriella.Kiehn@gmail.com","dop":"2025-05-30","serial_number":"18680927987810","imei1":"18680927987810","imei2":"18680927987810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167616,"job_number":"JOB_167616","tr_customer_id":167633,"tr_customer_product_id":167623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jacinto Kerluke","mobile_number":"466-294-4601","email_id":"Isadore_Gerhold@hotmail.com","dop":"2025-06-18","serial_number":"1003114341051045","imei1":"1003114341051045","imei2":"1003114341051045","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167615,"job_number":"JOB_167615","tr_customer_id":167632,"tr_customer_product_id":167622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Flavio Roberts","mobile_number":"486-327-5797","email_id":"Lexie_Konopelski@hotmail.com","dop":"2025-05-30","serial_number":"11200459191432","imei1":"11200459191432","imei2":"11200459191432","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167614,"job_number":"JOB_167614","tr_customer_id":167631,"tr_customer_product_id":167621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:13.000Z","name":"Garfield Trantow","mobile_number":"242-483-1707","email_id":"Giovani.Schuppe16@gmail.com","dop":"2025-06-18","serial_number":"10352114694924","imei1":"10352114694924","imei2":"10352114694924","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167613,"job_number":"JOB_167613","tr_customer_id":167630,"tr_customer_product_id":167620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Devonte O'Connell","mobile_number":"401-954-4982","email_id":"Ariane.Marks54@hotmail.com","dop":"2025-04-06","serial_number":"19501973653514","imei1":"19501973653514","imei2":"19501973653514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167612,"job_number":"JOB_167612","tr_customer_id":167629,"tr_customer_product_id":167619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10855843315205","imei1":"10855843315205","imei2":"10855843315205","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167611,"job_number":"JOB_167611","tr_customer_id":167628,"tr_customer_product_id":167618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11217777692370","imei1":"11217777692370","imei2":"11217777692370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167609,"job_number":"JOB_167609","tr_customer_id":167626,"tr_customer_product_id":167616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17302095058646","imei2":"17302095058646","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167608,"job_number":"JOB_167608","tr_customer_id":167625,"tr_customer_product_id":167615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:29.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10001369553073","imei2":"10001369553073","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167607,"job_number":"JOB_167607","tr_customer_id":167624,"tr_customer_product_id":167614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:28.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Jacey Collins","mobile_number":"944-652-7578","email_id":"Elfrieda.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"19632183660748910","imei1":"19632183660748910","imei2":"19632183660748910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167606,"job_number":"JOB_167606","tr_customer_id":167623,"tr_customer_product_id":167613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:27.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Adalberto Dare","mobile_number":"493-574-9135","email_id":"Maegan_Considine@gmail.com","dop":"2025-04-06","serial_number":"16021243648821","imei1":"16021243648821","imei2":"16021243648821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167605,"job_number":"JOB_167605","tr_customer_id":167622,"tr_customer_product_id":167612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:26.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19051448305296","imei1":"19051448305296","imei2":"19051448305296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167603,"job_number":"JOB_167603","tr_customer_id":167620,"tr_customer_product_id":167610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:21.000Z","modified_at":"2026-01-27T03:57:21.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68516838558450","imei1":"68516838558450","imei2":"68516838558450","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167602,"job_number":"JOB_167602","tr_customer_id":167619,"tr_customer_product_id":167609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Grace Blick","mobile_number":"744-224-5481","email_id":"Nayeli.Wintheiser@hotmail.com","dop":"2000-01-31","serial_number":"10459943038758","imei1":"10459943038758","imei2":"10459943038758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167600,"job_number":"JOB_167600","tr_customer_id":167617,"tr_customer_product_id":167607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Sherman DuBuque","mobile_number":"937-364-8939","email_id":"Jettie_Schowalter@hotmail.com","dop":"2026-01-04","serial_number":"17965430311336","imei1":"17965430311336","imei2":"17965430311336","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167599,"job_number":"JOB_167599","tr_customer_id":167616,"tr_customer_product_id":167606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Jeremy Herzog","mobile_number":"282-555-4118","email_id":"Ena.Bechtelar65@gmail.com","dop":"2025-04-06","serial_number":"10173421977002996","imei1":"10173421977002996","imei2":"10173421977002996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167597,"job_number":"JOB_167597","tr_customer_id":167614,"tr_customer_product_id":167604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19110931384626","imei1":"19110931384626","imei2":"19110931384626","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167596,"job_number":"JOB_167596","tr_customer_id":167613,"tr_customer_product_id":167603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:55.000Z","name":"Garland Herman","mobile_number":"810-930-1921","email_id":"Brayan.Zemlak4@hotmail.com","dop":"2025-04-06","serial_number":"15119514571700","imei1":"15119514571700","imei2":"15119514571700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167595,"job_number":"JOB_167595","tr_customer_id":167612,"tr_customer_product_id":167602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11356138290626","imei1":"11356138290626","imei2":"11356138290626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167594,"job_number":"JOB_167594","tr_customer_id":167611,"tr_customer_product_id":167601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"Leanne Bergnaum","mobile_number":"640-423-3191","email_id":"Newton0@gmail.com","dop":"2025-04-06","serial_number":"16213996860965236","imei1":"16213996860965236","imei2":"16213996860965236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167593,"job_number":"JOB_167593","tr_customer_id":167610,"tr_customer_product_id":167600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14638873223178","imei2":"14638873223178","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167592,"job_number":"JOB_167592","tr_customer_id":167609,"tr_customer_product_id":167599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12906189910328","imei2":"12906189910328","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167591,"job_number":"JOB_167591","tr_customer_id":167608,"tr_customer_product_id":167598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Jailyn Blanda","mobile_number":"281-356-8623","email_id":"Emelie_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18291131966712","imei1":"18291131966712","imei2":"18291131966712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167590,"job_number":"JOB_167590","tr_customer_id":167607,"tr_customer_product_id":167597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15246673098955","imei1":"15246673098955","imei2":"15246673098955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167588,"job_number":"JOB_167588","tr_customer_id":167605,"tr_customer_product_id":167595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:14.000Z","modified_at":"2026-01-27T03:57:14.000Z","name":"Jarod Romaguera","mobile_number":"883-986-3014","email_id":"Veda.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"11033018324819376","imei1":"11033018324819376","imei2":"11033018324819376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167587,"job_number":"JOB_167587","tr_customer_id":167604,"tr_customer_product_id":167594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:49.000Z","name":"Amani Donnelly","mobile_number":"253-395-8643","email_id":"Diamond_Keebler@hotmail.com","dop":"2025-04-06","serial_number":"10832037510535","imei1":"10832037510535","imei2":"10832037510535","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167586,"job_number":"JOB_167586","tr_customer_id":167603,"tr_customer_product_id":167593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13215400182104","imei1":"13215400182104","imei2":"13215400182104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167585,"job_number":"JOB_167585","tr_customer_id":167602,"tr_customer_product_id":167592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:11.000Z","modified_at":"2026-01-27T03:57:11.000Z","name":"Emmy Fisher","mobile_number":"650-427-0306","email_id":"Duane_Lueilwitz57@gmail.com","dop":"2025-04-06","serial_number":"11336384071000982","imei1":"11336384071000982","imei2":"11336384071000982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167584,"job_number":"JOB_167584","tr_customer_id":167601,"tr_customer_product_id":167591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:10.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Cole Rath","mobile_number":"325-290-3631","email_id":"Berry_Schuster@hotmail.com","dop":"2025-04-06","serial_number":"11190183779068","imei1":"11190183779068","imei2":"11190183779068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167582,"job_number":"JOB_167582","tr_customer_id":167599,"tr_customer_product_id":167589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:02.000Z","modified_at":"2026-01-27T03:57:02.000Z","name":"Orrin O'Reilly","mobile_number":"946-754-6258","email_id":"Palma_Kassulke@hotmail.com","dop":"2025-04-06","serial_number":"18298148128893764","imei1":"18298148128893764","imei2":"18298148128893764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167581,"job_number":"JOB_167581","tr_customer_id":167598,"tr_customer_product_id":167588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:00.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Gwendolyn Hackett","mobile_number":"673-237-0686","email_id":"Christina_McClure8@yahoo.com","dop":"2025-04-06","serial_number":"14889064039695","imei1":"14889064039695","imei2":"14889064039695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167578,"job_number":"JOB_167578","tr_customer_id":167595,"tr_customer_product_id":167585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:56.000Z","modified_at":"2026-01-27T03:56:56.000Z","name":"Gabrielle Lesch","mobile_number":"230-823-5194","email_id":"Modesta.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"18158410318607250","imei1":"18158410318607250","imei2":"18158410318607250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167577,"job_number":"JOB_167577","tr_customer_id":167594,"tr_customer_product_id":167584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:57:33.000Z","name":"Marilie Rohan","mobile_number":"248-304-9540","email_id":"Vance25@yahoo.com","dop":"2025-04-06","serial_number":"15987577073440","imei1":"15987577073440","imei2":"15987577073440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167576,"job_number":"JOB_167576","tr_customer_id":167593,"tr_customer_product_id":167583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15299749897933","imei1":"15299749897933","imei2":"15299749897933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167575,"job_number":"JOB_167575","tr_customer_id":167592,"tr_customer_product_id":167582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"Shany Skiles","mobile_number":"343-313-8058","email_id":"Blaze70@hotmail.com","dop":"2025-04-06","serial_number":"15894210290610844","imei1":"15894210290610844","imei2":"15894210290610844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167574,"job_number":"JOB_167574","tr_customer_id":167591,"tr_customer_product_id":167581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:53.000Z","modified_at":"2026-01-27T03:56:53.000Z","name":"Mertie Bruen","mobile_number":"690-491-2264","email_id":"Zion.Goyette@hotmail.com","dop":"2025-04-06","serial_number":"15584272345159952","imei1":"15584272345159952","imei2":"15584272345159952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167573,"job_number":"JOB_167573","tr_customer_id":167590,"tr_customer_product_id":167580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:31.000Z","name":"Austen Champlin","mobile_number":"469-982-3538","email_id":"Albin_Treutel36@gmail.com","dop":"2025-04-06","serial_number":"14891749000162","imei1":"14891749000162","imei2":"14891749000162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167572,"job_number":"JOB_167572","tr_customer_id":167589,"tr_customer_product_id":167579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:56:52.000Z","name":"Vicky Haag","mobile_number":"371-669-9415","email_id":"Braden83@yahoo.com","dop":"2025-04-06","serial_number":"17866526886439260","imei1":"17866526886439260","imei2":"17866526886439260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167571,"job_number":"JOB_167571","tr_customer_id":167588,"tr_customer_product_id":167578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Rosella Bergstrom","mobile_number":"701-715-2032","email_id":"Kassandra39@yahoo.com","dop":"2025-04-06","serial_number":"14025417199656","imei1":"14025417199656","imei2":"14025417199656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167570,"job_number":"JOB_167570","tr_customer_id":167587,"tr_customer_product_id":167577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12442143109962","imei1":"12442143109962","imei2":"12442143109962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167569,"job_number":"JOB_167569","tr_customer_id":167586,"tr_customer_product_id":167576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"Brionna Lakin","mobile_number":"382-873-6677","email_id":"Desiree.Carroll36@gmail.com","dop":"2025-06-18","serial_number":"1066996724856225","imei1":"1066996724856225","imei2":"1066996724856225","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167568,"job_number":"JOB_167568","tr_customer_id":167585,"tr_customer_product_id":167575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:57:30.000Z","name":"Damion Walker","mobile_number":"425-372-2349","email_id":"Zola23@hotmail.com","dop":"2025-04-06","serial_number":"11972983969648","imei1":"11972983969648","imei2":"11972983969648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167567,"job_number":"JOB_167567","tr_customer_id":167584,"tr_customer_product_id":167574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Kirsten Purdy","mobile_number":"667-490-5340","email_id":"Ellsworth.Lynch@yahoo.com","dop":"2025-06-18","serial_number":"10974195504643","imei1":"10974195504643","imei2":"10974195504643","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167566,"job_number":"JOB_167566","tr_customer_id":167583,"tr_customer_product_id":167573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:56:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10377252459264","imei1":"10377252459264","imei2":"10377252459264","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167565,"job_number":"JOB_167565","tr_customer_id":167582,"tr_customer_product_id":167572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:49.000Z","modified_at":"2026-01-27T03:56:49.000Z","name":"Julie Welch","mobile_number":"571-317-7787","email_id":"Raymond93@hotmail.com","dop":"2025-04-06","serial_number":"19012616646092010","imei1":"19012616646092010","imei2":"19012616646092010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167564,"job_number":"JOB_167564","tr_customer_id":167581,"tr_customer_product_id":167571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:47.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Ralph Gerlach","mobile_number":"746-208-3832","email_id":"Trey_Reilly@gmail.com","dop":"2025-04-06","serial_number":"16572571827001","imei1":"16572571827001","imei2":"16572571827001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167563,"job_number":"JOB_167563","tr_customer_id":167580,"tr_customer_product_id":167570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:41.000Z","modified_at":"2026-01-27T03:56:41.000Z","name":"Lisandro Bruen","mobile_number":"911-424-7644","email_id":"Jodie_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13282450462299732","imei1":"13282450462299732","imei2":"13282450462299732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167562,"job_number":"JOB_167562","tr_customer_id":167579,"tr_customer_product_id":167569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Lue Schinner","mobile_number":"470-782-4153","email_id":"Braulio37@hotmail.com","dop":"2025-04-06","serial_number":"19673463751655","imei1":"19673463751655","imei2":"19673463751655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167561,"job_number":"JOB_167561","tr_customer_id":167578,"tr_customer_product_id":167568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:56:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13427742008225","imei1":"13427742008225","imei2":"13427742008225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167560,"job_number":"JOB_167560","tr_customer_id":167577,"tr_customer_product_id":167567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:38.000Z","modified_at":"2026-01-27T03:56:47.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"46832736178143","imei1":"46832736178143","imei2":"46832736178143","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167559,"job_number":"JOB_167559","tr_customer_id":167576,"tr_customer_product_id":167566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:28.000Z","modified_at":"2026-01-27T03:56:28.000Z","name":"Deron Sanford","mobile_number":"639-632-3468","email_id":"Rey.Kiehn35@yahoo.com","dop":"2025-04-06","serial_number":"18509899910406510","imei1":"18509899910406510","imei2":"18509899910406510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167558,"job_number":"JOB_167558","tr_customer_id":167575,"tr_customer_product_id":167565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:56:36.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"86433522314885","imei1":"86433522314885","imei2":"86433522314885","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167557,"job_number":"JOB_167557","tr_customer_id":167574,"tr_customer_product_id":167564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:57:03.000Z","name":"Cortez Okuneva","mobile_number":"243-379-2128","email_id":"Evangeline.Haag37@yahoo.com","dop":"2025-04-06","serial_number":"13784274402878","imei1":"13784274402878","imei2":"13784274402878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167556,"job_number":"JOB_167556","tr_customer_id":167573,"tr_customer_product_id":167563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:19.000Z","modified_at":"2026-01-27T03:05:19.000Z","name":"Alvena Williamson","mobile_number":"423-695-9416","email_id":"Ralph_Daniel99@gmail.com","dop":"2025-04-06","serial_number":"13929952924531452","imei1":"13929952924531452","imei2":"13929952924531452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167555,"job_number":"JOB_167555","tr_customer_id":167572,"tr_customer_product_id":167562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:18.000Z","modified_at":"2026-01-27T03:05:53.000Z","name":"Lue Koss","mobile_number":"890-272-0890","email_id":"Kariane88@yahoo.com","dop":"2025-04-06","serial_number":"12622222412301","imei1":"12622222412301","imei2":"12622222412301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167554,"job_number":"JOB_167554","tr_customer_id":167571,"tr_customer_product_id":167561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:17.000Z","modified_at":"2026-01-27T03:05:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14795401254556","imei1":"14795401254556","imei2":"14795401254556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167553,"job_number":"JOB_167553","tr_customer_id":167570,"tr_customer_product_id":167560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:37.000Z","modified_at":"2026-01-27T03:04:37.000Z","name":"Donato Labadie","mobile_number":"458-864-3903","email_id":"Osbaldo.Skiles@yahoo.com","dop":"2025-04-06","serial_number":"16685826357599888","imei1":"16685826357599888","imei2":"16685826357599888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167552,"job_number":"JOB_167552","tr_customer_id":167569,"tr_customer_product_id":167559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:05:10.000Z","name":"Ines Bins","mobile_number":"331-644-1254","email_id":"Marianne95@hotmail.com","dop":"2025-04-06","serial_number":"10196588918332","imei1":"10196588918332","imei2":"10196588918332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167551,"job_number":"JOB_167551","tr_customer_id":167568,"tr_customer_product_id":167558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:04:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11769976971366","imei1":"11769976971366","imei2":"11769976971366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167550,"job_number":"JOB_167550","tr_customer_id":167567,"tr_customer_product_id":167557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:54.000Z","modified_at":"2026-01-27T03:03:54.000Z","name":"Jayce Olson","mobile_number":"471-289-5640","email_id":"Sister83@gmail.com","dop":"2025-04-06","serial_number":"16134674822616796","imei1":"16134674822616796","imei2":"16134674822616796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167549,"job_number":"JOB_167549","tr_customer_id":167566,"tr_customer_product_id":167556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:04:28.000Z","name":"Murphy Walker","mobile_number":"437-509-6401","email_id":"Jadyn_Dickinson89@hotmail.com","dop":"2025-04-06","serial_number":"16209779649139","imei1":"16209779649139","imei2":"16209779649139","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167548,"job_number":"JOB_167548","tr_customer_id":167565,"tr_customer_product_id":167555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:03:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14540231857564","imei1":"14540231857564","imei2":"14540231857564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167543,"job_number":"JOB_167543","tr_customer_id":167560,"tr_customer_product_id":167550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T01:31:06.000Z","modified_at":"2026-01-27T01:31:06.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-17","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-17T01:31:05.469619446Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T01:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168469,"job_number":"JOB_168469","tr_customer_id":168486,"tr_customer_product_id":168476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:07.000Z","modified_at":"2026-01-27T14:28:07.000Z","name":"Callie Bernhard","mobile_number":"870-614-3117","email_id":"Walton_Jakubowski30@yahoo.com","dop":"2000-01-31","serial_number":"1030842983708839","imei1":"1030842983708839","imei2":"1030842983708839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168467,"job_number":"JOB_168467","tr_customer_id":168484,"tr_customer_product_id":168474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:05.000Z","modified_at":"2026-01-27T14:28:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10669631252517","imei1":"10669631252517","imei2":"10669631252517","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168460,"job_number":"JOB_168460","tr_customer_id":168477,"tr_customer_product_id":168467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:14.000Z","modified_at":"2026-01-27T14:27:14.000Z","name":"Mossie Lindgren","mobile_number":"897-460-5705","email_id":"Keara.Funk@yahoo.com","dop":"2000-01-31","serial_number":"1076906634427195","imei1":"1076906634427195","imei2":"1076906634427195","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168458,"job_number":"JOB_168458","tr_customer_id":168475,"tr_customer_product_id":168465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:12.000Z","modified_at":"2026-01-27T14:27:12.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10272219680675","imei1":"10272219680675","imei2":"10272219680675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168457,"job_number":"JOB_168457","tr_customer_id":168474,"tr_customer_product_id":168464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:21.000Z","modified_at":"2026-01-27T14:26:21.000Z","name":"Valerie Hayes","mobile_number":"990-952-5100","email_id":"Odell.Lowe@yahoo.com","dop":"2000-01-31","serial_number":"1048247811600389","imei1":"1048247811600389","imei2":"1048247811600389","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168455,"job_number":"JOB_168455","tr_customer_id":168472,"tr_customer_product_id":168462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:19.000Z","modified_at":"2026-01-27T14:26:19.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10008870097241","imei1":"10008870097241","imei2":"10008870097241","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168450,"job_number":"JOB_168450","tr_customer_id":168467,"tr_customer_product_id":168457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:27.000Z","modified_at":"2026-01-27T14:25:27.000Z","name":"Alessandro Brekke","mobile_number":"308-295-0330","email_id":"Brionna_Wolff12@gmail.com","dop":"2000-01-31","serial_number":"1050533870084755","imei1":"1050533870084755","imei2":"1050533870084755","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168448,"job_number":"JOB_168448","tr_customer_id":168465,"tr_customer_product_id":168455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:25.000Z","modified_at":"2026-01-27T14:25:25.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10058359478847","imei1":"10058359478847","imei2":"10058359478847","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167893,"job_number":"JOB_167893","tr_customer_id":167910,"tr_customer_product_id":167900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:01.000Z","modified_at":"2026-01-27T06:38:01.000Z","name":"Jonatan Boyle","mobile_number":"565-294-8891","email_id":"Domenica_Bosco@gmail.com","dop":"2000-01-31","serial_number":"1030009739899854","imei1":"1030009739899854","imei2":"1030009739899854","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167891,"job_number":"JOB_167891","tr_customer_id":167908,"tr_customer_product_id":167898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:59.000Z","modified_at":"2026-01-27T06:37:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10174215740446","imei1":"10174215740446","imei2":"10174215740446","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167887,"job_number":"JOB_167887","tr_customer_id":167904,"tr_customer_product_id":167894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:17.000Z","modified_at":"2026-01-27T06:37:17.000Z","name":"Phyllis Stoltenberg","mobile_number":"269-487-7127","email_id":"Enos.Ernser@yahoo.com","dop":"2000-01-31","serial_number":"1017361775799387","imei1":"1017361775799387","imei2":"1017361775799387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167885,"job_number":"JOB_167885","tr_customer_id":167902,"tr_customer_product_id":167892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:15.000Z","modified_at":"2026-01-27T06:37:15.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10975522372856","imei1":"10975522372856","imei2":"10975522372856","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167876,"job_number":"JOB_167876","tr_customer_id":167893,"tr_customer_product_id":167883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:33.000Z","modified_at":"2026-01-27T06:36:33.000Z","name":"Princess Bartell","mobile_number":"610-243-2625","email_id":"Frederique.Nienow41@gmail.com","dop":"2000-01-31","serial_number":"1008582811372429","imei1":"1008582811372429","imei2":"1008582811372429","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167874,"job_number":"JOB_167874","tr_customer_id":167891,"tr_customer_product_id":167881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:31.000Z","modified_at":"2026-01-27T06:36:31.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10620499692264","imei1":"10620499692264","imei2":"10620499692264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167868,"job_number":"JOB_167868","tr_customer_id":167885,"tr_customer_product_id":167875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:49.000Z","modified_at":"2026-01-27T06:35:49.000Z","name":"Marcelle Zieme","mobile_number":"348-753-9040","email_id":"Lottie_Schiller95@hotmail.com","dop":"2000-01-31","serial_number":"1044629435192454","imei1":"1044629435192454","imei2":"1044629435192454","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167866,"job_number":"JOB_167866","tr_customer_id":167883,"tr_customer_product_id":167873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:35:47.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10437737016874","imei1":"10437737016874","imei2":"10437737016874","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167726,"job_number":"JOB_167726","tr_customer_id":167743,"tr_customer_product_id":167733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:35.000Z","modified_at":"2026-01-27T03:59:35.000Z","name":"Ansel Durgan","mobile_number":"326-411-8036","email_id":"Geo.Bayer12@yahoo.com","dop":"2000-01-31","serial_number":"1040609851694983","imei1":"1040609851694983","imei2":"1040609851694983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167724,"job_number":"JOB_167724","tr_customer_id":167741,"tr_customer_product_id":167731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T03:59:34.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10756932133754","imei1":"10756932133754","imei2":"10756932133754","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167701,"job_number":"JOB_167701","tr_customer_id":167718,"tr_customer_product_id":167708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"Gilda Moore","mobile_number":"609-676-5261","email_id":"Wade_Bernier40@hotmail.com","dop":"2000-01-31","serial_number":"1014467587513357","imei1":"1014467587513357","imei2":"1014467587513357","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167697,"job_number":"JOB_167697","tr_customer_id":167714,"tr_customer_product_id":167704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10404146666771","imei1":"10404146666771","imei2":"10404146666771","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167660,"job_number":"JOB_167660","tr_customer_id":167677,"tr_customer_product_id":167667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Lilla Rodriguez","mobile_number":"471-903-4904","email_id":"Miracle77@hotmail.com","dop":"2000-01-31","serial_number":"1003103858390333","imei1":"1003103858390333","imei2":"1003103858390333","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167656,"job_number":"JOB_167656","tr_customer_id":167673,"tr_customer_product_id":167663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10368661501071","imei1":"10368661501071","imei2":"10368661501071","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167604,"job_number":"JOB_167604","tr_customer_id":167621,"tr_customer_product_id":167611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:22.000Z","modified_at":"2026-01-27T03:57:22.000Z","name":"Kathlyn Emard","mobile_number":"883-509-2132","email_id":"Flavie_Vandervort@hotmail.com","dop":"2000-01-31","serial_number":"1042892078118244","imei1":"1042892078118244","imei2":"1042892078118244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167601,"job_number":"JOB_167601","tr_customer_id":167618,"tr_customer_product_id":167608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10001153009440","imei1":"10001153009440","imei2":"10001153009440","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_151330"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 1014B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTN9.3PG9LpGEP4GDC_6Y9sAoDSH4iRbHMa7OjtFVT3IF2wc
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Cache-Control no-cache
Postman-Token a538b90d-6c07-4841-bb5c-17fcec87eb49
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 27
Request Body
{"searchText":"JOB_168613"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1014
ETag W/"3f6-D81uqAEeZo6Cv4MJoVgqfNnP6Dk"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":168613,"job_number":"JOB_168613","tr_customer_id":168630,"tr_customer_product_id":168620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19220833279008","imei2":"19220833279008","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_151330' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_151330
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTN9.3PG9LpGEP4GDC_6Y9sAoDSH4iRbHMa7OjtFVT3IF2wc
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 67d11d12-2f11-4dd6-8e38-8fd8bf5d71c4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 224ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 70ca9854-31d0-4436-afbe-518b2741b2ed
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{"username":"iamsup","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-W+w8y62p7PCdhi1vyMfep9kEkuQ"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTd9.QeNtObMTrHKm2wZMuvqvXJAKkE3BXWIU13V0Wwp9LZc"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTd9.QeNtObMTrHKm2wZMuvqvXJAKkE3BXWIU13V0Wwp9LZc
Connection keep-alive
If-None-Match W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5e929296-7235-405f-8407-926af59f9325
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f2-c13JZaMe1DjPAjwqciA/I1tIi4k"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 294ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTd9.QeNtObMTrHKm2wZMuvqvXJAKkE3BXWIU13V0Wwp9LZc
Connection keep-alive
If-None-Match W/"f2-c13JZaMe1DjPAjwqciA/I1tIi4k"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6d85d924-439b-48be-9e32-3544a510e9b5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-6kecNgRLgKBeCKV48paXOj6GZJU"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":763},{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Pending for delivery","key":"pending_for_delivery","count":1}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 318ms
Mean size per request: 742.35KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTd9.QeNtObMTrHKm2wZMuvqvXJAKkE3BXWIU13V0Wwp9LZc
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0ca590c3-c599-43f8-8263-420a3b685fb0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"b9966-CyMkp0W7wi3xzA3LBuHpwXWXk7Q"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":167534,"job_number":"JOB_167534","tr_customer_id":167551,"tr_customer_product_id":167541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:47:51.000Z","modified_at":"2026-01-26T19:47:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191112","imei1":"13549925191112","imei2":"13549925191112","popurl":"2026-01-21T19:47:51.047536695Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167535,"job_number":"JOB_167535","tr_customer_id":167552,"tr_customer_product_id":167542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:49:19.000Z","modified_at":"2026-01-26T19:49:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191113","imei1":"13549925191113","imei2":"13549925191113","popurl":"2026-01-21T19:49:19.462367500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167536,"job_number":"JOB_167536","tr_customer_id":167553,"tr_customer_product_id":167543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:55:51.000Z","modified_at":"2026-01-26T19:55:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191114","imei1":"13549925191114","imei2":"13549925191114","popurl":"2026-01-21T19:55:50.501349002Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167537,"job_number":"JOB_167537","tr_customer_id":167554,"tr_customer_product_id":167544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:26:19.000Z","modified_at":"2026-01-26T20:26:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191115","imei1":"13549925191115","imei2":"13549925191115","popurl":"2026-01-21T20:26:18.793331516Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167538,"job_number":"JOB_167538","tr_customer_id":167555,"tr_customer_product_id":167545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:39.000Z","modified_at":"2026-01-26T20:34:39.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191116","imei1":"13549925191116","imei2":"13549925191116","popurl":"2026-01-21T20:34:38.309420072Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167539,"job_number":"JOB_167539","tr_customer_id":167556,"tr_customer_product_id":167546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:41.000Z","modified_at":"2026-01-26T20:34:41.000Z","name":"Zulminan Ahmed","mobile_number":"9876543210","email_id":"ahmedzulminan@gmail.com","dop":"2026-01-16","serial_number":"86991365683924","imei1":"86991365683924","imei2":"86991365683924","popurl":"2026-01-16T20:34:41.725781Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167540,"job_number":"JOB_167540","tr_customer_id":167557,"tr_customer_product_id":167547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:49.000Z","modified_at":"2026-01-26T23:41:49.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-16T23:41:49.233421871Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167541,"job_number":"JOB_167541","tr_customer_id":167558,"tr_customer_product_id":167548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:50.000Z","modified_at":"2026-01-26T23:41:50.000Z","name":"Chaturbhuj Asan","mobile_number":"7096793640","email_id":"rati.shukla@yahoo.co.in","dop":"2026-01-16","serial_number":"765332067084013","imei1":"765332067084013","imei2":"765332067084013","popurl":"www.abhisyanta-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167542,"job_number":"JOB_167542","tr_customer_id":167559,"tr_customer_product_id":167549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:44:15.000Z","modified_at":"2026-01-26T23:44:15.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-16T23:44:14.816301966Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167543,"job_number":"JOB_167543","tr_customer_id":167560,"tr_customer_product_id":167550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T01:31:06.000Z","modified_at":"2026-01-27T01:31:06.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-17","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-17T01:31:05.469619446Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T01:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167548,"job_number":"JOB_167548","tr_customer_id":167565,"tr_customer_product_id":167555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:03:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14540231857564","imei1":"14540231857564","imei2":"14540231857564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167550,"job_number":"JOB_167550","tr_customer_id":167567,"tr_customer_product_id":167557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:54.000Z","modified_at":"2026-01-27T03:03:54.000Z","name":"Jayce Olson","mobile_number":"471-289-5640","email_id":"Sister83@gmail.com","dop":"2025-04-06","serial_number":"16134674822616796","imei1":"16134674822616796","imei2":"16134674822616796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167551,"job_number":"JOB_167551","tr_customer_id":167568,"tr_customer_product_id":167558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:04:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11769976971366","imei1":"11769976971366","imei2":"11769976971366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167553,"job_number":"JOB_167553","tr_customer_id":167570,"tr_customer_product_id":167560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:37.000Z","modified_at":"2026-01-27T03:04:37.000Z","name":"Donato Labadie","mobile_number":"458-864-3903","email_id":"Osbaldo.Skiles@yahoo.com","dop":"2025-04-06","serial_number":"16685826357599888","imei1":"16685826357599888","imei2":"16685826357599888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167554,"job_number":"JOB_167554","tr_customer_id":167571,"tr_customer_product_id":167561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:17.000Z","modified_at":"2026-01-27T03:05:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14795401254556","imei1":"14795401254556","imei2":"14795401254556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167556,"job_number":"JOB_167556","tr_customer_id":167573,"tr_customer_product_id":167563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:19.000Z","modified_at":"2026-01-27T03:05:19.000Z","name":"Alvena Williamson","mobile_number":"423-695-9416","email_id":"Ralph_Daniel99@gmail.com","dop":"2025-04-06","serial_number":"13929952924531452","imei1":"13929952924531452","imei2":"13929952924531452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167559,"job_number":"JOB_167559","tr_customer_id":167576,"tr_customer_product_id":167566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:28.000Z","modified_at":"2026-01-27T03:56:28.000Z","name":"Deron Sanford","mobile_number":"639-632-3468","email_id":"Rey.Kiehn35@yahoo.com","dop":"2025-04-06","serial_number":"18509899910406510","imei1":"18509899910406510","imei2":"18509899910406510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167561,"job_number":"JOB_167561","tr_customer_id":167578,"tr_customer_product_id":167568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:56:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13427742008225","imei1":"13427742008225","imei2":"13427742008225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167563,"job_number":"JOB_167563","tr_customer_id":167580,"tr_customer_product_id":167570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:41.000Z","modified_at":"2026-01-27T03:56:41.000Z","name":"Lisandro Bruen","mobile_number":"911-424-7644","email_id":"Jodie_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13282450462299732","imei1":"13282450462299732","imei2":"13282450462299732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167565,"job_number":"JOB_167565","tr_customer_id":167582,"tr_customer_product_id":167572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:49.000Z","modified_at":"2026-01-27T03:56:49.000Z","name":"Julie Welch","mobile_number":"571-317-7787","email_id":"Raymond93@hotmail.com","dop":"2025-04-06","serial_number":"19012616646092010","imei1":"19012616646092010","imei2":"19012616646092010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167566,"job_number":"JOB_167566","tr_customer_id":167583,"tr_customer_product_id":167573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:56:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10377252459264","imei1":"10377252459264","imei2":"10377252459264","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167569,"job_number":"JOB_167569","tr_customer_id":167586,"tr_customer_product_id":167576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"Brionna Lakin","mobile_number":"382-873-6677","email_id":"Desiree.Carroll36@gmail.com","dop":"2025-06-18","serial_number":"1066996724856225","imei1":"1066996724856225","imei2":"1066996724856225","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167570,"job_number":"JOB_167570","tr_customer_id":167587,"tr_customer_product_id":167577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12442143109962","imei1":"12442143109962","imei2":"12442143109962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167572,"job_number":"JOB_167572","tr_customer_id":167589,"tr_customer_product_id":167579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:56:52.000Z","name":"Vicky Haag","mobile_number":"371-669-9415","email_id":"Braden83@yahoo.com","dop":"2025-04-06","serial_number":"17866526886439260","imei1":"17866526886439260","imei2":"17866526886439260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167574,"job_number":"JOB_167574","tr_customer_id":167591,"tr_customer_product_id":167581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:53.000Z","modified_at":"2026-01-27T03:56:53.000Z","name":"Mertie Bruen","mobile_number":"690-491-2264","email_id":"Zion.Goyette@hotmail.com","dop":"2025-04-06","serial_number":"15584272345159952","imei1":"15584272345159952","imei2":"15584272345159952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167575,"job_number":"JOB_167575","tr_customer_id":167592,"tr_customer_product_id":167582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"Shany Skiles","mobile_number":"343-313-8058","email_id":"Blaze70@hotmail.com","dop":"2025-04-06","serial_number":"15894210290610844","imei1":"15894210290610844","imei2":"15894210290610844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167576,"job_number":"JOB_167576","tr_customer_id":167593,"tr_customer_product_id":167583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15299749897933","imei1":"15299749897933","imei2":"15299749897933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167578,"job_number":"JOB_167578","tr_customer_id":167595,"tr_customer_product_id":167585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:56.000Z","modified_at":"2026-01-27T03:56:56.000Z","name":"Gabrielle Lesch","mobile_number":"230-823-5194","email_id":"Modesta.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"18158410318607250","imei1":"18158410318607250","imei2":"18158410318607250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167582,"job_number":"JOB_167582","tr_customer_id":167599,"tr_customer_product_id":167589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:02.000Z","modified_at":"2026-01-27T03:57:02.000Z","name":"Orrin O'Reilly","mobile_number":"946-754-6258","email_id":"Palma_Kassulke@hotmail.com","dop":"2025-04-06","serial_number":"18298148128893764","imei1":"18298148128893764","imei2":"18298148128893764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167585,"job_number":"JOB_167585","tr_customer_id":167602,"tr_customer_product_id":167592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:11.000Z","modified_at":"2026-01-27T03:57:11.000Z","name":"Emmy Fisher","mobile_number":"650-427-0306","email_id":"Duane_Lueilwitz57@gmail.com","dop":"2025-04-06","serial_number":"11336384071000982","imei1":"11336384071000982","imei2":"11336384071000982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167586,"job_number":"JOB_167586","tr_customer_id":167603,"tr_customer_product_id":167593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13215400182104","imei1":"13215400182104","imei2":"13215400182104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167588,"job_number":"JOB_167588","tr_customer_id":167605,"tr_customer_product_id":167595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:14.000Z","modified_at":"2026-01-27T03:57:14.000Z","name":"Jarod Romaguera","mobile_number":"883-986-3014","email_id":"Veda.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"11033018324819376","imei1":"11033018324819376","imei2":"11033018324819376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167590,"job_number":"JOB_167590","tr_customer_id":167607,"tr_customer_product_id":167597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15246673098955","imei1":"15246673098955","imei2":"15246673098955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167592,"job_number":"JOB_167592","tr_customer_id":167609,"tr_customer_product_id":167599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12906189910328","imei2":"12906189910328","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167594,"job_number":"JOB_167594","tr_customer_id":167611,"tr_customer_product_id":167601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"Leanne Bergnaum","mobile_number":"640-423-3191","email_id":"Newton0@gmail.com","dop":"2025-04-06","serial_number":"16213996860965236","imei1":"16213996860965236","imei2":"16213996860965236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167595,"job_number":"JOB_167595","tr_customer_id":167612,"tr_customer_product_id":167602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11356138290626","imei1":"11356138290626","imei2":"11356138290626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167597,"job_number":"JOB_167597","tr_customer_id":167614,"tr_customer_product_id":167604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19110931384626","imei1":"19110931384626","imei2":"19110931384626","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167599,"job_number":"JOB_167599","tr_customer_id":167616,"tr_customer_product_id":167606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Jeremy Herzog","mobile_number":"282-555-4118","email_id":"Ena.Bechtelar65@gmail.com","dop":"2025-04-06","serial_number":"10173421977002996","imei1":"10173421977002996","imei2":"10173421977002996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167603,"job_number":"JOB_167603","tr_customer_id":167620,"tr_customer_product_id":167610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:21.000Z","modified_at":"2026-01-27T03:57:21.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68516838558450","imei1":"68516838558450","imei2":"68516838558450","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167605,"job_number":"JOB_167605","tr_customer_id":167622,"tr_customer_product_id":167612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:26.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19051448305296","imei1":"19051448305296","imei2":"19051448305296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167607,"job_number":"JOB_167607","tr_customer_id":167624,"tr_customer_product_id":167614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:28.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Jacey Collins","mobile_number":"944-652-7578","email_id":"Elfrieda.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"19632183660748910","imei1":"19632183660748910","imei2":"19632183660748910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167608,"job_number":"JOB_167608","tr_customer_id":167625,"tr_customer_product_id":167615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:29.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10001369553073","imei2":"10001369553073","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167611,"job_number":"JOB_167611","tr_customer_id":167628,"tr_customer_product_id":167618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11217777692370","imei1":"11217777692370","imei2":"11217777692370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167612,"job_number":"JOB_167612","tr_customer_id":167629,"tr_customer_product_id":167619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10855843315205","imei1":"10855843315205","imei2":"10855843315205","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167616,"job_number":"JOB_167616","tr_customer_id":167633,"tr_customer_product_id":167623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jacinto Kerluke","mobile_number":"466-294-4601","email_id":"Isadore_Gerhold@hotmail.com","dop":"2025-06-18","serial_number":"1003114341051045","imei1":"1003114341051045","imei2":"1003114341051045","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167617,"job_number":"JOB_167617","tr_customer_id":167634,"tr_customer_product_id":167624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Arlie Goyette","mobile_number":"774-884-8093","email_id":"Gabriella.Kiehn@gmail.com","dop":"2025-05-30","serial_number":"18680927987810","imei1":"18680927987810","imei2":"18680927987810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167618,"job_number":"JOB_167618","tr_customer_id":167635,"tr_customer_product_id":167625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jerad Considine","mobile_number":"716-463-1971","email_id":"Karina_Mertz@yahoo.com","dop":"2025-04-06","serial_number":"17065802865327806","imei1":"17065802865327806","imei2":"17065802865327806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167619,"job_number":"JOB_167619","tr_customer_id":167636,"tr_customer_product_id":167626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:37.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Justice Stroman","mobile_number":"432-530-0600","email_id":"Edgar41@gmail.com","dop":"2025-05-30","serial_number":"1961560333862636","imei1":"1961560333862636","imei2":"1961560333862636","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167620,"job_number":"JOB_167620","tr_customer_id":167637,"tr_customer_product_id":167627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:38.000Z","modified_at":"2026-01-27T03:57:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18682989177130","imei1":"18682989177130","imei2":"18682989177130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167622,"job_number":"JOB_167622","tr_customer_id":167639,"tr_customer_product_id":167629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16786630480147","imei1":"16786630480147","imei2":"16786630480147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167624,"job_number":"JOB_167624","tr_customer_id":167641,"tr_customer_product_id":167631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Carmelo Hudson","mobile_number":"287-770-1385","email_id":"Elmore_Wiegand26@gmail.com","dop":"2025-04-06","serial_number":"13661757631461158","imei1":"13661757631461158","imei2":"13661757631461158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167625,"job_number":"JOB_167625","tr_customer_id":167642,"tr_customer_product_id":167632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Juana Kuhn","mobile_number":"932-705-7734","email_id":"Will.Schinner@gmail.com","dop":"2025-04-06","serial_number":"12582442804487736","imei1":"12582442804487736","imei2":"12582442804487736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167626,"job_number":"JOB_167626","tr_customer_id":167643,"tr_customer_product_id":167633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:57:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13397876407749","imei1":"13397876407749","imei2":"13397876407749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167628,"job_number":"JOB_167628","tr_customer_id":167645,"tr_customer_product_id":167635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15979907799204","imei2":"15979907799204","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167630,"job_number":"JOB_167630","tr_customer_id":167647,"tr_customer_product_id":167637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Aryanna Schmidt","mobile_number":"786-202-1752","email_id":"Herta.Terry@hotmail.com","dop":"2025-04-06","serial_number":"19423229681970136","imei1":"19423229681970136","imei2":"19423229681970136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167636,"job_number":"JOB_167636","tr_customer_id":167653,"tr_customer_product_id":167643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:57:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12031893215833","imei1":"12031893215833","imei2":"12031893215833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167638,"job_number":"JOB_167638","tr_customer_id":167655,"tr_customer_product_id":167645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:54.000Z","modified_at":"2026-01-27T03:57:54.000Z","name":"Reece Trantow","mobile_number":"302-541-3363","email_id":"Mack.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"17585914696480564","imei1":"17585914696480564","imei2":"17585914696480564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167639,"job_number":"JOB_167639","tr_customer_id":167656,"tr_customer_product_id":167646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:57:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18017191928328","imei1":"18017191928328","imei2":"18017191928328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167641,"job_number":"JOB_167641","tr_customer_id":167658,"tr_customer_product_id":167648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Louvenia Davis","mobile_number":"553-560-1286","email_id":"Schuyler_Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11329337661782124","imei1":"11329337661782124","imei2":"11329337661782124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167642,"job_number":"JOB_167642","tr_customer_id":167659,"tr_customer_product_id":167649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13690465004998","imei1":"13690465004998","imei2":"13690465004998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167648,"job_number":"JOB_167648","tr_customer_id":167665,"tr_customer_product_id":167655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Ena Skiles","mobile_number":"298-265-4144","email_id":"Carolyn.Daniel@gmail.com","dop":"2025-04-06","serial_number":"14437299231964732","imei1":"14437299231964732","imei2":"14437299231964732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167649,"job_number":"JOB_167649","tr_customer_id":167666,"tr_customer_product_id":167656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13548679991903","imei1":"13548679991903","imei2":"13548679991903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167651,"job_number":"JOB_167651","tr_customer_id":167668,"tr_customer_product_id":167658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18941925353118","imei1":"18941925353118","imei2":"18941925353118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167653,"job_number":"JOB_167653","tr_customer_id":167670,"tr_customer_product_id":167660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Asha Torphy","mobile_number":"843-641-3938","email_id":"Isaac14@gmail.com","dop":"2025-04-06","serial_number":"10240867845893942","imei1":"10240867845893942","imei2":"10240867845893942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167654,"job_number":"JOB_167654","tr_customer_id":167671,"tr_customer_product_id":167661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Gerda Cormier","mobile_number":"613-921-9054","email_id":"Erwin.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"12704528046663076","imei1":"12704528046663076","imei2":"12704528046663076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167655,"job_number":"JOB_167655","tr_customer_id":167672,"tr_customer_product_id":167662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13403960447968","imei1":"13403960447968","imei2":"13403960447968","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167659,"job_number":"JOB_167659","tr_customer_id":167676,"tr_customer_product_id":167666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51229279347468","imei1":"51229279347468","imei2":"51229279347468","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167661,"job_number":"JOB_167661","tr_customer_id":167678,"tr_customer_product_id":167668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:14.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19698683003812","imei1":"19698683003812","imei2":"19698683003812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167663,"job_number":"JOB_167663","tr_customer_id":167680,"tr_customer_product_id":167670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:16.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Francesca Murphy","mobile_number":"621-475-6586","email_id":"Shakira49@yahoo.com","dop":"2025-04-06","serial_number":"17519966068101636","imei1":"17519966068101636","imei2":"17519966068101636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167664,"job_number":"JOB_167664","tr_customer_id":167681,"tr_customer_product_id":167671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14442196169883","imei1":"14442196169883","imei2":"14442196169883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167666,"job_number":"JOB_167666","tr_customer_id":167683,"tr_customer_product_id":167673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:20.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Tyler Watsica","mobile_number":"349-948-0788","email_id":"Bell.Nolan52@gmail.com","dop":"2025-04-06","serial_number":"13879215740009048","imei1":"13879215740009048","imei2":"13879215740009048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167667,"job_number":"JOB_167667","tr_customer_id":167684,"tr_customer_product_id":167674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:22.000Z","modified_at":"2026-01-27T03:58:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17305399664989","imei1":"17305399664989","imei2":"17305399664989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167669,"job_number":"JOB_167669","tr_customer_id":167686,"tr_customer_product_id":167676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19373817541206","imei1":"19373817541206","imei2":"19373817541206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167671,"job_number":"JOB_167671","tr_customer_id":167688,"tr_customer_product_id":167678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:24.000Z","modified_at":"2026-01-27T03:58:24.000Z","name":"Daphne Kub","mobile_number":"467-731-6481","email_id":"Jake_Mann14@hotmail.com","dop":"2025-04-06","serial_number":"14942007399332052","imei1":"14942007399332052","imei2":"14942007399332052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167672,"job_number":"JOB_167672","tr_customer_id":167689,"tr_customer_product_id":167679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:25.000Z","modified_at":"2026-01-27T03:58:25.000Z","name":"Kamryn Grady","mobile_number":"862-360-9767","email_id":"Karli11@hotmail.com","dop":"2025-04-06","serial_number":"12026280895334058","imei1":"12026280895334058","imei2":"12026280895334058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167673,"job_number":"JOB_167673","tr_customer_id":167690,"tr_customer_product_id":167680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:58:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19734921860320","imei1":"19734921860320","imei2":"19734921860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167675,"job_number":"JOB_167675","tr_customer_id":167692,"tr_customer_product_id":167682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17256386993031","imei1":"17256386993031","imei2":"17256386993031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167676,"job_number":"JOB_167676","tr_customer_id":167693,"tr_customer_product_id":167683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"Aida Cummings","mobile_number":"665-428-6820","email_id":"Beth_Reinger82@hotmail.com","dop":"2025-04-06","serial_number":"11263284855498930","imei1":"11263284855498930","imei2":"11263284855498930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167678,"job_number":"JOB_167678","tr_customer_id":167695,"tr_customer_product_id":167685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:31.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Sabryna Prohaska","mobile_number":"474-710-1560","email_id":"Eleazar_Daniel46@gmail.com","dop":"2025-04-06","serial_number":"11237624186230580","imei1":"11237624186230580","imei2":"11237624186230580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167679,"job_number":"JOB_167679","tr_customer_id":167696,"tr_customer_product_id":167686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:38.000Z","modified_at":"2026-01-27T03:58:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17290529992797","imei1":"17290529992797","imei2":"17290529992797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167681,"job_number":"JOB_167681","tr_customer_id":167698,"tr_customer_product_id":167688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12578106237988","imei1":"12578106237988","imei2":"12578106237988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167682,"job_number":"JOB_167682","tr_customer_id":167699,"tr_customer_product_id":167689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597778340898","imei1":"15597778340898","imei2":"15597778340898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167685,"job_number":"JOB_167685","tr_customer_id":167702,"tr_customer_product_id":167692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:58:40.000Z","name":"Conner Hilpert","mobile_number":"396-688-0700","email_id":"Gilda.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"14712767531465108","imei1":"14712767531465108","imei2":"14712767531465108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167687,"job_number":"JOB_167687","tr_customer_id":167704,"tr_customer_product_id":167694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Keely Gleason","mobile_number":"753-466-1947","email_id":"Francisco23@gmail.com","dop":"2025-04-06","serial_number":"16512057136923444","imei1":"16512057136923444","imei2":"16512057136923444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167689,"job_number":"JOB_167689","tr_customer_id":167706,"tr_customer_product_id":167696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Jamarcus Conn","mobile_number":"258-569-2257","email_id":"Olin94@gmail.com","dop":"2025-04-06","serial_number":"14336684273308248","imei1":"14336684273308248","imei2":"14336684273308248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167691,"job_number":"JOB_167691","tr_customer_id":167708,"tr_customer_product_id":167698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16061707656514","imei1":"16061707656514","imei2":"16061707656514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167692,"job_number":"JOB_167692","tr_customer_id":167709,"tr_customer_product_id":167699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16413009223480","imei1":"16413009223480","imei2":"16413009223480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167695,"job_number":"JOB_167695","tr_customer_id":167712,"tr_customer_product_id":167702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Thalia Volkman","mobile_number":"462-730-8924","email_id":"Hazel30@hotmail.com","dop":"2025-04-06","serial_number":"17868655623113104","imei1":"17868655623113104","imei2":"17868655623113104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167696,"job_number":"JOB_167696","tr_customer_id":167713,"tr_customer_product_id":167703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Kathryne Windler","mobile_number":"871-332-1922","email_id":"Irwin.Denesik@gmail.com","dop":"2025-04-06","serial_number":"11471488602647400","imei1":"11471488602647400","imei2":"11471488602647400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167698,"job_number":"JOB_167698","tr_customer_id":167715,"tr_customer_product_id":167705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18722576579872","imei1":"18722576579872","imei2":"18722576579872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167702,"job_number":"JOB_167702","tr_customer_id":167719,"tr_customer_product_id":167709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14534040176453","imei1":"14534040176453","imei2":"14534040176453","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167703,"job_number":"JOB_167703","tr_customer_id":167720,"tr_customer_product_id":167710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:58:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15568245128975","imei1":"15568245128975","imei2":"15568245128975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167708,"job_number":"JOB_167708","tr_customer_id":167725,"tr_customer_product_id":167715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Betsy Beatty","mobile_number":"962-207-0290","email_id":"Bell.Orn3@gmail.com","dop":"2025-04-06","serial_number":"14434650120704726","imei1":"14434650120704726","imei2":"14434650120704726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167709,"job_number":"JOB_167709","tr_customer_id":167726,"tr_customer_product_id":167716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15598275721214","imei1":"15598275721214","imei2":"15598275721214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167711,"job_number":"JOB_167711","tr_customer_id":167728,"tr_customer_product_id":167718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11985838423999","imei1":"11985838423999","imei2":"11985838423999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167712,"job_number":"JOB_167712","tr_customer_id":167729,"tr_customer_product_id":167719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Rusty Rosenbaum","mobile_number":"266-273-5065","email_id":"Herminio31@hotmail.com","dop":"2025-04-06","serial_number":"10406673123257408","imei1":"10406673123257408","imei2":"10406673123257408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167714,"job_number":"JOB_167714","tr_customer_id":167731,"tr_customer_product_id":167721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:09.000Z","modified_at":"2026-01-27T03:59:09.000Z","name":"Gwendolyn Marquardt","mobile_number":"397-315-5494","email_id":"Ida.Block4@yahoo.com","dop":"2025-04-06","serial_number":"12069322754066996","imei1":"12069322754066996","imei2":"12069322754066996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167718,"job_number":"JOB_167718","tr_customer_id":167735,"tr_customer_product_id":167725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17008880227135","imei1":"17008880227135","imei2":"17008880227135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167720,"job_number":"JOB_167720","tr_customer_id":167737,"tr_customer_product_id":167727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:15.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Baron Gleichner","mobile_number":"569-974-0764","email_id":"Tillman67@yahoo.com","dop":"2025-04-06","serial_number":"16696866616047820","imei1":"16696866616047820","imei2":"16696866616047820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167721,"job_number":"JOB_167721","tr_customer_id":167738,"tr_customer_product_id":167728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T03:59:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11172627533643","imei1":"11172627533643","imei2":"11172627533643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167723,"job_number":"JOB_167723","tr_customer_id":167740,"tr_customer_product_id":167730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:27.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Larissa Wilderman","mobile_number":"612-596-5819","email_id":"Cassie_King98@yahoo.com","dop":"2025-04-06","serial_number":"17988825406305388","imei1":"17988825406305388","imei2":"17988825406305388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167727,"job_number":"JOB_167727","tr_customer_id":167744,"tr_customer_product_id":167734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T03:59:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18169069886721","imei1":"18169069886721","imei2":"18169069886721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167729,"job_number":"JOB_167729","tr_customer_id":167746,"tr_customer_product_id":167736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:41.000Z","modified_at":"2026-01-27T03:59:41.000Z","name":"Leonie Stoltenberg","mobile_number":"632-793-6650","email_id":"Lia98@yahoo.com","dop":"2025-04-06","serial_number":"18862572585037620","imei1":"18862572585037620","imei2":"18862572585037620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167730,"job_number":"JOB_167730","tr_customer_id":167747,"tr_customer_product_id":167737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T03:59:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16140328322120","imei1":"16140328322120","imei2":"16140328322120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167732,"job_number":"JOB_167732","tr_customer_id":167749,"tr_customer_product_id":167739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:00.000Z","modified_at":"2026-01-27T04:00:00.000Z","name":"Amparo Stroman","mobile_number":"652-396-9062","email_id":"Theodora_Cormier@yahoo.com","dop":"2025-04-06","serial_number":"12770672414828126","imei1":"12770672414828126","imei2":"12770672414828126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167733,"job_number":"JOB_167733","tr_customer_id":167750,"tr_customer_product_id":167740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:00:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11149211780437","imei1":"11149211780437","imei2":"11149211780437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167735,"job_number":"JOB_167735","tr_customer_id":167752,"tr_customer_product_id":167742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:26.000Z","modified_at":"2026-01-27T04:00:26.000Z","name":"Alessandro Klein","mobile_number":"249-949-3079","email_id":"Antonette_Ward49@hotmail.com","dop":"2025-04-06","serial_number":"16760489880667088","imei1":"16760489880667088","imei2":"16760489880667088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167736,"job_number":"JOB_167736","tr_customer_id":167753,"tr_customer_product_id":167743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68750095402755","imei1":"68750095402755","imei2":"68750095402755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167737,"job_number":"JOB_167737","tr_customer_id":167754,"tr_customer_product_id":167744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87908979667028","imei1":"87908979667028","imei2":"87908979667028","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167738,"job_number":"JOB_167738","tr_customer_id":167755,"tr_customer_product_id":167745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69648210848652","imei1":"69648210848652","imei2":"69648210848652","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167739,"job_number":"JOB_167739","tr_customer_id":167756,"tr_customer_product_id":167746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23206692471066","imei1":"23206692471066","imei2":"23206692471066","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167740,"job_number":"JOB_167740","tr_customer_id":167757,"tr_customer_product_id":167747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25474750557996","imei1":"25474750557996","imei2":"25474750557996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167741,"job_number":"JOB_167741","tr_customer_id":167758,"tr_customer_product_id":167748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18506977235583","imei1":"18506977235583","imei2":"18506977235583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167743,"job_number":"JOB_167743","tr_customer_id":167760,"tr_customer_product_id":167750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46488600950401","imei1":"46488600950401","imei2":"46488600950401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167744,"job_number":"JOB_167744","tr_customer_id":167761,"tr_customer_product_id":167751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84840740161320","imei1":"84840740161320","imei2":"84840740161320","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167745,"job_number":"JOB_167745","tr_customer_id":167762,"tr_customer_product_id":167752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46523212624438","imei1":"46523212624438","imei2":"46523212624438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167746,"job_number":"JOB_167746","tr_customer_id":167763,"tr_customer_product_id":167753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53625626675668","imei1":"53625626675668","imei2":"53625626675668","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167747,"job_number":"JOB_167747","tr_customer_id":167764,"tr_customer_product_id":167754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63891004325201","imei1":"63891004325201","imei2":"63891004325201","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167748,"job_number":"JOB_167748","tr_customer_id":167765,"tr_customer_product_id":167755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41394992103667","imei1":"41394992103667","imei2":"41394992103667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167750,"job_number":"JOB_167750","tr_customer_id":167767,"tr_customer_product_id":167757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12920615173484","imei1":"12920615173484","imei2":"12920615173484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167751,"job_number":"JOB_167751","tr_customer_id":167768,"tr_customer_product_id":167758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73599827046103","imei1":"73599827046103","imei2":"73599827046103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167752,"job_number":"JOB_167752","tr_customer_id":167769,"tr_customer_product_id":167759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13224128065911","imei1":"13224128065911","imei2":"13224128065911","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167753,"job_number":"JOB_167753","tr_customer_id":167770,"tr_customer_product_id":167760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46674199155380","imei1":"46674199155380","imei2":"46674199155380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167754,"job_number":"JOB_167754","tr_customer_id":167771,"tr_customer_product_id":167761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15031952061543","imei1":"15031952061543","imei2":"15031952061543","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167755,"job_number":"JOB_167755","tr_customer_id":167772,"tr_customer_product_id":167762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40729081242918","imei1":"40729081242918","imei2":"40729081242918","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167759,"job_number":"JOB_167759","tr_customer_id":167776,"tr_customer_product_id":167766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:41:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10503948481380","imei1":"10503948481380","imei2":"10503948481380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167761,"job_number":"JOB_167761","tr_customer_id":167778,"tr_customer_product_id":167768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:29.000Z","modified_at":"2026-01-27T04:41:29.000Z","name":"Jonathon Kohler","mobile_number":"323-332-8852","email_id":"Hollis.Hegmann72@gmail.com","dop":"2025-04-06","serial_number":"16750184270928274","imei1":"16750184270928274","imei2":"16750184270928274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167762,"job_number":"JOB_167762","tr_customer_id":167779,"tr_customer_product_id":167769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:15.000Z","modified_at":"2026-01-27T04:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18798652558941","imei1":"18798652558941","imei2":"18798652558941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167764,"job_number":"JOB_167764","tr_customer_id":167781,"tr_customer_product_id":167771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:17.000Z","modified_at":"2026-01-27T04:42:17.000Z","name":"Jabari Wyman","mobile_number":"655-718-3360","email_id":"Roosevelt.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"14727302101919016","imei1":"14727302101919016","imei2":"14727302101919016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167765,"job_number":"JOB_167765","tr_customer_id":167782,"tr_customer_product_id":167772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:03.000Z","modified_at":"2026-01-27T04:43:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19948686107370","imei1":"19948686107370","imei2":"19948686107370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167767,"job_number":"JOB_167767","tr_customer_id":167784,"tr_customer_product_id":167774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:05.000Z","modified_at":"2026-01-27T04:43:05.000Z","name":"Brycen Hartmann","mobile_number":"920-423-2523","email_id":"Billy38@yahoo.com","dop":"2025-04-06","serial_number":"17160575372195656","imei1":"17160575372195656","imei2":"17160575372195656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167768,"job_number":"JOB_167768","tr_customer_id":167785,"tr_customer_product_id":167775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:07.000Z","modified_at":"2026-01-27T04:43:07.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"15444292375424","imei1":"15444292375424","imei2":"15444292375424","popurl":"2026-01-17T04:43:07.439793018Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167769,"job_number":"JOB_167769","tr_customer_id":167786,"tr_customer_product_id":167776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:32.000Z","modified_at":"2026-01-27T04:43:32.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"79668445389652","imei1":"79668445389652","imei2":"79668445389652","popurl":"2026-01-17T04:43:32.109403420Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167770,"job_number":"JOB_167770","tr_customer_id":167787,"tr_customer_product_id":167777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103498957615061","imei1":"103498957615061","imei2":"103498957615061","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167772,"job_number":"JOB_167772","tr_customer_id":167789,"tr_customer_product_id":167779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:51:55.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100099889244294","imei1":"100099889244294","imei2":"100099889244294","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167775,"job_number":"JOB_167775","tr_customer_id":167792,"tr_customer_product_id":167782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:39.000Z","modified_at":"2026-01-27T04:57:39.000Z","name":"Diego Bayer","mobile_number":"665-414-9415","email_id":"Mara.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"11332008650035692","imei1":"11332008650035692","imei2":"11332008650035692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167777,"job_number":"JOB_167777","tr_customer_id":167794,"tr_customer_product_id":167784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:25.000Z","modified_at":"2026-01-27T04:58:25.000Z","name":"Tillman Schultz","mobile_number":"358-708-5320","email_id":"Helena_Kuhic@gmail.com","dop":"2025-04-06","serial_number":"13321667553343650","imei1":"13321667553343650","imei2":"13321667553343650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167779,"job_number":"JOB_167779","tr_customer_id":167796,"tr_customer_product_id":167786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:11.000Z","modified_at":"2026-01-27T04:59:11.000Z","name":"Gene Effertz","mobile_number":"977-611-6671","email_id":"Javier.Rutherford@gmail.com","dop":"2025-04-06","serial_number":"19594496775397960","imei1":"19594496775397960","imei2":"19594496775397960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167781,"job_number":"JOB_167781","tr_customer_id":167798,"tr_customer_product_id":167788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:54.000Z","modified_at":"2026-01-27T05:00:54.000Z","name":"Celia Hamill","mobile_number":"980-656-1254","email_id":"Jayme80@yahoo.com","dop":"2025-04-06","serial_number":"17093614278677168","imei1":"17093614278677168","imei2":"17093614278677168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167783,"job_number":"JOB_167783","tr_customer_id":167800,"tr_customer_product_id":167790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:12.000Z","modified_at":"2026-01-27T05:01:12.000Z","name":"Lucinda Smith","mobile_number":"711-707-2038","email_id":"Raven_Tromp68@hotmail.com","dop":"2025-04-06","serial_number":"18435660998000900","imei1":"18435660998000900","imei2":"18435660998000900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167784,"job_number":"JOB_167784","tr_customer_id":167801,"tr_customer_product_id":167791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:08.000Z","modified_at":"2026-01-27T05:18:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18105688226137","imei1":"18105688226137","imei2":"18105688226137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167786,"job_number":"JOB_167786","tr_customer_id":167803,"tr_customer_product_id":167793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:10.000Z","modified_at":"2026-01-27T05:18:10.000Z","name":"Concepcion Kling","mobile_number":"485-572-1549","email_id":"Gwendolyn_Prohaska74@hotmail.com","dop":"2025-04-06","serial_number":"15864204710609916","imei1":"15864204710609916","imei2":"15864204710609916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167787,"job_number":"JOB_167787","tr_customer_id":167804,"tr_customer_product_id":167794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:53.000Z","modified_at":"2026-01-27T05:18:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17393390155661","imei1":"17393390155661","imei2":"17393390155661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167789,"job_number":"JOB_167789","tr_customer_id":167806,"tr_customer_product_id":167796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:55.000Z","modified_at":"2026-01-27T05:18:55.000Z","name":"Samantha Heidenreich","mobile_number":"264-977-5406","email_id":"Alanna.Keebler55@hotmail.com","dop":"2025-04-06","serial_number":"17862732445518564","imei1":"17862732445518564","imei2":"17862732445518564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167790,"job_number":"JOB_167790","tr_customer_id":167807,"tr_customer_product_id":167797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:38.000Z","modified_at":"2026-01-27T05:19:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12162921804378","imei1":"12162921804378","imei2":"12162921804378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167792,"job_number":"JOB_167792","tr_customer_id":167809,"tr_customer_product_id":167799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:40.000Z","modified_at":"2026-01-27T05:19:40.000Z","name":"Vella Smitham","mobile_number":"409-455-6807","email_id":"Theresa.Collins@gmail.com","dop":"2025-04-06","serial_number":"11657422336501164","imei1":"11657422336501164","imei2":"11657422336501164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167796,"job_number":"JOB_167796","tr_customer_id":167813,"tr_customer_product_id":167803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11730143042933","imei1":"11730143042933","imei2":"11730143042933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167798,"job_number":"JOB_167798","tr_customer_id":167815,"tr_customer_product_id":167805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:04.000Z","modified_at":"2026-01-27T06:19:04.000Z","name":"Brown Bednar","mobile_number":"861-977-4122","email_id":"Karlie_Green48@gmail.com","dop":"2025-04-06","serial_number":"18532545821601696","imei1":"18532545821601696","imei2":"18532545821601696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167799,"job_number":"JOB_167799","tr_customer_id":167816,"tr_customer_product_id":167806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18187635174485","imei1":"18187635174485","imei2":"18187635174485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167801,"job_number":"JOB_167801","tr_customer_id":167818,"tr_customer_product_id":167808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:48.000Z","modified_at":"2026-01-27T06:19:48.000Z","name":"Clarissa Gerlach","mobile_number":"329-576-0565","email_id":"Amani46@hotmail.com","dop":"2025-04-06","serial_number":"19841535420662280","imei1":"19841535420662280","imei2":"19841535420662280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167808,"job_number":"JOB_167808","tr_customer_id":167825,"tr_customer_product_id":167815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:30.000Z","modified_at":"2026-01-27T06:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16491092711122","imei1":"16491092711122","imei2":"16491092711122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167810,"job_number":"JOB_167810","tr_customer_id":167827,"tr_customer_product_id":167817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:32.000Z","modified_at":"2026-01-27T06:20:32.000Z","name":"Hipolito Hermiston","mobile_number":"643-640-8790","email_id":"Minnie50@yahoo.com","dop":"2025-04-06","serial_number":"16738148478419176","imei1":"16738148478419176","imei2":"16738148478419176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167816,"job_number":"JOB_167816","tr_customer_id":167833,"tr_customer_product_id":167823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10590065726560","imei1":"10590065726560","imei2":"10590065726560","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167817,"job_number":"JOB_167817","tr_customer_id":167834,"tr_customer_product_id":167824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"Dedrick Sawayn","mobile_number":"606-435-9603","email_id":"Cedrick18@gmail.com","dop":"2025-04-06","serial_number":"14284034712076870","imei1":"14284034712076870","imei2":"14284034712076870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167819,"job_number":"JOB_167819","tr_customer_id":167836,"tr_customer_product_id":167826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:06.000Z","modified_at":"2026-01-27T06:23:06.000Z","name":"Aniya Mueller","mobile_number":"546-393-9663","email_id":"Chanelle2@hotmail.com","dop":"2025-06-18","serial_number":"1072434199213766","imei1":"1072434199213766","imei2":"1072434199213766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167820,"job_number":"JOB_167820","tr_customer_id":167837,"tr_customer_product_id":167827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:23:48.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10101267317766","imei1":"10101267317766","imei2":"10101267317766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167822,"job_number":"JOB_167822","tr_customer_id":167839,"tr_customer_product_id":167829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:49.000Z","modified_at":"2026-01-27T06:23:49.000Z","name":"Stefanie Lemke","mobile_number":"292-504-2515","email_id":"Kali24@gmail.com","dop":"2025-06-18","serial_number":"1067109977151928","imei1":"1067109977151928","imei2":"1067109977151928","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167823,"job_number":"JOB_167823","tr_customer_id":167840,"tr_customer_product_id":167830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:24:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11740984830074","imei1":"11740984830074","imei2":"11740984830074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167825,"job_number":"JOB_167825","tr_customer_id":167842,"tr_customer_product_id":167832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:37.000Z","modified_at":"2026-01-27T06:24:37.000Z","name":"Kaleb Beahan","mobile_number":"242-722-0254","email_id":"Sunny81@hotmail.com","dop":"2025-04-06","serial_number":"18555023955379372","imei1":"18555023955379372","imei2":"18555023955379372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167826,"job_number":"JOB_167826","tr_customer_id":167843,"tr_customer_product_id":167833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:26.000Z","modified_at":"2026-01-27T06:25:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12338518242380","imei1":"12338518242380","imei2":"12338518242380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167828,"job_number":"JOB_167828","tr_customer_id":167845,"tr_customer_product_id":167835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:28.000Z","modified_at":"2026-01-27T06:25:28.000Z","name":"Ramon Hilll","mobile_number":"811-699-6550","email_id":"Brook56@gmail.com","dop":"2025-04-06","serial_number":"19695958491683900","imei1":"19695958491683900","imei2":"19695958491683900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167829,"job_number":"JOB_167829","tr_customer_id":167846,"tr_customer_product_id":167836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:26:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15802935641808","imei1":"15802935641808","imei2":"15802935641808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167831,"job_number":"JOB_167831","tr_customer_id":167848,"tr_customer_product_id":167838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:19.000Z","modified_at":"2026-01-27T06:26:19.000Z","name":"Lazaro Hoppe","mobile_number":"805-669-5412","email_id":"Leland_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"18267334371696710","imei1":"18267334371696710","imei2":"18267334371696710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167832,"job_number":"JOB_167832","tr_customer_id":167849,"tr_customer_product_id":167839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:27:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11615152671057","imei1":"11615152671057","imei2":"11615152671057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167834,"job_number":"JOB_167834","tr_customer_id":167851,"tr_customer_product_id":167841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:39.000Z","modified_at":"2026-01-27T06:27:39.000Z","name":"Hettie Brakus","mobile_number":"920-884-7742","email_id":"Lillian.Steuber98@gmail.com","dop":"2025-04-06","serial_number":"17652142820175848","imei1":"17652142820175848","imei2":"17652142820175848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167835,"job_number":"JOB_167835","tr_customer_id":167852,"tr_customer_product_id":167842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19904485216653","imei1":"19904485216653","imei2":"19904485216653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167837,"job_number":"JOB_167837","tr_customer_id":167854,"tr_customer_product_id":167844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:23.000Z","modified_at":"2026-01-27T06:28:23.000Z","name":"Bobby Bogan","mobile_number":"519-540-8511","email_id":"Moriah.Torp35@gmail.com","dop":"2025-04-06","serial_number":"10461022854004748","imei1":"10461022854004748","imei2":"10461022854004748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167838,"job_number":"JOB_167838","tr_customer_id":167855,"tr_customer_product_id":167845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19420379464284","imei1":"19420379464284","imei2":"19420379464284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167840,"job_number":"JOB_167840","tr_customer_id":167857,"tr_customer_product_id":167847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:06.000Z","modified_at":"2026-01-27T06:29:06.000Z","name":"Anastacio Ebert","mobile_number":"971-557-1170","email_id":"Reba3@hotmail.com","dop":"2025-04-06","serial_number":"14007303508030568","imei1":"14007303508030568","imei2":"14007303508030568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167843,"job_number":"JOB_167843","tr_customer_id":167860,"tr_customer_product_id":167850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17339423269073","imei1":"17339423269073","imei2":"17339423269073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167845,"job_number":"JOB_167845","tr_customer_id":167862,"tr_customer_product_id":167852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:17.000Z","name":"Modesto Sauer","mobile_number":"424-849-3916","email_id":"Delilah_Treutel27@hotmail.com","dop":"2025-04-06","serial_number":"11996959230079538","imei1":"11996959230079538","imei2":"11996959230079538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167847,"job_number":"JOB_167847","tr_customer_id":167864,"tr_customer_product_id":167854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15985961373989","imei1":"15985961373989","imei2":"15985961373989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167849,"job_number":"JOB_167849","tr_customer_id":167866,"tr_customer_product_id":167856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:05.000Z","modified_at":"2026-01-27T06:31:05.000Z","name":"Giovani McKenzie","mobile_number":"898-307-0001","email_id":"Brady_Leannon@hotmail.com","dop":"2025-04-06","serial_number":"19451465414718350","imei1":"19451465414718350","imei2":"19451465414718350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167850,"job_number":"JOB_167850","tr_customer_id":167867,"tr_customer_product_id":167857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:31:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10477906422672","imei2":"10477906422672","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167852,"job_number":"JOB_167852","tr_customer_id":167869,"tr_customer_product_id":167859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:31:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11373056543091","imei1":"11373056543091","imei2":"11373056543091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167854,"job_number":"JOB_167854","tr_customer_id":167871,"tr_customer_product_id":167861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:52.000Z","modified_at":"2026-01-27T06:31:52.000Z","name":"Sadye Sipes","mobile_number":"779-875-8270","email_id":"Ebony.Hirthe@gmail.com","dop":"2025-04-06","serial_number":"10349692400180752","imei1":"10349692400180752","imei2":"10349692400180752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167855,"job_number":"JOB_167855","tr_customer_id":167872,"tr_customer_product_id":167862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14206461523702","imei2":"14206461523702","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167857,"job_number":"JOB_167857","tr_customer_id":167874,"tr_customer_product_id":167864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:17.000Z","modified_at":"2026-01-27T06:32:17.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12347251322045","imei2":"12347251322045","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167860,"job_number":"JOB_167860","tr_customer_id":167877,"tr_customer_product_id":167867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:28.000Z","modified_at":"2026-01-27T06:34:28.000Z","name":"Felton Jones","mobile_number":"461-830-5368","email_id":"Donald_Muller@gmail.com","dop":"2025-04-06","serial_number":"15954666796721888","imei1":"15954666796721888","imei2":"15954666796721888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167861,"job_number":"JOB_167861","tr_customer_id":167878,"tr_customer_product_id":167868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:06.000Z","modified_at":"2026-01-27T06:35:06.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17343592327259","imei1":"17343592327259","imei2":"17343592327259","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167863,"job_number":"JOB_167863","tr_customer_id":167880,"tr_customer_product_id":167870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:28.000Z","modified_at":"2026-01-27T06:35:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12322716487394","imei1":"12322716487394","imei2":"12322716487394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167865,"job_number":"JOB_167865","tr_customer_id":167882,"tr_customer_product_id":167872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:30.000Z","modified_at":"2026-01-27T06:35:30.000Z","name":"Omer Maggio","mobile_number":"655-959-8696","email_id":"Hershel99@gmail.com","dop":"2025-04-06","serial_number":"11488347981559736","imei1":"11488347981559736","imei2":"11488347981559736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167869,"job_number":"JOB_167869","tr_customer_id":167886,"tr_customer_product_id":167876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:54.000Z","modified_at":"2026-01-27T06:35:54.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17324433358007","imei1":"17324433358007","imei2":"17324433358007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167871,"job_number":"JOB_167871","tr_customer_id":167888,"tr_customer_product_id":167878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:15.000Z","modified_at":"2026-01-27T06:36:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18948317579051","imei1":"18948317579051","imei2":"18948317579051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167873,"job_number":"JOB_167873","tr_customer_id":167890,"tr_customer_product_id":167880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:17.000Z","modified_at":"2026-01-27T06:36:17.000Z","name":"Maye Rodriguez","mobile_number":"655-525-8401","email_id":"Edward.Walsh28@gmail.com","dop":"2025-04-06","serial_number":"18172135488968240","imei1":"18172135488968240","imei2":"18172135488968240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167877,"job_number":"JOB_167877","tr_customer_id":167894,"tr_customer_product_id":167884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:36:42.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16171174787922","imei1":"16171174787922","imei2":"16171174787922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167879,"job_number":"JOB_167879","tr_customer_id":167896,"tr_customer_product_id":167886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797132248973","imei1":"12797132248973","imei2":"12797132248973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167880,"job_number":"JOB_167880","tr_customer_id":167897,"tr_customer_product_id":167887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15941554825756","imei1":"15941554825756","imei2":"15941554825756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167883,"job_number":"JOB_167883","tr_customer_id":167900,"tr_customer_product_id":167890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Avis Fadel","mobile_number":"908-634-0138","email_id":"Norene.Raynor@gmail.com","dop":"2025-04-06","serial_number":"18320246082397332","imei1":"18320246082397332","imei2":"18320246082397332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167884,"job_number":"JOB_167884","tr_customer_id":167901,"tr_customer_product_id":167891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Wyatt Friesen","mobile_number":"592-951-6370","email_id":"Willard57@yahoo.com","dop":"2025-04-06","serial_number":"18984968440466710","imei1":"18984968440466710","imei2":"18984968440466710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167888,"job_number":"JOB_167888","tr_customer_id":167905,"tr_customer_product_id":167895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:37:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10244847596438","imei1":"10244847596438","imei2":"10244847596438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167890,"job_number":"JOB_167890","tr_customer_id":167907,"tr_customer_product_id":167897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:49.000Z","modified_at":"2026-01-27T06:37:49.000Z","name":"Davion Gaylord","mobile_number":"478-883-2288","email_id":"Alejandrin_OKeefe47@gmail.com","dop":"2025-04-06","serial_number":"11487920209396314","imei1":"11487920209396314","imei2":"11487920209396314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167894,"job_number":"JOB_167894","tr_customer_id":167911,"tr_customer_product_id":167901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:31.000Z","modified_at":"2026-01-27T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14777744687360","imei1":"14777744687360","imei2":"14777744687360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167896,"job_number":"JOB_167896","tr_customer_id":167913,"tr_customer_product_id":167903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:33.000Z","modified_at":"2026-01-27T06:38:33.000Z","name":"Marty Corkery","mobile_number":"727-204-3064","email_id":"Domenico.Huels@yahoo.com","dop":"2025-04-06","serial_number":"10948488540603988","imei1":"10948488540603988","imei2":"10948488540603988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167897,"job_number":"JOB_167897","tr_customer_id":167914,"tr_customer_product_id":167904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18231155699279","imei1":"18231155699279","imei2":"18231155699279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167899,"job_number":"JOB_167899","tr_customer_id":167916,"tr_customer_product_id":167906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:06.000Z","modified_at":"2026-01-27T06:42:06.000Z","name":"Lisa Zulauf","mobile_number":"250-618-8688","email_id":"Chelsea9@yahoo.com","dop":"2025-04-06","serial_number":"17611184738963124","imei1":"17611184738963124","imei2":"17611184738963124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167900,"job_number":"JOB_167900","tr_customer_id":167917,"tr_customer_product_id":167907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:42:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17079659156633","imei1":"17079659156633","imei2":"17079659156633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167902,"job_number":"JOB_167902","tr_customer_id":167919,"tr_customer_product_id":167909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:56.000Z","modified_at":"2026-01-27T06:42:56.000Z","name":"Ned Dach","mobile_number":"535-612-0082","email_id":"Adolfo_Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15430774571147254","imei1":"15430774571147254","imei2":"15430774571147254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167903,"job_number":"JOB_167903","tr_customer_id":167920,"tr_customer_product_id":167910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:01.000Z","modified_at":"2026-01-27T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14958910419154","imei1":"14958910419154","imei2":"14958910419154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167905,"job_number":"JOB_167905","tr_customer_id":167922,"tr_customer_product_id":167912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:03.000Z","modified_at":"2026-01-27T06:43:03.000Z","name":"Roy Aufderhar","mobile_number":"826-647-3721","email_id":"Sheila.Murphy83@yahoo.com","dop":"2025-04-06","serial_number":"10699411250399026","imei1":"10699411250399026","imei2":"10699411250399026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167906,"job_number":"JOB_167906","tr_customer_id":167923,"tr_customer_product_id":167913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:43:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15646928553703","imei1":"15646928553703","imei2":"15646928553703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167908,"job_number":"JOB_167908","tr_customer_id":167925,"tr_customer_product_id":167915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:44.000Z","modified_at":"2026-01-27T06:43:44.000Z","name":"Victor Schroeder","mobile_number":"473-540-3534","email_id":"Dexter_Marks@gmail.com","dop":"2025-04-06","serial_number":"16447744665311734","imei1":"16447744665311734","imei2":"16447744665311734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167910,"job_number":"JOB_167910","tr_customer_id":167927,"tr_customer_product_id":167917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:46.000Z","modified_at":"2026-01-27T06:43:46.000Z","name":"Percy Crist","mobile_number":"935-950-9106","email_id":"Krystel.Ankunding67@yahoo.com","dop":"2025-04-06","serial_number":"18545814363637170","imei1":"18545814363637170","imei2":"18545814363637170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167911,"job_number":"JOB_167911","tr_customer_id":167928,"tr_customer_product_id":167918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:49.000Z","modified_at":"2026-01-27T06:43:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13742475805245","imei1":"13742475805245","imei2":"13742475805245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167913,"job_number":"JOB_167913","tr_customer_id":167930,"tr_customer_product_id":167920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:51.000Z","modified_at":"2026-01-27T06:43:51.000Z","name":"Serenity Boyer","mobile_number":"339-974-1255","email_id":"Carleton.Marvin98@gmail.com","dop":"2025-04-06","serial_number":"15255955352476028","imei1":"15255955352476028","imei2":"15255955352476028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167915,"job_number":"JOB_167915","tr_customer_id":167932,"tr_customer_product_id":167922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:18.000Z","modified_at":"2026-01-27T06:44:18.000Z","name":"Ariane Hamill","mobile_number":"398-734-1884","email_id":"Ryleigh.Tremblay42@hotmail.com","dop":"2025-04-06","serial_number":"10595233660109322","imei1":"10595233660109322","imei2":"10595233660109322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167916,"job_number":"JOB_167916","tr_customer_id":167933,"tr_customer_product_id":167923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17063374650545","imei1":"17063374650545","imei2":"17063374650545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167918,"job_number":"JOB_167918","tr_customer_id":167935,"tr_customer_product_id":167925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:39.000Z","modified_at":"2026-01-27T06:44:39.000Z","name":"Golden Brown","mobile_number":"840-732-0041","email_id":"Hailie73@hotmail.com","dop":"2025-04-06","serial_number":"15818286366602872","imei1":"15818286366602872","imei2":"15818286366602872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167919,"job_number":"JOB_167919","tr_customer_id":167936,"tr_customer_product_id":167926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:49:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17402848540623","imei1":"17402848540623","imei2":"17402848540623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167921,"job_number":"JOB_167921","tr_customer_id":167938,"tr_customer_product_id":167928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:26.000Z","modified_at":"2026-01-27T06:49:26.000Z","name":"Garry Haag","mobile_number":"330-706-5364","email_id":"Lenna35@hotmail.com","dop":"2025-04-06","serial_number":"11179143080451844","imei1":"11179143080451844","imei2":"11179143080451844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167923,"job_number":"JOB_167923","tr_customer_id":167940,"tr_customer_product_id":167930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:30.000Z","modified_at":"2026-01-27T06:49:30.000Z","name":"Milton Bartell","mobile_number":"357-620-1896","email_id":"Kian46@hotmail.com","dop":"2025-04-06","serial_number":"17118551920422780","imei1":"17118551920422780","imei2":"17118551920422780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167924,"job_number":"JOB_167924","tr_customer_id":167941,"tr_customer_product_id":167931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:49:52.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10934874410701","imei1":"10934874410701","imei2":"10934874410701","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167926,"job_number":"JOB_167926","tr_customer_id":167943,"tr_customer_product_id":167933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:54.000Z","modified_at":"2026-01-27T06:49:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"90321257518944","imei1":"90321257518944","imei2":"90321257518944","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167927,"job_number":"JOB_167927","tr_customer_id":167944,"tr_customer_product_id":167934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13203431323945","imei1":"13203431323945","imei2":"13203431323945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167929,"job_number":"JOB_167929","tr_customer_id":167946,"tr_customer_product_id":167936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:13.000Z","modified_at":"2026-01-27T06:50:13.000Z","name":"Arno Kessler","mobile_number":"230-754-1794","email_id":"Stanley57@hotmail.com","dop":"2025-04-06","serial_number":"18194212640282856","imei1":"18194212640282856","imei2":"18194212640282856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167930,"job_number":"JOB_167930","tr_customer_id":167947,"tr_customer_product_id":167937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:50:40.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11366144519689","imei1":"11366144519689","imei2":"11366144519689","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167932,"job_number":"JOB_167932","tr_customer_id":167949,"tr_customer_product_id":167939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:42.000Z","modified_at":"2026-01-27T06:50:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42969104263391","imei1":"42969104263391","imei2":"42969104263391","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167933,"job_number":"JOB_167933","tr_customer_id":167950,"tr_customer_product_id":167940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:50:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16248942148525","imei1":"16248942148525","imei2":"16248942148525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167935,"job_number":"JOB_167935","tr_customer_id":167952,"tr_customer_product_id":167942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:00.000Z","modified_at":"2026-01-27T06:51:00.000Z","name":"Abe Borer","mobile_number":"232-802-4714","email_id":"Alfreda56@hotmail.com","dop":"2025-04-06","serial_number":"14248653361242728","imei1":"14248653361242728","imei2":"14248653361242728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167936,"job_number":"JOB_167936","tr_customer_id":167953,"tr_customer_product_id":167943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:25.000Z","modified_at":"2026-01-27T06:51:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11495474994629","imei1":"11495474994629","imei2":"11495474994629","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167938,"job_number":"JOB_167938","tr_customer_id":167955,"tr_customer_product_id":167945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:27.000Z","modified_at":"2026-01-27T06:51:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10931088604581","imei1":"10931088604581","imei2":"10931088604581","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167939,"job_number":"JOB_167939","tr_customer_id":167956,"tr_customer_product_id":167946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14442504887526","imei1":"14442504887526","imei2":"14442504887526","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167941,"job_number":"JOB_167941","tr_customer_id":167958,"tr_customer_product_id":167948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:53:57.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15533783976054","imei1":"15533783976054","imei2":"15533783976054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167943,"job_number":"JOB_167943","tr_customer_id":167960,"tr_customer_product_id":167950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:15.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"14875645655732","imei1":"14875645655732","imei2":"14875645655732","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167946,"job_number":"JOB_167946","tr_customer_id":167963,"tr_customer_product_id":167953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:46.000Z","modified_at":"2026-01-27T07:03:46.000Z","name":"Esperanza Roberts","mobile_number":"363-465-4153","email_id":"Cleo_Jacobi1@gmail.com","dop":"2025-04-06","serial_number":"18899724181012810","imei1":"18899724181012810","imei2":"18899724181012810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167948,"job_number":"JOB_167948","tr_customer_id":167965,"tr_customer_product_id":167955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:31.000Z","modified_at":"2026-01-27T07:04:31.000Z","name":"Miller Hagenes","mobile_number":"363-948-0072","email_id":"Antwon.Kiehn95@hotmail.com","dop":"2025-04-06","serial_number":"14549798314648444","imei1":"14549798314648444","imei2":"14549798314648444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:04:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167950,"job_number":"JOB_167950","tr_customer_id":167967,"tr_customer_product_id":167957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:15.000Z","modified_at":"2026-01-27T07:05:15.000Z","name":"Kellie Lubowitz","mobile_number":"217-327-9980","email_id":"Selina_Pacocha9@yahoo.com","dop":"2025-04-06","serial_number":"14946686752066788","imei1":"14946686752066788","imei2":"14946686752066788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167957,"job_number":"JOB_167957","tr_customer_id":167974,"tr_customer_product_id":167964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:37.000Z","modified_at":"2026-01-27T07:40:37.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17738472759011","imei1":"17738472759011","imei2":"17738472759011","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167959,"job_number":"JOB_167959","tr_customer_id":167976,"tr_customer_product_id":167966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:40:54.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"12836241188214","imei1":"12836241188214","imei2":"12836241188214","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167961,"job_number":"JOB_167961","tr_customer_id":167978,"tr_customer_product_id":167968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:10.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12826889896801","imei1":"12826889896801","imei2":"12826889896801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167963,"job_number":"JOB_167963","tr_customer_id":167980,"tr_customer_product_id":167970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:44:58.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13067462755559","imei1":"13067462755559","imei2":"13067462755559","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167965,"job_number":"JOB_167965","tr_customer_id":167982,"tr_customer_product_id":167972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19818407352524","imei1":"19818407352524","imei2":"19818407352524","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167967,"job_number":"JOB_167967","tr_customer_id":167984,"tr_customer_product_id":167974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:34.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16020089347172","imei1":"16020089347172","imei2":"16020089347172","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167970,"job_number":"JOB_167970","tr_customer_id":167987,"tr_customer_product_id":167977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:57.000Z","modified_at":"2026-01-27T07:46:57.000Z","name":"Addie Mertz","mobile_number":"296-519-9094","email_id":"Lambert.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10321152826079464","imei1":"10321152826079464","imei2":"10321152826079464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167974,"job_number":"JOB_167974","tr_customer_id":167991,"tr_customer_product_id":167981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:44.000Z","name":"Kristian Gibson","mobile_number":"551-888-9007","email_id":"Clement.Haag@hotmail.com","dop":"2025-04-06","serial_number":"19625716723951844","imei1":"19625716723951844","imei2":"19625716723951844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167976,"job_number":"JOB_167976","tr_customer_id":167993,"tr_customer_product_id":167983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:31.000Z","modified_at":"2026-01-27T07:59:31.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17369535765768","imei1":"17369535765768","imei2":"17369535765768","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167978,"job_number":"JOB_167978","tr_customer_id":167995,"tr_customer_product_id":167985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:47.000Z","modified_at":"2026-01-27T07:59:47.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14742460549015","imei1":"14742460549015","imei2":"14742460549015","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167980,"job_number":"JOB_167980","tr_customer_id":167997,"tr_customer_product_id":167987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:00:03.000Z","modified_at":"2026-01-27T08:00:03.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16634399654249","imei1":"16634399654249","imei2":"16634399654249","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167982,"job_number":"JOB_167982","tr_customer_id":167999,"tr_customer_product_id":167989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:03:56.000Z","modified_at":"2026-01-27T08:03:56.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"78948745849733","imei1":"78948745849733","imei2":"78948745849733","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167983,"job_number":"JOB_167983","tr_customer_id":168000,"tr_customer_product_id":167990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:32.000Z","modified_at":"2026-01-27T08:18:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10992418351194","imei1":"10992418351194","imei2":"10992418351194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167985,"job_number":"JOB_167985","tr_customer_id":168002,"tr_customer_product_id":167992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:33.000Z","modified_at":"2026-01-27T08:18:33.000Z","name":"Derick Rohan","mobile_number":"943-371-0272","email_id":"Joesph58@yahoo.com","dop":"2025-04-06","serial_number":"19714674691620584","imei1":"19714674691620584","imei2":"19714674691620584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167986,"job_number":"JOB_167986","tr_customer_id":168003,"tr_customer_product_id":167993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:17.000Z","modified_at":"2026-01-27T08:19:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14876666988513","imei1":"14876666988513","imei2":"14876666988513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167988,"job_number":"JOB_167988","tr_customer_id":168005,"tr_customer_product_id":167995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:18.000Z","modified_at":"2026-01-27T08:19:18.000Z","name":"Electa Casper","mobile_number":"671-854-5386","email_id":"Keeley_Kessler75@yahoo.com","dop":"2025-04-06","serial_number":"10993514331888866","imei1":"10993514331888866","imei2":"10993514331888866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167989,"job_number":"JOB_167989","tr_customer_id":168006,"tr_customer_product_id":167996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:01.000Z","modified_at":"2026-01-27T08:20:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16228039361944","imei1":"16228039361944","imei2":"16228039361944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167991,"job_number":"JOB_167991","tr_customer_id":168008,"tr_customer_product_id":167998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:03.000Z","modified_at":"2026-01-27T08:20:03.000Z","name":"Rosalind Kreiger","mobile_number":"334-544-9200","email_id":"Hunter.Schamberger@yahoo.com","dop":"2025-04-06","serial_number":"10419097285708058","imei1":"10419097285708058","imei2":"10419097285708058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167992,"job_number":"JOB_167992","tr_customer_id":168009,"tr_customer_product_id":167999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:31.000Z","modified_at":"2026-01-27T08:30:31.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"18595240715145","imei1":"18595240715145","imei2":"18595240715145","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167993,"job_number":"JOB_167993","tr_customer_id":168010,"tr_customer_product_id":168000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:49.000Z","modified_at":"2026-01-27T08:30:49.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"16937654532065","imei1":"16937654532065","imei2":"16937654532065","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167994,"job_number":"JOB_167994","tr_customer_id":168011,"tr_customer_product_id":168001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:55.000Z","modified_at":"2026-01-27T08:30:55.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"10256589793129","imei1":"10256589793129","imei2":"10256589793129","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167995,"job_number":"JOB_167995","tr_customer_id":168012,"tr_customer_product_id":168002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:36:40.000Z","modified_at":"2026-01-27T08:36:40.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"19248780212751","imei1":"19248780212751","imei2":"19248780212751","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:36:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167996,"job_number":"JOB_167996","tr_customer_id":168013,"tr_customer_product_id":168003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:39:37.000Z","modified_at":"2026-01-27T08:39:37.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"13765835130561","imei1":"13765835130561","imei2":"13765835130561","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:39:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167997,"job_number":"JOB_167997","tr_customer_id":168014,"tr_customer_product_id":168004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:40:01.000Z","modified_at":"2026-01-27T08:40:01.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"14732742119680","imei1":"14732742119680","imei2":"14732742119680","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167998,"job_number":"JOB_167998","tr_customer_id":168015,"tr_customer_product_id":168005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:14.000Z","modified_at":"2026-01-27T08:42:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14259892350420","imei1":"14259892350420","imei2":"14259892350420","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168000,"job_number":"JOB_168000","tr_customer_id":168017,"tr_customer_product_id":168007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:30.000Z","modified_at":"2026-01-27T08:42:30.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11958109097406","imei1":"11958109097406","imei2":"11958109097406","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168002,"job_number":"JOB_168002","tr_customer_id":168019,"tr_customer_product_id":168009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:46.000Z","modified_at":"2026-01-27T08:42:46.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"13316918075108","imei1":"13316918075108","imei2":"13316918075108","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168005,"job_number":"JOB_168005","tr_customer_id":168022,"tr_customer_product_id":168012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:12:02.000Z","modified_at":"2026-01-27T09:12:02.000Z","name":"Vivek Yadav","mobile_number":"8788138617","email_id":"ccivivek123@gmail.com","dop":"2026-01-17","serial_number":"891398385161723","imei1":"891398385161723","imei2":"891398385161723","popurl":"2026-01-17T09:12:01.481590051Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:12:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168006,"job_number":"JOB_168006","tr_customer_id":168023,"tr_customer_product_id":168013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:03.000Z","modified_at":"2026-01-27T09:22:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11865609686049","imei1":"11865609686049","imei2":"11865609686049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168008,"job_number":"JOB_168008","tr_customer_id":168025,"tr_customer_product_id":168015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:05.000Z","modified_at":"2026-01-27T09:22:05.000Z","name":"Barrett Krajcik","mobile_number":"525-447-1327","email_id":"Hertha.Hansen3@hotmail.com","dop":"2025-04-06","serial_number":"16518029229351820","imei1":"16518029229351820","imei2":"16518029229351820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168009,"job_number":"JOB_168009","tr_customer_id":168026,"tr_customer_product_id":168016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:52.000Z","modified_at":"2026-01-27T09:22:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11379433404838","imei1":"11379433404838","imei2":"11379433404838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168011,"job_number":"JOB_168011","tr_customer_id":168028,"tr_customer_product_id":168018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:53.000Z","modified_at":"2026-01-27T09:22:53.000Z","name":"Hettie Herman","mobile_number":"478-577-7605","email_id":"Buddy_McDermott79@gmail.com","dop":"2025-04-06","serial_number":"15580317961174560","imei1":"15580317961174560","imei2":"15580317961174560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168012,"job_number":"JOB_168012","tr_customer_id":168029,"tr_customer_product_id":168019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:40.000Z","modified_at":"2026-01-27T09:23:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11487792491978","imei1":"11487792491978","imei2":"11487792491978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168014,"job_number":"JOB_168014","tr_customer_id":168031,"tr_customer_product_id":168021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:41.000Z","modified_at":"2026-01-27T09:23:41.000Z","name":"Darwin Hirthe","mobile_number":"355-725-9085","email_id":"Jamir_Mante@hotmail.com","dop":"2025-04-06","serial_number":"19124045741107572","imei1":"19124045741107572","imei2":"19124045741107572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168015,"job_number":"JOB_168015","tr_customer_id":168032,"tr_customer_product_id":168022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:15.000Z","modified_at":"2026-01-27T09:31:15.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10511466909083","imei1":"10511466909083","imei2":"10511466909083","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168017,"job_number":"JOB_168017","tr_customer_id":168034,"tr_customer_product_id":168024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:17.000Z","modified_at":"2026-01-27T09:31:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"48564958011580","imei1":"48564958011580","imei2":"48564958011580","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168018,"job_number":"JOB_168018","tr_customer_id":168035,"tr_customer_product_id":168025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:00.000Z","modified_at":"2026-01-27T09:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13574165691530","imei1":"13574165691530","imei2":"13574165691530","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168020,"job_number":"JOB_168020","tr_customer_id":168037,"tr_customer_product_id":168027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:01.000Z","modified_at":"2026-01-27T09:32:01.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106111584816717","imei1":"106111584816717","imei2":"106111584816717","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168021,"job_number":"JOB_168021","tr_customer_id":168038,"tr_customer_product_id":168028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:45.000Z","modified_at":"2026-01-27T09:32:45.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15077719249563","imei1":"15077719249563","imei2":"15077719249563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168023,"job_number":"JOB_168023","tr_customer_id":168040,"tr_customer_product_id":168030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:47.000Z","modified_at":"2026-01-27T09:32:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"56838812347357","imei1":"56838812347357","imei2":"56838812347357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168025,"job_number":"JOB_168025","tr_customer_id":168042,"tr_customer_product_id":168032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:57.000Z","modified_at":"2026-01-27T09:47:57.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13147707996685","imei1":"13147707996685","imei2":"13147707996685","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168027,"job_number":"JOB_168027","tr_customer_id":168044,"tr_customer_product_id":168034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:59.000Z","modified_at":"2026-01-27T09:47:59.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101295640004756","imei1":"101295640004756","imei2":"101295640004756","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168028,"job_number":"JOB_168028","tr_customer_id":168045,"tr_customer_product_id":168035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:42.000Z","modified_at":"2026-01-27T09:48:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16235870868165","imei1":"16235870868165","imei2":"16235870868165","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168030,"job_number":"JOB_168030","tr_customer_id":168047,"tr_customer_product_id":168037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:44.000Z","modified_at":"2026-01-27T09:48:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"58312133565411","imei1":"58312133565411","imei2":"58312133565411","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168031,"job_number":"JOB_168031","tr_customer_id":168048,"tr_customer_product_id":168038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:27.000Z","modified_at":"2026-01-27T09:49:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13132742559880","imei1":"13132742559880","imei2":"13132742559880","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168033,"job_number":"JOB_168033","tr_customer_id":168050,"tr_customer_product_id":168040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:29.000Z","modified_at":"2026-01-27T09:49:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"102925169068228","imei1":"102925169068228","imei2":"102925169068228","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168034,"job_number":"JOB_168034","tr_customer_id":168051,"tr_customer_product_id":168041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:20.000Z","modified_at":"2026-01-27T10:01:20.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15799047576521","imei1":"15799047576521","imei2":"15799047576521","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168036,"job_number":"JOB_168036","tr_customer_id":168053,"tr_customer_product_id":168043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:22.000Z","modified_at":"2026-01-27T10:01:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15984186970614","imei1":"15984186970614","imei2":"15984186970614","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168038,"job_number":"JOB_168038","tr_customer_id":168055,"tr_customer_product_id":168045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:24.000Z","modified_at":"2026-01-27T10:01:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"71404026316495","imei1":"71404026316495","imei2":"71404026316495","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168039,"job_number":"JOB_168039","tr_customer_id":168056,"tr_customer_product_id":168046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:36.000Z","modified_at":"2026-01-27T10:01:36.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"13883489966333","imei1":"13883489966333","imei2":"13883489966333","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168041,"job_number":"JOB_168041","tr_customer_id":168058,"tr_customer_product_id":168048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:52.000Z","modified_at":"2026-01-27T10:01:52.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18807163856024","imei1":"18807163856024","imei2":"18807163856024","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168043,"job_number":"JOB_168043","tr_customer_id":168060,"tr_customer_product_id":168050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:10.000Z","modified_at":"2026-01-27T10:02:10.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15333739332560","imei1":"15333739332560","imei2":"15333739332560","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168045,"job_number":"JOB_168045","tr_customer_id":168062,"tr_customer_product_id":168052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:11.000Z","modified_at":"2026-01-27T10:02:11.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15197467892503","imei1":"15197467892503","imei2":"15197467892503","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168047,"job_number":"JOB_168047","tr_customer_id":168064,"tr_customer_product_id":168054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:13.000Z","modified_at":"2026-01-27T10:02:13.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49829973315619","imei1":"49829973315619","imei2":"49829973315619","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168048,"job_number":"JOB_168048","tr_customer_id":168065,"tr_customer_product_id":168055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:26.000Z","modified_at":"2026-01-27T10:02:26.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15535990488868","imei1":"15535990488868","imei2":"15535990488868","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168050,"job_number":"JOB_168050","tr_customer_id":168067,"tr_customer_product_id":168057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:42.000Z","modified_at":"2026-01-27T10:02:42.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12713579852426","imei1":"12713579852426","imei2":"12713579852426","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168052,"job_number":"JOB_168052","tr_customer_id":168069,"tr_customer_product_id":168059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:00.000Z","modified_at":"2026-01-27T10:03:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14121883814283","imei1":"14121883814283","imei2":"14121883814283","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168054,"job_number":"JOB_168054","tr_customer_id":168071,"tr_customer_product_id":168061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:02.000Z","modified_at":"2026-01-27T10:03:02.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21023390899357","imei1":"21023390899357","imei2":"21023390899357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168057,"job_number":"JOB_168057","tr_customer_id":168074,"tr_customer_product_id":168064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:17.000Z","modified_at":"2026-01-27T10:26:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15008487771068","imei1":"15008487771068","imei2":"15008487771068","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168059,"job_number":"JOB_168059","tr_customer_id":168076,"tr_customer_product_id":168066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:19.000Z","modified_at":"2026-01-27T10:26:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70090916724970","imei1":"70090916724970","imei2":"70090916724970","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168060,"job_number":"JOB_168060","tr_customer_id":168077,"tr_customer_product_id":168067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:02.000Z","modified_at":"2026-01-27T10:27:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15196187490723","imei1":"15196187490723","imei2":"15196187490723","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168062,"job_number":"JOB_168062","tr_customer_id":168079,"tr_customer_product_id":168069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:04.000Z","modified_at":"2026-01-27T10:27:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"105262706836429","imei1":"105262706836429","imei2":"105262706836429","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168063,"job_number":"JOB_168063","tr_customer_id":168080,"tr_customer_product_id":168070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:47.000Z","modified_at":"2026-01-27T10:27:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10086722086397","imei1":"10086722086397","imei2":"10086722086397","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168065,"job_number":"JOB_168065","tr_customer_id":168082,"tr_customer_product_id":168072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:49.000Z","modified_at":"2026-01-27T10:27:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"85525624946737","imei1":"85525624946737","imei2":"85525624946737","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168067,"job_number":"JOB_168067","tr_customer_id":168084,"tr_customer_product_id":168074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:52.000Z","modified_at":"2026-01-27T10:29:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-17T10:29:52.116647678Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168068,"job_number":"JOB_168068","tr_customer_id":168085,"tr_customer_product_id":168075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:53.000Z","modified_at":"2026-01-27T10:29:53.000Z","name":"Chandraswaroopa Banerjee","mobile_number":"7027267191","email_id":"param.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"330044600363053","imei1":"330044600363053","imei2":"330044600363053","popurl":"www.hiranmaya-varrier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168069,"job_number":"JOB_168069","tr_customer_id":168086,"tr_customer_product_id":168076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-17T10:29:53.581159372Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168070,"job_number":"JOB_168070","tr_customer_id":168087,"tr_customer_product_id":168077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-17T10:29:54.227274578Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168071,"job_number":"JOB_168071","tr_customer_id":168088,"tr_customer_product_id":168078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:30:13.000Z","modified_at":"2026-01-27T10:30:13.000Z","name":"Trilokesh Marar","mobile_number":"7032987427","email_id":"chaaruchandra.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"726115221745062","imei1":"726115221745062","imei2":"726115221745062","popurl":"www.chandranath-chaturvedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168072,"job_number":"JOB_168072","tr_customer_id":168089,"tr_customer_product_id":168079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:57.000Z","modified_at":"2026-01-27T10:31:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13051487611195","imei1":"13051487611195","imei2":"13051487611195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168074,"job_number":"JOB_168074","tr_customer_id":168091,"tr_customer_product_id":168081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:59.000Z","modified_at":"2026-01-27T10:31:59.000Z","name":"Spencer Bradtke","mobile_number":"766-232-9018","email_id":"Bertram.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"16456366235064740","imei1":"16456366235064740","imei2":"16456366235064740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168075,"job_number":"JOB_168075","tr_customer_id":168092,"tr_customer_product_id":168082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:50.000Z","modified_at":"2026-01-27T10:32:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18370379783433","imei1":"18370379783433","imei2":"18370379783433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168077,"job_number":"JOB_168077","tr_customer_id":168094,"tr_customer_product_id":168084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:52.000Z","modified_at":"2026-01-27T10:32:52.000Z","name":"Kiley Jacobi","mobile_number":"907-604-4678","email_id":"Vada_Kautzer@yahoo.com","dop":"2025-04-06","serial_number":"12166755076229060","imei1":"12166755076229060","imei2":"12166755076229060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168078,"job_number":"JOB_168078","tr_customer_id":168095,"tr_customer_product_id":168085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:42.000Z","modified_at":"2026-01-27T10:33:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13897299528519","imei1":"13897299528519","imei2":"13897299528519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168080,"job_number":"JOB_168080","tr_customer_id":168097,"tr_customer_product_id":168087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:44.000Z","modified_at":"2026-01-27T10:33:44.000Z","name":"Bethany Blick","mobile_number":"910-264-4532","email_id":"Krystina87@hotmail.com","dop":"2025-04-06","serial_number":"14656868258073714","imei1":"14656868258073714","imei2":"14656868258073714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168081,"job_number":"JOB_168081","tr_customer_id":168098,"tr_customer_product_id":168088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:49:01.000Z","modified_at":"2026-01-27T10:49:01.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-17","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-17T10:48:52.186039238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168082,"job_number":"JOB_168082","tr_customer_id":168099,"tr_customer_product_id":168089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:00:50.000Z","modified_at":"2026-01-27T11:00:50.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17940614096082","imei1":"17940614096082","imei2":"17940614096082","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168084,"job_number":"JOB_168084","tr_customer_id":168101,"tr_customer_product_id":168091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:07.000Z","modified_at":"2026-01-27T11:01:07.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"18180244718360","imei1":"18180244718360","imei2":"18180244718360","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168086,"job_number":"JOB_168086","tr_customer_id":168103,"tr_customer_product_id":168093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:24.000Z","modified_at":"2026-01-27T11:01:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19579458966174","imei1":"19579458966174","imei2":"19579458966174","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168089,"job_number":"JOB_168089","tr_customer_id":168106,"tr_customer_product_id":168096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:14.000Z","modified_at":"2026-01-27T11:14:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14568324586099","imei1":"14568324586099","imei2":"14568324586099","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168091,"job_number":"JOB_168091","tr_customer_id":168108,"tr_customer_product_id":168098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:32.000Z","modified_at":"2026-01-27T11:14:32.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14373295899167","imei1":"14373295899167","imei2":"14373295899167","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168093,"job_number":"JOB_168093","tr_customer_id":168110,"tr_customer_product_id":168100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:49.000Z","modified_at":"2026-01-27T11:14:49.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19142688776222","imei1":"19142688776222","imei2":"19142688776222","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168096,"job_number":"JOB_168096","tr_customer_id":168113,"tr_customer_product_id":168103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:34:44.000Z","modified_at":"2026-01-27T11:34:44.000Z","name":"Millie Moore","mobile_number":"283-938-0730","email_id":"Raleigh.West48@hotmail.com","dop":"2025-04-06","serial_number":"18214233132792","imei1":"18214233132792","imei2":"18214233132792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168099,"job_number":"JOB_168099","tr_customer_id":168116,"tr_customer_product_id":168106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Amarnath Bandopadhyay","mobile_number":"7006474379","email_id":"sumitra.jain@gmail.com","dop":"2026-01-17","serial_number":"873225925366992","imei1":"873225925366992","imei2":"873225925366992","popurl":"www.dinkar-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168100,"job_number":"JOB_168100","tr_customer_id":168117,"tr_customer_product_id":168107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Ananta Abbott","mobile_number":"7035814727","email_id":"bheeshma.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"547520397464950","imei1":"547520397464950","imei2":"547520397464950","popurl":"www.tanushri-iyengar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168101,"job_number":"JOB_168101","tr_customer_id":168120,"tr_customer_product_id":168110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Bodhan Jha","mobile_number":"7019352905","email_id":"girija.panicker@yahoo.co.in","dop":"2026-01-17","serial_number":"249888041324613","imei1":"249888041324613","imei2":"249888041324613","popurl":"www.bodhan-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168102,"job_number":"JOB_168102","tr_customer_id":168118,"tr_customer_product_id":168108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Aarya Dhawan","mobile_number":"7009541020","email_id":"pushti.mehrotra@yahoo.co.in","dop":"2026-01-17","serial_number":"461930447346194","imei1":"461930447346194","imei2":"461930447346194","popurl":"www.chandrakin-kaul.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168103,"job_number":"JOB_168103","tr_customer_id":168119,"tr_customer_product_id":168109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Chandni Bharadwaj","mobile_number":"7000435554","email_id":"chandraswaroopa.ganaka@hotmail.com","dop":"2026-01-17","serial_number":"799703476412351","imei1":"799703476412351","imei2":"799703476412351","popurl":"www.sukanya-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168104,"job_number":"JOB_168104","tr_customer_id":168121,"tr_customer_product_id":168111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Shiv Jain","mobile_number":"7021304252","email_id":"anaadi.arora@gmail.com","dop":"2026-01-17","serial_number":"815931614299749","imei1":"815931614299749","imei2":"815931614299749","popurl":"www.bhudeva-johar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168105,"job_number":"JOB_168105","tr_customer_id":168122,"tr_customer_product_id":168112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Parvati Tagore","mobile_number":"7075078350","email_id":"kumar.chaturvedi@gmail.com","dop":"2026-01-17","serial_number":"174404026142835","imei1":"174404026142835","imei2":"174404026142835","popurl":"www.abani-naik.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168106,"job_number":"JOB_168106","tr_customer_id":168123,"tr_customer_product_id":168113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Arindam Iyengar","mobile_number":"7051262696","email_id":"sarla.prajapat@gmail.com","dop":"2026-01-17","serial_number":"801538441827409","imei1":"801538441827409","imei2":"801538441827409","popurl":"www.dhyaneshwar-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168107,"job_number":"JOB_168107","tr_customer_id":168124,"tr_customer_product_id":168114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Amaresh Bhattacharya","mobile_number":"7061713097","email_id":"tanushri.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"927025758856775","imei1":"927025758856775","imei2":"927025758856775","popurl":"www.vinay-agarwal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168108,"job_number":"JOB_168108","tr_customer_id":168125,"tr_customer_product_id":168115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Sudeva Saini","mobile_number":"7033354004","email_id":"meghnad.sharma@gmail.com","dop":"2026-01-17","serial_number":"416797514683630","imei1":"416797514683630","imei2":"416797514683630","popurl":"www.arindam-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168111,"job_number":"JOB_168111","tr_customer_id":168128,"tr_customer_product_id":168118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Opaline Iyer","mobile_number":"7080190857","email_id":"bhaumik.nair@yahoo.co.in","dop":"2026-01-17","serial_number":"277703652598165","imei1":"277703652598165","imei2":"277703652598165","popurl":"www.subodh-nayar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168114,"job_number":"JOB_168114","tr_customer_id":168131,"tr_customer_product_id":168121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Sarisha Patil","mobile_number":"7054498271","email_id":"chaitan.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"409448997239688","imei1":"409448997239688","imei2":"409448997239688","popurl":"www.chiranjeev-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168115,"job_number":"JOB_168115","tr_customer_id":168132,"tr_customer_product_id":168122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Deeptiman Mukhopadhyay","mobile_number":"7036756072","email_id":"amaresh.shah@yahoo.co.in","dop":"2026-01-17","serial_number":"154130403797601","imei1":"154130403797601","imei2":"154130403797601","popurl":"www.himadri-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168116,"job_number":"JOB_168116","tr_customer_id":168134,"tr_customer_product_id":168124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gautam Malik","mobile_number":"7003481251","email_id":"anasooya.marar@hotmail.com","dop":"2026-01-17","serial_number":"534352085791320","imei1":"534352085791320","imei2":"534352085791320","popurl":"www.narinder-johar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168118,"job_number":"JOB_168118","tr_customer_id":168135,"tr_customer_product_id":168125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Charuvrat Joshi","mobile_number":"7056104190","email_id":"lila.reddy@gmail.com","dop":"2026-01-17","serial_number":"856338598873551","imei1":"856338598873551","imei2":"856338598873551","popurl":"www.deveshwar-shah.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168119,"job_number":"JOB_168119","tr_customer_id":168136,"tr_customer_product_id":168126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Preity Marar","mobile_number":"7042454286","email_id":"jagdeep.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"789527067923371","imei1":"789527067923371","imei2":"789527067923371","popurl":"www.aagneya-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168120,"job_number":"JOB_168120","tr_customer_id":168137,"tr_customer_product_id":168127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Chidananda Saini","mobile_number":"7038154119","email_id":"vidya.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"248686736072686","imei1":"248686736072686","imei2":"248686736072686","popurl":"www.akshat-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168123,"job_number":"JOB_168123","tr_customer_id":168140,"tr_customer_product_id":168130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gajbaahu Naik","mobile_number":"7011312659","email_id":"opalina.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"499659301286756","imei1":"499659301286756","imei2":"499659301286756","popurl":"www.chidaatma-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168124,"job_number":"JOB_168124","tr_customer_id":168141,"tr_customer_product_id":168131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Arnesh Naik","mobile_number":"7026502515","email_id":"bhaves.adiga@gmail.com","dop":"2026-01-17","serial_number":"009430159542014","imei1":"009430159542014","imei2":"009430159542014","popurl":"www.dipankar-jha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168125,"job_number":"JOB_168125","tr_customer_id":168142,"tr_customer_product_id":168132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Ekalavya Prajapat","mobile_number":"7027031395","email_id":"girindra.singh@gmail.com","dop":"2026-01-17","serial_number":"625229067885722","imei1":"625229067885722","imei2":"625229067885722","popurl":"www.narinder-gupta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168126,"job_number":"JOB_168126","tr_customer_id":168143,"tr_customer_product_id":168133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Atreyee Mishra","mobile_number":"7042881344","email_id":"kumar.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"760372592354182","imei1":"760372592354182","imei2":"760372592354182","popurl":"www.opalina-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168127,"job_number":"JOB_168127","tr_customer_id":168145,"tr_customer_product_id":168134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Hiranmaya Kapoor","mobile_number":"7000563171","email_id":"chandraprabha.kapoor@hotmail.com","dop":"2026-01-17","serial_number":"203844334287867","imei1":"203844334287867","imei2":"203844334287867","popurl":"www.gautami-gowda.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168128,"job_number":"JOB_168128","tr_customer_id":168144,"tr_customer_product_id":168135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Lalita Naik","mobile_number":"7096134116","email_id":"chinmayananda.gandhi@hotmail.com","dop":"2026-01-17","serial_number":"839850126727197","imei1":"839850126727197","imei2":"839850126727197","popurl":"www.chatur-chopra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168130,"job_number":"JOB_168130","tr_customer_id":168147,"tr_customer_product_id":168137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Harita Nehru","mobile_number":"7028581997","email_id":"bhooshan.iyer@yahoo.co.in","dop":"2026-01-17","serial_number":"411029494786547","imei1":"411029494786547","imei2":"411029494786547","popurl":"www.deb-kaniyar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168131,"job_number":"JOB_168131","tr_customer_id":168148,"tr_customer_product_id":168138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Prem Bandopadhyay","mobile_number":"7057629086","email_id":"suryakantam.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"752692838275909","imei1":"752692838275909","imei2":"752692838275909","popurl":"www.jay-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168132,"job_number":"JOB_168132","tr_customer_id":168149,"tr_customer_product_id":168139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Triloki Reddy","mobile_number":"7074524680","email_id":"daiwik.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"582044519230478","imei1":"582044519230478","imei2":"582044519230478","popurl":"www.chakravartee-pilla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168133,"job_number":"JOB_168133","tr_customer_id":168150,"tr_customer_product_id":168140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Tej Adiga","mobile_number":"7097756946","email_id":"ajit.asan@yahoo.co.in","dop":"2026-01-17","serial_number":"915363317933422","imei1":"915363317933422","imei2":"915363317933422","popurl":"www.aayushmaan-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168134,"job_number":"JOB_168134","tr_customer_id":168151,"tr_customer_product_id":168141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Aditeya Varman","mobile_number":"7059878884","email_id":"girika.devar@gmail.com","dop":"2026-01-17","serial_number":"998877163061849","imei1":"998877163061849","imei2":"998877163061849","popurl":"www.narayan-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168135,"job_number":"JOB_168135","tr_customer_id":168152,"tr_customer_product_id":168142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Anjushree Ahuja","mobile_number":"7093622839","email_id":"param.varma@gmail.com","dop":"2026-01-17","serial_number":"735102050658064","imei1":"735102050658064","imei2":"735102050658064","popurl":"www.anila-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168136,"job_number":"JOB_168136","tr_customer_id":168153,"tr_customer_product_id":168143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ameyatma Panicker","mobile_number":"7009052053","email_id":"sloka.bhat@gmail.com","dop":"2026-01-17","serial_number":"564558063234056","imei1":"564558063234056","imei2":"564558063234056","popurl":"www.mani-desai.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168138,"job_number":"JOB_168138","tr_customer_id":168154,"tr_customer_product_id":168144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Gajbaahu Devar","mobile_number":"7040761451","email_id":"chandraketu.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"301544663395500","imei1":"301544663395500","imei2":"301544663395500","popurl":"www.bhooshit-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168139,"job_number":"JOB_168139","tr_customer_id":168156,"tr_customer_product_id":168146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Brajesh Bhattacharya","mobile_number":"7000755810","email_id":"shankar.deshpande@hotmail.com","dop":"2026-01-17","serial_number":"481619011154954","imei1":"481619011154954","imei2":"481619011154954","popurl":"www.deeksha-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168140,"job_number":"JOB_168140","tr_customer_id":168157,"tr_customer_product_id":168147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Kamla Sethi","mobile_number":"7053092670","email_id":"abhisyanta.dhawan@gmail.com","dop":"2026-01-17","serial_number":"309696347747517","imei1":"309696347747517","imei2":"309696347747517","popurl":"www.sarla-achari.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168141,"job_number":"JOB_168141","tr_customer_id":168159,"tr_customer_product_id":168148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chandan Trivedi","mobile_number":"7082691140","email_id":"shresth.marar@hotmail.com","dop":"2026-01-17","serial_number":"578304891432731","imei1":"578304891432731","imei2":"578304891432731","popurl":"www.shanti-ahuja.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168142,"job_number":"JOB_168142","tr_customer_id":168158,"tr_customer_product_id":168149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Menaka Dubashi","mobile_number":"7063392696","email_id":"eshana.deshpande@gmail.com","dop":"2026-01-17","serial_number":"545804079777901","imei1":"545804079777901","imei2":"545804079777901","popurl":"www.himadri-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168144,"job_number":"JOB_168144","tr_customer_id":168161,"tr_customer_product_id":168151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Umang Dubashi","mobile_number":"7095280293","email_id":"laxman.pillai@hotmail.com","dop":"2026-01-17","serial_number":"668114476052544","imei1":"668114476052544","imei2":"668114476052544","popurl":"www.bhoj-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168145,"job_number":"JOB_168145","tr_customer_id":168162,"tr_customer_product_id":168152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Purnima Chopra","mobile_number":"7062577270","email_id":"tanirika.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"558052995970928","imei1":"558052995970928","imei2":"558052995970928","popurl":"www.satyen-dutta.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168147,"job_number":"JOB_168147","tr_customer_id":168164,"tr_customer_product_id":168154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Radha Bhattathiri","mobile_number":"7046638210","email_id":"ashlesh.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"576693739985423","imei1":"576693739985423","imei2":"576693739985423","popurl":"www.vyas-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168149,"job_number":"JOB_168149","tr_customer_id":168166,"tr_customer_product_id":168156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Agasti Rana","mobile_number":"7013045241","email_id":"ankal.tandon@yahoo.co.in","dop":"2026-01-17","serial_number":"637229060533061","imei1":"637229060533061","imei2":"637229060533061","popurl":"www.mukesh-nair.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168150,"job_number":"JOB_168150","tr_customer_id":168167,"tr_customer_product_id":168157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Atmanand Panicker","mobile_number":"7069046339","email_id":"akshata.bhat@gmail.com","dop":"2026-01-17","serial_number":"741904475795533","imei1":"741904475795533","imei2":"741904475795533","popurl":"www.aashritha-singh.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168151,"job_number":"JOB_168151","tr_customer_id":168168,"tr_customer_product_id":168158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Bhudeva Pilla","mobile_number":"7022462365","email_id":"vijay.rana@gmail.com","dop":"2026-01-17","serial_number":"067699963893899","imei1":"067699963893899","imei2":"067699963893899","popurl":"www.eshana-dutta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168152,"job_number":"JOB_168152","tr_customer_id":168169,"tr_customer_product_id":168159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Trilochan Bhattacharya","mobile_number":"7049030944","email_id":"bhoopati.shukla@hotmail.com","dop":"2026-01-17","serial_number":"207048873057713","imei1":"207048873057713","imei2":"207048873057713","popurl":"www.bhaaswar-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168153,"job_number":"JOB_168153","tr_customer_id":168170,"tr_customer_product_id":168160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Mohinder Arora","mobile_number":"7097518283","email_id":"gautam.marar@yahoo.co.in","dop":"2026-01-17","serial_number":"018857431115019","imei1":"018857431115019","imei2":"018857431115019","popurl":"www.divya-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168154,"job_number":"JOB_168154","tr_customer_id":168171,"tr_customer_product_id":168161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chaturaanan Achari","mobile_number":"7039079297","email_id":"balamani.arora@hotmail.com","dop":"2026-01-17","serial_number":"676863389987819","imei1":"676863389987819","imei2":"676863389987819","popurl":"www.kashyapi-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168156,"job_number":"JOB_168156","tr_customer_id":168173,"tr_customer_product_id":168163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Dron Pilla","mobile_number":"7052554846","email_id":"shridevi.jha@gmail.com","dop":"2026-01-17","serial_number":"279731328437337","imei1":"279731328437337","imei2":"279731328437337","popurl":"www.aasha-bhattacharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168157,"job_number":"JOB_168157","tr_customer_id":168174,"tr_customer_product_id":168164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ankal Naik","mobile_number":"7063539442","email_id":"ravi.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"048709741680835","imei1":"048709741680835","imei2":"048709741680835","popurl":"www.amritambu-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168158,"job_number":"JOB_168158","tr_customer_id":168175,"tr_customer_product_id":168165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Atreyee Jha","mobile_number":"7034372951","email_id":"charvi.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"759582218524096","imei1":"759582218524096","imei2":"759582218524096","popurl":"www.shantanu-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168159,"job_number":"JOB_168159","tr_customer_id":168176,"tr_customer_product_id":168166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jyotsana Desai","mobile_number":"7094033006","email_id":"dipendra.kakkar@yahoo.co.in","dop":"2026-01-17","serial_number":"689594163720650","imei1":"689594163720650","imei2":"689594163720650","popurl":"www.dhyanesh-dubashi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168160,"job_number":"JOB_168160","tr_customer_id":168177,"tr_customer_product_id":168167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Tanirika Dutta","mobile_number":"7094460952","email_id":"suresh.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"298384874434685","imei1":"298384874434685","imei2":"298384874434685","popurl":"www.pramila-guha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168161,"job_number":"JOB_168161","tr_customer_id":168178,"tr_customer_product_id":168168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Dipendra Kaur","mobile_number":"7063934579","email_id":"devi.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"008886117265645","imei1":"008886117265645","imei2":"008886117265645","popurl":"www.jay-bhat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168162,"job_number":"JOB_168162","tr_customer_id":168179,"tr_customer_product_id":168169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Rajan Pillai","mobile_number":"7054303001","email_id":"chakravarti.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"972464126806008","imei1":"972464126806008","imei2":"972464126806008","popurl":"www.nawal-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168164,"job_number":"JOB_168164","tr_customer_id":168182,"tr_customer_product_id":168172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Anal Kapoor","mobile_number":"7092967782","email_id":"shashi.marar@gmail.com","dop":"2026-01-17","serial_number":"365474243514874","imei1":"365474243514874","imei2":"365474243514874","popurl":"www.devvrat-iyer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168165,"job_number":"JOB_168165","tr_customer_id":168181,"tr_customer_product_id":168171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Trilok Bhat","mobile_number":"7061353480","email_id":"laxmi.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"390121326367210","imei1":"390121326367210","imei2":"390121326367210","popurl":"www.surya-menon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168166,"job_number":"JOB_168166","tr_customer_id":168183,"tr_customer_product_id":168173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vasudev Arora","mobile_number":"7096359367","email_id":"brijesh.mehrotra@hotmail.com","dop":"2026-01-17","serial_number":"807427463894279","imei1":"807427463894279","imei2":"807427463894279","popurl":"www.chanda-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168167,"job_number":"JOB_168167","tr_customer_id":168184,"tr_customer_product_id":168174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gudakesa Malik","mobile_number":"7080605948","email_id":"suryakantam.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"951588140678395","imei1":"951588140678395","imei2":"951588140678395","popurl":"www.rudra-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168168,"job_number":"JOB_168168","tr_customer_id":168185,"tr_customer_product_id":168175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jagathi Ahuja","mobile_number":"7027791643","email_id":"tarun.mehra@gmail.com","dop":"2026-01-17","serial_number":"461271118766369","imei1":"461271118766369","imei2":"461271118766369","popurl":"www.dhana-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168170,"job_number":"JOB_168170","tr_customer_id":168187,"tr_customer_product_id":168177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gouranga Namboothiri","mobile_number":"7078335088","email_id":"chitraksh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"871232881901224","imei1":"871232881901224","imei2":"871232881901224","popurl":"www.anshula-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168171,"job_number":"JOB_168171","tr_customer_id":168188,"tr_customer_product_id":168178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Manik Naik","mobile_number":"7098731844","email_id":"anaadi.adiga@gmail.com","dop":"2026-01-17","serial_number":"944365764024148","imei1":"944365764024148","imei2":"944365764024148","popurl":"www.ranjeet-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168172,"job_number":"JOB_168172","tr_customer_id":168189,"tr_customer_product_id":168179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jaimini Saini","mobile_number":"7031287970","email_id":"kailash.khanna@hotmail.com","dop":"2026-01-17","serial_number":"559283513943345","imei1":"559283513943345","imei2":"559283513943345","popurl":"www.bharat-gill.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168173,"job_number":"JOB_168173","tr_customer_id":168190,"tr_customer_product_id":168180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Agnivesh Asan","mobile_number":"7041935288","email_id":"adheesh.agarwal@hotmail.com","dop":"2026-01-17","serial_number":"435415770960833","imei1":"435415770960833","imei2":"435415770960833","popurl":"www.jagdish-menon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168174,"job_number":"JOB_168174","tr_customer_id":168191,"tr_customer_product_id":168181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vaishno Joshi","mobile_number":"7052129887","email_id":"divya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"717050178609297","imei1":"717050178609297","imei2":"717050178609297","popurl":"www.opalina-kaniyar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168175,"job_number":"JOB_168175","tr_customer_id":168192,"tr_customer_product_id":168182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandrani Mishra","mobile_number":"7064597699","email_id":"karunanidhi.devar@yahoo.co.in","dop":"2026-01-17","serial_number":"248544469332468","imei1":"248544469332468","imei2":"248544469332468","popurl":"www.sarvin-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168176,"job_number":"JOB_168176","tr_customer_id":168193,"tr_customer_product_id":168183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandra Verma","mobile_number":"7044521018","email_id":"jaimini.embranthiri@gmail.com","dop":"2026-01-17","serial_number":"645789974821454","imei1":"645789974821454","imei2":"645789974821454","popurl":"www.arjun-devar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168177,"job_number":"JOB_168177","tr_customer_id":168194,"tr_customer_product_id":168184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Shreya Varrier","mobile_number":"7068383646","email_id":"alok.chattopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"389605102861964","imei1":"389605102861964","imei2":"389605102861964","popurl":"www.vimala-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168179,"job_number":"JOB_168179","tr_customer_id":168196,"tr_customer_product_id":168186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Malati Adiga","mobile_number":"7094360070","email_id":"amish.patel@gmail.com","dop":"2026-01-17","serial_number":"110365663258033","imei1":"110365663258033","imei2":"110365663258033","popurl":"www.agnimitra-kapoor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168180,"job_number":"JOB_168180","tr_customer_id":168197,"tr_customer_product_id":168187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vimala Ahluwalia","mobile_number":"7060379205","email_id":"bhaaswar.kaur@gmail.com","dop":"2026-01-17","serial_number":"844536140617269","imei1":"844536140617269","imei2":"844536140617269","popurl":"www.mani-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168181,"job_number":"JOB_168181","tr_customer_id":168198,"tr_customer_product_id":168188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Esha Dwivedi","mobile_number":"7004691045","email_id":"rageshwari.khan@hotmail.com","dop":"2026-01-17","serial_number":"220686204728928","imei1":"220686204728928","imei2":"220686204728928","popurl":"www.mohana-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168182,"job_number":"JOB_168182","tr_customer_id":168199,"tr_customer_product_id":168189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anish Gupta","mobile_number":"7076814182","email_id":"keerti.gupta@yahoo.co.in","dop":"2026-01-17","serial_number":"543748313039813","imei1":"543748313039813","imei2":"543748313039813","popurl":"www.sucheta-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168183,"job_number":"JOB_168183","tr_customer_id":168200,"tr_customer_product_id":168190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ayushmati Iyer","mobile_number":"7082704090","email_id":"deveshwar.sethi@gmail.com","dop":"2026-01-17","serial_number":"291456131511690","imei1":"291456131511690","imei2":"291456131511690","popurl":"www.krishnadasa-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168184,"job_number":"JOB_168184","tr_customer_id":168201,"tr_customer_product_id":168191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kama Butt","mobile_number":"7096618951","email_id":"vaijayanthi.adiga@gmail.com","dop":"2026-01-17","serial_number":"597206991755010","imei1":"597206991755010","imei2":"597206991755010","popurl":"www.anish-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168185,"job_number":"JOB_168185","tr_customer_id":168202,"tr_customer_product_id":168192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ekaparnika Nambeesan","mobile_number":"7084505881","email_id":"deven.joshi@hotmail.com","dop":"2026-01-17","serial_number":"527685975145976","imei1":"527685975145976","imei2":"527685975145976","popurl":"www.durgeshwari-nayar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168186,"job_number":"JOB_168186","tr_customer_id":168203,"tr_customer_product_id":168193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chandramauli Gowda","mobile_number":"7076718782","email_id":"goswamee.butt@hotmail.com","dop":"2026-01-17","serial_number":"325575926878631","imei1":"325575926878631","imei2":"325575926878631","popurl":"www.aagneya-abbott.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168187,"job_number":"JOB_168187","tr_customer_id":168204,"tr_customer_product_id":168194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Puneet Tagore","mobile_number":"7070208753","email_id":"krishnadas.sinha@hotmail.com","dop":"2026-01-17","serial_number":"861937628171568","imei1":"861937628171568","imei2":"861937628171568","popurl":"www.bilwa-mishra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168188,"job_number":"JOB_168188","tr_customer_id":168205,"tr_customer_product_id":168195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balagovind Arora","mobile_number":"7031531462","email_id":"swara.iyengar@gmail.com","dop":"2026-01-17","serial_number":"891818401023159","imei1":"891818401023159","imei2":"891818401023159","popurl":"www.chandraswaroopa-kaul.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168189,"job_number":"JOB_168189","tr_customer_id":168206,"tr_customer_product_id":168196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kin Mahajan","mobile_number":"7072531315","email_id":"ahalya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"999754818649567","imei1":"999754818649567","imei2":"999754818649567","popurl":"www.chetan-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168190,"job_number":"JOB_168190","tr_customer_id":168207,"tr_customer_product_id":168197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balachandra Kakkar","mobile_number":"7032263868","email_id":"devdan.bhat@hotmail.com","dop":"2026-01-17","serial_number":"105468873924195","imei1":"105468873924195","imei2":"105468873924195","popurl":"www.darshwana-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168191,"job_number":"JOB_168191","tr_customer_id":168208,"tr_customer_product_id":168198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Aalok Deshpande","mobile_number":"7072539080","email_id":"gemine.bhat@yahoo.co.in","dop":"2026-01-17","serial_number":"768846817619370","imei1":"768846817619370","imei2":"768846817619370","popurl":"www.narinder-bhat.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168195,"job_number":"JOB_168195","tr_customer_id":168212,"tr_customer_product_id":168202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Suresh Namboothiri","mobile_number":"7069695354","email_id":"prasad.talwar@hotmail.com","dop":"2026-01-17","serial_number":"174630033067530","imei1":"174630033067530","imei2":"174630033067530","popurl":"www.adhrit-menon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168196,"job_number":"JOB_168196","tr_customer_id":168213,"tr_customer_product_id":168203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anil Dhawan","mobile_number":"7070028894","email_id":"kumari.mehra@gmail.com","dop":"2026-01-17","serial_number":"325586393928619","imei1":"325586393928619","imei2":"325586393928619","popurl":"www.chakrika-kaul.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168197,"job_number":"JOB_168197","tr_customer_id":168214,"tr_customer_product_id":168204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Prajapat","mobile_number":"7097444520","email_id":"swara.ganaka@gmail.com","dop":"2026-01-17","serial_number":"914701472395236","imei1":"914701472395236","imei2":"914701472395236","popurl":"www.kama-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168198,"job_number":"JOB_168198","tr_customer_id":168215,"tr_customer_product_id":168205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chakradhar Pillai","mobile_number":"7065856347","email_id":"aatreya.pillai@yahoo.co.in","dop":"2026-01-17","serial_number":"543748323384088","imei1":"543748323384088","imei2":"543748323384088","popurl":"www.trilok-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168199,"job_number":"JOB_168199","tr_customer_id":168216,"tr_customer_product_id":168206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Nambeesan","mobile_number":"7068570208","email_id":"deeptendu.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"590159293640789","imei1":"590159293640789","imei2":"590159293640789","popurl":"www.hiranya-dutta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168200,"job_number":"JOB_168200","tr_customer_id":168217,"tr_customer_product_id":168207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Bhooshit Abbott","mobile_number":"7080102585","email_id":"aaryan.butt@gmail.com","dop":"2026-01-17","serial_number":"706792543344082","imei1":"706792543344082","imei2":"706792543344082","popurl":"www.shashi-varma.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168201,"job_number":"JOB_168201","tr_customer_id":168219,"tr_customer_product_id":168208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Dhara Varman","mobile_number":"7087454376","email_id":"shivakari.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"975768866653230","imei1":"975768866653230","imei2":"975768866653230","popurl":"www.lavanya-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168202,"job_number":"JOB_168202","tr_customer_id":168218,"tr_customer_product_id":168209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Buddhana Mahajan","mobile_number":"7081108320","email_id":"arindam.khatri@hotmail.com","dop":"2026-01-17","serial_number":"739069177439111","imei1":"739069177439111","imei2":"739069177439111","popurl":"www.ramaa-tagore.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168203,"job_number":"JOB_168203","tr_customer_id":168220,"tr_customer_product_id":168210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Deeptimay Ganaka","mobile_number":"7069328342","email_id":"anjaneya.kaur@gmail.com","dop":"2026-01-17","serial_number":"301862860042281","imei1":"301862860042281","imei2":"301862860042281","popurl":"www.gaurang-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168204,"job_number":"JOB_168204","tr_customer_id":168221,"tr_customer_product_id":168211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Gouranga Gupta","mobile_number":"7066851917","email_id":"shivakari.varrier@hotmail.com","dop":"2026-01-17","serial_number":"057270962748011","imei1":"057270962748011","imei2":"057270962748011","popurl":"www.bhargava-shukla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168205,"job_number":"JOB_168205","tr_customer_id":168222,"tr_customer_product_id":168212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Akshita Mehrotra","mobile_number":"7086685963","email_id":"dwaipayana.mahajan@gmail.com","dop":"2026-01-17","serial_number":"086564955613631","imei1":"086564955613631","imei2":"086564955613631","popurl":"www.darshan-bhattacharya.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168207,"job_number":"JOB_168207","tr_customer_id":168224,"tr_customer_product_id":168214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bishnu Dutta","mobile_number":"7051455224","email_id":"anjushri.gill@yahoo.co.in","dop":"2026-01-17","serial_number":"333310769090549","imei1":"333310769090549","imei2":"333310769090549","popurl":"www.bakula-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168208,"job_number":"JOB_168208","tr_customer_id":168225,"tr_customer_product_id":168215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Prema Trivedi","mobile_number":"7068084525","email_id":"vasundhara.marar@hotmail.com","dop":"2026-01-17","serial_number":"205887612107788","imei1":"205887612107788","imei2":"205887612107788","popurl":"www.jagdish-tandon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168209,"job_number":"JOB_168209","tr_customer_id":168226,"tr_customer_product_id":168216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Devdan Dutta","mobile_number":"7027492908","email_id":"chandran.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"858922008389057","imei1":"858922008389057","imei2":"858922008389057","popurl":"www.chandraswaroopa-varman.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168210,"job_number":"JOB_168210","tr_customer_id":168227,"tr_customer_product_id":168217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Ekaling Asan","mobile_number":"7017995918","email_id":"aasa.guha@hotmail.com","dop":"2026-01-17","serial_number":"361064068307831","imei1":"361064068307831","imei2":"361064068307831","popurl":"www.ghanshyam-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168211,"job_number":"JOB_168211","tr_customer_id":168228,"tr_customer_product_id":168218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Jitendra Pillai","mobile_number":"7073043265","email_id":"shantanu.chaturvedi@yahoo.co.in","dop":"2026-01-17","serial_number":"046515445662526","imei1":"046515445662526","imei2":"046515445662526","popurl":"www.eshana-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168212,"job_number":"JOB_168212","tr_customer_id":168229,"tr_customer_product_id":168219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bhooshit Ganaka","mobile_number":"7016630121","email_id":"girija.bhat@hotmail.com","dop":"2026-01-17","serial_number":"140321290638336","imei1":"140321290638336","imei2":"140321290638336","popurl":"www.anagh-chopra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168213,"job_number":"JOB_168213","tr_customer_id":168230,"tr_customer_product_id":168220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Dandak Jain","mobile_number":"7031859260","email_id":"charvi.nambeesan@hotmail.com","dop":"2026-01-17","serial_number":"256378860455060","imei1":"256378860455060","imei2":"256378860455060","popurl":"www.shashi-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168214,"job_number":"JOB_168214","tr_customer_id":168231,"tr_customer_product_id":168221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:09:44.000Z","modified_at":"2026-01-27T12:09:44.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15585732066824","imei1":"15585732066824","imei2":"15585732066824","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168216,"job_number":"JOB_168216","tr_customer_id":168233,"tr_customer_product_id":168223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:00.000Z","modified_at":"2026-01-27T12:10:00.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15888285633922","imei1":"15888285633922","imei2":"15888285633922","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168218,"job_number":"JOB_168218","tr_customer_id":168235,"tr_customer_product_id":168225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:17.000Z","modified_at":"2026-01-27T12:10:17.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16459082111863","imei1":"16459082111863","imei2":"16459082111863","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168220,"job_number":"JOB_168220","tr_customer_id":168237,"tr_customer_product_id":168227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Jai Pillai","mobile_number":"7048987638","email_id":"digambara.dwivedi@hotmail.com","dop":"2026-01-17","serial_number":"351663360147969","imei1":"351663360147969","imei2":"351663360147969","popurl":"www.acaryatanaya-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168221,"job_number":"JOB_168221","tr_customer_id":168239,"tr_customer_product_id":168229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Anasuya Varma","mobile_number":"7056285526","email_id":"shridevi.varrier@hotmail.com","dop":"2026-01-17","serial_number":"884127054365020","imei1":"884127054365020","imei2":"884127054365020","popurl":"www.hari-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168222,"job_number":"JOB_168222","tr_customer_id":168238,"tr_customer_product_id":168228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Harinakshi Mehrotra","mobile_number":"7097412792","email_id":"omana.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"611970057824369","imei1":"611970057824369","imei2":"611970057824369","popurl":"www.tapan-arora.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168223,"job_number":"JOB_168223","tr_customer_id":168241,"tr_customer_product_id":168230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Devesh Kaur","mobile_number":"7098102148","email_id":"yogendra.kaur@gmail.com","dop":"2026-01-17","serial_number":"743193379623075","imei1":"743193379623075","imei2":"743193379623075","popurl":"www.subhasini-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168224,"job_number":"JOB_168224","tr_customer_id":168240,"tr_customer_product_id":168231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Lakshmidhar Malik","mobile_number":"7073899809","email_id":"arindam.tagore@hotmail.com","dop":"2026-01-17","serial_number":"678891533948343","imei1":"678891533948343","imei2":"678891533948343","popurl":"www.aadi-adiga.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168225,"job_number":"JOB_168225","tr_customer_id":168242,"tr_customer_product_id":168232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:36.000Z","modified_at":"2026-01-27T12:22:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16487763938218","imei1":"16487763938218","imei2":"16487763938218","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168227,"job_number":"JOB_168227","tr_customer_id":168244,"tr_customer_product_id":168234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:38.000Z","modified_at":"2026-01-27T12:22:38.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53668157243722","imei1":"53668157243722","imei2":"53668157243722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168228,"job_number":"JOB_168228","tr_customer_id":168245,"tr_customer_product_id":168235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Tanya Bhattacharya","mobile_number":"7059149789","email_id":"deeptiman.kaniyar@gmail.com","dop":"2026-01-17","serial_number":"012788348914751","imei1":"012788348914751","imei2":"012788348914751","popurl":"www.mohana-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168229,"job_number":"JOB_168229","tr_customer_id":168246,"tr_customer_product_id":168236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Vasudev Bharadwaj","mobile_number":"7073845519","email_id":"ajit.guha@hotmail.com","dop":"2026-01-17","serial_number":"967332951939340","imei1":"967332951939340","imei2":"967332951939340","popurl":"www.dayaananda-gowda.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168230,"job_number":"JOB_168230","tr_customer_id":168247,"tr_customer_product_id":168237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Bheeshma Jain","mobile_number":"7059421692","email_id":"prasanna.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"833050871578067","imei1":"833050871578067","imei2":"833050871578067","popurl":"www.vaijayanthi-ahuja.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168231,"job_number":"JOB_168231","tr_customer_id":168248,"tr_customer_product_id":168238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Jaya Kaul","mobile_number":"7053995341","email_id":"girindra.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"445076252064431","imei1":"445076252064431","imei2":"445076252064431","popurl":"www.chaturbhuj-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168232,"job_number":"JOB_168232","tr_customer_id":168249,"tr_customer_product_id":168239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Trisha Johar","mobile_number":"7068949896","email_id":"agrata.iyer@hotmail.com","dop":"2026-01-17","serial_number":"233185802174858","imei1":"233185802174858","imei2":"233185802174858","popurl":"www.ranjeet-agarwal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168233,"job_number":"JOB_168233","tr_customer_id":168251,"tr_customer_product_id":168241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Prayag Johar","mobile_number":"7003652757","email_id":"adheesh.mehrotra@gmail.com","dop":"2026-01-17","serial_number":"304306716864460","imei1":"304306716864460","imei2":"304306716864460","popurl":"www.brahma-jain.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168234,"job_number":"JOB_168234","tr_customer_id":168250,"tr_customer_product_id":168240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Anish Chopra","mobile_number":"7015546136","email_id":"divakar.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"073590567887108","imei1":"073590567887108","imei2":"073590567887108","popurl":"www.deevakar-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168235,"job_number":"JOB_168235","tr_customer_id":168253,"tr_customer_product_id":168242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Aanandaswarup Menon","mobile_number":"7050715808","email_id":"arindam.singh@hotmail.com","dop":"2026-01-17","serial_number":"830722785884696","imei1":"830722785884696","imei2":"830722785884696","popurl":"www.daksha-jain.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168236,"job_number":"JOB_168236","tr_customer_id":168252,"tr_customer_product_id":168243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Amarnath Saini","mobile_number":"7066114456","email_id":"gopee.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"054434794473818","imei1":"054434794473818","imei2":"054434794473818","popurl":"www.bharadwaj-mehra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168237,"job_number":"JOB_168237","tr_customer_id":168254,"tr_customer_product_id":168244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Krishnadas Adiga","mobile_number":"7068260260","email_id":"poornima.verma@hotmail.com","dop":"2026-01-17","serial_number":"033577332190658","imei1":"033577332190658","imei2":"033577332190658","popurl":"www.jyotis-kocchar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168238,"job_number":"JOB_168238","tr_customer_id":168255,"tr_customer_product_id":168245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:20.000Z","modified_at":"2026-01-27T12:23:20.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17953161811409","imei1":"17953161811409","imei2":"17953161811409","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168240,"job_number":"JOB_168240","tr_customer_id":168257,"tr_customer_product_id":168247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:22.000Z","modified_at":"2026-01-27T12:23:22.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"91869338609526","imei1":"91869338609526","imei2":"91869338609526","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168241,"job_number":"JOB_168241","tr_customer_id":168258,"tr_customer_product_id":168248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:04.000Z","modified_at":"2026-01-27T12:24:04.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18019431176168","imei1":"18019431176168","imei2":"18019431176168","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168243,"job_number":"JOB_168243","tr_customer_id":168260,"tr_customer_product_id":168250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:06.000Z","modified_at":"2026-01-27T12:24:06.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94175444839677","imei1":"94175444839677","imei2":"94175444839677","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168244,"job_number":"JOB_168244","tr_customer_id":168261,"tr_customer_product_id":168251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:12.000Z","modified_at":"2026-01-27T12:33:12.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16853693244096","imei1":"16853693244096","imei2":"16853693244096","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168246,"job_number":"JOB_168246","tr_customer_id":168263,"tr_customer_product_id":168253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:14.000Z","modified_at":"2026-01-27T12:33:14.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70322021367703","imei1":"70322021367703","imei2":"70322021367703","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168247,"job_number":"JOB_168247","tr_customer_id":168264,"tr_customer_product_id":168254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:03.000Z","modified_at":"2026-01-27T12:34:03.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19926693469878","imei1":"19926693469878","imei2":"19926693469878","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168249,"job_number":"JOB_168249","tr_customer_id":168266,"tr_customer_product_id":168256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:05.000Z","modified_at":"2026-01-27T12:34:05.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49000460081954","imei1":"49000460081954","imei2":"49000460081954","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168250,"job_number":"JOB_168250","tr_customer_id":168267,"tr_customer_product_id":168257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:55.000Z","modified_at":"2026-01-27T12:34:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11132776219601","imei1":"11132776219601","imei2":"11132776219601","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168252,"job_number":"JOB_168252","tr_customer_id":168269,"tr_customer_product_id":168259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:57.000Z","modified_at":"2026-01-27T12:34:57.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"26009336482955","imei1":"26009336482955","imei2":"26009336482955","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168253,"job_number":"JOB_168253","tr_customer_id":168270,"tr_customer_product_id":168260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"World Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"18844432193440","imei1":"18844432193440","imei2":"18844432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168254,"job_number":"JOB_168254","tr_customer_id":168271,"tr_customer_product_id":168261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"dfdfd Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10944432193440","imei1":"10944432193440","imei2":"10944432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168255,"job_number":"JOB_168255","tr_customer_id":168272,"tr_customer_product_id":168262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"hello Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10942232193440","imei1":"10942232193440","imei2":"10942232193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168256,"job_number":"JOB_168256","tr_customer_id":168273,"tr_customer_product_id":168263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ganaka Ganaka","mobile_number":"7008604529","email_id":"chaturbhuj.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"580968190866739","imei1":"580968190866739","imei2":"580968190866739","popurl":"www.bhoopati-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168257,"job_number":"JOB_168257","tr_customer_id":168274,"tr_customer_product_id":168264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Chidananda Varman","mobile_number":"7081541989","email_id":"bhushan.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"520358638387078","imei1":"520358638387078","imei2":"520358638387078","popurl":"www.abhaidev-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168258,"job_number":"JOB_168258","tr_customer_id":168275,"tr_customer_product_id":168265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Triloki Nath Gill","mobile_number":"7020959627","email_id":"ajeet.shukla@yahoo.co.in","dop":"2026-01-17","serial_number":"154315835505877","imei1":"154315835505877","imei2":"154315835505877","popurl":"www.adhrit-talwar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168259,"job_number":"JOB_168259","tr_customer_id":168276,"tr_customer_product_id":168266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Indra Bandopadhyay","mobile_number":"7084928060","email_id":"sarada.rana@hotmail.com","dop":"2026-01-17","serial_number":"119167337360261","imei1":"119167337360261","imei2":"119167337360261","popurl":"www.atmaja-rana.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168260,"job_number":"JOB_168260","tr_customer_id":168277,"tr_customer_product_id":168267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ekadant Iyengar","mobile_number":"7083283137","email_id":"akshainie.varman@hotmail.com","dop":"2026-01-17","serial_number":"807684574494302","imei1":"807684574494302","imei2":"807684574494302","popurl":"www.anuja-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168261,"job_number":"JOB_168261","tr_customer_id":168278,"tr_customer_product_id":168268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Budhil Kaul","mobile_number":"7007472388","email_id":"vidhya.johar@yahoo.co.in","dop":"2026-01-17","serial_number":"346899966887362","imei1":"346899966887362","imei2":"346899966887362","popurl":"www.dayamayee-pandey.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168262,"job_number":"JOB_168262","tr_customer_id":168279,"tr_customer_product_id":168269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Swara Bandopadhyay","mobile_number":"7016741813","email_id":"aadi.varman@gmail.com","dop":"2026-01-17","serial_number":"447201130297179","imei1":"447201130297179","imei2":"447201130297179","popurl":"www.ekaparnika-ahuja.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168263,"job_number":"JOB_168263","tr_customer_id":168280,"tr_customer_product_id":168270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhuvanesh Arora","mobile_number":"7059618969","email_id":"bhamini.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"030187202982318","imei1":"030187202982318","imei2":"030187202982318","popurl":"www.chaaruchandra-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168264,"job_number":"JOB_168264","tr_customer_id":168281,"tr_customer_product_id":168271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhargava Kapoor","mobile_number":"7017308625","email_id":"ajeet.sinha@gmail.com","dop":"2026-01-17","serial_number":"210483892952342","imei1":"210483892952342","imei2":"210483892952342","popurl":"www.bhishma-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168265,"job_number":"JOB_168265","tr_customer_id":168282,"tr_customer_product_id":168272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:12.000Z","name":"Rakesh Ganaka","mobile_number":"7081162089","email_id":"smriti.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"973373170161546","imei1":"973373170161546","imei2":"973373170161546","popurl":"www.deependra-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168267,"job_number":"JOB_168267","tr_customer_id":168284,"tr_customer_product_id":168274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:16.000Z","modified_at":"2026-01-27T13:44:16.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13972199692843","imei1":"13972199692843","imei2":"13972199692843","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168269,"job_number":"JOB_168269","tr_customer_id":168286,"tr_customer_product_id":168276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:33.000Z","modified_at":"2026-01-27T13:44:33.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11740035973162","imei1":"11740035973162","imei2":"11740035973162","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168271,"job_number":"JOB_168271","tr_customer_id":168288,"tr_customer_product_id":168278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:50.000Z","modified_at":"2026-01-27T13:44:50.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16137037844247","imei1":"16137037844247","imei2":"16137037844247","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168273,"job_number":"JOB_168273","tr_customer_id":168290,"tr_customer_product_id":168280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Anaadi Devar","mobile_number":"7084683703","email_id":"ekaling.namboothiri@hotmail.com","dop":"2026-01-17","serial_number":"656477353144113","imei1":"656477353144113","imei2":"656477353144113","popurl":"www.deepesh-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168274,"job_number":"JOB_168274","tr_customer_id":168292,"tr_customer_product_id":168282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ankal Nair","mobile_number":"7063975020","email_id":"gauraang.joshi@gmail.com","dop":"2026-01-17","serial_number":"907222504346697","imei1":"907222504346697","imei2":"907222504346697","popurl":"www.manoj-varman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168275,"job_number":"JOB_168275","tr_customer_id":168291,"tr_customer_product_id":168281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Pran Dubashi","mobile_number":"7068961883","email_id":"ekaparnika.agarwal@yahoo.co.in","dop":"2026-01-17","serial_number":"286857647138780","imei1":"286857647138780","imei2":"286857647138780","popurl":"www.amrita-embranthiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168276,"job_number":"JOB_168276","tr_customer_id":168293,"tr_customer_product_id":168283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chetanaanand Reddy","mobile_number":"7045392486","email_id":"anal.deshpande@yahoo.co.in","dop":"2026-01-17","serial_number":"408809447341215","imei1":"408809447341215","imei2":"408809447341215","popurl":"www.abhirath-achari.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168277,"job_number":"JOB_168277","tr_customer_id":168294,"tr_customer_product_id":168284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chandi Malik","mobile_number":"7095444726","email_id":"deb.ahuja@yahoo.co.in","dop":"2026-01-17","serial_number":"912578778448772","imei1":"912578778448772","imei2":"912578778448772","popurl":"www.tanushree-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168278,"job_number":"JOB_168278","tr_customer_id":168295,"tr_customer_product_id":168285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhargava Mukhopadhyay","mobile_number":"7026138278","email_id":"anurag.mishra@gmail.com","dop":"2026-01-17","serial_number":"875406830158462","imei1":"875406830158462","imei2":"875406830158462","popurl":"www.kali-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168279,"job_number":"JOB_168279","tr_customer_id":168296,"tr_customer_product_id":168286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ranjit Chopra","mobile_number":"7073725800","email_id":"bhagirathi.guneta@hotmail.com","dop":"2026-01-17","serial_number":"360525324757118","imei1":"360525324757118","imei2":"360525324757118","popurl":"www.jagadish-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168280,"job_number":"JOB_168280","tr_customer_id":168297,"tr_customer_product_id":168287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Lal Ahuja","mobile_number":"7037608651","email_id":"dhanalakshmi.pothuvaal@gmail.com","dop":"2026-01-17","serial_number":"863448801333047","imei1":"863448801333047","imei2":"863448801333047","popurl":"www.jyoti-pothuvaal.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168281,"job_number":"JOB_168281","tr_customer_id":168298,"tr_customer_product_id":168288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhardwaj Shukla","mobile_number":"7025057013","email_id":"mayoor.iyer@hotmail.com","dop":"2026-01-17","serial_number":"135556889699370","imei1":"135556889699370","imei2":"135556889699370","popurl":"www.sharmila-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168282,"job_number":"JOB_168282","tr_customer_id":168299,"tr_customer_product_id":168289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Girish Banerjee","mobile_number":"7048017873","email_id":"aaryan.guneta@hotmail.com","dop":"2026-01-17","serial_number":"740725273090990","imei1":"740725273090990","imei2":"740725273090990","popurl":"www.rati-jha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168283,"job_number":"JOB_168283","tr_customer_id":168300,"tr_customer_product_id":168290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Swarnalata Prajapat","mobile_number":"7099479914","email_id":"balaaditya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"141575034126703","imei1":"141575034126703","imei2":"141575034126703","popurl":"www.narinder-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168284,"job_number":"JOB_168284","tr_customer_id":168301,"tr_customer_product_id":168291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Shanti Bhattathiri","mobile_number":"7016029439","email_id":"oormila.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"247116872323691","imei1":"247116872323691","imei2":"247116872323691","popurl":"www.dayaanidhi-dwivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168285,"job_number":"JOB_168285","tr_customer_id":168302,"tr_customer_product_id":168292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Bhadrak Arora","mobile_number":"7032870005","email_id":"bhishma.acharya@hotmail.com","dop":"2026-01-17","serial_number":"559643001190677","imei1":"559643001190677","imei2":"559643001190677","popurl":"www.anjaneya-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168286,"job_number":"JOB_168286","tr_customer_id":168303,"tr_customer_product_id":168293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dayaamay Khan","mobile_number":"7027838011","email_id":"param.khanna@hotmail.com","dop":"2026-01-17","serial_number":"246434267233391","imei1":"246434267233391","imei2":"246434267233391","popurl":"www.mohinder-malik.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168287,"job_number":"JOB_168287","tr_customer_id":168304,"tr_customer_product_id":168294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Rageshwari Sinha","mobile_number":"7007609666","email_id":"aaryan.mishra@hotmail.com","dop":"2026-01-17","serial_number":"762876885452505","imei1":"762876885452505","imei2":"762876885452505","popurl":"www.dandapaani-kakkar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168288,"job_number":"JOB_168288","tr_customer_id":168305,"tr_customer_product_id":168295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Chandini Panicker","mobile_number":"7041401584","email_id":"nimit.shukla@hotmail.com","dop":"2026-01-17","serial_number":"030455514100990","imei1":"030455514100990","imei2":"030455514100990","popurl":"www.kama-mishra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168289,"job_number":"JOB_168289","tr_customer_id":168306,"tr_customer_product_id":168296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Laxmi Khan","mobile_number":"7044561872","email_id":"amaranaath.mukhopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"798628166538875","imei1":"798628166538875","imei2":"798628166538875","popurl":"www.chakravartee-malik.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168290,"job_number":"JOB_168290","tr_customer_id":168307,"tr_customer_product_id":168297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Param Namboothiri","mobile_number":"7051395959","email_id":"shresth.acharya@gmail.com","dop":"2026-01-17","serial_number":"939906965759411","imei1":"939906965759411","imei2":"939906965759411","popurl":"www.digambar-khatri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168291,"job_number":"JOB_168291","tr_customer_id":168308,"tr_customer_product_id":168298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gitanjali Nehru","mobile_number":"7033196788","email_id":"bhramar.iyer@hotmail.com","dop":"2026-01-17","serial_number":"159118065780587","imei1":"159118065780587","imei2":"159118065780587","popurl":"www.adhrit-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168292,"job_number":"JOB_168292","tr_customer_id":168309,"tr_customer_product_id":168299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Yogendra Rana","mobile_number":"7013127135","email_id":"ekalavya.pandey@hotmail.com","dop":"2026-01-17","serial_number":"181276253587809","imei1":"181276253587809","imei2":"181276253587809","popurl":"www.himadri-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168293,"job_number":"JOB_168293","tr_customer_id":168310,"tr_customer_product_id":168300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gayatri Gill","mobile_number":"7078914110","email_id":"tanya.gowda@yahoo.co.in","dop":"2026-01-17","serial_number":"425618954904736","imei1":"425618954904736","imei2":"425618954904736","popurl":"www.baala-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168294,"job_number":"JOB_168294","tr_customer_id":168311,"tr_customer_product_id":168301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Deeptimoyee Trivedi","mobile_number":"7081075397","email_id":"rupinder.chopra@yahoo.co.in","dop":"2026-01-17","serial_number":"820682428873616","imei1":"820682428873616","imei2":"820682428873616","popurl":"www.jay-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168295,"job_number":"JOB_168295","tr_customer_id":168312,"tr_customer_product_id":168302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Abhisyanta Tagore","mobile_number":"7098322412","email_id":"chaitan.naik@hotmail.com","dop":"2026-01-17","serial_number":"462957100239314","imei1":"462957100239314","imei2":"462957100239314","popurl":"www.gati-nair.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168296,"job_number":"JOB_168296","tr_customer_id":168313,"tr_customer_product_id":168303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Aaryan Varrier","mobile_number":"7086629267","email_id":"shashi.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"297041655924701","imei1":"297041655924701","imei2":"297041655924701","popurl":"www.gajabahu-rana.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168297,"job_number":"JOB_168297","tr_customer_id":168314,"tr_customer_product_id":168304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Nirbhay Chattopadhyay","mobile_number":"7061002611","email_id":"eshana.bhattathiri@hotmail.com","dop":"2026-01-17","serial_number":"297775248264917","imei1":"297775248264917","imei2":"297775248264917","popurl":"www.shubhaprada-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168298,"job_number":"JOB_168298","tr_customer_id":168315,"tr_customer_product_id":168305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Baalagopaal Patil","mobile_number":"7096912025","email_id":"abhirath.mukhopadhyay@hotmail.com","dop":"2026-01-17","serial_number":"757612487874979","imei1":"757612487874979","imei2":"757612487874979","popurl":"www.bhushit-guha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168299,"job_number":"JOB_168299","tr_customer_id":168316,"tr_customer_product_id":168306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Jyoti Bhat","mobile_number":"7026175150","email_id":"bilwa.dubashi@gmail.com","dop":"2026-01-17","serial_number":"143523016490660","imei1":"143523016490660","imei2":"143523016490660","popurl":"www.amritambu-sinha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168300,"job_number":"JOB_168300","tr_customer_id":168317,"tr_customer_product_id":168307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Acaryatanaya Sharma","mobile_number":"7080385131","email_id":"kumuda.desai@gmail.com","dop":"2026-01-17","serial_number":"628297546043480","imei1":"628297546043480","imei2":"628297546043480","popurl":"www.sanka-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168301,"job_number":"JOB_168301","tr_customer_id":168318,"tr_customer_product_id":168308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Krishnadasa Kocchar","mobile_number":"7040706838","email_id":"vidya.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"039277206390215","imei1":"039277206390215","imei2":"039277206390215","popurl":"www.abhisyanta-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168302,"job_number":"JOB_168302","tr_customer_id":168319,"tr_customer_product_id":168309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Eshita Malik","mobile_number":"7019334340","email_id":"charuvrat.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"797082632608609","imei1":"797082632608609","imei2":"797082632608609","popurl":"www.sarla-banerjee.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168303,"job_number":"JOB_168303","tr_customer_id":168320,"tr_customer_product_id":168310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Kanishka Pandey","mobile_number":"7006447166","email_id":"deepesh.prajapat@gmail.com","dop":"2026-01-17","serial_number":"299828941401126","imei1":"299828941401126","imei2":"299828941401126","popurl":"www.aagneya-adiga.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168304,"job_number":"JOB_168304","tr_customer_id":168321,"tr_customer_product_id":168311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dhana Achari","mobile_number":"7027643900","email_id":"bala.deshpande@gmail.com","dop":"2026-01-17","serial_number":"259783489679083","imei1":"259783489679083","imei2":"259783489679083","popurl":"www.dhanesh-prajapat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168305,"job_number":"JOB_168305","tr_customer_id":168322,"tr_customer_product_id":168312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Shanti Chaturvedi","mobile_number":"7074772557","email_id":"rukmin.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"167544080266806","imei1":"167544080266806","imei2":"167544080266806","popurl":"www.karunanidhi-joshi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168306,"job_number":"JOB_168306","tr_customer_id":168323,"tr_customer_product_id":168313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Daiwik Pandey","mobile_number":"7015235624","email_id":"darshwana.saini@gmail.com","dop":"2026-01-17","serial_number":"922710613826902","imei1":"922710613826902","imei2":"922710613826902","popurl":"www.aayushman-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168307,"job_number":"JOB_168307","tr_customer_id":168324,"tr_customer_product_id":168314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bharadwaj Gowda","mobile_number":"7047901798","email_id":"amrit.chopra@hotmail.com","dop":"2026-01-17","serial_number":"691884701084889","imei1":"691884701084889","imei2":"691884701084889","popurl":"www.aarya-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168308,"job_number":"JOB_168308","tr_customer_id":168325,"tr_customer_product_id":168315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Trisha Embranthiri","mobile_number":"7078828412","email_id":"rageswari.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"379590032052216","imei1":"379590032052216","imei2":"379590032052216","popurl":"www.oormila-namboothiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168309,"job_number":"JOB_168309","tr_customer_id":168326,"tr_customer_product_id":168316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Vidur Somayaji","mobile_number":"7073570313","email_id":"dharitri.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"027182720772522","imei1":"027182720772522","imei2":"027182720772522","popurl":"www.girindra-tandon.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168310,"job_number":"JOB_168310","tr_customer_id":168327,"tr_customer_product_id":168317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ritesh Bhattacharya","mobile_number":"7098501414","email_id":"sharmila.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"103975520579777","imei1":"103975520579777","imei2":"103975520579777","popurl":"www.harinarayan-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168311,"job_number":"JOB_168311","tr_customer_id":168328,"tr_customer_product_id":168318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Devesh Mishra","mobile_number":"7033273020","email_id":"chandi.kaniyar@yahoo.co.in","dop":"2026-01-17","serial_number":"932138702134532","imei1":"932138702134532","imei2":"932138702134532","popurl":"www.devani-reddy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168312,"job_number":"JOB_168312","tr_customer_id":168329,"tr_customer_product_id":168319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chiranjeev Ahluwalia","mobile_number":"7009145254","email_id":"geeta.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"643458496795587","imei1":"643458496795587","imei2":"643458496795587","popurl":"www.prem-desai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168313,"job_number":"JOB_168313","tr_customer_id":168330,"tr_customer_product_id":168320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ananda Malik","mobile_number":"7038373963","email_id":"malti.iyer@hotmail.com","dop":"2026-01-17","serial_number":"699733414024462","imei1":"699733414024462","imei2":"699733414024462","popurl":"www.anjushree-marar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168314,"job_number":"JOB_168314","tr_customer_id":168331,"tr_customer_product_id":168321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamlesh Khanna","mobile_number":"7095467911","email_id":"hiranya.marar@hotmail.com","dop":"2026-01-17","serial_number":"135205006698107","imei1":"135205006698107","imei2":"135205006698107","popurl":"www.garuda-pandey.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168315,"job_number":"JOB_168315","tr_customer_id":168332,"tr_customer_product_id":168322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bandhu Mahajan","mobile_number":"7099106728","email_id":"dhruv.joshi@hotmail.com","dop":"2026-01-17","serial_number":"324381924619464","imei1":"324381924619464","imei2":"324381924619464","popurl":"www.shridevi-pothuvaal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168316,"job_number":"JOB_168316","tr_customer_id":168333,"tr_customer_product_id":168323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gajadhar Khatri","mobile_number":"7009021832","email_id":"manik.pilla@hotmail.com","dop":"2026-01-17","serial_number":"824135075165620","imei1":"824135075165620","imei2":"824135075165620","popurl":"www.gaurang-patel.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168317,"job_number":"JOB_168317","tr_customer_id":168334,"tr_customer_product_id":168324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Manisha Chattopadhyay","mobile_number":"7075391580","email_id":"aagneya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"231111320521551","imei1":"231111320521551","imei2":"231111320521551","popurl":"www.dron-dubashi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168318,"job_number":"JOB_168318","tr_customer_id":168335,"tr_customer_product_id":168325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrabhaga Reddy","mobile_number":"7002922500","email_id":"gajadhar.pillai@hotmail.com","dop":"2026-01-17","serial_number":"670466987668843","imei1":"670466987668843","imei2":"670466987668843","popurl":"www.aadidev-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168319,"job_number":"JOB_168319","tr_customer_id":168336,"tr_customer_product_id":168326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Amaresh Mahajan","mobile_number":"7036858631","email_id":"brahmanandam.sharma@gmail.com","dop":"2026-01-17","serial_number":"993215241178645","imei1":"993215241178645","imei2":"993215241178645","popurl":"www.dulari-trivedi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168320,"job_number":"JOB_168320","tr_customer_id":168337,"tr_customer_product_id":168327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamla Pillai","mobile_number":"7025530093","email_id":"devi.bhattacharya@hotmail.com","dop":"2026-01-17","serial_number":"720966471356811","imei1":"720966471356811","imei2":"720966471356811","popurl":"www.chinmayananda-gandhi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168321,"job_number":"JOB_168321","tr_customer_id":168338,"tr_customer_product_id":168328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gauranga Bharadwaj","mobile_number":"7040771236","email_id":"himani.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"963565872947585","imei1":"963565872947585","imei2":"963565872947585","popurl":"www.vishnu-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168322,"job_number":"JOB_168322","tr_customer_id":168339,"tr_customer_product_id":168329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Nanda Ahluwalia","mobile_number":"7061139361","email_id":"bhoopati.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"325520571898873","imei1":"325520571898873","imei2":"325520571898873","popurl":"www.pushti-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168323,"job_number":"JOB_168323","tr_customer_id":168340,"tr_customer_product_id":168330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrakin Chattopadhyay","mobile_number":"7097544273","email_id":"kannan.agarwal@gmail.com","dop":"2026-01-17","serial_number":"692303611362579","imei1":"692303611362579","imei2":"692303611362579","popurl":"www.bilwa-deshpande.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168324,"job_number":"JOB_168324","tr_customer_id":168341,"tr_customer_product_id":168331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Devvrat Asan","mobile_number":"7036837584","email_id":"garuda.menon@hotmail.com","dop":"2026-01-17","serial_number":"186509279222993","imei1":"186509279222993","imei2":"186509279222993","popurl":"www.vaishno-nehru.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168325,"job_number":"JOB_168325","tr_customer_id":168342,"tr_customer_product_id":168332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Manoj Iyer","mobile_number":"7079001143","email_id":"giriraj.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"193173358287905","imei1":"193173358287905","imei2":"193173358287905","popurl":"www.rukmin-kaur.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168326,"job_number":"JOB_168326","tr_customer_id":168343,"tr_customer_product_id":168333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chandraayan Butt","mobile_number":"7010369756","email_id":"agnimitra.somayaji@gmail.com","dop":"2026-01-17","serial_number":"488999732494006","imei1":"488999732494006","imei2":"488999732494006","popurl":"www.gajabahu-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168327,"job_number":"JOB_168327","tr_customer_id":168344,"tr_customer_product_id":168334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dhanapati Mukhopadhyay","mobile_number":"7060625797","email_id":"anasooya.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"677865205290071","imei1":"677865205290071","imei2":"677865205290071","popurl":"www.akshita-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168328,"job_number":"JOB_168328","tr_customer_id":168345,"tr_customer_product_id":168335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Bhishma Ahluwalia","mobile_number":"7070024748","email_id":"gitanjali.patel@gmail.com","dop":"2026-01-17","serial_number":"909928173955236","imei1":"909928173955236","imei2":"909928173955236","popurl":"www.lavanya-ahluwalia.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168329,"job_number":"JOB_168329","tr_customer_id":168346,"tr_customer_product_id":168336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Tanushri Desai","mobile_number":"7029790501","email_id":"bilva.achari@yahoo.co.in","dop":"2026-01-17","serial_number":"635481645607749","imei1":"635481645607749","imei2":"635481645607749","popurl":"www.chapala-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168330,"job_number":"JOB_168330","tr_customer_id":168347,"tr_customer_product_id":168337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girija Johar","mobile_number":"7087953579","email_id":"manoj.jain@gmail.com","dop":"2026-01-17","serial_number":"955820954820200","imei1":"955820954820200","imei2":"955820954820200","popurl":"www.vaishnavi-jha.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168331,"job_number":"JOB_168331","tr_customer_id":168348,"tr_customer_product_id":168338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gautam Khan","mobile_number":"7062693799","email_id":"siddarth.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"391242264746741","imei1":"391242264746741","imei2":"391242264746741","popurl":"www.ananda-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168332,"job_number":"JOB_168332","tr_customer_id":168349,"tr_customer_product_id":168339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ananta Bandopadhyay","mobile_number":"7064038836","email_id":"ujjawal.asan@hotmail.com","dop":"2026-01-17","serial_number":"193785608841020","imei1":"193785608841020","imei2":"193785608841020","popurl":"www.gajabahu-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168333,"job_number":"JOB_168333","tr_customer_id":168350,"tr_customer_product_id":168340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ramaa Ahluwalia","mobile_number":"7043740065","email_id":"krishnadasa.abbott@gmail.com","dop":"2026-01-17","serial_number":"055694745124624","imei1":"055694745124624","imei2":"055694745124624","popurl":"www.anilaabh-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168334,"job_number":"JOB_168334","tr_customer_id":168351,"tr_customer_product_id":168341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Anjushri Kakkar","mobile_number":"7053074102","email_id":"chitraksh.talwar@hotmail.com","dop":"2026-01-17","serial_number":"573357269817417","imei1":"573357269817417","imei2":"573357269817417","popurl":"www.tanya-nair.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168335,"job_number":"JOB_168335","tr_customer_id":168352,"tr_customer_product_id":168342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Adhrit Kapoor","mobile_number":"7027432401","email_id":"aruna.pillai@hotmail.com","dop":"2026-01-17","serial_number":"348584581440138","imei1":"348584581440138","imei2":"348584581440138","popurl":"www.bhargavi-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168336,"job_number":"JOB_168336","tr_customer_id":168353,"tr_customer_product_id":168343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Swarnalata Johar","mobile_number":"7078977856","email_id":"ujjwal.desai@yahoo.co.in","dop":"2026-01-17","serial_number":"868667207996938","imei1":"868667207996938","imei2":"868667207996938","popurl":"www.laxmi-adiga.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168337,"job_number":"JOB_168337","tr_customer_id":168354,"tr_customer_product_id":168344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girik Gowda","mobile_number":"7069755534","email_id":"agrata.guneta@gmail.com","dop":"2026-01-17","serial_number":"006437615865535","imei1":"006437615865535","imei2":"006437615865535","popurl":"www.opalina-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168338,"job_number":"JOB_168338","tr_customer_id":168355,"tr_customer_product_id":168345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Lakshman Malik","mobile_number":"7054809205","email_id":"samir.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"688001834688644","imei1":"688001834688644","imei2":"688001834688644","popurl":"www.parvati-embranthiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168339,"job_number":"JOB_168339","tr_customer_id":168356,"tr_customer_product_id":168346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Abhirath Kocchar","mobile_number":"7095215331","email_id":"nirbhay.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"026538670104231","imei1":"026538670104231","imei2":"026538670104231","popurl":"www.bhilangana-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168340,"job_number":"JOB_168340","tr_customer_id":168357,"tr_customer_product_id":168347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gandharv Mishra","mobile_number":"7037736873","email_id":"chandrakala.asan@hotmail.com","dop":"2026-01-17","serial_number":"054532771311509","imei1":"054532771311509","imei2":"054532771311509","popurl":"www.anshula-gandhi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168341,"job_number":"JOB_168341","tr_customer_id":168358,"tr_customer_product_id":168348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipendra Guneta","mobile_number":"7089022167","email_id":"bhooshit.varrier@yahoo.co.in","dop":"2026-01-17","serial_number":"557394222355725","imei1":"557394222355725","imei2":"557394222355725","popurl":"www.veda-namboothiri.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168342,"job_number":"JOB_168342","tr_customer_id":168359,"tr_customer_product_id":168349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipali Naik","mobile_number":"7046169636","email_id":"adityanandan.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"181904001668628","imei1":"181904001668628","imei2":"181904001668628","popurl":"www.divjot-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168343,"job_number":"JOB_168343","tr_customer_id":168360,"tr_customer_product_id":168350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chitrangada Jain","mobile_number":"7047940952","email_id":"atmaja.somayaji@yahoo.co.in","dop":"2026-01-17","serial_number":"534353500920242","imei1":"534353500920242","imei2":"534353500920242","popurl":"www.dhyanesh-embranthiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168344,"job_number":"JOB_168344","tr_customer_id":168361,"tr_customer_product_id":168351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Eshana Mishra","mobile_number":"7035091717","email_id":"bhardwaj.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"567478943251205","imei1":"567478943251205","imei2":"567478943251205","popurl":"www.tara-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168345,"job_number":"JOB_168345","tr_customer_id":168362,"tr_customer_product_id":168352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bala Tagore","mobile_number":"7002970566","email_id":"uma.khatri@hotmail.com","dop":"2026-01-17","serial_number":"346712173888469","imei1":"346712173888469","imei2":"346712173888469","popurl":"www.vishnu-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168346,"job_number":"JOB_168346","tr_customer_id":168363,"tr_customer_product_id":168353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Vyas Tandon","mobile_number":"7042667205","email_id":"purnima.joshi@yahoo.co.in","dop":"2026-01-17","serial_number":"759616770829453","imei1":"759616770829453","imei2":"759616770829453","popurl":"www.chinmayananda-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168347,"job_number":"JOB_168347","tr_customer_id":168364,"tr_customer_product_id":168354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Apsara Mishra","mobile_number":"7047276167","email_id":"kannan.gowda@hotmail.com","dop":"2026-01-17","serial_number":"565742401215318","imei1":"565742401215318","imei2":"565742401215318","popurl":"www.bhargavi-patel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168348,"job_number":"JOB_168348","tr_customer_id":168365,"tr_customer_product_id":168355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ritesh Reddy","mobile_number":"7090019130","email_id":"bela.mishra@hotmail.com","dop":"2026-01-17","serial_number":"220858470308955","imei1":"220858470308955","imei2":"220858470308955","popurl":"www.nikita-asan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168349,"job_number":"JOB_168349","tr_customer_id":168366,"tr_customer_product_id":168356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Dhanu Dutta","mobile_number":"7018337846","email_id":"dandak.khanna@hotmail.com","dop":"2026-01-17","serial_number":"877052485523200","imei1":"877052485523200","imei2":"877052485523200","popurl":"www.atmanand-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168350,"job_number":"JOB_168350","tr_customer_id":168367,"tr_customer_product_id":168357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Abani Chaturvedi","mobile_number":"7036399880","email_id":"adhiraj.iyengar@hotmail.com","dop":"2026-01-17","serial_number":"106729502802142","imei1":"106729502802142","imei2":"106729502802142","popurl":"www.ahalya-bhat.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168351,"job_number":"JOB_168351","tr_customer_id":168368,"tr_customer_product_id":168358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Heema Pilla","mobile_number":"7064517073","email_id":"prasad.guha@gmail.com","dop":"2026-01-17","serial_number":"964173172956775","imei1":"964173172956775","imei2":"964173172956775","popurl":"www.meghnad-sharma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168352,"job_number":"JOB_168352","tr_customer_id":168369,"tr_customer_product_id":168359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Meghnad Dhawan","mobile_number":"7038382114","email_id":"anjushri.rana@gmail.com","dop":"2026-01-17","serial_number":"469600577233594","imei1":"469600577233594","imei2":"469600577233594","popurl":"www.aadrika-arora.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168353,"job_number":"JOB_168353","tr_customer_id":168370,"tr_customer_product_id":168360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Kumar Iyer","mobile_number":"7087622205","email_id":"bahula.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"810569748036493","imei1":"810569748036493","imei2":"810569748036493","popurl":"www.sher-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168354,"job_number":"JOB_168354","tr_customer_id":168371,"tr_customer_product_id":168361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Krishnadas Saini","mobile_number":"7074823966","email_id":"vrund.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"532303323194966","imei1":"532303323194966","imei2":"532303323194966","popurl":"www.pran-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168355,"job_number":"JOB_168355","tr_customer_id":168372,"tr_customer_product_id":168362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Lila Iyer","mobile_number":"7023393304","email_id":"narendra.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"089434342383766","imei1":"089434342383766","imei2":"089434342383766","popurl":"www.rohit-pillai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168356,"job_number":"JOB_168356","tr_customer_id":168373,"tr_customer_product_id":168363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ravi Mukhopadhyay","mobile_number":"7067186902","email_id":"shivakari.joshi@hotmail.com","dop":"2026-01-17","serial_number":"142948129111347","imei1":"142948129111347","imei2":"142948129111347","popurl":"www.chanda-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168357,"job_number":"JOB_168357","tr_customer_id":168375,"tr_customer_product_id":168365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Aanandaswarup Jha","mobile_number":"7076453342","email_id":"abhirath.adiga@hotmail.com","dop":"2026-01-17","serial_number":"335279886424002","imei1":"335279886424002","imei2":"335279886424002","popurl":"www.dhanapati-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168358,"job_number":"JOB_168358","tr_customer_id":168374,"tr_customer_product_id":168364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Tanya Kapoor","mobile_number":"7016042539","email_id":"udai.tagore@hotmail.com","dop":"2026-01-17","serial_number":"198386518075332","imei1":"198386518075332","imei2":"198386518075332","popurl":"www.dinkar-devar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168359,"job_number":"JOB_168359","tr_customer_id":168376,"tr_customer_product_id":168366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Mahesh Jha","mobile_number":"7038586704","email_id":"ankal.tandon@hotmail.com","dop":"2026-01-17","serial_number":"990013463977407","imei1":"990013463977407","imei2":"990013463977407","popurl":"www.bhuvaneshwar-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168360,"job_number":"JOB_168360","tr_customer_id":168377,"tr_customer_product_id":168367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bhavani Menon","mobile_number":"7051475661","email_id":"goutam.devar@hotmail.com","dop":"2026-01-17","serial_number":"149646746099263","imei1":"149646746099263","imei2":"149646746099263","popurl":"www.geeta-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168361,"job_number":"JOB_168361","tr_customer_id":168378,"tr_customer_product_id":168368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rohit Dhawan","mobile_number":"7010250076","email_id":"manisha.saini@yahoo.co.in","dop":"2026-01-17","serial_number":"817097590402320","imei1":"817097590402320","imei2":"817097590402320","popurl":"www.govinda-nair.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168362,"job_number":"JOB_168362","tr_customer_id":168379,"tr_customer_product_id":168369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rukhmani Nambeesan","mobile_number":"7009156879","email_id":"harit.ahluwalia@yahoo.co.in","dop":"2026-01-17","serial_number":"297676098700538","imei1":"297676098700538","imei2":"297676098700538","popurl":"www.krishna-achari.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168363,"job_number":"JOB_168363","tr_customer_id":168380,"tr_customer_product_id":168370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chakor Gupta","mobile_number":"7009589550","email_id":"shobhana.johar@hotmail.com","dop":"2026-01-17","serial_number":"206538448713779","imei1":"206538448713779","imei2":"206538448713779","popurl":"www.abhirath-dutta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168364,"job_number":"JOB_168364","tr_customer_id":168381,"tr_customer_product_id":168371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chandani Iyengar","mobile_number":"7019505930","email_id":"gauranga.bharadwaj@hotmail.com","dop":"2026-01-17","serial_number":"016636860422462","imei1":"016636860422462","imei2":"016636860422462","popurl":"www.aayushman-naik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168365,"job_number":"JOB_168365","tr_customer_id":168382,"tr_customer_product_id":168372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Akshaj Abbott","mobile_number":"7030785535","email_id":"devika.dhawan@hotmail.com","dop":"2026-01-17","serial_number":"185714094858276","imei1":"185714094858276","imei2":"185714094858276","popurl":"www.karan-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168366,"job_number":"JOB_168366","tr_customer_id":168383,"tr_customer_product_id":168373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Chinmayananda Talwar","mobile_number":"7029867753","email_id":"deepali.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"807692096572906","imei1":"807692096572906","imei2":"807692096572906","popurl":"www.tanirika-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168367,"job_number":"JOB_168367","tr_customer_id":168384,"tr_customer_product_id":168374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Mohana Namboothiri","mobile_number":"7075742815","email_id":"urmila.gandhi@gmail.com","dop":"2026-01-17","serial_number":"145848997681710","imei1":"145848997681710","imei2":"145848997681710","popurl":"www.rakesh-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168368,"job_number":"JOB_168368","tr_customer_id":168385,"tr_customer_product_id":168375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bilwa Adiga","mobile_number":"7051290596","email_id":"nawal.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"593529066480426","imei1":"593529066480426","imei2":"593529066480426","popurl":"www.birjesh-khanna.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168369,"job_number":"JOB_168369","tr_customer_id":168386,"tr_customer_product_id":168376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Kailash Guneta","mobile_number":"7090100585","email_id":"vaidehi.tandon@hotmail.com","dop":"2026-01-17","serial_number":"497105552825981","imei1":"497105552825981","imei2":"497105552825981","popurl":"www.dhatri-pillai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168370,"job_number":"JOB_168370","tr_customer_id":168387,"tr_customer_product_id":168377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Priya Namboothiri","mobile_number":"7013847653","email_id":"dev.iyer@hotmail.com","dop":"2026-01-17","serial_number":"077055695813289","imei1":"077055695813289","imei2":"077055695813289","popurl":"www.lakshmidhar-bhat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168371,"job_number":"JOB_168371","tr_customer_id":168388,"tr_customer_product_id":168378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bhilangana Nair","mobile_number":"7025684781","email_id":"lakshminath.mehra@yahoo.co.in","dop":"2026-01-17","serial_number":"854342691173107","imei1":"854342691173107","imei2":"854342691173107","popurl":"www.vasudeva-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168372,"job_number":"JOB_168372","tr_customer_id":168389,"tr_customer_product_id":168379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bishnu Varrier","mobile_number":"7096180955","email_id":"brajesh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"051797877589302","imei1":"051797877589302","imei2":"051797877589302","popurl":"www.ghanshyam-singh.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168373,"job_number":"JOB_168373","tr_customer_id":168390,"tr_customer_product_id":168380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Vrund Desai","mobile_number":"7001021043","email_id":"guru.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"516058943644872","imei1":"516058943644872","imei2":"516058943644872","popurl":"www.devagya-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168374,"job_number":"JOB_168374","tr_customer_id":168391,"tr_customer_product_id":168381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Akshaj Gowda","mobile_number":"7043120308","email_id":"bhoj.pandey@hotmail.com","dop":"2026-01-17","serial_number":"513976482680773","imei1":"513976482680773","imei2":"513976482680773","popurl":"www.akshita-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168375,"job_number":"JOB_168375","tr_customer_id":168393,"tr_customer_product_id":168383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Kanti Guha","mobile_number":"7080753158","email_id":"krishnadasa.embranthiri@yahoo.co.in","dop":"2026-01-17","serial_number":"780601164464121","imei1":"780601164464121","imei2":"780601164464121","popurl":"www.chaturaanan-marar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168376,"job_number":"JOB_168376","tr_customer_id":168392,"tr_customer_product_id":168382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Sachin Mishra","mobile_number":"7025701307","email_id":"aamod.gandhi@yahoo.co.in","dop":"2026-01-17","serial_number":"652516523757927","imei1":"652516523757927","imei2":"652516523757927","popurl":"www.goutam-tandon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168377,"job_number":"JOB_168377","tr_customer_id":168394,"tr_customer_product_id":168384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Damodara Namboothiri","mobile_number":"7094721194","email_id":"kashyap.agarwal@gmail.com","dop":"2026-01-17","serial_number":"472737749995572","imei1":"472737749995572","imei2":"472737749995572","popurl":"www.kamalesh-nehru.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168378,"job_number":"JOB_168378","tr_customer_id":168395,"tr_customer_product_id":168385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73416323632825","imei1":"73416323632825","imei2":"73416323632825","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168379,"job_number":"JOB_168379","tr_customer_id":168396,"tr_customer_product_id":168386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75245419690268","imei1":"75245419690268","imei2":"75245419690268","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168380,"job_number":"JOB_168380","tr_customer_id":168397,"tr_customer_product_id":168387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39222786266748","imei1":"39222786266748","imei2":"39222786266748","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168381,"job_number":"JOB_168381","tr_customer_id":168398,"tr_customer_product_id":168388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28840266828053","imei1":"28840266828053","imei2":"28840266828053","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168382,"job_number":"JOB_168382","tr_customer_id":168399,"tr_customer_product_id":168389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60030016225827","imei1":"60030016225827","imei2":"60030016225827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168383,"job_number":"JOB_168383","tr_customer_id":168400,"tr_customer_product_id":168390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16085127312844","imei1":"16085127312844","imei2":"16085127312844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168386,"job_number":"JOB_168386","tr_customer_id":168403,"tr_customer_product_id":168393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:08.000Z","modified_at":"2026-01-27T14:01:08.000Z","name":"Emily Strosin","mobile_number":"848-627-4057","email_id":"Luigi74@hotmail.com","dop":"2025-04-06","serial_number":"16407514125384720","imei1":"16407514125384720","imei2":"16407514125384720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168387,"job_number":"JOB_168387","tr_customer_id":168404,"tr_customer_product_id":168394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34977291546936","imei1":"34977291546936","imei2":"34977291546936","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168388,"job_number":"JOB_168388","tr_customer_id":168405,"tr_customer_product_id":168395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86164747961861","imei1":"86164747961861","imei2":"86164747961861","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168389,"job_number":"JOB_168389","tr_customer_id":168406,"tr_customer_product_id":168396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71206279349103","imei1":"71206279349103","imei2":"71206279349103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168390,"job_number":"JOB_168390","tr_customer_id":168407,"tr_customer_product_id":168397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35569371766624","imei1":"35569371766624","imei2":"35569371766624","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168391,"job_number":"JOB_168391","tr_customer_id":168408,"tr_customer_product_id":168398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90416539451323","imei1":"90416539451323","imei2":"90416539451323","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168392,"job_number":"JOB_168392","tr_customer_id":168409,"tr_customer_product_id":168399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:37.000Z","modified_at":"2026-01-27T14:01:37.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73336585358586","imei1":"73336585358586","imei2":"73336585358586","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168394,"job_number":"JOB_168394","tr_customer_id":168411,"tr_customer_product_id":168401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:06.000Z","modified_at":"2026-01-27T14:02:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19783492148115","imei1":"19783492148115","imei2":"19783492148115","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168396,"job_number":"JOB_168396","tr_customer_id":168413,"tr_customer_product_id":168403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:08.000Z","modified_at":"2026-01-27T14:02:08.000Z","name":"Blaise Hirthe","mobile_number":"438-921-7648","email_id":"Adele84@hotmail.com","dop":"2025-04-06","serial_number":"10503958866342878","imei1":"10503958866342878","imei2":"10503958866342878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168397,"job_number":"JOB_168397","tr_customer_id":168414,"tr_customer_product_id":168404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:09.000Z","modified_at":"2026-01-27T14:02:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59578177438508","imei1":"59578177438508","imei2":"59578177438508","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168398,"job_number":"JOB_168398","tr_customer_id":168415,"tr_customer_product_id":168405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55475719196539","imei1":"55475719196539","imei2":"55475719196539","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168399,"job_number":"JOB_168399","tr_customer_id":168416,"tr_customer_product_id":168406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80676074661303","imei1":"80676074661303","imei2":"80676074661303","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168400,"job_number":"JOB_168400","tr_customer_id":168417,"tr_customer_product_id":168407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89300376460928","imei1":"89300376460928","imei2":"89300376460928","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168401,"job_number":"JOB_168401","tr_customer_id":168418,"tr_customer_product_id":168408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50926255704989","imei1":"50926255704989","imei2":"50926255704989","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168402,"job_number":"JOB_168402","tr_customer_id":168419,"tr_customer_product_id":168409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97590247220528","imei1":"97590247220528","imei2":"97590247220528","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168405,"job_number":"JOB_168405","tr_customer_id":168422,"tr_customer_product_id":168412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:55.000Z","modified_at":"2026-01-27T14:02:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182617344206","imei1":"18182617344206","imei2":"18182617344206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168407,"job_number":"JOB_168407","tr_customer_id":168424,"tr_customer_product_id":168414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:57.000Z","modified_at":"2026-01-27T14:02:57.000Z","name":"Carissa Grant","mobile_number":"966-304-0989","email_id":"Jared_Jacobi13@yahoo.com","dop":"2025-04-06","serial_number":"10263970880212450","imei1":"10263970880212450","imei2":"10263970880212450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168409,"job_number":"JOB_168409","tr_customer_id":168426,"tr_customer_product_id":168416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:44.000Z","modified_at":"2026-01-27T14:03:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17336587485706","imei1":"17336587485706","imei2":"17336587485706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168411,"job_number":"JOB_168411","tr_customer_id":168428,"tr_customer_product_id":168418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:45.000Z","modified_at":"2026-01-27T14:03:45.000Z","name":"Norma Murazik","mobile_number":"650-890-5400","email_id":"Keely76@gmail.com","dop":"2025-04-06","serial_number":"13983934307439388","imei1":"13983934307439388","imei2":"13983934307439388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168421,"job_number":"JOB_168421","tr_customer_id":168438,"tr_customer_product_id":168428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10964616645841","imei1":"10964616645841","imei2":"10964616645841","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168423,"job_number":"JOB_168423","tr_customer_id":168440,"tr_customer_product_id":168430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12623175058629","imei1":"12623175058629","imei2":"12623175058629","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168425,"job_number":"JOB_168425","tr_customer_id":168442,"tr_customer_product_id":168432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:43.000Z","modified_at":"2026-01-27T14:22:43.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11825960743819","imei2":"11825960743819","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168426,"job_number":"JOB_168426","tr_customer_id":168443,"tr_customer_product_id":168433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:44.000Z","modified_at":"2026-01-27T14:22:44.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12411704113030","imei1":"12411704113030","imei2":"12411704113030","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168428,"job_number":"JOB_168428","tr_customer_id":168445,"tr_customer_product_id":168435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:45.000Z","modified_at":"2026-01-27T14:22:45.000Z","name":"Mafalda O'Reilly","mobile_number":"960-767-0186","email_id":"Austen88@hotmail.com","dop":"2025-04-06","serial_number":"14025083800533838","imei1":"14025083800533838","imei2":"14025083800533838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168429,"job_number":"JOB_168429","tr_customer_id":168446,"tr_customer_product_id":168436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:59.000Z","modified_at":"2026-01-27T14:22:59.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18119193389560","imei2":"18119193389560","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168431,"job_number":"JOB_168431","tr_customer_id":168448,"tr_customer_product_id":168438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:14.000Z","modified_at":"2026-01-27T14:23:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12539060878127","imei2":"12539060878127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168433,"job_number":"JOB_168433","tr_customer_id":168450,"tr_customer_product_id":168440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:33.000Z","modified_at":"2026-01-27T14:23:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11982015895071","imei1":"11982015895071","imei2":"11982015895071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168435,"job_number":"JOB_168435","tr_customer_id":168452,"tr_customer_product_id":168442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:34.000Z","modified_at":"2026-01-27T14:23:34.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13278662445784","imei1":"13278662445784","imei2":"13278662445784","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168437,"job_number":"JOB_168437","tr_customer_id":168454,"tr_customer_product_id":168444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:35.000Z","modified_at":"2026-01-27T14:23:35.000Z","name":"Antonio Rath","mobile_number":"386-555-7909","email_id":"Talon_Daugherty40@hotmail.com","dop":"2025-04-06","serial_number":"14188275916221208","imei1":"14188275916221208","imei2":"14188275916221208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168438,"job_number":"JOB_168438","tr_customer_id":168455,"tr_customer_product_id":168445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:36.000Z","modified_at":"2026-01-27T14:23:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"77974963574225","imei1":"77974963574225","imei2":"77974963574225","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168439,"job_number":"JOB_168439","tr_customer_id":168456,"tr_customer_product_id":168446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:23.000Z","modified_at":"2026-01-27T14:24:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12764741417890","imei1":"12764741417890","imei2":"12764741417890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168441,"job_number":"JOB_168441","tr_customer_id":168458,"tr_customer_product_id":168448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"Pauline Bosco","mobile_number":"637-209-6954","email_id":"Trey.Metz@hotmail.com","dop":"2025-04-06","serial_number":"18098126248934770","imei1":"18098126248934770","imei2":"18098126248934770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168442,"job_number":"JOB_168442","tr_customer_id":168459,"tr_customer_product_id":168449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18150241088696","imei1":"18150241088696","imei2":"18150241088696","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168444,"job_number":"JOB_168444","tr_customer_id":168461,"tr_customer_product_id":168451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:27.000Z","modified_at":"2026-01-27T14:24:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"38921985501182","imei1":"38921985501182","imei2":"38921985501182","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168445,"job_number":"JOB_168445","tr_customer_id":168462,"tr_customer_product_id":168452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:49.000Z","modified_at":"2026-01-27T14:24:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10264613131218","imei1":"10264613131218","imei2":"10264613131218","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168447,"job_number":"JOB_168447","tr_customer_id":168464,"tr_customer_product_id":168454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:50.000Z","modified_at":"2026-01-27T14:24:50.000Z","name":"Shakira Dickens","mobile_number":"522-320-0638","email_id":"Jewell_Harber@hotmail.com","dop":"2025-06-18","serial_number":"1065927066403027","imei1":"1065927066403027","imei2":"1065927066403027","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168451,"job_number":"JOB_168451","tr_customer_id":168468,"tr_customer_product_id":168458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:36.000Z","modified_at":"2026-01-27T14:25:36.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10817511895228","imei1":"10817511895228","imei2":"10817511895228","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168453,"job_number":"JOB_168453","tr_customer_id":168470,"tr_customer_product_id":168460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:37.000Z","modified_at":"2026-01-27T14:25:37.000Z","name":"Arianna Runte","mobile_number":"527-688-4375","email_id":"Colleen.Adams32@hotmail.com","dop":"2025-06-18","serial_number":"1050319766554530","imei1":"1050319766554530","imei2":"1050319766554530","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168461,"job_number":"JOB_168461","tr_customer_id":168478,"tr_customer_product_id":168468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:19.000Z","modified_at":"2026-01-27T14:27:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14320379351493","imei1":"14320379351493","imei2":"14320379351493","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168463,"job_number":"JOB_168463","tr_customer_id":168480,"tr_customer_product_id":168470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:20.000Z","modified_at":"2026-01-27T14:27:20.000Z","name":"Norwood Armstrong","mobile_number":"719-221-2982","email_id":"Joyce_Mueller@gmail.com","dop":"2025-04-06","serial_number":"14124170153083196","imei1":"14124170153083196","imei2":"14124170153083196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168464,"job_number":"JOB_168464","tr_customer_id":168481,"tr_customer_product_id":168471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:52.000Z","modified_at":"2026-01-27T14:27:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15519760465235","imei1":"15519760465235","imei2":"15519760465235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168466,"job_number":"JOB_168466","tr_customer_id":168483,"tr_customer_product_id":168473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:54.000Z","modified_at":"2026-01-27T14:27:54.000Z","name":"Lizeth Thompson","mobile_number":"204-207-4099","email_id":"Margie31@gmail.com","dop":"2025-04-06","serial_number":"12763104282409418","imei1":"12763104282409418","imei2":"12763104282409418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168470,"job_number":"JOB_168470","tr_customer_id":168487,"tr_customer_product_id":168477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:09.000Z","modified_at":"2026-01-27T14:28:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19562831574480","imei1":"19562831574480","imei2":"19562831574480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168472,"job_number":"JOB_168472","tr_customer_id":168489,"tr_customer_product_id":168479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:11.000Z","modified_at":"2026-01-27T14:28:11.000Z","name":"Leon Keeling","mobile_number":"790-406-3406","email_id":"Saul_Wuckert@hotmail.com","dop":"2025-04-06","serial_number":"11908915713720174","imei1":"11908915713720174","imei2":"11908915713720174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168473,"job_number":"JOB_168473","tr_customer_id":168490,"tr_customer_product_id":168480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:28.000Z","modified_at":"2026-01-27T14:28:28.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"14404252990704","imei1":"14404252990704","imei2":"14404252990704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168475,"job_number":"JOB_168475","tr_customer_id":168492,"tr_customer_product_id":168482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:29.000Z","modified_at":"2026-01-27T14:28:29.000Z","name":"Sigmund Mueller","mobile_number":"421-301-9672","email_id":"Rhoda.Larkin@hotmail.com","dop":"2025-04-06","serial_number":"10448121615233540","imei1":"10448121615233540","imei2":"10448121615233540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168476,"job_number":"JOB_168476","tr_customer_id":168493,"tr_customer_product_id":168483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:41.000Z","modified_at":"2026-01-27T14:28:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10123690691843","imei1":"10123690691843","imei2":"10123690691843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168478,"job_number":"JOB_168478","tr_customer_id":168495,"tr_customer_product_id":168485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:43.000Z","modified_at":"2026-01-27T14:28:43.000Z","name":"Erich Gislason","mobile_number":"352-413-7789","email_id":"Heber_Gutkowski@yahoo.com","dop":"2025-04-06","serial_number":"18770492962576772","imei1":"18770492962576772","imei2":"18770492962576772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168479,"job_number":"JOB_168479","tr_customer_id":168496,"tr_customer_product_id":168486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:57.000Z","modified_at":"2026-01-27T14:28:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14549865475600","imei1":"14549865475600","imei2":"14549865475600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168481,"job_number":"JOB_168481","tr_customer_id":168498,"tr_customer_product_id":168488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18525208861274","imei1":"18525208861274","imei2":"18525208861274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168482,"job_number":"JOB_168482","tr_customer_id":168499,"tr_customer_product_id":168489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"Danika Yost","mobile_number":"647-834-8170","email_id":"Arvid.Medhurst14@hotmail.com","dop":"2025-04-06","serial_number":"11789382839170934","imei1":"11789382839170934","imei2":"11789382839170934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168484,"job_number":"JOB_168484","tr_customer_id":168501,"tr_customer_product_id":168491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:01.000Z","modified_at":"2026-01-27T14:29:01.000Z","name":"Aryanna Dicki","mobile_number":"307-325-5098","email_id":"Meda10@yahoo.com","dop":"2025-04-06","serial_number":"14365797911804354","imei1":"14365797911804354","imei2":"14365797911804354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168485,"job_number":"JOB_168485","tr_customer_id":168502,"tr_customer_product_id":168492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:12.000Z","modified_at":"2026-01-27T14:29:12.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19322513910091","imei1":"19322513910091","imei2":"19322513910091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168487,"job_number":"JOB_168487","tr_customer_id":168504,"tr_customer_product_id":168494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:13.000Z","modified_at":"2026-01-27T14:29:13.000Z","name":"Earl Schmitt","mobile_number":"896-543-4459","email_id":"Vaughn35@hotmail.com","dop":"2025-04-06","serial_number":"17330789803041280","imei1":"17330789803041280","imei2":"17330789803041280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168488,"job_number":"JOB_168488","tr_customer_id":168505,"tr_customer_product_id":168495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:30.000Z","modified_at":"2026-01-27T14:29:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11607751095650","imei1":"11607751095650","imei2":"11607751095650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168490,"job_number":"JOB_168490","tr_customer_id":168507,"tr_customer_product_id":168497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:32.000Z","modified_at":"2026-01-27T14:29:32.000Z","name":"Elmira Reinger","mobile_number":"942-651-9148","email_id":"Jimmie89@gmail.com","dop":"2025-04-06","serial_number":"10126057285107164","imei1":"10126057285107164","imei2":"10126057285107164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168491,"job_number":"JOB_168491","tr_customer_id":168508,"tr_customer_product_id":168498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:44.000Z","modified_at":"2026-01-27T14:29:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17002233766524","imei1":"17002233766524","imei2":"17002233766524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168493,"job_number":"JOB_168493","tr_customer_id":168510,"tr_customer_product_id":168500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:45.000Z","modified_at":"2026-01-27T14:29:45.000Z","name":"Keeley Hintz","mobile_number":"563-690-8723","email_id":"Chesley.Fadel42@gmail.com","dop":"2025-04-06","serial_number":"10724759919489682","imei1":"10724759919489682","imei2":"10724759919489682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168494,"job_number":"JOB_168494","tr_customer_id":168511,"tr_customer_product_id":168501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:56.000Z","modified_at":"2026-01-27T14:29:56.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13740245050293","imei1":"13740245050293","imei2":"13740245050293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168496,"job_number":"JOB_168496","tr_customer_id":168513,"tr_customer_product_id":168503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:58.000Z","modified_at":"2026-01-27T14:29:58.000Z","name":"Guiseppe Zemlak","mobile_number":"718-322-1975","email_id":"Oren_Murray11@gmail.com","dop":"2025-04-06","serial_number":"11598004911748456","imei1":"11598004911748456","imei2":"11598004911748456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168498,"job_number":"JOB_168498","tr_customer_id":168515,"tr_customer_product_id":168505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:25.000Z","modified_at":"2026-01-27T14:30:25.000Z","name":"Damian Berge","mobile_number":"692-250-2732","email_id":"Sophia65@yahoo.com","dop":"2025-04-06","serial_number":"13284192840530582","imei1":"13284192840530582","imei2":"13284192840530582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168499,"job_number":"JOB_168499","tr_customer_id":168516,"tr_customer_product_id":168506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:30.000Z","modified_at":"2026-01-27T14:30:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11682996440726","imei1":"11682996440726","imei2":"11682996440726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168501,"job_number":"JOB_168501","tr_customer_id":168518,"tr_customer_product_id":168508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:32.000Z","modified_at":"2026-01-27T14:30:32.000Z","name":"Emile Hand","mobile_number":"342-498-2232","email_id":"Aida65@yahoo.com","dop":"2025-04-06","serial_number":"13410457103030660","imei1":"13410457103030660","imei2":"13410457103030660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168503,"job_number":"JOB_168503","tr_customer_id":168520,"tr_customer_product_id":168510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:31:17.000Z","modified_at":"2026-01-27T14:31:17.000Z","name":"Sid Leuschke","mobile_number":"293-988-9908","email_id":"Sofia.Johns91@hotmail.com","dop":"2025-04-06","serial_number":"10105466433042800","imei1":"10105466433042800","imei2":"10105466433042800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168504,"job_number":"JOB_168504","tr_customer_id":168521,"tr_customer_product_id":168511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:02.000Z","modified_at":"2026-01-27T14:33:02.000Z","name":"Armand Franecki","mobile_number":"246-564-2962","email_id":"Santos.Corwin@gmail.com","dop":"2025-05-30","serial_number":"10957484441006","imei1":"10957484441006","imei2":"10957484441006","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168505,"job_number":"JOB_168505","tr_customer_id":168522,"tr_customer_product_id":168512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:03.000Z","modified_at":"2026-01-27T14:33:03.000Z","name":"Aliya Thiel","mobile_number":"494-317-6488","email_id":"Clement86@hotmail.com","dop":"2025-05-30","serial_number":"12129825858027","imei1":"12129825858027","imei2":"12129825858027","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168506,"job_number":"JOB_168506","tr_customer_id":168523,"tr_customer_product_id":168513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:04.000Z","modified_at":"2026-01-27T14:33:04.000Z","name":"Jeanie O'Reilly","mobile_number":"796-586-4555","email_id":"Gilbert.Kerluke@gmail.com","dop":"2025-05-30","serial_number":"1695045726112051","imei1":"1695045726112051","imei2":"1695045726112051","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168507,"job_number":"JOB_168507","tr_customer_id":168524,"tr_customer_product_id":168514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:26.000Z","modified_at":"2026-01-27T14:34:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12900428527484","imei1":"12900428527484","imei2":"12900428527484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168509,"job_number":"JOB_168509","tr_customer_id":168526,"tr_customer_product_id":168516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:28.000Z","modified_at":"2026-01-27T14:34:28.000Z","name":"Emmie Yundt","mobile_number":"870-367-3921","email_id":"Carlos40@hotmail.com","dop":"2025-04-06","serial_number":"12401243268094944","imei1":"12401243268094944","imei2":"12401243268094944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168510,"job_number":"JOB_168510","tr_customer_id":168527,"tr_customer_product_id":168517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:51.000Z","modified_at":"2026-01-27T14:34:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16754758835269","imei1":"16754758835269","imei2":"16754758835269","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168512,"job_number":"JOB_168512","tr_customer_id":168529,"tr_customer_product_id":168519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:52.000Z","modified_at":"2026-01-27T14:34:52.000Z","name":"Kathleen Smith","mobile_number":"564-877-7560","email_id":"Anissa87@yahoo.com","dop":"2025-04-06","serial_number":"16714326067981780","imei1":"16714326067981780","imei2":"16714326067981780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168513,"job_number":"JOB_168513","tr_customer_id":168530,"tr_customer_product_id":168520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:13.000Z","modified_at":"2026-01-27T14:35:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12825379195318","imei1":"12825379195318","imei2":"12825379195318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168515,"job_number":"JOB_168515","tr_customer_id":168532,"tr_customer_product_id":168522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:14.000Z","modified_at":"2026-01-27T14:35:14.000Z","name":"Clara Berge","mobile_number":"966-526-1397","email_id":"Antoinette.Gorczany@hotmail.com","dop":"2025-04-06","serial_number":"11201552173895188","imei1":"11201552173895188","imei2":"11201552173895188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168516,"job_number":"JOB_168516","tr_customer_id":168533,"tr_customer_product_id":168523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:35.000Z","modified_at":"2026-01-27T14:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10636780467265","imei1":"10636780467265","imei2":"10636780467265","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168518,"job_number":"JOB_168518","tr_customer_id":168535,"tr_customer_product_id":168525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"Zena Parker","mobile_number":"887-377-9330","email_id":"Javon22@gmail.com","dop":"2025-04-06","serial_number":"14788065448154626","imei1":"14788065448154626","imei2":"14788065448154626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168519,"job_number":"JOB_168519","tr_customer_id":168536,"tr_customer_product_id":168526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10979258076079","imei1":"10979258076079","imei2":"10979258076079","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168521,"job_number":"JOB_168521","tr_customer_id":168538,"tr_customer_product_id":168528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:39.000Z","modified_at":"2026-01-27T14:35:39.000Z","name":"Citlalli Reinger","mobile_number":"466-384-0381","email_id":"Torrey.Nader14@yahoo.com","dop":"2025-04-06","serial_number":"10674827196074330","imei1":"10674827196074330","imei2":"10674827196074330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168527,"job_number":"JOB_168527","tr_customer_id":168544,"tr_customer_product_id":168534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18558828219362","imei1":"18558828219362","imei2":"18558828219362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168531,"job_number":"JOB_168531","tr_customer_id":168548,"tr_customer_product_id":168538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:00.000Z","modified_at":"2026-01-27T14:36:00.000Z","name":"Janet Mann","mobile_number":"766-776-3719","email_id":"Lionel_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"15327572934976914","imei1":"15327572934976914","imei2":"15327572934976914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168536,"job_number":"JOB_168536","tr_customer_id":168553,"tr_customer_product_id":168543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Fern Koch","mobile_number":"748-330-0629","email_id":"Morgan33@yahoo.com","dop":"2025-04-06","serial_number":"13029429243635488","imei1":"13029429243635488","imei2":"13029429243635488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168537,"job_number":"JOB_168537","tr_customer_id":168554,"tr_customer_product_id":168544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:22.000Z","modified_at":"2026-01-27T14:36:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12221313483675","imei1":"12221313483675","imei2":"12221313483675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168539,"job_number":"JOB_168539","tr_customer_id":168556,"tr_customer_product_id":168546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"Meredith Cormier","mobile_number":"307-402-7532","email_id":"Earnest.OKon@gmail.com","dop":"2025-04-06","serial_number":"17124229440146634","imei1":"17124229440146634","imei2":"17124229440146634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168540,"job_number":"JOB_168540","tr_customer_id":168557,"tr_customer_product_id":168547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19433432813257","imei1":"19433432813257","imei2":"19433432813257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168542,"job_number":"JOB_168542","tr_customer_id":168559,"tr_customer_product_id":168549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:25.000Z","modified_at":"2026-01-27T14:36:25.000Z","name":"Buddy Parisian","mobile_number":"855-351-1399","email_id":"Daisy17@hotmail.com","dop":"2025-04-06","serial_number":"15382739782579398","imei1":"15382739782579398","imei2":"15382739782579398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168543,"job_number":"JOB_168543","tr_customer_id":168560,"tr_customer_product_id":168550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:08.000Z","modified_at":"2026-01-27T14:37:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18150468332383","imei1":"18150468332383","imei2":"18150468332383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168545,"job_number":"JOB_168545","tr_customer_id":168562,"tr_customer_product_id":168552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:10.000Z","modified_at":"2026-01-27T14:37:10.000Z","name":"Darryl Tromp","mobile_number":"370-755-6086","email_id":"Delpha.Macejkovic21@yahoo.com","dop":"2025-04-06","serial_number":"14603900081931412","imei1":"14603900081931412","imei2":"14603900081931412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168547,"job_number":"JOB_168547","tr_customer_id":168564,"tr_customer_product_id":168554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:12.000Z","modified_at":"2026-01-27T14:37:12.000Z","name":"Raina Wisoky","mobile_number":"943-967-7925","email_id":"Jazmyn.Huel@gmail.com","dop":"2025-04-06","serial_number":"17122379770844340","imei1":"17122379770844340","imei2":"17122379770844340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168548,"job_number":"JOB_168548","tr_customer_id":168565,"tr_customer_product_id":168555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:19.000Z","modified_at":"2026-01-27T14:38:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16759548521487","imei1":"16759548521487","imei2":"16759548521487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168550,"job_number":"JOB_168550","tr_customer_id":168567,"tr_customer_product_id":168557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:21.000Z","modified_at":"2026-01-27T14:38:21.000Z","name":"Bonnie Gaylord","mobile_number":"264-794-9881","email_id":"Alford.Funk52@gmail.com","dop":"2025-04-06","serial_number":"13725629609368930","imei1":"13725629609368930","imei2":"13725629609368930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168552,"job_number":"JOB_168552","tr_customer_id":168569,"tr_customer_product_id":168559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:27.000Z","modified_at":"2026-01-27T14:38:27.000Z","name":"Katlynn Dickinson","mobile_number":"888-216-5011","email_id":"Rebekah39@yahoo.com","dop":"2025-04-06","serial_number":"18780250777439776","imei1":"18780250777439776","imei2":"18780250777439776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168556,"job_number":"JOB_168556","tr_customer_id":168573,"tr_customer_product_id":168563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:05.000Z","modified_at":"2026-01-27T14:39:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10427653289693","imei1":"10427653289693","imei2":"10427653289693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168558,"job_number":"JOB_168558","tr_customer_id":168575,"tr_customer_product_id":168565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:06.000Z","modified_at":"2026-01-27T14:39:06.000Z","name":"Georgette Jacobs","mobile_number":"247-742-8468","email_id":"Rafael34@hotmail.com","dop":"2025-04-06","serial_number":"14793820117484506","imei1":"14793820117484506","imei2":"14793820117484506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168559,"job_number":"JOB_168559","tr_customer_id":168576,"tr_customer_product_id":168566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:49.000Z","modified_at":"2026-01-27T14:39:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11700268384381","imei1":"11700268384381","imei2":"11700268384381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168561,"job_number":"JOB_168561","tr_customer_id":168578,"tr_customer_product_id":168568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:51.000Z","modified_at":"2026-01-27T14:39:51.000Z","name":"Octavia Lesch","mobile_number":"758-927-2215","email_id":"Nasir42@gmail.com","dop":"2025-04-06","serial_number":"16931637053715728","imei1":"16931637053715728","imei2":"16931637053715728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168562,"job_number":"JOB_168562","tr_customer_id":168579,"tr_customer_product_id":168569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:31.000Z","modified_at":"2026-01-27T14:56:31.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17977304457910","imei1":"17977304457910","imei2":"17977304457910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168564,"job_number":"JOB_168564","tr_customer_id":168581,"tr_customer_product_id":168571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:33.000Z","modified_at":"2026-01-27T14:56:33.000Z","name":"Angelina Ryan","mobile_number":"259-711-2703","email_id":"Mara95@hotmail.com","dop":"2025-04-06","serial_number":"16152303670205284","imei1":"16152303670205284","imei2":"16152303670205284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168565,"job_number":"JOB_168565","tr_customer_id":168582,"tr_customer_product_id":168572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:18.000Z","modified_at":"2026-01-27T14:57:18.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16433155201313","imei1":"16433155201313","imei2":"16433155201313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168567,"job_number":"JOB_168567","tr_customer_id":168584,"tr_customer_product_id":168574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:20.000Z","modified_at":"2026-01-27T14:57:20.000Z","name":"Claude Ritchie","mobile_number":"640-827-9545","email_id":"Kevin.Pollich44@gmail.com","dop":"2025-04-06","serial_number":"12914396569574010","imei1":"12914396569574010","imei2":"12914396569574010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168568,"job_number":"JOB_168568","tr_customer_id":168585,"tr_customer_product_id":168575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:58:26.000Z","modified_at":"2026-01-27T14:58:26.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2025-03-26","serial_number":"234574345423535","imei1":"234574345423535","imei2":"234574345423535","popurl":"2025-03-26T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168570,"job_number":"JOB_168570","tr_customer_id":168587,"tr_customer_product_id":168577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:11.000Z","modified_at":"2026-01-27T15:03:11.000Z","name":"Dandre Metz","mobile_number":"404-647-5022","email_id":"Ayla.Schaden10@hotmail.com","dop":"2025-04-06","serial_number":"12871564774883630","imei1":"12871564774883630","imei2":"12871564774883630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168572,"job_number":"JOB_168572","tr_customer_id":168589,"tr_customer_product_id":168579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:57.000Z","modified_at":"2026-01-27T15:03:57.000Z","name":"Arch Langworth","mobile_number":"541-458-0847","email_id":"Piper.Brakus18@gmail.com","dop":"2025-04-06","serial_number":"13899110267169184","imei1":"13899110267169184","imei2":"13899110267169184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168574,"job_number":"JOB_168574","tr_customer_id":168591,"tr_customer_product_id":168581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:04:44.000Z","modified_at":"2026-01-27T15:04:44.000Z","name":"Mitchel Conn","mobile_number":"430-780-4511","email_id":"Syble18@yahoo.com","dop":"2025-04-06","serial_number":"15469866002304072","imei1":"15469866002304072","imei2":"15469866002304072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:04:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168575,"job_number":"JOB_168575","tr_customer_id":168592,"tr_customer_product_id":168582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:15.000Z","modified_at":"2026-01-27T15:48:15.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109903425247588","imei1":"109903425247588","imei2":"109903425247588","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168577,"job_number":"JOB_168577","tr_customer_id":168594,"tr_customer_product_id":168584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:29.000Z","modified_at":"2026-01-27T15:48:29.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"107279565771392","imei1":"107279565771392","imei2":"107279565771392","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168579,"job_number":"JOB_168579","tr_customer_id":168596,"tr_customer_product_id":168586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:50:38.000Z","modified_at":"2026-01-27T15:50:38.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-27","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-27T15:50:37.630Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168580,"job_number":"JOB_168580","tr_customer_id":168597,"tr_customer_product_id":168587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:27.000Z","modified_at":"2026-01-27T16:16:27.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"26134993278674","imei1":"26134993278674","imei2":"26134993278674","popurl":"2026-01-17T16:16:24.365383100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168581,"job_number":"JOB_168581","tr_customer_id":168598,"tr_customer_product_id":168588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:40.000Z","modified_at":"2026-01-27T16:16:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19879525328995","imei1":"19879525328995","imei2":"19879525328995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168583,"job_number":"JOB_168583","tr_customer_id":168600,"tr_customer_product_id":168590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:41.000Z","modified_at":"2026-01-27T16:16:41.000Z","name":"Tracy Abshire","mobile_number":"502-523-6760","email_id":"Vicente_Gaylord40@hotmail.com","dop":"2025-04-06","serial_number":"19341599533965390","imei1":"19341599533965390","imei2":"19341599533965390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168584,"job_number":"JOB_168584","tr_customer_id":168601,"tr_customer_product_id":168591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:26.000Z","modified_at":"2026-01-27T16:17:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18383213369686","imei1":"18383213369686","imei2":"18383213369686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168586,"job_number":"JOB_168586","tr_customer_id":168603,"tr_customer_product_id":168593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:27.000Z","modified_at":"2026-01-27T16:17:27.000Z","name":"Howell Jacobson","mobile_number":"361-577-6200","email_id":"Bettye99@gmail.com","dop":"2025-04-06","serial_number":"11158835911723754","imei1":"11158835911723754","imei2":"11158835911723754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168587,"job_number":"JOB_168587","tr_customer_id":168604,"tr_customer_product_id":168594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:11.000Z","modified_at":"2026-01-27T16:18:11.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14714863311555","imei1":"14714863311555","imei2":"14714863311555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168589,"job_number":"JOB_168589","tr_customer_id":168606,"tr_customer_product_id":168596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:13.000Z","modified_at":"2026-01-27T16:18:13.000Z","name":"Vivien Smitham","mobile_number":"858-499-2536","email_id":"Antonette78@yahoo.com","dop":"2025-04-06","serial_number":"18109953822130028","imei1":"18109953822130028","imei2":"18109953822130028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168590,"job_number":"JOB_168590","tr_customer_id":168607,"tr_customer_product_id":168597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:22.000Z","modified_at":"2026-01-27T16:31:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16840232757090","imei1":"16840232757090","imei2":"16840232757090","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168592,"job_number":"JOB_168592","tr_customer_id":168609,"tr_customer_product_id":168599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:24.000Z","modified_at":"2026-01-27T16:31:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"109956327037031","imei1":"109956327037031","imei2":"109956327037031","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168593,"job_number":"JOB_168593","tr_customer_id":168610,"tr_customer_product_id":168600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:58.000Z","modified_at":"2026-01-27T16:31:58.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10242320510615","imei1":"10242320510615","imei2":"10242320510615","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168595,"job_number":"JOB_168595","tr_customer_id":168612,"tr_customer_product_id":168602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:00.000Z","modified_at":"2026-01-27T16:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"35289861359381","imei1":"35289861359381","imei2":"35289861359381","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168596,"job_number":"JOB_168596","tr_customer_id":168613,"tr_customer_product_id":168603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:34.000Z","modified_at":"2026-01-27T16:32:34.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15467269520743","imei1":"15467269520743","imei2":"15467269520743","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168598,"job_number":"JOB_168598","tr_customer_id":168615,"tr_customer_product_id":168605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:36.000Z","modified_at":"2026-01-27T16:32:36.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70603217290434","imei1":"70603217290434","imei2":"70603217290434","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168599,"job_number":"JOB_168599","tr_customer_id":168616,"tr_customer_product_id":168606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:39:44.000Z","modified_at":"2026-01-27T16:39:44.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"73596642243346","imei1":"73596642243346","imei2":"73596642243346","popurl":"2026-01-17T16:39:41.482427800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168600,"job_number":"JOB_168600","tr_customer_id":168617,"tr_customer_product_id":168607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:41:27.000Z","modified_at":"2026-01-27T16:41:27.000Z","name":"Sharda Pillai","mobile_number":"8683347037","email_id":"chandranath.guha@gmail.com","dop":"2026-01-17","serial_number":"39843149417090","imei1":"39843149417090","imei2":"39843149417090","popurl":"www.vaishnavi-varrier.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168601,"job_number":"JOB_168601","tr_customer_id":168618,"tr_customer_product_id":168608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:07.000Z","modified_at":"2026-01-27T16:54:07.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"25343391732759","imei1":"25343391732759","imei2":"25343391732759","popurl":"2026-01-17T16:53:57.624039735Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168602,"job_number":"JOB_168602","tr_customer_id":168619,"tr_customer_product_id":168609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:19.000Z","modified_at":"2026-01-27T16:54:19.000Z","name":"Geeta Varma","mobile_number":"8645740548","email_id":"ajit.iyengar@gmail.com","dop":"2026-01-17","serial_number":"80907096314582","imei1":"80907096314582","imei2":"80907096314582","popurl":"www.devasree-gupta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168603,"job_number":"JOB_168603","tr_customer_id":168620,"tr_customer_product_id":168610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:05.000Z","modified_at":"2026-01-27T16:55:05.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"19953254555558","imei1":"19953254555558","imei2":"19953254555558","popurl":"2026-01-17T16:54:55.361742867Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168604,"job_number":"JOB_168604","tr_customer_id":168621,"tr_customer_product_id":168611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:17.000Z","modified_at":"2026-01-27T16:55:17.000Z","name":"Chandravati Chattopadhyay","mobile_number":"8631652004","email_id":"kalyani.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"19520624202631","imei1":"19520624202631","imei2":"19520624202631","popurl":"www.akula-banerjee.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168605,"job_number":"JOB_168605","tr_customer_id":168622,"tr_customer_product_id":168612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:33.000Z","modified_at":"2026-01-27T16:57:33.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-17","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-17T16:57:32.867823459Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168606,"job_number":"JOB_168606","tr_customer_id":168623,"tr_customer_product_id":168613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:52.000Z","modified_at":"2026-01-27T16:57:52.000Z","name":"Goswamee Shukla","mobile_number":"7097990517","email_id":"kamla.marar@hotmail.com","dop":"2026-01-17","serial_number":"484627285911710","imei1":"484627285911710","imei2":"484627285911710","popurl":"www.mahesh-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168607,"job_number":"JOB_168607","tr_customer_id":168624,"tr_customer_product_id":168614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:33.000Z","modified_at":"2026-01-27T16:58:33.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806375566","imei1":"499863806375566","imei2":"499863806375566","popurl":"2026-01-17T16:58:32.562471011Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168608,"job_number":"JOB_168608","tr_customer_id":168625,"tr_customer_product_id":168615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:46.000Z","modified_at":"2026-01-27T16:58:46.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376402","imei1":"499863806376402","imei2":"499863806376402","popurl":"2026-01-17T16:58:45.122655427Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168609,"job_number":"JOB_168609","tr_customer_id":168626,"tr_customer_product_id":168616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:52.000Z","modified_at":"2026-01-27T16:58:52.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2026-01-17T16:58:51.281320551Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168610,"job_number":"JOB_168610","tr_customer_id":168627,"tr_customer_product_id":168617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:59:19.000Z","modified_at":"2026-01-27T16:59:19.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-01-17","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-01-17T16:59:18.674666402Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:59:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168611,"job_number":"JOB_168611","tr_customer_id":168628,"tr_customer_product_id":168618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:02:16.000Z","modified_at":"2026-01-27T17:02:16.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-01-17","serial_number":"87988284085858","imei1":"87988284085858","imei2":"87988284085858","popurl":"2026-01-17T17:02:15.590744627Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168612,"job_number":"JOB_168612","tr_customer_id":168629,"tr_customer_product_id":168619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16296194773734","imei2":"16296194773734","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168613,"job_number":"JOB_168613","tr_customer_id":168630,"tr_customer_product_id":168620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19220833279008","imei2":"19220833279008","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167545,"job_number":"JOB_167545","tr_customer_id":167562,"tr_customer_product_id":167552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:15.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13453255964591","imei1":"13453255964591","imei2":"13453255964591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167547,"job_number":"JOB_167547","tr_customer_id":167564,"tr_customer_product_id":167554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:17.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13975438843936","imei1":"13975438843936","imei2":"13975438843936","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167580,"job_number":"JOB_167580","tr_customer_id":167597,"tr_customer_product_id":167587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:58.000Z","modified_at":"2026-01-27T03:56:58.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Sonia_Reichel97@hotmail.com","dop":"2025-07-02","serial_number":"19374980428044","imei1":"19374980428044","imei2":"19374980428044","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167589,"job_number":"JOB_167589","tr_customer_id":167606,"tr_customer_product_id":167596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:15.000Z","modified_at":"2026-01-27T03:57:15.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kelsi_Schiller40@hotmail.com","dop":"2025-07-02","serial_number":"18330157911715","imei1":"18330157911715","imei2":"18330157911715","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167610,"job_number":"JOB_167610","tr_customer_id":167627,"tr_customer_product_id":167617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:32.000Z","modified_at":"2026-01-27T03:57:32.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Kim_Senger19@yahoo.com","dop":"2025-07-02","serial_number":"14478206148415","imei1":"14478206148415","imei2":"14478206148415","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167631,"job_number":"JOB_167631","tr_customer_id":167648,"tr_customer_product_id":167638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:46.000Z","modified_at":"2026-01-27T03:57:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113592422631647","imei1":"113592422631647","imei2":"113592422631647","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167632,"job_number":"JOB_167632","tr_customer_id":167649,"tr_customer_product_id":167639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Krystel Mertz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169905397032309","imei1":"169905397032309","imei2":"169905397032309","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167634,"job_number":"JOB_167634","tr_customer_id":167651,"tr_customer_product_id":167641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Constantin Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114120787849256","imei1":"114120787849256","imei2":"114120787849256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167635,"job_number":"JOB_167635","tr_customer_id":167652,"tr_customer_product_id":167642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Kayley Cartwright","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142568640052876","imei1":"142568640052876","imei2":"142568640052876","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167644,"job_number":"JOB_167644","tr_customer_id":167661,"tr_customer_product_id":167651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"160947787121403","imei1":"160947787121403","imei2":"160947787121403","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167645,"job_number":"JOB_167645","tr_customer_id":167662,"tr_customer_product_id":167652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Joesph Wisozk","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180299567372427","imei1":"180299567372427","imei2":"180299567372427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167646,"job_number":"JOB_167646","tr_customer_id":167663,"tr_customer_product_id":167653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"George Wehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162741629655708","imei1":"162741629655708","imei2":"162741629655708","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167647,"job_number":"JOB_167647","tr_customer_id":167664,"tr_customer_product_id":167654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Royce Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187031398724326","imei1":"187031398724326","imei2":"187031398724326","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167686,"job_number":"JOB_167686","tr_customer_id":167703,"tr_customer_product_id":167693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109429601299068","imei1":"109429601299068","imei2":"109429601299068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167690,"job_number":"JOB_167690","tr_customer_id":167707,"tr_customer_product_id":167697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Yasmine O'Conner","mobile_number":"276-226-2059","email_id":"Micheal.Langworth@hotmail.com","dop":"2025-06-09","serial_number":"104117836226352","imei1":"104117836226352","imei2":"104117836226352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167705,"job_number":"JOB_167705","tr_customer_id":167722,"tr_customer_product_id":167712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108554028495768","imei1":"108554028495768","imei2":"108554028495768","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167707,"job_number":"JOB_167707","tr_customer_id":167724,"tr_customer_product_id":167714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Fermin Morar","mobile_number":"734-674-9275","email_id":"Monica.Schroeder@hotmail.com","dop":"2025-06-09","serial_number":"109431696412298","imei1":"109431696412298","imei2":"109431696412298","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167715,"job_number":"JOB_167715","tr_customer_id":167732,"tr_customer_product_id":167722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:12.000Z","modified_at":"2026-01-27T03:59:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109186152508815","imei1":"109186152508815","imei2":"109186152508815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167717,"job_number":"JOB_167717","tr_customer_id":167734,"tr_customer_product_id":167724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:13.000Z","name":"Emie Greenholt","mobile_number":"985-658-9900","email_id":"Rod41@hotmail.com","dop":"2025-06-09","serial_number":"105938978155234","imei1":"105938978155234","imei2":"105938978155234","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167758,"job_number":"JOB_167758","tr_customer_id":167775,"tr_customer_product_id":167765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:13.000Z","modified_at":"2026-01-27T04:39:13.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19392864251321","imei1":"19392864251321","imei2":"19392864251321","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167802,"job_number":"JOB_167802","tr_customer_id":167819,"tr_customer_product_id":167809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:01.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101552759016705","imei1":"101552759016705","imei2":"101552759016705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167804,"job_number":"JOB_167804","tr_customer_id":167821,"tr_customer_product_id":167811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:02.000Z","modified_at":"2026-01-27T06:20:02.000Z","name":"Margarete Runolfsson","mobile_number":"585-678-2135","email_id":"Neha_McCullough@yahoo.com","dop":"2025-06-09","serial_number":"102551438914382","imei1":"102551438914382","imei2":"102551438914382","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167805,"job_number":"JOB_167805","tr_customer_id":167822,"tr_customer_product_id":167812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:17.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107185650913150","imei1":"107185650913150","imei2":"107185650913150","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167807,"job_number":"JOB_167807","tr_customer_id":167824,"tr_customer_product_id":167814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:18.000Z","modified_at":"2026-01-27T06:20:18.000Z","name":"Adan Padberg","mobile_number":"624-381-5378","email_id":"Jessika.Roob@hotmail.com","dop":"2025-06-09","serial_number":"101487988748895","imei1":"101487988748895","imei2":"101487988748895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167811,"job_number":"JOB_167811","tr_customer_id":167828,"tr_customer_product_id":167818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100068897076486","imei1":"100068897076486","imei2":"100068897076486","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167813,"job_number":"JOB_167813","tr_customer_id":167830,"tr_customer_product_id":167820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:34.000Z","modified_at":"2026-01-27T06:20:34.000Z","name":"Sonny Turner","mobile_number":"799-958-6159","email_id":"Donna.MacGyver@yahoo.com","dop":"2025-06-09","serial_number":"103029682528025","imei1":"103029682528025","imei2":"103029682528025","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167954,"job_number":"JOB_167954","tr_customer_id":167971,"tr_customer_product_id":167961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:24.000Z","modified_at":"2026-01-27T07:35:24.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Jovan_Lakin@yahoo.com","dop":"2025-07-02","serial_number":"12311241407709","imei1":"12311241407709","imei2":"12311241407709","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167955,"job_number":"JOB_167955","tr_customer_id":167972,"tr_customer_product_id":167962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:45.000Z","modified_at":"2026-01-27T07:35:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Markus_Morar4@gmail.com","dop":"2025-07-02","serial_number":"11330791329777","imei1":"11330791329777","imei2":"11330791329777","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167956,"job_number":"JOB_167956","tr_customer_id":167973,"tr_customer_product_id":167963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:36:05.000Z","modified_at":"2026-01-27T07:36:05.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Bernita92@hotmail.com","dop":"2025-07-02","serial_number":"19468135399299","imei1":"19468135399299","imei2":"19468135399299","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168412,"job_number":"JOB_168412","tr_customer_id":168429,"tr_customer_product_id":168419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"136721794885198","imei1":"136721794885198","imei2":"136721794885198","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168413,"job_number":"JOB_168413","tr_customer_id":168430,"tr_customer_product_id":168420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Kaitlin Macejkovic","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123011456727925","imei1":"123011456727925","imei2":"123011456727925","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168414,"job_number":"JOB_168414","tr_customer_id":168431,"tr_customer_product_id":168421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Irwin Schulist","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170474120072593","imei1":"170474120072593","imei2":"170474120072593","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168415,"job_number":"JOB_168415","tr_customer_id":168432,"tr_customer_product_id":168422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:49.000Z","modified_at":"2026-01-27T14:19:49.000Z","name":"Lennie Hyatt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128484971475887","imei1":"128484971475887","imei2":"128484971475887","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168416,"job_number":"JOB_168416","tr_customer_id":168433,"tr_customer_product_id":168423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:02.000Z","modified_at":"2026-01-27T14:20:02.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"184639982898047","imei1":"184639982898047","imei2":"184639982898047","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168417,"job_number":"JOB_168417","tr_customer_id":168434,"tr_customer_product_id":168424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Beryl Borer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128719321275112","imei1":"128719321275112","imei2":"128719321275112","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168418,"job_number":"JOB_168418","tr_customer_id":168435,"tr_customer_product_id":168425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Tom Weber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166434105009195","imei1":"166434105009195","imei2":"166434105009195","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168419,"job_number":"JOB_168419","tr_customer_id":168436,"tr_customer_product_id":168426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Herta Muller","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166178795897785","imei1":"166178795897785","imei2":"166178795897785","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168522,"job_number":"JOB_168522","tr_customer_id":168539,"tr_customer_product_id":168529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:41.000Z","modified_at":"2026-01-27T14:35:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109228975100349","imei1":"109228975100349","imei2":"109228975100349","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168524,"job_number":"JOB_168524","tr_customer_id":168541,"tr_customer_product_id":168531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:42.000Z","modified_at":"2026-01-27T14:35:42.000Z","name":"Chaz Bogisich","mobile_number":"392-210-9533","email_id":"Celia_Kris@yahoo.com","dop":"2025-06-09","serial_number":"108671743184142","imei1":"108671743184142","imei2":"108671743184142","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168525,"job_number":"JOB_168525","tr_customer_id":168542,"tr_customer_product_id":168532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:43.000Z","modified_at":"2026-01-27T14:35:43.000Z","name":"Elise Dicki","mobile_number":"458-642-9793","email_id":"Reece.Crist@gmail.com","dop":"2025-06-09","serial_number":"16083747907973634","imei1":"16083747907973634","imei2":"16083747907973634","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168526,"job_number":"JOB_168526","tr_customer_id":168543,"tr_customer_product_id":168533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100344471231049","imei1":"100344471231049","imei2":"100344471231049","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168530,"job_number":"JOB_168530","tr_customer_id":168547,"tr_customer_product_id":168537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Izaiah Kozey","mobile_number":"445-730-8619","email_id":"Tomasa2@hotmail.com","dop":"2025-06-09","serial_number":"105219142185075","imei1":"105219142185075","imei2":"105219142185075","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168533,"job_number":"JOB_168533","tr_customer_id":168550,"tr_customer_product_id":168540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:16.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103570441628619","imei1":"103570441628619","imei2":"103570441628619","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168535,"job_number":"JOB_168535","tr_customer_id":168552,"tr_customer_product_id":168542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Larissa Leuschke","mobile_number":"426-795-3122","email_id":"Elna.Rolfson28@hotmail.com","dop":"2025-06-09","serial_number":"109669950200651","imei1":"109669950200651","imei2":"109669950200651","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167601,"job_number":"JOB_167601","tr_customer_id":167618,"tr_customer_product_id":167608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10001153009440","imei1":"10001153009440","imei2":"10001153009440","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167604,"job_number":"JOB_167604","tr_customer_id":167621,"tr_customer_product_id":167611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:22.000Z","modified_at":"2026-01-27T03:57:22.000Z","name":"Kathlyn Emard","mobile_number":"883-509-2132","email_id":"Flavie_Vandervort@hotmail.com","dop":"2000-01-31","serial_number":"1042892078118244","imei1":"1042892078118244","imei2":"1042892078118244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167656,"job_number":"JOB_167656","tr_customer_id":167673,"tr_customer_product_id":167663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10368661501071","imei1":"10368661501071","imei2":"10368661501071","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167660,"job_number":"JOB_167660","tr_customer_id":167677,"tr_customer_product_id":167667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Lilla Rodriguez","mobile_number":"471-903-4904","email_id":"Miracle77@hotmail.com","dop":"2000-01-31","serial_number":"1003103858390333","imei1":"1003103858390333","imei2":"1003103858390333","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167697,"job_number":"JOB_167697","tr_customer_id":167714,"tr_customer_product_id":167704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10404146666771","imei1":"10404146666771","imei2":"10404146666771","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167701,"job_number":"JOB_167701","tr_customer_id":167718,"tr_customer_product_id":167708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"Gilda Moore","mobile_number":"609-676-5261","email_id":"Wade_Bernier40@hotmail.com","dop":"2000-01-31","serial_number":"1014467587513357","imei1":"1014467587513357","imei2":"1014467587513357","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167724,"job_number":"JOB_167724","tr_customer_id":167741,"tr_customer_product_id":167731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T03:59:34.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10756932133754","imei1":"10756932133754","imei2":"10756932133754","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167726,"job_number":"JOB_167726","tr_customer_id":167743,"tr_customer_product_id":167733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:35.000Z","modified_at":"2026-01-27T03:59:35.000Z","name":"Ansel Durgan","mobile_number":"326-411-8036","email_id":"Geo.Bayer12@yahoo.com","dop":"2000-01-31","serial_number":"1040609851694983","imei1":"1040609851694983","imei2":"1040609851694983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167866,"job_number":"JOB_167866","tr_customer_id":167883,"tr_customer_product_id":167873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:35:47.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10437737016874","imei1":"10437737016874","imei2":"10437737016874","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167868,"job_number":"JOB_167868","tr_customer_id":167885,"tr_customer_product_id":167875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:49.000Z","modified_at":"2026-01-27T06:35:49.000Z","name":"Marcelle Zieme","mobile_number":"348-753-9040","email_id":"Lottie_Schiller95@hotmail.com","dop":"2000-01-31","serial_number":"1044629435192454","imei1":"1044629435192454","imei2":"1044629435192454","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167874,"job_number":"JOB_167874","tr_customer_id":167891,"tr_customer_product_id":167881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:31.000Z","modified_at":"2026-01-27T06:36:31.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10620499692264","imei1":"10620499692264","imei2":"10620499692264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167876,"job_number":"JOB_167876","tr_customer_id":167893,"tr_customer_product_id":167883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:33.000Z","modified_at":"2026-01-27T06:36:33.000Z","name":"Princess Bartell","mobile_number":"610-243-2625","email_id":"Frederique.Nienow41@gmail.com","dop":"2000-01-31","serial_number":"1008582811372429","imei1":"1008582811372429","imei2":"1008582811372429","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167885,"job_number":"JOB_167885","tr_customer_id":167902,"tr_customer_product_id":167892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:15.000Z","modified_at":"2026-01-27T06:37:15.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10975522372856","imei1":"10975522372856","imei2":"10975522372856","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167887,"job_number":"JOB_167887","tr_customer_id":167904,"tr_customer_product_id":167894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:17.000Z","modified_at":"2026-01-27T06:37:17.000Z","name":"Phyllis Stoltenberg","mobile_number":"269-487-7127","email_id":"Enos.Ernser@yahoo.com","dop":"2000-01-31","serial_number":"1017361775799387","imei1":"1017361775799387","imei2":"1017361775799387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167891,"job_number":"JOB_167891","tr_customer_id":167908,"tr_customer_product_id":167898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:59.000Z","modified_at":"2026-01-27T06:37:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10174215740446","imei1":"10174215740446","imei2":"10174215740446","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167893,"job_number":"JOB_167893","tr_customer_id":167910,"tr_customer_product_id":167900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:01.000Z","modified_at":"2026-01-27T06:38:01.000Z","name":"Jonatan Boyle","mobile_number":"565-294-8891","email_id":"Domenica_Bosco@gmail.com","dop":"2000-01-31","serial_number":"1030009739899854","imei1":"1030009739899854","imei2":"1030009739899854","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168448,"job_number":"JOB_168448","tr_customer_id":168465,"tr_customer_product_id":168455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:25.000Z","modified_at":"2026-01-27T14:25:25.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10058359478847","imei1":"10058359478847","imei2":"10058359478847","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168450,"job_number":"JOB_168450","tr_customer_id":168467,"tr_customer_product_id":168457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:27.000Z","modified_at":"2026-01-27T14:25:27.000Z","name":"Alessandro Brekke","mobile_number":"308-295-0330","email_id":"Brionna_Wolff12@gmail.com","dop":"2000-01-31","serial_number":"1050533870084755","imei1":"1050533870084755","imei2":"1050533870084755","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168455,"job_number":"JOB_168455","tr_customer_id":168472,"tr_customer_product_id":168462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:19.000Z","modified_at":"2026-01-27T14:26:19.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10008870097241","imei1":"10008870097241","imei2":"10008870097241","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168457,"job_number":"JOB_168457","tr_customer_id":168474,"tr_customer_product_id":168464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:21.000Z","modified_at":"2026-01-27T14:26:21.000Z","name":"Valerie Hayes","mobile_number":"990-952-5100","email_id":"Odell.Lowe@yahoo.com","dop":"2000-01-31","serial_number":"1048247811600389","imei1":"1048247811600389","imei2":"1048247811600389","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168458,"job_number":"JOB_168458","tr_customer_id":168475,"tr_customer_product_id":168465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:12.000Z","modified_at":"2026-01-27T14:27:12.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10272219680675","imei1":"10272219680675","imei2":"10272219680675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168460,"job_number":"JOB_168460","tr_customer_id":168477,"tr_customer_product_id":168467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:14.000Z","modified_at":"2026-01-27T14:27:14.000Z","name":"Mossie Lindgren","mobile_number":"897-460-5705","email_id":"Keara.Funk@yahoo.com","dop":"2000-01-31","serial_number":"1076906634427195","imei1":"1076906634427195","imei2":"1076906634427195","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168467,"job_number":"JOB_168467","tr_customer_id":168484,"tr_customer_product_id":168474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:05.000Z","modified_at":"2026-01-27T14:28:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10669631252517","imei1":"10669631252517","imei2":"10669631252517","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168469,"job_number":"JOB_168469","tr_customer_id":168486,"tr_customer_product_id":168476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:07.000Z","modified_at":"2026-01-27T14:28:07.000Z","name":"Callie Bernhard","mobile_number":"870-614-3117","email_id":"Walton_Jakubowski30@yahoo.com","dop":"2000-01-31","serial_number":"1030842983708839","imei1":"1030842983708839","imei2":"1030842983708839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTd9.QeNtObMTrHKm2wZMuvqvXJAKkE3BXWIU13V0Wwp9LZc
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 61bda893-a991-4f5e-80c7-5f1e1fcf5569
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151330,"engineer_id":2}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTd9.QeNtObMTrHKm2wZMuvqvXJAKkE3BXWIU13V0Wwp9LZc
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 45f1d954-613c-4466-824b-381fbc38fb8a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
        	"job_id": 168613,
        	"engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3faeb-4IFrQYqjzlsjVT/I3jrBtnWPN68"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 333ms
Mean size per request: 741.39KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTd9.QeNtObMTrHKm2wZMuvqvXJAKkE3BXWIU13V0Wwp9LZc
Connection keep-alive
If-None-Match W/"3faeb-4IFrQYqjzlsjVT/I3jrBtnWPN68"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f3e170d7-3717-4790-889f-e7c95f4005d2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"b958e-Fc2jtMRndZ54gfyNU2Nr/0+SiUw"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":167534,"job_number":"JOB_167534","tr_customer_id":167551,"tr_customer_product_id":167541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:47:51.000Z","modified_at":"2026-01-26T19:47:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191112","imei1":"13549925191112","imei2":"13549925191112","popurl":"2026-01-21T19:47:51.047536695Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167535,"job_number":"JOB_167535","tr_customer_id":167552,"tr_customer_product_id":167542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:49:19.000Z","modified_at":"2026-01-26T19:49:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191113","imei1":"13549925191113","imei2":"13549925191113","popurl":"2026-01-21T19:49:19.462367500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167536,"job_number":"JOB_167536","tr_customer_id":167553,"tr_customer_product_id":167543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:55:51.000Z","modified_at":"2026-01-26T19:55:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191114","imei1":"13549925191114","imei2":"13549925191114","popurl":"2026-01-21T19:55:50.501349002Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167537,"job_number":"JOB_167537","tr_customer_id":167554,"tr_customer_product_id":167544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:26:19.000Z","modified_at":"2026-01-26T20:26:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191115","imei1":"13549925191115","imei2":"13549925191115","popurl":"2026-01-21T20:26:18.793331516Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167538,"job_number":"JOB_167538","tr_customer_id":167555,"tr_customer_product_id":167545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:39.000Z","modified_at":"2026-01-26T20:34:39.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191116","imei1":"13549925191116","imei2":"13549925191116","popurl":"2026-01-21T20:34:38.309420072Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167539,"job_number":"JOB_167539","tr_customer_id":167556,"tr_customer_product_id":167546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:41.000Z","modified_at":"2026-01-26T20:34:41.000Z","name":"Zulminan Ahmed","mobile_number":"9876543210","email_id":"ahmedzulminan@gmail.com","dop":"2026-01-16","serial_number":"86991365683924","imei1":"86991365683924","imei2":"86991365683924","popurl":"2026-01-16T20:34:41.725781Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167540,"job_number":"JOB_167540","tr_customer_id":167557,"tr_customer_product_id":167547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:49.000Z","modified_at":"2026-01-26T23:41:49.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-16T23:41:49.233421871Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167541,"job_number":"JOB_167541","tr_customer_id":167558,"tr_customer_product_id":167548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:50.000Z","modified_at":"2026-01-26T23:41:50.000Z","name":"Chaturbhuj Asan","mobile_number":"7096793640","email_id":"rati.shukla@yahoo.co.in","dop":"2026-01-16","serial_number":"765332067084013","imei1":"765332067084013","imei2":"765332067084013","popurl":"www.abhisyanta-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167542,"job_number":"JOB_167542","tr_customer_id":167559,"tr_customer_product_id":167549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:44:15.000Z","modified_at":"2026-01-26T23:44:15.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-16T23:44:14.816301966Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167543,"job_number":"JOB_167543","tr_customer_id":167560,"tr_customer_product_id":167550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T01:31:06.000Z","modified_at":"2026-01-27T01:31:06.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-17","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-17T01:31:05.469619446Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T01:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167548,"job_number":"JOB_167548","tr_customer_id":167565,"tr_customer_product_id":167555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:03:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14540231857564","imei1":"14540231857564","imei2":"14540231857564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167550,"job_number":"JOB_167550","tr_customer_id":167567,"tr_customer_product_id":167557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:54.000Z","modified_at":"2026-01-27T03:03:54.000Z","name":"Jayce Olson","mobile_number":"471-289-5640","email_id":"Sister83@gmail.com","dop":"2025-04-06","serial_number":"16134674822616796","imei1":"16134674822616796","imei2":"16134674822616796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167551,"job_number":"JOB_167551","tr_customer_id":167568,"tr_customer_product_id":167558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:04:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11769976971366","imei1":"11769976971366","imei2":"11769976971366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167553,"job_number":"JOB_167553","tr_customer_id":167570,"tr_customer_product_id":167560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:37.000Z","modified_at":"2026-01-27T03:04:37.000Z","name":"Donato Labadie","mobile_number":"458-864-3903","email_id":"Osbaldo.Skiles@yahoo.com","dop":"2025-04-06","serial_number":"16685826357599888","imei1":"16685826357599888","imei2":"16685826357599888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167554,"job_number":"JOB_167554","tr_customer_id":167571,"tr_customer_product_id":167561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:17.000Z","modified_at":"2026-01-27T03:05:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14795401254556","imei1":"14795401254556","imei2":"14795401254556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167556,"job_number":"JOB_167556","tr_customer_id":167573,"tr_customer_product_id":167563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:19.000Z","modified_at":"2026-01-27T03:05:19.000Z","name":"Alvena Williamson","mobile_number":"423-695-9416","email_id":"Ralph_Daniel99@gmail.com","dop":"2025-04-06","serial_number":"13929952924531452","imei1":"13929952924531452","imei2":"13929952924531452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167559,"job_number":"JOB_167559","tr_customer_id":167576,"tr_customer_product_id":167566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:28.000Z","modified_at":"2026-01-27T03:56:28.000Z","name":"Deron Sanford","mobile_number":"639-632-3468","email_id":"Rey.Kiehn35@yahoo.com","dop":"2025-04-06","serial_number":"18509899910406510","imei1":"18509899910406510","imei2":"18509899910406510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167561,"job_number":"JOB_167561","tr_customer_id":167578,"tr_customer_product_id":167568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:56:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13427742008225","imei1":"13427742008225","imei2":"13427742008225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167563,"job_number":"JOB_167563","tr_customer_id":167580,"tr_customer_product_id":167570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:41.000Z","modified_at":"2026-01-27T03:56:41.000Z","name":"Lisandro Bruen","mobile_number":"911-424-7644","email_id":"Jodie_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13282450462299732","imei1":"13282450462299732","imei2":"13282450462299732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167565,"job_number":"JOB_167565","tr_customer_id":167582,"tr_customer_product_id":167572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:49.000Z","modified_at":"2026-01-27T03:56:49.000Z","name":"Julie Welch","mobile_number":"571-317-7787","email_id":"Raymond93@hotmail.com","dop":"2025-04-06","serial_number":"19012616646092010","imei1":"19012616646092010","imei2":"19012616646092010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167566,"job_number":"JOB_167566","tr_customer_id":167583,"tr_customer_product_id":167573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:56:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10377252459264","imei1":"10377252459264","imei2":"10377252459264","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167569,"job_number":"JOB_167569","tr_customer_id":167586,"tr_customer_product_id":167576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"Brionna Lakin","mobile_number":"382-873-6677","email_id":"Desiree.Carroll36@gmail.com","dop":"2025-06-18","serial_number":"1066996724856225","imei1":"1066996724856225","imei2":"1066996724856225","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167570,"job_number":"JOB_167570","tr_customer_id":167587,"tr_customer_product_id":167577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12442143109962","imei1":"12442143109962","imei2":"12442143109962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167572,"job_number":"JOB_167572","tr_customer_id":167589,"tr_customer_product_id":167579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:56:52.000Z","name":"Vicky Haag","mobile_number":"371-669-9415","email_id":"Braden83@yahoo.com","dop":"2025-04-06","serial_number":"17866526886439260","imei1":"17866526886439260","imei2":"17866526886439260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167574,"job_number":"JOB_167574","tr_customer_id":167591,"tr_customer_product_id":167581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:53.000Z","modified_at":"2026-01-27T03:56:53.000Z","name":"Mertie Bruen","mobile_number":"690-491-2264","email_id":"Zion.Goyette@hotmail.com","dop":"2025-04-06","serial_number":"15584272345159952","imei1":"15584272345159952","imei2":"15584272345159952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167575,"job_number":"JOB_167575","tr_customer_id":167592,"tr_customer_product_id":167582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"Shany Skiles","mobile_number":"343-313-8058","email_id":"Blaze70@hotmail.com","dop":"2025-04-06","serial_number":"15894210290610844","imei1":"15894210290610844","imei2":"15894210290610844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167576,"job_number":"JOB_167576","tr_customer_id":167593,"tr_customer_product_id":167583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15299749897933","imei1":"15299749897933","imei2":"15299749897933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167578,"job_number":"JOB_167578","tr_customer_id":167595,"tr_customer_product_id":167585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:56.000Z","modified_at":"2026-01-27T03:56:56.000Z","name":"Gabrielle Lesch","mobile_number":"230-823-5194","email_id":"Modesta.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"18158410318607250","imei1":"18158410318607250","imei2":"18158410318607250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167582,"job_number":"JOB_167582","tr_customer_id":167599,"tr_customer_product_id":167589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:02.000Z","modified_at":"2026-01-27T03:57:02.000Z","name":"Orrin O'Reilly","mobile_number":"946-754-6258","email_id":"Palma_Kassulke@hotmail.com","dop":"2025-04-06","serial_number":"18298148128893764","imei1":"18298148128893764","imei2":"18298148128893764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167585,"job_number":"JOB_167585","tr_customer_id":167602,"tr_customer_product_id":167592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:11.000Z","modified_at":"2026-01-27T03:57:11.000Z","name":"Emmy Fisher","mobile_number":"650-427-0306","email_id":"Duane_Lueilwitz57@gmail.com","dop":"2025-04-06","serial_number":"11336384071000982","imei1":"11336384071000982","imei2":"11336384071000982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167586,"job_number":"JOB_167586","tr_customer_id":167603,"tr_customer_product_id":167593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13215400182104","imei1":"13215400182104","imei2":"13215400182104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167588,"job_number":"JOB_167588","tr_customer_id":167605,"tr_customer_product_id":167595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:14.000Z","modified_at":"2026-01-27T03:57:14.000Z","name":"Jarod Romaguera","mobile_number":"883-986-3014","email_id":"Veda.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"11033018324819376","imei1":"11033018324819376","imei2":"11033018324819376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167590,"job_number":"JOB_167590","tr_customer_id":167607,"tr_customer_product_id":167597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15246673098955","imei1":"15246673098955","imei2":"15246673098955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167592,"job_number":"JOB_167592","tr_customer_id":167609,"tr_customer_product_id":167599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12906189910328","imei2":"12906189910328","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167594,"job_number":"JOB_167594","tr_customer_id":167611,"tr_customer_product_id":167601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"Leanne Bergnaum","mobile_number":"640-423-3191","email_id":"Newton0@gmail.com","dop":"2025-04-06","serial_number":"16213996860965236","imei1":"16213996860965236","imei2":"16213996860965236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167595,"job_number":"JOB_167595","tr_customer_id":167612,"tr_customer_product_id":167602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11356138290626","imei1":"11356138290626","imei2":"11356138290626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167597,"job_number":"JOB_167597","tr_customer_id":167614,"tr_customer_product_id":167604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19110931384626","imei1":"19110931384626","imei2":"19110931384626","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167599,"job_number":"JOB_167599","tr_customer_id":167616,"tr_customer_product_id":167606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Jeremy Herzog","mobile_number":"282-555-4118","email_id":"Ena.Bechtelar65@gmail.com","dop":"2025-04-06","serial_number":"10173421977002996","imei1":"10173421977002996","imei2":"10173421977002996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167603,"job_number":"JOB_167603","tr_customer_id":167620,"tr_customer_product_id":167610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:21.000Z","modified_at":"2026-01-27T03:57:21.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68516838558450","imei1":"68516838558450","imei2":"68516838558450","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167605,"job_number":"JOB_167605","tr_customer_id":167622,"tr_customer_product_id":167612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:26.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19051448305296","imei1":"19051448305296","imei2":"19051448305296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167607,"job_number":"JOB_167607","tr_customer_id":167624,"tr_customer_product_id":167614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:28.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Jacey Collins","mobile_number":"944-652-7578","email_id":"Elfrieda.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"19632183660748910","imei1":"19632183660748910","imei2":"19632183660748910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167608,"job_number":"JOB_167608","tr_customer_id":167625,"tr_customer_product_id":167615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:29.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10001369553073","imei2":"10001369553073","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167611,"job_number":"JOB_167611","tr_customer_id":167628,"tr_customer_product_id":167618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11217777692370","imei1":"11217777692370","imei2":"11217777692370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167612,"job_number":"JOB_167612","tr_customer_id":167629,"tr_customer_product_id":167619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10855843315205","imei1":"10855843315205","imei2":"10855843315205","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167616,"job_number":"JOB_167616","tr_customer_id":167633,"tr_customer_product_id":167623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jacinto Kerluke","mobile_number":"466-294-4601","email_id":"Isadore_Gerhold@hotmail.com","dop":"2025-06-18","serial_number":"1003114341051045","imei1":"1003114341051045","imei2":"1003114341051045","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167617,"job_number":"JOB_167617","tr_customer_id":167634,"tr_customer_product_id":167624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Arlie Goyette","mobile_number":"774-884-8093","email_id":"Gabriella.Kiehn@gmail.com","dop":"2025-05-30","serial_number":"18680927987810","imei1":"18680927987810","imei2":"18680927987810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167618,"job_number":"JOB_167618","tr_customer_id":167635,"tr_customer_product_id":167625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jerad Considine","mobile_number":"716-463-1971","email_id":"Karina_Mertz@yahoo.com","dop":"2025-04-06","serial_number":"17065802865327806","imei1":"17065802865327806","imei2":"17065802865327806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167619,"job_number":"JOB_167619","tr_customer_id":167636,"tr_customer_product_id":167626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:37.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Justice Stroman","mobile_number":"432-530-0600","email_id":"Edgar41@gmail.com","dop":"2025-05-30","serial_number":"1961560333862636","imei1":"1961560333862636","imei2":"1961560333862636","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167620,"job_number":"JOB_167620","tr_customer_id":167637,"tr_customer_product_id":167627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:38.000Z","modified_at":"2026-01-27T03:57:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18682989177130","imei1":"18682989177130","imei2":"18682989177130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167622,"job_number":"JOB_167622","tr_customer_id":167639,"tr_customer_product_id":167629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16786630480147","imei1":"16786630480147","imei2":"16786630480147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167624,"job_number":"JOB_167624","tr_customer_id":167641,"tr_customer_product_id":167631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Carmelo Hudson","mobile_number":"287-770-1385","email_id":"Elmore_Wiegand26@gmail.com","dop":"2025-04-06","serial_number":"13661757631461158","imei1":"13661757631461158","imei2":"13661757631461158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167625,"job_number":"JOB_167625","tr_customer_id":167642,"tr_customer_product_id":167632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Juana Kuhn","mobile_number":"932-705-7734","email_id":"Will.Schinner@gmail.com","dop":"2025-04-06","serial_number":"12582442804487736","imei1":"12582442804487736","imei2":"12582442804487736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167626,"job_number":"JOB_167626","tr_customer_id":167643,"tr_customer_product_id":167633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:57:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13397876407749","imei1":"13397876407749","imei2":"13397876407749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167628,"job_number":"JOB_167628","tr_customer_id":167645,"tr_customer_product_id":167635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15979907799204","imei2":"15979907799204","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167630,"job_number":"JOB_167630","tr_customer_id":167647,"tr_customer_product_id":167637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Aryanna Schmidt","mobile_number":"786-202-1752","email_id":"Herta.Terry@hotmail.com","dop":"2025-04-06","serial_number":"19423229681970136","imei1":"19423229681970136","imei2":"19423229681970136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167636,"job_number":"JOB_167636","tr_customer_id":167653,"tr_customer_product_id":167643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:57:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12031893215833","imei1":"12031893215833","imei2":"12031893215833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167638,"job_number":"JOB_167638","tr_customer_id":167655,"tr_customer_product_id":167645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:54.000Z","modified_at":"2026-01-27T03:57:54.000Z","name":"Reece Trantow","mobile_number":"302-541-3363","email_id":"Mack.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"17585914696480564","imei1":"17585914696480564","imei2":"17585914696480564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167639,"job_number":"JOB_167639","tr_customer_id":167656,"tr_customer_product_id":167646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:57:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18017191928328","imei1":"18017191928328","imei2":"18017191928328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167641,"job_number":"JOB_167641","tr_customer_id":167658,"tr_customer_product_id":167648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Louvenia Davis","mobile_number":"553-560-1286","email_id":"Schuyler_Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11329337661782124","imei1":"11329337661782124","imei2":"11329337661782124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167642,"job_number":"JOB_167642","tr_customer_id":167659,"tr_customer_product_id":167649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13690465004998","imei1":"13690465004998","imei2":"13690465004998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167648,"job_number":"JOB_167648","tr_customer_id":167665,"tr_customer_product_id":167655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Ena Skiles","mobile_number":"298-265-4144","email_id":"Carolyn.Daniel@gmail.com","dop":"2025-04-06","serial_number":"14437299231964732","imei1":"14437299231964732","imei2":"14437299231964732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167649,"job_number":"JOB_167649","tr_customer_id":167666,"tr_customer_product_id":167656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13548679991903","imei1":"13548679991903","imei2":"13548679991903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167651,"job_number":"JOB_167651","tr_customer_id":167668,"tr_customer_product_id":167658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18941925353118","imei1":"18941925353118","imei2":"18941925353118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167653,"job_number":"JOB_167653","tr_customer_id":167670,"tr_customer_product_id":167660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Asha Torphy","mobile_number":"843-641-3938","email_id":"Isaac14@gmail.com","dop":"2025-04-06","serial_number":"10240867845893942","imei1":"10240867845893942","imei2":"10240867845893942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167654,"job_number":"JOB_167654","tr_customer_id":167671,"tr_customer_product_id":167661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Gerda Cormier","mobile_number":"613-921-9054","email_id":"Erwin.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"12704528046663076","imei1":"12704528046663076","imei2":"12704528046663076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167655,"job_number":"JOB_167655","tr_customer_id":167672,"tr_customer_product_id":167662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13403960447968","imei1":"13403960447968","imei2":"13403960447968","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167659,"job_number":"JOB_167659","tr_customer_id":167676,"tr_customer_product_id":167666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51229279347468","imei1":"51229279347468","imei2":"51229279347468","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167661,"job_number":"JOB_167661","tr_customer_id":167678,"tr_customer_product_id":167668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:14.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19698683003812","imei1":"19698683003812","imei2":"19698683003812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167663,"job_number":"JOB_167663","tr_customer_id":167680,"tr_customer_product_id":167670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:16.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Francesca Murphy","mobile_number":"621-475-6586","email_id":"Shakira49@yahoo.com","dop":"2025-04-06","serial_number":"17519966068101636","imei1":"17519966068101636","imei2":"17519966068101636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167664,"job_number":"JOB_167664","tr_customer_id":167681,"tr_customer_product_id":167671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14442196169883","imei1":"14442196169883","imei2":"14442196169883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167666,"job_number":"JOB_167666","tr_customer_id":167683,"tr_customer_product_id":167673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:20.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Tyler Watsica","mobile_number":"349-948-0788","email_id":"Bell.Nolan52@gmail.com","dop":"2025-04-06","serial_number":"13879215740009048","imei1":"13879215740009048","imei2":"13879215740009048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167667,"job_number":"JOB_167667","tr_customer_id":167684,"tr_customer_product_id":167674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:22.000Z","modified_at":"2026-01-27T03:58:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17305399664989","imei1":"17305399664989","imei2":"17305399664989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167669,"job_number":"JOB_167669","tr_customer_id":167686,"tr_customer_product_id":167676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19373817541206","imei1":"19373817541206","imei2":"19373817541206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167671,"job_number":"JOB_167671","tr_customer_id":167688,"tr_customer_product_id":167678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:24.000Z","modified_at":"2026-01-27T03:58:24.000Z","name":"Daphne Kub","mobile_number":"467-731-6481","email_id":"Jake_Mann14@hotmail.com","dop":"2025-04-06","serial_number":"14942007399332052","imei1":"14942007399332052","imei2":"14942007399332052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167672,"job_number":"JOB_167672","tr_customer_id":167689,"tr_customer_product_id":167679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:25.000Z","modified_at":"2026-01-27T03:58:25.000Z","name":"Kamryn Grady","mobile_number":"862-360-9767","email_id":"Karli11@hotmail.com","dop":"2025-04-06","serial_number":"12026280895334058","imei1":"12026280895334058","imei2":"12026280895334058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167673,"job_number":"JOB_167673","tr_customer_id":167690,"tr_customer_product_id":167680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:58:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19734921860320","imei1":"19734921860320","imei2":"19734921860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167675,"job_number":"JOB_167675","tr_customer_id":167692,"tr_customer_product_id":167682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17256386993031","imei1":"17256386993031","imei2":"17256386993031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167676,"job_number":"JOB_167676","tr_customer_id":167693,"tr_customer_product_id":167683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"Aida Cummings","mobile_number":"665-428-6820","email_id":"Beth_Reinger82@hotmail.com","dop":"2025-04-06","serial_number":"11263284855498930","imei1":"11263284855498930","imei2":"11263284855498930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167678,"job_number":"JOB_167678","tr_customer_id":167695,"tr_customer_product_id":167685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:31.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Sabryna Prohaska","mobile_number":"474-710-1560","email_id":"Eleazar_Daniel46@gmail.com","dop":"2025-04-06","serial_number":"11237624186230580","imei1":"11237624186230580","imei2":"11237624186230580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167679,"job_number":"JOB_167679","tr_customer_id":167696,"tr_customer_product_id":167686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:38.000Z","modified_at":"2026-01-27T03:58:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17290529992797","imei1":"17290529992797","imei2":"17290529992797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167681,"job_number":"JOB_167681","tr_customer_id":167698,"tr_customer_product_id":167688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12578106237988","imei1":"12578106237988","imei2":"12578106237988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167682,"job_number":"JOB_167682","tr_customer_id":167699,"tr_customer_product_id":167689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597778340898","imei1":"15597778340898","imei2":"15597778340898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167685,"job_number":"JOB_167685","tr_customer_id":167702,"tr_customer_product_id":167692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:58:40.000Z","name":"Conner Hilpert","mobile_number":"396-688-0700","email_id":"Gilda.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"14712767531465108","imei1":"14712767531465108","imei2":"14712767531465108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167687,"job_number":"JOB_167687","tr_customer_id":167704,"tr_customer_product_id":167694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Keely Gleason","mobile_number":"753-466-1947","email_id":"Francisco23@gmail.com","dop":"2025-04-06","serial_number":"16512057136923444","imei1":"16512057136923444","imei2":"16512057136923444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167689,"job_number":"JOB_167689","tr_customer_id":167706,"tr_customer_product_id":167696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Jamarcus Conn","mobile_number":"258-569-2257","email_id":"Olin94@gmail.com","dop":"2025-04-06","serial_number":"14336684273308248","imei1":"14336684273308248","imei2":"14336684273308248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167691,"job_number":"JOB_167691","tr_customer_id":167708,"tr_customer_product_id":167698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16061707656514","imei1":"16061707656514","imei2":"16061707656514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167692,"job_number":"JOB_167692","tr_customer_id":167709,"tr_customer_product_id":167699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16413009223480","imei1":"16413009223480","imei2":"16413009223480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167695,"job_number":"JOB_167695","tr_customer_id":167712,"tr_customer_product_id":167702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Thalia Volkman","mobile_number":"462-730-8924","email_id":"Hazel30@hotmail.com","dop":"2025-04-06","serial_number":"17868655623113104","imei1":"17868655623113104","imei2":"17868655623113104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167696,"job_number":"JOB_167696","tr_customer_id":167713,"tr_customer_product_id":167703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Kathryne Windler","mobile_number":"871-332-1922","email_id":"Irwin.Denesik@gmail.com","dop":"2025-04-06","serial_number":"11471488602647400","imei1":"11471488602647400","imei2":"11471488602647400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167698,"job_number":"JOB_167698","tr_customer_id":167715,"tr_customer_product_id":167705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18722576579872","imei1":"18722576579872","imei2":"18722576579872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167702,"job_number":"JOB_167702","tr_customer_id":167719,"tr_customer_product_id":167709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14534040176453","imei1":"14534040176453","imei2":"14534040176453","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167703,"job_number":"JOB_167703","tr_customer_id":167720,"tr_customer_product_id":167710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:58:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15568245128975","imei1":"15568245128975","imei2":"15568245128975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167708,"job_number":"JOB_167708","tr_customer_id":167725,"tr_customer_product_id":167715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Betsy Beatty","mobile_number":"962-207-0290","email_id":"Bell.Orn3@gmail.com","dop":"2025-04-06","serial_number":"14434650120704726","imei1":"14434650120704726","imei2":"14434650120704726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167709,"job_number":"JOB_167709","tr_customer_id":167726,"tr_customer_product_id":167716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15598275721214","imei1":"15598275721214","imei2":"15598275721214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167711,"job_number":"JOB_167711","tr_customer_id":167728,"tr_customer_product_id":167718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11985838423999","imei1":"11985838423999","imei2":"11985838423999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167712,"job_number":"JOB_167712","tr_customer_id":167729,"tr_customer_product_id":167719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Rusty Rosenbaum","mobile_number":"266-273-5065","email_id":"Herminio31@hotmail.com","dop":"2025-04-06","serial_number":"10406673123257408","imei1":"10406673123257408","imei2":"10406673123257408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167714,"job_number":"JOB_167714","tr_customer_id":167731,"tr_customer_product_id":167721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:09.000Z","modified_at":"2026-01-27T03:59:09.000Z","name":"Gwendolyn Marquardt","mobile_number":"397-315-5494","email_id":"Ida.Block4@yahoo.com","dop":"2025-04-06","serial_number":"12069322754066996","imei1":"12069322754066996","imei2":"12069322754066996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167718,"job_number":"JOB_167718","tr_customer_id":167735,"tr_customer_product_id":167725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17008880227135","imei1":"17008880227135","imei2":"17008880227135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167720,"job_number":"JOB_167720","tr_customer_id":167737,"tr_customer_product_id":167727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:15.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Baron Gleichner","mobile_number":"569-974-0764","email_id":"Tillman67@yahoo.com","dop":"2025-04-06","serial_number":"16696866616047820","imei1":"16696866616047820","imei2":"16696866616047820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167721,"job_number":"JOB_167721","tr_customer_id":167738,"tr_customer_product_id":167728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T03:59:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11172627533643","imei1":"11172627533643","imei2":"11172627533643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167723,"job_number":"JOB_167723","tr_customer_id":167740,"tr_customer_product_id":167730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:27.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Larissa Wilderman","mobile_number":"612-596-5819","email_id":"Cassie_King98@yahoo.com","dop":"2025-04-06","serial_number":"17988825406305388","imei1":"17988825406305388","imei2":"17988825406305388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167727,"job_number":"JOB_167727","tr_customer_id":167744,"tr_customer_product_id":167734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T03:59:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18169069886721","imei1":"18169069886721","imei2":"18169069886721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167729,"job_number":"JOB_167729","tr_customer_id":167746,"tr_customer_product_id":167736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:41.000Z","modified_at":"2026-01-27T03:59:41.000Z","name":"Leonie Stoltenberg","mobile_number":"632-793-6650","email_id":"Lia98@yahoo.com","dop":"2025-04-06","serial_number":"18862572585037620","imei1":"18862572585037620","imei2":"18862572585037620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167730,"job_number":"JOB_167730","tr_customer_id":167747,"tr_customer_product_id":167737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T03:59:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16140328322120","imei1":"16140328322120","imei2":"16140328322120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167732,"job_number":"JOB_167732","tr_customer_id":167749,"tr_customer_product_id":167739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:00.000Z","modified_at":"2026-01-27T04:00:00.000Z","name":"Amparo Stroman","mobile_number":"652-396-9062","email_id":"Theodora_Cormier@yahoo.com","dop":"2025-04-06","serial_number":"12770672414828126","imei1":"12770672414828126","imei2":"12770672414828126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167733,"job_number":"JOB_167733","tr_customer_id":167750,"tr_customer_product_id":167740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:00:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11149211780437","imei1":"11149211780437","imei2":"11149211780437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167735,"job_number":"JOB_167735","tr_customer_id":167752,"tr_customer_product_id":167742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:26.000Z","modified_at":"2026-01-27T04:00:26.000Z","name":"Alessandro Klein","mobile_number":"249-949-3079","email_id":"Antonette_Ward49@hotmail.com","dop":"2025-04-06","serial_number":"16760489880667088","imei1":"16760489880667088","imei2":"16760489880667088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167736,"job_number":"JOB_167736","tr_customer_id":167753,"tr_customer_product_id":167743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68750095402755","imei1":"68750095402755","imei2":"68750095402755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167737,"job_number":"JOB_167737","tr_customer_id":167754,"tr_customer_product_id":167744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87908979667028","imei1":"87908979667028","imei2":"87908979667028","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167738,"job_number":"JOB_167738","tr_customer_id":167755,"tr_customer_product_id":167745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69648210848652","imei1":"69648210848652","imei2":"69648210848652","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167739,"job_number":"JOB_167739","tr_customer_id":167756,"tr_customer_product_id":167746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23206692471066","imei1":"23206692471066","imei2":"23206692471066","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167740,"job_number":"JOB_167740","tr_customer_id":167757,"tr_customer_product_id":167747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25474750557996","imei1":"25474750557996","imei2":"25474750557996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167741,"job_number":"JOB_167741","tr_customer_id":167758,"tr_customer_product_id":167748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18506977235583","imei1":"18506977235583","imei2":"18506977235583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167743,"job_number":"JOB_167743","tr_customer_id":167760,"tr_customer_product_id":167750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46488600950401","imei1":"46488600950401","imei2":"46488600950401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167744,"job_number":"JOB_167744","tr_customer_id":167761,"tr_customer_product_id":167751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84840740161320","imei1":"84840740161320","imei2":"84840740161320","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167745,"job_number":"JOB_167745","tr_customer_id":167762,"tr_customer_product_id":167752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46523212624438","imei1":"46523212624438","imei2":"46523212624438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167746,"job_number":"JOB_167746","tr_customer_id":167763,"tr_customer_product_id":167753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53625626675668","imei1":"53625626675668","imei2":"53625626675668","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167747,"job_number":"JOB_167747","tr_customer_id":167764,"tr_customer_product_id":167754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63891004325201","imei1":"63891004325201","imei2":"63891004325201","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167748,"job_number":"JOB_167748","tr_customer_id":167765,"tr_customer_product_id":167755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41394992103667","imei1":"41394992103667","imei2":"41394992103667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167750,"job_number":"JOB_167750","tr_customer_id":167767,"tr_customer_product_id":167757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12920615173484","imei1":"12920615173484","imei2":"12920615173484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167751,"job_number":"JOB_167751","tr_customer_id":167768,"tr_customer_product_id":167758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73599827046103","imei1":"73599827046103","imei2":"73599827046103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167752,"job_number":"JOB_167752","tr_customer_id":167769,"tr_customer_product_id":167759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13224128065911","imei1":"13224128065911","imei2":"13224128065911","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167753,"job_number":"JOB_167753","tr_customer_id":167770,"tr_customer_product_id":167760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46674199155380","imei1":"46674199155380","imei2":"46674199155380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167754,"job_number":"JOB_167754","tr_customer_id":167771,"tr_customer_product_id":167761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15031952061543","imei1":"15031952061543","imei2":"15031952061543","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167755,"job_number":"JOB_167755","tr_customer_id":167772,"tr_customer_product_id":167762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40729081242918","imei1":"40729081242918","imei2":"40729081242918","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167759,"job_number":"JOB_167759","tr_customer_id":167776,"tr_customer_product_id":167766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:41:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10503948481380","imei1":"10503948481380","imei2":"10503948481380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167761,"job_number":"JOB_167761","tr_customer_id":167778,"tr_customer_product_id":167768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:29.000Z","modified_at":"2026-01-27T04:41:29.000Z","name":"Jonathon Kohler","mobile_number":"323-332-8852","email_id":"Hollis.Hegmann72@gmail.com","dop":"2025-04-06","serial_number":"16750184270928274","imei1":"16750184270928274","imei2":"16750184270928274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167762,"job_number":"JOB_167762","tr_customer_id":167779,"tr_customer_product_id":167769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:15.000Z","modified_at":"2026-01-27T04:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18798652558941","imei1":"18798652558941","imei2":"18798652558941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167764,"job_number":"JOB_167764","tr_customer_id":167781,"tr_customer_product_id":167771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:17.000Z","modified_at":"2026-01-27T04:42:17.000Z","name":"Jabari Wyman","mobile_number":"655-718-3360","email_id":"Roosevelt.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"14727302101919016","imei1":"14727302101919016","imei2":"14727302101919016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167765,"job_number":"JOB_167765","tr_customer_id":167782,"tr_customer_product_id":167772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:03.000Z","modified_at":"2026-01-27T04:43:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19948686107370","imei1":"19948686107370","imei2":"19948686107370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167767,"job_number":"JOB_167767","tr_customer_id":167784,"tr_customer_product_id":167774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:05.000Z","modified_at":"2026-01-27T04:43:05.000Z","name":"Brycen Hartmann","mobile_number":"920-423-2523","email_id":"Billy38@yahoo.com","dop":"2025-04-06","serial_number":"17160575372195656","imei1":"17160575372195656","imei2":"17160575372195656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167768,"job_number":"JOB_167768","tr_customer_id":167785,"tr_customer_product_id":167775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:07.000Z","modified_at":"2026-01-27T04:43:07.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"15444292375424","imei1":"15444292375424","imei2":"15444292375424","popurl":"2026-01-17T04:43:07.439793018Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167769,"job_number":"JOB_167769","tr_customer_id":167786,"tr_customer_product_id":167776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:32.000Z","modified_at":"2026-01-27T04:43:32.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"79668445389652","imei1":"79668445389652","imei2":"79668445389652","popurl":"2026-01-17T04:43:32.109403420Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167770,"job_number":"JOB_167770","tr_customer_id":167787,"tr_customer_product_id":167777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103498957615061","imei1":"103498957615061","imei2":"103498957615061","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167772,"job_number":"JOB_167772","tr_customer_id":167789,"tr_customer_product_id":167779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:51:55.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100099889244294","imei1":"100099889244294","imei2":"100099889244294","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167775,"job_number":"JOB_167775","tr_customer_id":167792,"tr_customer_product_id":167782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:39.000Z","modified_at":"2026-01-27T04:57:39.000Z","name":"Diego Bayer","mobile_number":"665-414-9415","email_id":"Mara.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"11332008650035692","imei1":"11332008650035692","imei2":"11332008650035692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167777,"job_number":"JOB_167777","tr_customer_id":167794,"tr_customer_product_id":167784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:25.000Z","modified_at":"2026-01-27T04:58:25.000Z","name":"Tillman Schultz","mobile_number":"358-708-5320","email_id":"Helena_Kuhic@gmail.com","dop":"2025-04-06","serial_number":"13321667553343650","imei1":"13321667553343650","imei2":"13321667553343650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167779,"job_number":"JOB_167779","tr_customer_id":167796,"tr_customer_product_id":167786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:11.000Z","modified_at":"2026-01-27T04:59:11.000Z","name":"Gene Effertz","mobile_number":"977-611-6671","email_id":"Javier.Rutherford@gmail.com","dop":"2025-04-06","serial_number":"19594496775397960","imei1":"19594496775397960","imei2":"19594496775397960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167781,"job_number":"JOB_167781","tr_customer_id":167798,"tr_customer_product_id":167788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:54.000Z","modified_at":"2026-01-27T05:00:54.000Z","name":"Celia Hamill","mobile_number":"980-656-1254","email_id":"Jayme80@yahoo.com","dop":"2025-04-06","serial_number":"17093614278677168","imei1":"17093614278677168","imei2":"17093614278677168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167783,"job_number":"JOB_167783","tr_customer_id":167800,"tr_customer_product_id":167790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:12.000Z","modified_at":"2026-01-27T05:01:12.000Z","name":"Lucinda Smith","mobile_number":"711-707-2038","email_id":"Raven_Tromp68@hotmail.com","dop":"2025-04-06","serial_number":"18435660998000900","imei1":"18435660998000900","imei2":"18435660998000900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167784,"job_number":"JOB_167784","tr_customer_id":167801,"tr_customer_product_id":167791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:08.000Z","modified_at":"2026-01-27T05:18:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18105688226137","imei1":"18105688226137","imei2":"18105688226137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167786,"job_number":"JOB_167786","tr_customer_id":167803,"tr_customer_product_id":167793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:10.000Z","modified_at":"2026-01-27T05:18:10.000Z","name":"Concepcion Kling","mobile_number":"485-572-1549","email_id":"Gwendolyn_Prohaska74@hotmail.com","dop":"2025-04-06","serial_number":"15864204710609916","imei1":"15864204710609916","imei2":"15864204710609916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167787,"job_number":"JOB_167787","tr_customer_id":167804,"tr_customer_product_id":167794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:53.000Z","modified_at":"2026-01-27T05:18:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17393390155661","imei1":"17393390155661","imei2":"17393390155661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167789,"job_number":"JOB_167789","tr_customer_id":167806,"tr_customer_product_id":167796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:55.000Z","modified_at":"2026-01-27T05:18:55.000Z","name":"Samantha Heidenreich","mobile_number":"264-977-5406","email_id":"Alanna.Keebler55@hotmail.com","dop":"2025-04-06","serial_number":"17862732445518564","imei1":"17862732445518564","imei2":"17862732445518564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167790,"job_number":"JOB_167790","tr_customer_id":167807,"tr_customer_product_id":167797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:38.000Z","modified_at":"2026-01-27T05:19:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12162921804378","imei1":"12162921804378","imei2":"12162921804378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167792,"job_number":"JOB_167792","tr_customer_id":167809,"tr_customer_product_id":167799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:40.000Z","modified_at":"2026-01-27T05:19:40.000Z","name":"Vella Smitham","mobile_number":"409-455-6807","email_id":"Theresa.Collins@gmail.com","dop":"2025-04-06","serial_number":"11657422336501164","imei1":"11657422336501164","imei2":"11657422336501164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167796,"job_number":"JOB_167796","tr_customer_id":167813,"tr_customer_product_id":167803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11730143042933","imei1":"11730143042933","imei2":"11730143042933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167798,"job_number":"JOB_167798","tr_customer_id":167815,"tr_customer_product_id":167805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:04.000Z","modified_at":"2026-01-27T06:19:04.000Z","name":"Brown Bednar","mobile_number":"861-977-4122","email_id":"Karlie_Green48@gmail.com","dop":"2025-04-06","serial_number":"18532545821601696","imei1":"18532545821601696","imei2":"18532545821601696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167799,"job_number":"JOB_167799","tr_customer_id":167816,"tr_customer_product_id":167806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18187635174485","imei1":"18187635174485","imei2":"18187635174485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167801,"job_number":"JOB_167801","tr_customer_id":167818,"tr_customer_product_id":167808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:48.000Z","modified_at":"2026-01-27T06:19:48.000Z","name":"Clarissa Gerlach","mobile_number":"329-576-0565","email_id":"Amani46@hotmail.com","dop":"2025-04-06","serial_number":"19841535420662280","imei1":"19841535420662280","imei2":"19841535420662280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167808,"job_number":"JOB_167808","tr_customer_id":167825,"tr_customer_product_id":167815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:30.000Z","modified_at":"2026-01-27T06:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16491092711122","imei1":"16491092711122","imei2":"16491092711122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167810,"job_number":"JOB_167810","tr_customer_id":167827,"tr_customer_product_id":167817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:32.000Z","modified_at":"2026-01-27T06:20:32.000Z","name":"Hipolito Hermiston","mobile_number":"643-640-8790","email_id":"Minnie50@yahoo.com","dop":"2025-04-06","serial_number":"16738148478419176","imei1":"16738148478419176","imei2":"16738148478419176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167816,"job_number":"JOB_167816","tr_customer_id":167833,"tr_customer_product_id":167823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10590065726560","imei1":"10590065726560","imei2":"10590065726560","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167817,"job_number":"JOB_167817","tr_customer_id":167834,"tr_customer_product_id":167824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"Dedrick Sawayn","mobile_number":"606-435-9603","email_id":"Cedrick18@gmail.com","dop":"2025-04-06","serial_number":"14284034712076870","imei1":"14284034712076870","imei2":"14284034712076870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167819,"job_number":"JOB_167819","tr_customer_id":167836,"tr_customer_product_id":167826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:06.000Z","modified_at":"2026-01-27T06:23:06.000Z","name":"Aniya Mueller","mobile_number":"546-393-9663","email_id":"Chanelle2@hotmail.com","dop":"2025-06-18","serial_number":"1072434199213766","imei1":"1072434199213766","imei2":"1072434199213766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167820,"job_number":"JOB_167820","tr_customer_id":167837,"tr_customer_product_id":167827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:23:48.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10101267317766","imei1":"10101267317766","imei2":"10101267317766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167822,"job_number":"JOB_167822","tr_customer_id":167839,"tr_customer_product_id":167829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:49.000Z","modified_at":"2026-01-27T06:23:49.000Z","name":"Stefanie Lemke","mobile_number":"292-504-2515","email_id":"Kali24@gmail.com","dop":"2025-06-18","serial_number":"1067109977151928","imei1":"1067109977151928","imei2":"1067109977151928","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167823,"job_number":"JOB_167823","tr_customer_id":167840,"tr_customer_product_id":167830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:24:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11740984830074","imei1":"11740984830074","imei2":"11740984830074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167825,"job_number":"JOB_167825","tr_customer_id":167842,"tr_customer_product_id":167832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:37.000Z","modified_at":"2026-01-27T06:24:37.000Z","name":"Kaleb Beahan","mobile_number":"242-722-0254","email_id":"Sunny81@hotmail.com","dop":"2025-04-06","serial_number":"18555023955379372","imei1":"18555023955379372","imei2":"18555023955379372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167826,"job_number":"JOB_167826","tr_customer_id":167843,"tr_customer_product_id":167833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:26.000Z","modified_at":"2026-01-27T06:25:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12338518242380","imei1":"12338518242380","imei2":"12338518242380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167828,"job_number":"JOB_167828","tr_customer_id":167845,"tr_customer_product_id":167835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:28.000Z","modified_at":"2026-01-27T06:25:28.000Z","name":"Ramon Hilll","mobile_number":"811-699-6550","email_id":"Brook56@gmail.com","dop":"2025-04-06","serial_number":"19695958491683900","imei1":"19695958491683900","imei2":"19695958491683900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167829,"job_number":"JOB_167829","tr_customer_id":167846,"tr_customer_product_id":167836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:26:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15802935641808","imei1":"15802935641808","imei2":"15802935641808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167831,"job_number":"JOB_167831","tr_customer_id":167848,"tr_customer_product_id":167838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:19.000Z","modified_at":"2026-01-27T06:26:19.000Z","name":"Lazaro Hoppe","mobile_number":"805-669-5412","email_id":"Leland_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"18267334371696710","imei1":"18267334371696710","imei2":"18267334371696710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167832,"job_number":"JOB_167832","tr_customer_id":167849,"tr_customer_product_id":167839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:27:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11615152671057","imei1":"11615152671057","imei2":"11615152671057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167834,"job_number":"JOB_167834","tr_customer_id":167851,"tr_customer_product_id":167841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:39.000Z","modified_at":"2026-01-27T06:27:39.000Z","name":"Hettie Brakus","mobile_number":"920-884-7742","email_id":"Lillian.Steuber98@gmail.com","dop":"2025-04-06","serial_number":"17652142820175848","imei1":"17652142820175848","imei2":"17652142820175848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167835,"job_number":"JOB_167835","tr_customer_id":167852,"tr_customer_product_id":167842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19904485216653","imei1":"19904485216653","imei2":"19904485216653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167837,"job_number":"JOB_167837","tr_customer_id":167854,"tr_customer_product_id":167844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:23.000Z","modified_at":"2026-01-27T06:28:23.000Z","name":"Bobby Bogan","mobile_number":"519-540-8511","email_id":"Moriah.Torp35@gmail.com","dop":"2025-04-06","serial_number":"10461022854004748","imei1":"10461022854004748","imei2":"10461022854004748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167838,"job_number":"JOB_167838","tr_customer_id":167855,"tr_customer_product_id":167845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19420379464284","imei1":"19420379464284","imei2":"19420379464284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167840,"job_number":"JOB_167840","tr_customer_id":167857,"tr_customer_product_id":167847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:06.000Z","modified_at":"2026-01-27T06:29:06.000Z","name":"Anastacio Ebert","mobile_number":"971-557-1170","email_id":"Reba3@hotmail.com","dop":"2025-04-06","serial_number":"14007303508030568","imei1":"14007303508030568","imei2":"14007303508030568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167843,"job_number":"JOB_167843","tr_customer_id":167860,"tr_customer_product_id":167850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17339423269073","imei1":"17339423269073","imei2":"17339423269073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167845,"job_number":"JOB_167845","tr_customer_id":167862,"tr_customer_product_id":167852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:17.000Z","name":"Modesto Sauer","mobile_number":"424-849-3916","email_id":"Delilah_Treutel27@hotmail.com","dop":"2025-04-06","serial_number":"11996959230079538","imei1":"11996959230079538","imei2":"11996959230079538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167847,"job_number":"JOB_167847","tr_customer_id":167864,"tr_customer_product_id":167854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15985961373989","imei1":"15985961373989","imei2":"15985961373989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167849,"job_number":"JOB_167849","tr_customer_id":167866,"tr_customer_product_id":167856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:05.000Z","modified_at":"2026-01-27T06:31:05.000Z","name":"Giovani McKenzie","mobile_number":"898-307-0001","email_id":"Brady_Leannon@hotmail.com","dop":"2025-04-06","serial_number":"19451465414718350","imei1":"19451465414718350","imei2":"19451465414718350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167850,"job_number":"JOB_167850","tr_customer_id":167867,"tr_customer_product_id":167857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:31:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10477906422672","imei2":"10477906422672","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167852,"job_number":"JOB_167852","tr_customer_id":167869,"tr_customer_product_id":167859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:31:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11373056543091","imei1":"11373056543091","imei2":"11373056543091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167854,"job_number":"JOB_167854","tr_customer_id":167871,"tr_customer_product_id":167861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:52.000Z","modified_at":"2026-01-27T06:31:52.000Z","name":"Sadye Sipes","mobile_number":"779-875-8270","email_id":"Ebony.Hirthe@gmail.com","dop":"2025-04-06","serial_number":"10349692400180752","imei1":"10349692400180752","imei2":"10349692400180752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167855,"job_number":"JOB_167855","tr_customer_id":167872,"tr_customer_product_id":167862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14206461523702","imei2":"14206461523702","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167857,"job_number":"JOB_167857","tr_customer_id":167874,"tr_customer_product_id":167864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:17.000Z","modified_at":"2026-01-27T06:32:17.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12347251322045","imei2":"12347251322045","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167860,"job_number":"JOB_167860","tr_customer_id":167877,"tr_customer_product_id":167867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:28.000Z","modified_at":"2026-01-27T06:34:28.000Z","name":"Felton Jones","mobile_number":"461-830-5368","email_id":"Donald_Muller@gmail.com","dop":"2025-04-06","serial_number":"15954666796721888","imei1":"15954666796721888","imei2":"15954666796721888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167861,"job_number":"JOB_167861","tr_customer_id":167878,"tr_customer_product_id":167868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:06.000Z","modified_at":"2026-01-27T06:35:06.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17343592327259","imei1":"17343592327259","imei2":"17343592327259","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167863,"job_number":"JOB_167863","tr_customer_id":167880,"tr_customer_product_id":167870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:28.000Z","modified_at":"2026-01-27T06:35:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12322716487394","imei1":"12322716487394","imei2":"12322716487394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167865,"job_number":"JOB_167865","tr_customer_id":167882,"tr_customer_product_id":167872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:30.000Z","modified_at":"2026-01-27T06:35:30.000Z","name":"Omer Maggio","mobile_number":"655-959-8696","email_id":"Hershel99@gmail.com","dop":"2025-04-06","serial_number":"11488347981559736","imei1":"11488347981559736","imei2":"11488347981559736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167869,"job_number":"JOB_167869","tr_customer_id":167886,"tr_customer_product_id":167876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:54.000Z","modified_at":"2026-01-27T06:35:54.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17324433358007","imei1":"17324433358007","imei2":"17324433358007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167871,"job_number":"JOB_167871","tr_customer_id":167888,"tr_customer_product_id":167878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:15.000Z","modified_at":"2026-01-27T06:36:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18948317579051","imei1":"18948317579051","imei2":"18948317579051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167873,"job_number":"JOB_167873","tr_customer_id":167890,"tr_customer_product_id":167880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:17.000Z","modified_at":"2026-01-27T06:36:17.000Z","name":"Maye Rodriguez","mobile_number":"655-525-8401","email_id":"Edward.Walsh28@gmail.com","dop":"2025-04-06","serial_number":"18172135488968240","imei1":"18172135488968240","imei2":"18172135488968240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167877,"job_number":"JOB_167877","tr_customer_id":167894,"tr_customer_product_id":167884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:36:42.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16171174787922","imei1":"16171174787922","imei2":"16171174787922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167879,"job_number":"JOB_167879","tr_customer_id":167896,"tr_customer_product_id":167886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797132248973","imei1":"12797132248973","imei2":"12797132248973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167880,"job_number":"JOB_167880","tr_customer_id":167897,"tr_customer_product_id":167887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15941554825756","imei1":"15941554825756","imei2":"15941554825756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167883,"job_number":"JOB_167883","tr_customer_id":167900,"tr_customer_product_id":167890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Avis Fadel","mobile_number":"908-634-0138","email_id":"Norene.Raynor@gmail.com","dop":"2025-04-06","serial_number":"18320246082397332","imei1":"18320246082397332","imei2":"18320246082397332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167884,"job_number":"JOB_167884","tr_customer_id":167901,"tr_customer_product_id":167891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Wyatt Friesen","mobile_number":"592-951-6370","email_id":"Willard57@yahoo.com","dop":"2025-04-06","serial_number":"18984968440466710","imei1":"18984968440466710","imei2":"18984968440466710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167888,"job_number":"JOB_167888","tr_customer_id":167905,"tr_customer_product_id":167895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:37:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10244847596438","imei1":"10244847596438","imei2":"10244847596438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167890,"job_number":"JOB_167890","tr_customer_id":167907,"tr_customer_product_id":167897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:49.000Z","modified_at":"2026-01-27T06:37:49.000Z","name":"Davion Gaylord","mobile_number":"478-883-2288","email_id":"Alejandrin_OKeefe47@gmail.com","dop":"2025-04-06","serial_number":"11487920209396314","imei1":"11487920209396314","imei2":"11487920209396314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167894,"job_number":"JOB_167894","tr_customer_id":167911,"tr_customer_product_id":167901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:31.000Z","modified_at":"2026-01-27T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14777744687360","imei1":"14777744687360","imei2":"14777744687360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167896,"job_number":"JOB_167896","tr_customer_id":167913,"tr_customer_product_id":167903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:33.000Z","modified_at":"2026-01-27T06:38:33.000Z","name":"Marty Corkery","mobile_number":"727-204-3064","email_id":"Domenico.Huels@yahoo.com","dop":"2025-04-06","serial_number":"10948488540603988","imei1":"10948488540603988","imei2":"10948488540603988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167897,"job_number":"JOB_167897","tr_customer_id":167914,"tr_customer_product_id":167904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18231155699279","imei1":"18231155699279","imei2":"18231155699279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167899,"job_number":"JOB_167899","tr_customer_id":167916,"tr_customer_product_id":167906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:06.000Z","modified_at":"2026-01-27T06:42:06.000Z","name":"Lisa Zulauf","mobile_number":"250-618-8688","email_id":"Chelsea9@yahoo.com","dop":"2025-04-06","serial_number":"17611184738963124","imei1":"17611184738963124","imei2":"17611184738963124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167900,"job_number":"JOB_167900","tr_customer_id":167917,"tr_customer_product_id":167907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:42:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17079659156633","imei1":"17079659156633","imei2":"17079659156633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167902,"job_number":"JOB_167902","tr_customer_id":167919,"tr_customer_product_id":167909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:56.000Z","modified_at":"2026-01-27T06:42:56.000Z","name":"Ned Dach","mobile_number":"535-612-0082","email_id":"Adolfo_Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15430774571147254","imei1":"15430774571147254","imei2":"15430774571147254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167903,"job_number":"JOB_167903","tr_customer_id":167920,"tr_customer_product_id":167910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:01.000Z","modified_at":"2026-01-27T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14958910419154","imei1":"14958910419154","imei2":"14958910419154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167905,"job_number":"JOB_167905","tr_customer_id":167922,"tr_customer_product_id":167912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:03.000Z","modified_at":"2026-01-27T06:43:03.000Z","name":"Roy Aufderhar","mobile_number":"826-647-3721","email_id":"Sheila.Murphy83@yahoo.com","dop":"2025-04-06","serial_number":"10699411250399026","imei1":"10699411250399026","imei2":"10699411250399026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167906,"job_number":"JOB_167906","tr_customer_id":167923,"tr_customer_product_id":167913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:43:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15646928553703","imei1":"15646928553703","imei2":"15646928553703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167908,"job_number":"JOB_167908","tr_customer_id":167925,"tr_customer_product_id":167915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:44.000Z","modified_at":"2026-01-27T06:43:44.000Z","name":"Victor Schroeder","mobile_number":"473-540-3534","email_id":"Dexter_Marks@gmail.com","dop":"2025-04-06","serial_number":"16447744665311734","imei1":"16447744665311734","imei2":"16447744665311734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167910,"job_number":"JOB_167910","tr_customer_id":167927,"tr_customer_product_id":167917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:46.000Z","modified_at":"2026-01-27T06:43:46.000Z","name":"Percy Crist","mobile_number":"935-950-9106","email_id":"Krystel.Ankunding67@yahoo.com","dop":"2025-04-06","serial_number":"18545814363637170","imei1":"18545814363637170","imei2":"18545814363637170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167911,"job_number":"JOB_167911","tr_customer_id":167928,"tr_customer_product_id":167918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:49.000Z","modified_at":"2026-01-27T06:43:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13742475805245","imei1":"13742475805245","imei2":"13742475805245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167913,"job_number":"JOB_167913","tr_customer_id":167930,"tr_customer_product_id":167920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:51.000Z","modified_at":"2026-01-27T06:43:51.000Z","name":"Serenity Boyer","mobile_number":"339-974-1255","email_id":"Carleton.Marvin98@gmail.com","dop":"2025-04-06","serial_number":"15255955352476028","imei1":"15255955352476028","imei2":"15255955352476028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167915,"job_number":"JOB_167915","tr_customer_id":167932,"tr_customer_product_id":167922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:18.000Z","modified_at":"2026-01-27T06:44:18.000Z","name":"Ariane Hamill","mobile_number":"398-734-1884","email_id":"Ryleigh.Tremblay42@hotmail.com","dop":"2025-04-06","serial_number":"10595233660109322","imei1":"10595233660109322","imei2":"10595233660109322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167916,"job_number":"JOB_167916","tr_customer_id":167933,"tr_customer_product_id":167923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17063374650545","imei1":"17063374650545","imei2":"17063374650545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167918,"job_number":"JOB_167918","tr_customer_id":167935,"tr_customer_product_id":167925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:39.000Z","modified_at":"2026-01-27T06:44:39.000Z","name":"Golden Brown","mobile_number":"840-732-0041","email_id":"Hailie73@hotmail.com","dop":"2025-04-06","serial_number":"15818286366602872","imei1":"15818286366602872","imei2":"15818286366602872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167919,"job_number":"JOB_167919","tr_customer_id":167936,"tr_customer_product_id":167926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:49:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17402848540623","imei1":"17402848540623","imei2":"17402848540623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167921,"job_number":"JOB_167921","tr_customer_id":167938,"tr_customer_product_id":167928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:26.000Z","modified_at":"2026-01-27T06:49:26.000Z","name":"Garry Haag","mobile_number":"330-706-5364","email_id":"Lenna35@hotmail.com","dop":"2025-04-06","serial_number":"11179143080451844","imei1":"11179143080451844","imei2":"11179143080451844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167923,"job_number":"JOB_167923","tr_customer_id":167940,"tr_customer_product_id":167930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:30.000Z","modified_at":"2026-01-27T06:49:30.000Z","name":"Milton Bartell","mobile_number":"357-620-1896","email_id":"Kian46@hotmail.com","dop":"2025-04-06","serial_number":"17118551920422780","imei1":"17118551920422780","imei2":"17118551920422780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167924,"job_number":"JOB_167924","tr_customer_id":167941,"tr_customer_product_id":167931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:49:52.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10934874410701","imei1":"10934874410701","imei2":"10934874410701","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167926,"job_number":"JOB_167926","tr_customer_id":167943,"tr_customer_product_id":167933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:54.000Z","modified_at":"2026-01-27T06:49:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"90321257518944","imei1":"90321257518944","imei2":"90321257518944","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167927,"job_number":"JOB_167927","tr_customer_id":167944,"tr_customer_product_id":167934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13203431323945","imei1":"13203431323945","imei2":"13203431323945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167929,"job_number":"JOB_167929","tr_customer_id":167946,"tr_customer_product_id":167936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:13.000Z","modified_at":"2026-01-27T06:50:13.000Z","name":"Arno Kessler","mobile_number":"230-754-1794","email_id":"Stanley57@hotmail.com","dop":"2025-04-06","serial_number":"18194212640282856","imei1":"18194212640282856","imei2":"18194212640282856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167930,"job_number":"JOB_167930","tr_customer_id":167947,"tr_customer_product_id":167937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:50:40.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11366144519689","imei1":"11366144519689","imei2":"11366144519689","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167932,"job_number":"JOB_167932","tr_customer_id":167949,"tr_customer_product_id":167939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:42.000Z","modified_at":"2026-01-27T06:50:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42969104263391","imei1":"42969104263391","imei2":"42969104263391","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167933,"job_number":"JOB_167933","tr_customer_id":167950,"tr_customer_product_id":167940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:50:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16248942148525","imei1":"16248942148525","imei2":"16248942148525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167935,"job_number":"JOB_167935","tr_customer_id":167952,"tr_customer_product_id":167942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:00.000Z","modified_at":"2026-01-27T06:51:00.000Z","name":"Abe Borer","mobile_number":"232-802-4714","email_id":"Alfreda56@hotmail.com","dop":"2025-04-06","serial_number":"14248653361242728","imei1":"14248653361242728","imei2":"14248653361242728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167936,"job_number":"JOB_167936","tr_customer_id":167953,"tr_customer_product_id":167943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:25.000Z","modified_at":"2026-01-27T06:51:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11495474994629","imei1":"11495474994629","imei2":"11495474994629","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167938,"job_number":"JOB_167938","tr_customer_id":167955,"tr_customer_product_id":167945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:27.000Z","modified_at":"2026-01-27T06:51:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10931088604581","imei1":"10931088604581","imei2":"10931088604581","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167939,"job_number":"JOB_167939","tr_customer_id":167956,"tr_customer_product_id":167946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14442504887526","imei1":"14442504887526","imei2":"14442504887526","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167941,"job_number":"JOB_167941","tr_customer_id":167958,"tr_customer_product_id":167948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:53:57.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15533783976054","imei1":"15533783976054","imei2":"15533783976054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167943,"job_number":"JOB_167943","tr_customer_id":167960,"tr_customer_product_id":167950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:15.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"14875645655732","imei1":"14875645655732","imei2":"14875645655732","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167946,"job_number":"JOB_167946","tr_customer_id":167963,"tr_customer_product_id":167953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:46.000Z","modified_at":"2026-01-27T07:03:46.000Z","name":"Esperanza Roberts","mobile_number":"363-465-4153","email_id":"Cleo_Jacobi1@gmail.com","dop":"2025-04-06","serial_number":"18899724181012810","imei1":"18899724181012810","imei2":"18899724181012810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167948,"job_number":"JOB_167948","tr_customer_id":167965,"tr_customer_product_id":167955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:31.000Z","modified_at":"2026-01-27T07:04:31.000Z","name":"Miller Hagenes","mobile_number":"363-948-0072","email_id":"Antwon.Kiehn95@hotmail.com","dop":"2025-04-06","serial_number":"14549798314648444","imei1":"14549798314648444","imei2":"14549798314648444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:04:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167950,"job_number":"JOB_167950","tr_customer_id":167967,"tr_customer_product_id":167957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:15.000Z","modified_at":"2026-01-27T07:05:15.000Z","name":"Kellie Lubowitz","mobile_number":"217-327-9980","email_id":"Selina_Pacocha9@yahoo.com","dop":"2025-04-06","serial_number":"14946686752066788","imei1":"14946686752066788","imei2":"14946686752066788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167957,"job_number":"JOB_167957","tr_customer_id":167974,"tr_customer_product_id":167964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:37.000Z","modified_at":"2026-01-27T07:40:37.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17738472759011","imei1":"17738472759011","imei2":"17738472759011","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167959,"job_number":"JOB_167959","tr_customer_id":167976,"tr_customer_product_id":167966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:40:54.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"12836241188214","imei1":"12836241188214","imei2":"12836241188214","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167961,"job_number":"JOB_167961","tr_customer_id":167978,"tr_customer_product_id":167968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:10.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12826889896801","imei1":"12826889896801","imei2":"12826889896801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167963,"job_number":"JOB_167963","tr_customer_id":167980,"tr_customer_product_id":167970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:44:58.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13067462755559","imei1":"13067462755559","imei2":"13067462755559","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167965,"job_number":"JOB_167965","tr_customer_id":167982,"tr_customer_product_id":167972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19818407352524","imei1":"19818407352524","imei2":"19818407352524","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167967,"job_number":"JOB_167967","tr_customer_id":167984,"tr_customer_product_id":167974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:34.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16020089347172","imei1":"16020089347172","imei2":"16020089347172","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167970,"job_number":"JOB_167970","tr_customer_id":167987,"tr_customer_product_id":167977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:57.000Z","modified_at":"2026-01-27T07:46:57.000Z","name":"Addie Mertz","mobile_number":"296-519-9094","email_id":"Lambert.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10321152826079464","imei1":"10321152826079464","imei2":"10321152826079464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167974,"job_number":"JOB_167974","tr_customer_id":167991,"tr_customer_product_id":167981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:44.000Z","name":"Kristian Gibson","mobile_number":"551-888-9007","email_id":"Clement.Haag@hotmail.com","dop":"2025-04-06","serial_number":"19625716723951844","imei1":"19625716723951844","imei2":"19625716723951844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167976,"job_number":"JOB_167976","tr_customer_id":167993,"tr_customer_product_id":167983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:31.000Z","modified_at":"2026-01-27T07:59:31.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17369535765768","imei1":"17369535765768","imei2":"17369535765768","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167978,"job_number":"JOB_167978","tr_customer_id":167995,"tr_customer_product_id":167985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:47.000Z","modified_at":"2026-01-27T07:59:47.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14742460549015","imei1":"14742460549015","imei2":"14742460549015","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167980,"job_number":"JOB_167980","tr_customer_id":167997,"tr_customer_product_id":167987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:00:03.000Z","modified_at":"2026-01-27T08:00:03.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16634399654249","imei1":"16634399654249","imei2":"16634399654249","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167982,"job_number":"JOB_167982","tr_customer_id":167999,"tr_customer_product_id":167989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:03:56.000Z","modified_at":"2026-01-27T08:03:56.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"78948745849733","imei1":"78948745849733","imei2":"78948745849733","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167983,"job_number":"JOB_167983","tr_customer_id":168000,"tr_customer_product_id":167990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:32.000Z","modified_at":"2026-01-27T08:18:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10992418351194","imei1":"10992418351194","imei2":"10992418351194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167985,"job_number":"JOB_167985","tr_customer_id":168002,"tr_customer_product_id":167992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:33.000Z","modified_at":"2026-01-27T08:18:33.000Z","name":"Derick Rohan","mobile_number":"943-371-0272","email_id":"Joesph58@yahoo.com","dop":"2025-04-06","serial_number":"19714674691620584","imei1":"19714674691620584","imei2":"19714674691620584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167986,"job_number":"JOB_167986","tr_customer_id":168003,"tr_customer_product_id":167993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:17.000Z","modified_at":"2026-01-27T08:19:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14876666988513","imei1":"14876666988513","imei2":"14876666988513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167988,"job_number":"JOB_167988","tr_customer_id":168005,"tr_customer_product_id":167995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:18.000Z","modified_at":"2026-01-27T08:19:18.000Z","name":"Electa Casper","mobile_number":"671-854-5386","email_id":"Keeley_Kessler75@yahoo.com","dop":"2025-04-06","serial_number":"10993514331888866","imei1":"10993514331888866","imei2":"10993514331888866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167989,"job_number":"JOB_167989","tr_customer_id":168006,"tr_customer_product_id":167996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:01.000Z","modified_at":"2026-01-27T08:20:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16228039361944","imei1":"16228039361944","imei2":"16228039361944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167991,"job_number":"JOB_167991","tr_customer_id":168008,"tr_customer_product_id":167998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:03.000Z","modified_at":"2026-01-27T08:20:03.000Z","name":"Rosalind Kreiger","mobile_number":"334-544-9200","email_id":"Hunter.Schamberger@yahoo.com","dop":"2025-04-06","serial_number":"10419097285708058","imei1":"10419097285708058","imei2":"10419097285708058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167992,"job_number":"JOB_167992","tr_customer_id":168009,"tr_customer_product_id":167999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:31.000Z","modified_at":"2026-01-27T08:30:31.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"18595240715145","imei1":"18595240715145","imei2":"18595240715145","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167993,"job_number":"JOB_167993","tr_customer_id":168010,"tr_customer_product_id":168000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:49.000Z","modified_at":"2026-01-27T08:30:49.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"16937654532065","imei1":"16937654532065","imei2":"16937654532065","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167994,"job_number":"JOB_167994","tr_customer_id":168011,"tr_customer_product_id":168001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:55.000Z","modified_at":"2026-01-27T08:30:55.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"10256589793129","imei1":"10256589793129","imei2":"10256589793129","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167995,"job_number":"JOB_167995","tr_customer_id":168012,"tr_customer_product_id":168002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:36:40.000Z","modified_at":"2026-01-27T08:36:40.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"19248780212751","imei1":"19248780212751","imei2":"19248780212751","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:36:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167996,"job_number":"JOB_167996","tr_customer_id":168013,"tr_customer_product_id":168003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:39:37.000Z","modified_at":"2026-01-27T08:39:37.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"13765835130561","imei1":"13765835130561","imei2":"13765835130561","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:39:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167997,"job_number":"JOB_167997","tr_customer_id":168014,"tr_customer_product_id":168004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:40:01.000Z","modified_at":"2026-01-27T08:40:01.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"14732742119680","imei1":"14732742119680","imei2":"14732742119680","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167998,"job_number":"JOB_167998","tr_customer_id":168015,"tr_customer_product_id":168005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:14.000Z","modified_at":"2026-01-27T08:42:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14259892350420","imei1":"14259892350420","imei2":"14259892350420","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168000,"job_number":"JOB_168000","tr_customer_id":168017,"tr_customer_product_id":168007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:30.000Z","modified_at":"2026-01-27T08:42:30.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11958109097406","imei1":"11958109097406","imei2":"11958109097406","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168002,"job_number":"JOB_168002","tr_customer_id":168019,"tr_customer_product_id":168009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:46.000Z","modified_at":"2026-01-27T08:42:46.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"13316918075108","imei1":"13316918075108","imei2":"13316918075108","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168005,"job_number":"JOB_168005","tr_customer_id":168022,"tr_customer_product_id":168012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:12:02.000Z","modified_at":"2026-01-27T09:12:02.000Z","name":"Vivek Yadav","mobile_number":"8788138617","email_id":"ccivivek123@gmail.com","dop":"2026-01-17","serial_number":"891398385161723","imei1":"891398385161723","imei2":"891398385161723","popurl":"2026-01-17T09:12:01.481590051Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:12:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168006,"job_number":"JOB_168006","tr_customer_id":168023,"tr_customer_product_id":168013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:03.000Z","modified_at":"2026-01-27T09:22:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11865609686049","imei1":"11865609686049","imei2":"11865609686049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168008,"job_number":"JOB_168008","tr_customer_id":168025,"tr_customer_product_id":168015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:05.000Z","modified_at":"2026-01-27T09:22:05.000Z","name":"Barrett Krajcik","mobile_number":"525-447-1327","email_id":"Hertha.Hansen3@hotmail.com","dop":"2025-04-06","serial_number":"16518029229351820","imei1":"16518029229351820","imei2":"16518029229351820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168009,"job_number":"JOB_168009","tr_customer_id":168026,"tr_customer_product_id":168016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:52.000Z","modified_at":"2026-01-27T09:22:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11379433404838","imei1":"11379433404838","imei2":"11379433404838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168011,"job_number":"JOB_168011","tr_customer_id":168028,"tr_customer_product_id":168018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:53.000Z","modified_at":"2026-01-27T09:22:53.000Z","name":"Hettie Herman","mobile_number":"478-577-7605","email_id":"Buddy_McDermott79@gmail.com","dop":"2025-04-06","serial_number":"15580317961174560","imei1":"15580317961174560","imei2":"15580317961174560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168012,"job_number":"JOB_168012","tr_customer_id":168029,"tr_customer_product_id":168019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:40.000Z","modified_at":"2026-01-27T09:23:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11487792491978","imei1":"11487792491978","imei2":"11487792491978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168014,"job_number":"JOB_168014","tr_customer_id":168031,"tr_customer_product_id":168021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:41.000Z","modified_at":"2026-01-27T09:23:41.000Z","name":"Darwin Hirthe","mobile_number":"355-725-9085","email_id":"Jamir_Mante@hotmail.com","dop":"2025-04-06","serial_number":"19124045741107572","imei1":"19124045741107572","imei2":"19124045741107572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168015,"job_number":"JOB_168015","tr_customer_id":168032,"tr_customer_product_id":168022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:15.000Z","modified_at":"2026-01-27T09:31:15.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10511466909083","imei1":"10511466909083","imei2":"10511466909083","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168017,"job_number":"JOB_168017","tr_customer_id":168034,"tr_customer_product_id":168024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:17.000Z","modified_at":"2026-01-27T09:31:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"48564958011580","imei1":"48564958011580","imei2":"48564958011580","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168018,"job_number":"JOB_168018","tr_customer_id":168035,"tr_customer_product_id":168025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:00.000Z","modified_at":"2026-01-27T09:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13574165691530","imei1":"13574165691530","imei2":"13574165691530","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168020,"job_number":"JOB_168020","tr_customer_id":168037,"tr_customer_product_id":168027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:01.000Z","modified_at":"2026-01-27T09:32:01.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106111584816717","imei1":"106111584816717","imei2":"106111584816717","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168021,"job_number":"JOB_168021","tr_customer_id":168038,"tr_customer_product_id":168028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:45.000Z","modified_at":"2026-01-27T09:32:45.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15077719249563","imei1":"15077719249563","imei2":"15077719249563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168023,"job_number":"JOB_168023","tr_customer_id":168040,"tr_customer_product_id":168030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:47.000Z","modified_at":"2026-01-27T09:32:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"56838812347357","imei1":"56838812347357","imei2":"56838812347357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168025,"job_number":"JOB_168025","tr_customer_id":168042,"tr_customer_product_id":168032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:57.000Z","modified_at":"2026-01-27T09:47:57.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13147707996685","imei1":"13147707996685","imei2":"13147707996685","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168027,"job_number":"JOB_168027","tr_customer_id":168044,"tr_customer_product_id":168034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:59.000Z","modified_at":"2026-01-27T09:47:59.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101295640004756","imei1":"101295640004756","imei2":"101295640004756","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168028,"job_number":"JOB_168028","tr_customer_id":168045,"tr_customer_product_id":168035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:42.000Z","modified_at":"2026-01-27T09:48:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16235870868165","imei1":"16235870868165","imei2":"16235870868165","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168030,"job_number":"JOB_168030","tr_customer_id":168047,"tr_customer_product_id":168037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:44.000Z","modified_at":"2026-01-27T09:48:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"58312133565411","imei1":"58312133565411","imei2":"58312133565411","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168031,"job_number":"JOB_168031","tr_customer_id":168048,"tr_customer_product_id":168038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:27.000Z","modified_at":"2026-01-27T09:49:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13132742559880","imei1":"13132742559880","imei2":"13132742559880","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168033,"job_number":"JOB_168033","tr_customer_id":168050,"tr_customer_product_id":168040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:29.000Z","modified_at":"2026-01-27T09:49:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"102925169068228","imei1":"102925169068228","imei2":"102925169068228","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168034,"job_number":"JOB_168034","tr_customer_id":168051,"tr_customer_product_id":168041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:20.000Z","modified_at":"2026-01-27T10:01:20.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15799047576521","imei1":"15799047576521","imei2":"15799047576521","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168036,"job_number":"JOB_168036","tr_customer_id":168053,"tr_customer_product_id":168043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:22.000Z","modified_at":"2026-01-27T10:01:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15984186970614","imei1":"15984186970614","imei2":"15984186970614","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168038,"job_number":"JOB_168038","tr_customer_id":168055,"tr_customer_product_id":168045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:24.000Z","modified_at":"2026-01-27T10:01:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"71404026316495","imei1":"71404026316495","imei2":"71404026316495","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168039,"job_number":"JOB_168039","tr_customer_id":168056,"tr_customer_product_id":168046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:36.000Z","modified_at":"2026-01-27T10:01:36.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"13883489966333","imei1":"13883489966333","imei2":"13883489966333","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168041,"job_number":"JOB_168041","tr_customer_id":168058,"tr_customer_product_id":168048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:52.000Z","modified_at":"2026-01-27T10:01:52.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18807163856024","imei1":"18807163856024","imei2":"18807163856024","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168043,"job_number":"JOB_168043","tr_customer_id":168060,"tr_customer_product_id":168050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:10.000Z","modified_at":"2026-01-27T10:02:10.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15333739332560","imei1":"15333739332560","imei2":"15333739332560","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168045,"job_number":"JOB_168045","tr_customer_id":168062,"tr_customer_product_id":168052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:11.000Z","modified_at":"2026-01-27T10:02:11.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15197467892503","imei1":"15197467892503","imei2":"15197467892503","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168047,"job_number":"JOB_168047","tr_customer_id":168064,"tr_customer_product_id":168054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:13.000Z","modified_at":"2026-01-27T10:02:13.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49829973315619","imei1":"49829973315619","imei2":"49829973315619","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168048,"job_number":"JOB_168048","tr_customer_id":168065,"tr_customer_product_id":168055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:26.000Z","modified_at":"2026-01-27T10:02:26.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15535990488868","imei1":"15535990488868","imei2":"15535990488868","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168050,"job_number":"JOB_168050","tr_customer_id":168067,"tr_customer_product_id":168057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:42.000Z","modified_at":"2026-01-27T10:02:42.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12713579852426","imei1":"12713579852426","imei2":"12713579852426","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168052,"job_number":"JOB_168052","tr_customer_id":168069,"tr_customer_product_id":168059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:00.000Z","modified_at":"2026-01-27T10:03:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14121883814283","imei1":"14121883814283","imei2":"14121883814283","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168054,"job_number":"JOB_168054","tr_customer_id":168071,"tr_customer_product_id":168061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:02.000Z","modified_at":"2026-01-27T10:03:02.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21023390899357","imei1":"21023390899357","imei2":"21023390899357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168057,"job_number":"JOB_168057","tr_customer_id":168074,"tr_customer_product_id":168064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:17.000Z","modified_at":"2026-01-27T10:26:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15008487771068","imei1":"15008487771068","imei2":"15008487771068","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168059,"job_number":"JOB_168059","tr_customer_id":168076,"tr_customer_product_id":168066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:19.000Z","modified_at":"2026-01-27T10:26:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70090916724970","imei1":"70090916724970","imei2":"70090916724970","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168060,"job_number":"JOB_168060","tr_customer_id":168077,"tr_customer_product_id":168067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:02.000Z","modified_at":"2026-01-27T10:27:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15196187490723","imei1":"15196187490723","imei2":"15196187490723","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168062,"job_number":"JOB_168062","tr_customer_id":168079,"tr_customer_product_id":168069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:04.000Z","modified_at":"2026-01-27T10:27:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"105262706836429","imei1":"105262706836429","imei2":"105262706836429","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168063,"job_number":"JOB_168063","tr_customer_id":168080,"tr_customer_product_id":168070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:47.000Z","modified_at":"2026-01-27T10:27:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10086722086397","imei1":"10086722086397","imei2":"10086722086397","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168065,"job_number":"JOB_168065","tr_customer_id":168082,"tr_customer_product_id":168072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:49.000Z","modified_at":"2026-01-27T10:27:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"85525624946737","imei1":"85525624946737","imei2":"85525624946737","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168067,"job_number":"JOB_168067","tr_customer_id":168084,"tr_customer_product_id":168074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:52.000Z","modified_at":"2026-01-27T10:29:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-17T10:29:52.116647678Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168068,"job_number":"JOB_168068","tr_customer_id":168085,"tr_customer_product_id":168075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:53.000Z","modified_at":"2026-01-27T10:29:53.000Z","name":"Chandraswaroopa Banerjee","mobile_number":"7027267191","email_id":"param.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"330044600363053","imei1":"330044600363053","imei2":"330044600363053","popurl":"www.hiranmaya-varrier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168069,"job_number":"JOB_168069","tr_customer_id":168086,"tr_customer_product_id":168076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-17T10:29:53.581159372Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168070,"job_number":"JOB_168070","tr_customer_id":168087,"tr_customer_product_id":168077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-17T10:29:54.227274578Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168071,"job_number":"JOB_168071","tr_customer_id":168088,"tr_customer_product_id":168078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:30:13.000Z","modified_at":"2026-01-27T10:30:13.000Z","name":"Trilokesh Marar","mobile_number":"7032987427","email_id":"chaaruchandra.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"726115221745062","imei1":"726115221745062","imei2":"726115221745062","popurl":"www.chandranath-chaturvedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168072,"job_number":"JOB_168072","tr_customer_id":168089,"tr_customer_product_id":168079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:57.000Z","modified_at":"2026-01-27T10:31:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13051487611195","imei1":"13051487611195","imei2":"13051487611195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168074,"job_number":"JOB_168074","tr_customer_id":168091,"tr_customer_product_id":168081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:59.000Z","modified_at":"2026-01-27T10:31:59.000Z","name":"Spencer Bradtke","mobile_number":"766-232-9018","email_id":"Bertram.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"16456366235064740","imei1":"16456366235064740","imei2":"16456366235064740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168075,"job_number":"JOB_168075","tr_customer_id":168092,"tr_customer_product_id":168082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:50.000Z","modified_at":"2026-01-27T10:32:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18370379783433","imei1":"18370379783433","imei2":"18370379783433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168077,"job_number":"JOB_168077","tr_customer_id":168094,"tr_customer_product_id":168084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:52.000Z","modified_at":"2026-01-27T10:32:52.000Z","name":"Kiley Jacobi","mobile_number":"907-604-4678","email_id":"Vada_Kautzer@yahoo.com","dop":"2025-04-06","serial_number":"12166755076229060","imei1":"12166755076229060","imei2":"12166755076229060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168078,"job_number":"JOB_168078","tr_customer_id":168095,"tr_customer_product_id":168085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:42.000Z","modified_at":"2026-01-27T10:33:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13897299528519","imei1":"13897299528519","imei2":"13897299528519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168080,"job_number":"JOB_168080","tr_customer_id":168097,"tr_customer_product_id":168087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:44.000Z","modified_at":"2026-01-27T10:33:44.000Z","name":"Bethany Blick","mobile_number":"910-264-4532","email_id":"Krystina87@hotmail.com","dop":"2025-04-06","serial_number":"14656868258073714","imei1":"14656868258073714","imei2":"14656868258073714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168081,"job_number":"JOB_168081","tr_customer_id":168098,"tr_customer_product_id":168088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:49:01.000Z","modified_at":"2026-01-27T10:49:01.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-17","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-17T10:48:52.186039238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168082,"job_number":"JOB_168082","tr_customer_id":168099,"tr_customer_product_id":168089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:00:50.000Z","modified_at":"2026-01-27T11:00:50.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17940614096082","imei1":"17940614096082","imei2":"17940614096082","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168084,"job_number":"JOB_168084","tr_customer_id":168101,"tr_customer_product_id":168091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:07.000Z","modified_at":"2026-01-27T11:01:07.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"18180244718360","imei1":"18180244718360","imei2":"18180244718360","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168086,"job_number":"JOB_168086","tr_customer_id":168103,"tr_customer_product_id":168093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:24.000Z","modified_at":"2026-01-27T11:01:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19579458966174","imei1":"19579458966174","imei2":"19579458966174","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168089,"job_number":"JOB_168089","tr_customer_id":168106,"tr_customer_product_id":168096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:14.000Z","modified_at":"2026-01-27T11:14:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14568324586099","imei1":"14568324586099","imei2":"14568324586099","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168091,"job_number":"JOB_168091","tr_customer_id":168108,"tr_customer_product_id":168098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:32.000Z","modified_at":"2026-01-27T11:14:32.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14373295899167","imei1":"14373295899167","imei2":"14373295899167","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168093,"job_number":"JOB_168093","tr_customer_id":168110,"tr_customer_product_id":168100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:49.000Z","modified_at":"2026-01-27T11:14:49.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19142688776222","imei1":"19142688776222","imei2":"19142688776222","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168096,"job_number":"JOB_168096","tr_customer_id":168113,"tr_customer_product_id":168103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:34:44.000Z","modified_at":"2026-01-27T11:34:44.000Z","name":"Millie Moore","mobile_number":"283-938-0730","email_id":"Raleigh.West48@hotmail.com","dop":"2025-04-06","serial_number":"18214233132792","imei1":"18214233132792","imei2":"18214233132792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168099,"job_number":"JOB_168099","tr_customer_id":168116,"tr_customer_product_id":168106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Amarnath Bandopadhyay","mobile_number":"7006474379","email_id":"sumitra.jain@gmail.com","dop":"2026-01-17","serial_number":"873225925366992","imei1":"873225925366992","imei2":"873225925366992","popurl":"www.dinkar-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168100,"job_number":"JOB_168100","tr_customer_id":168117,"tr_customer_product_id":168107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Ananta Abbott","mobile_number":"7035814727","email_id":"bheeshma.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"547520397464950","imei1":"547520397464950","imei2":"547520397464950","popurl":"www.tanushri-iyengar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168101,"job_number":"JOB_168101","tr_customer_id":168120,"tr_customer_product_id":168110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Bodhan Jha","mobile_number":"7019352905","email_id":"girija.panicker@yahoo.co.in","dop":"2026-01-17","serial_number":"249888041324613","imei1":"249888041324613","imei2":"249888041324613","popurl":"www.bodhan-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168102,"job_number":"JOB_168102","tr_customer_id":168118,"tr_customer_product_id":168108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Aarya Dhawan","mobile_number":"7009541020","email_id":"pushti.mehrotra@yahoo.co.in","dop":"2026-01-17","serial_number":"461930447346194","imei1":"461930447346194","imei2":"461930447346194","popurl":"www.chandrakin-kaul.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168103,"job_number":"JOB_168103","tr_customer_id":168119,"tr_customer_product_id":168109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Chandni Bharadwaj","mobile_number":"7000435554","email_id":"chandraswaroopa.ganaka@hotmail.com","dop":"2026-01-17","serial_number":"799703476412351","imei1":"799703476412351","imei2":"799703476412351","popurl":"www.sukanya-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168104,"job_number":"JOB_168104","tr_customer_id":168121,"tr_customer_product_id":168111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Shiv Jain","mobile_number":"7021304252","email_id":"anaadi.arora@gmail.com","dop":"2026-01-17","serial_number":"815931614299749","imei1":"815931614299749","imei2":"815931614299749","popurl":"www.bhudeva-johar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168105,"job_number":"JOB_168105","tr_customer_id":168122,"tr_customer_product_id":168112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Parvati Tagore","mobile_number":"7075078350","email_id":"kumar.chaturvedi@gmail.com","dop":"2026-01-17","serial_number":"174404026142835","imei1":"174404026142835","imei2":"174404026142835","popurl":"www.abani-naik.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168106,"job_number":"JOB_168106","tr_customer_id":168123,"tr_customer_product_id":168113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Arindam Iyengar","mobile_number":"7051262696","email_id":"sarla.prajapat@gmail.com","dop":"2026-01-17","serial_number":"801538441827409","imei1":"801538441827409","imei2":"801538441827409","popurl":"www.dhyaneshwar-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168107,"job_number":"JOB_168107","tr_customer_id":168124,"tr_customer_product_id":168114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Amaresh Bhattacharya","mobile_number":"7061713097","email_id":"tanushri.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"927025758856775","imei1":"927025758856775","imei2":"927025758856775","popurl":"www.vinay-agarwal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168108,"job_number":"JOB_168108","tr_customer_id":168125,"tr_customer_product_id":168115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Sudeva Saini","mobile_number":"7033354004","email_id":"meghnad.sharma@gmail.com","dop":"2026-01-17","serial_number":"416797514683630","imei1":"416797514683630","imei2":"416797514683630","popurl":"www.arindam-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168111,"job_number":"JOB_168111","tr_customer_id":168128,"tr_customer_product_id":168118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Opaline Iyer","mobile_number":"7080190857","email_id":"bhaumik.nair@yahoo.co.in","dop":"2026-01-17","serial_number":"277703652598165","imei1":"277703652598165","imei2":"277703652598165","popurl":"www.subodh-nayar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168114,"job_number":"JOB_168114","tr_customer_id":168131,"tr_customer_product_id":168121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Sarisha Patil","mobile_number":"7054498271","email_id":"chaitan.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"409448997239688","imei1":"409448997239688","imei2":"409448997239688","popurl":"www.chiranjeev-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168115,"job_number":"JOB_168115","tr_customer_id":168132,"tr_customer_product_id":168122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Deeptiman Mukhopadhyay","mobile_number":"7036756072","email_id":"amaresh.shah@yahoo.co.in","dop":"2026-01-17","serial_number":"154130403797601","imei1":"154130403797601","imei2":"154130403797601","popurl":"www.himadri-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168116,"job_number":"JOB_168116","tr_customer_id":168134,"tr_customer_product_id":168124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gautam Malik","mobile_number":"7003481251","email_id":"anasooya.marar@hotmail.com","dop":"2026-01-17","serial_number":"534352085791320","imei1":"534352085791320","imei2":"534352085791320","popurl":"www.narinder-johar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168118,"job_number":"JOB_168118","tr_customer_id":168135,"tr_customer_product_id":168125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Charuvrat Joshi","mobile_number":"7056104190","email_id":"lila.reddy@gmail.com","dop":"2026-01-17","serial_number":"856338598873551","imei1":"856338598873551","imei2":"856338598873551","popurl":"www.deveshwar-shah.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168119,"job_number":"JOB_168119","tr_customer_id":168136,"tr_customer_product_id":168126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Preity Marar","mobile_number":"7042454286","email_id":"jagdeep.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"789527067923371","imei1":"789527067923371","imei2":"789527067923371","popurl":"www.aagneya-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168120,"job_number":"JOB_168120","tr_customer_id":168137,"tr_customer_product_id":168127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Chidananda Saini","mobile_number":"7038154119","email_id":"vidya.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"248686736072686","imei1":"248686736072686","imei2":"248686736072686","popurl":"www.akshat-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168123,"job_number":"JOB_168123","tr_customer_id":168140,"tr_customer_product_id":168130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gajbaahu Naik","mobile_number":"7011312659","email_id":"opalina.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"499659301286756","imei1":"499659301286756","imei2":"499659301286756","popurl":"www.chidaatma-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168124,"job_number":"JOB_168124","tr_customer_id":168141,"tr_customer_product_id":168131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Arnesh Naik","mobile_number":"7026502515","email_id":"bhaves.adiga@gmail.com","dop":"2026-01-17","serial_number":"009430159542014","imei1":"009430159542014","imei2":"009430159542014","popurl":"www.dipankar-jha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168125,"job_number":"JOB_168125","tr_customer_id":168142,"tr_customer_product_id":168132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Ekalavya Prajapat","mobile_number":"7027031395","email_id":"girindra.singh@gmail.com","dop":"2026-01-17","serial_number":"625229067885722","imei1":"625229067885722","imei2":"625229067885722","popurl":"www.narinder-gupta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168126,"job_number":"JOB_168126","tr_customer_id":168143,"tr_customer_product_id":168133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Atreyee Mishra","mobile_number":"7042881344","email_id":"kumar.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"760372592354182","imei1":"760372592354182","imei2":"760372592354182","popurl":"www.opalina-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168127,"job_number":"JOB_168127","tr_customer_id":168145,"tr_customer_product_id":168134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Hiranmaya Kapoor","mobile_number":"7000563171","email_id":"chandraprabha.kapoor@hotmail.com","dop":"2026-01-17","serial_number":"203844334287867","imei1":"203844334287867","imei2":"203844334287867","popurl":"www.gautami-gowda.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168128,"job_number":"JOB_168128","tr_customer_id":168144,"tr_customer_product_id":168135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Lalita Naik","mobile_number":"7096134116","email_id":"chinmayananda.gandhi@hotmail.com","dop":"2026-01-17","serial_number":"839850126727197","imei1":"839850126727197","imei2":"839850126727197","popurl":"www.chatur-chopra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168130,"job_number":"JOB_168130","tr_customer_id":168147,"tr_customer_product_id":168137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Harita Nehru","mobile_number":"7028581997","email_id":"bhooshan.iyer@yahoo.co.in","dop":"2026-01-17","serial_number":"411029494786547","imei1":"411029494786547","imei2":"411029494786547","popurl":"www.deb-kaniyar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168131,"job_number":"JOB_168131","tr_customer_id":168148,"tr_customer_product_id":168138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Prem Bandopadhyay","mobile_number":"7057629086","email_id":"suryakantam.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"752692838275909","imei1":"752692838275909","imei2":"752692838275909","popurl":"www.jay-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168132,"job_number":"JOB_168132","tr_customer_id":168149,"tr_customer_product_id":168139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Triloki Reddy","mobile_number":"7074524680","email_id":"daiwik.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"582044519230478","imei1":"582044519230478","imei2":"582044519230478","popurl":"www.chakravartee-pilla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168133,"job_number":"JOB_168133","tr_customer_id":168150,"tr_customer_product_id":168140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Tej Adiga","mobile_number":"7097756946","email_id":"ajit.asan@yahoo.co.in","dop":"2026-01-17","serial_number":"915363317933422","imei1":"915363317933422","imei2":"915363317933422","popurl":"www.aayushmaan-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168134,"job_number":"JOB_168134","tr_customer_id":168151,"tr_customer_product_id":168141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Aditeya Varman","mobile_number":"7059878884","email_id":"girika.devar@gmail.com","dop":"2026-01-17","serial_number":"998877163061849","imei1":"998877163061849","imei2":"998877163061849","popurl":"www.narayan-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168135,"job_number":"JOB_168135","tr_customer_id":168152,"tr_customer_product_id":168142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Anjushree Ahuja","mobile_number":"7093622839","email_id":"param.varma@gmail.com","dop":"2026-01-17","serial_number":"735102050658064","imei1":"735102050658064","imei2":"735102050658064","popurl":"www.anila-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168136,"job_number":"JOB_168136","tr_customer_id":168153,"tr_customer_product_id":168143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ameyatma Panicker","mobile_number":"7009052053","email_id":"sloka.bhat@gmail.com","dop":"2026-01-17","serial_number":"564558063234056","imei1":"564558063234056","imei2":"564558063234056","popurl":"www.mani-desai.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168138,"job_number":"JOB_168138","tr_customer_id":168154,"tr_customer_product_id":168144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Gajbaahu Devar","mobile_number":"7040761451","email_id":"chandraketu.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"301544663395500","imei1":"301544663395500","imei2":"301544663395500","popurl":"www.bhooshit-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168139,"job_number":"JOB_168139","tr_customer_id":168156,"tr_customer_product_id":168146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Brajesh Bhattacharya","mobile_number":"7000755810","email_id":"shankar.deshpande@hotmail.com","dop":"2026-01-17","serial_number":"481619011154954","imei1":"481619011154954","imei2":"481619011154954","popurl":"www.deeksha-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168140,"job_number":"JOB_168140","tr_customer_id":168157,"tr_customer_product_id":168147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Kamla Sethi","mobile_number":"7053092670","email_id":"abhisyanta.dhawan@gmail.com","dop":"2026-01-17","serial_number":"309696347747517","imei1":"309696347747517","imei2":"309696347747517","popurl":"www.sarla-achari.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168141,"job_number":"JOB_168141","tr_customer_id":168159,"tr_customer_product_id":168148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chandan Trivedi","mobile_number":"7082691140","email_id":"shresth.marar@hotmail.com","dop":"2026-01-17","serial_number":"578304891432731","imei1":"578304891432731","imei2":"578304891432731","popurl":"www.shanti-ahuja.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168142,"job_number":"JOB_168142","tr_customer_id":168158,"tr_customer_product_id":168149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Menaka Dubashi","mobile_number":"7063392696","email_id":"eshana.deshpande@gmail.com","dop":"2026-01-17","serial_number":"545804079777901","imei1":"545804079777901","imei2":"545804079777901","popurl":"www.himadri-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168144,"job_number":"JOB_168144","tr_customer_id":168161,"tr_customer_product_id":168151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Umang Dubashi","mobile_number":"7095280293","email_id":"laxman.pillai@hotmail.com","dop":"2026-01-17","serial_number":"668114476052544","imei1":"668114476052544","imei2":"668114476052544","popurl":"www.bhoj-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168145,"job_number":"JOB_168145","tr_customer_id":168162,"tr_customer_product_id":168152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Purnima Chopra","mobile_number":"7062577270","email_id":"tanirika.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"558052995970928","imei1":"558052995970928","imei2":"558052995970928","popurl":"www.satyen-dutta.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168147,"job_number":"JOB_168147","tr_customer_id":168164,"tr_customer_product_id":168154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Radha Bhattathiri","mobile_number":"7046638210","email_id":"ashlesh.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"576693739985423","imei1":"576693739985423","imei2":"576693739985423","popurl":"www.vyas-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168149,"job_number":"JOB_168149","tr_customer_id":168166,"tr_customer_product_id":168156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Agasti Rana","mobile_number":"7013045241","email_id":"ankal.tandon@yahoo.co.in","dop":"2026-01-17","serial_number":"637229060533061","imei1":"637229060533061","imei2":"637229060533061","popurl":"www.mukesh-nair.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168150,"job_number":"JOB_168150","tr_customer_id":168167,"tr_customer_product_id":168157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Atmanand Panicker","mobile_number":"7069046339","email_id":"akshata.bhat@gmail.com","dop":"2026-01-17","serial_number":"741904475795533","imei1":"741904475795533","imei2":"741904475795533","popurl":"www.aashritha-singh.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168151,"job_number":"JOB_168151","tr_customer_id":168168,"tr_customer_product_id":168158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Bhudeva Pilla","mobile_number":"7022462365","email_id":"vijay.rana@gmail.com","dop":"2026-01-17","serial_number":"067699963893899","imei1":"067699963893899","imei2":"067699963893899","popurl":"www.eshana-dutta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168152,"job_number":"JOB_168152","tr_customer_id":168169,"tr_customer_product_id":168159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Trilochan Bhattacharya","mobile_number":"7049030944","email_id":"bhoopati.shukla@hotmail.com","dop":"2026-01-17","serial_number":"207048873057713","imei1":"207048873057713","imei2":"207048873057713","popurl":"www.bhaaswar-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168153,"job_number":"JOB_168153","tr_customer_id":168170,"tr_customer_product_id":168160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Mohinder Arora","mobile_number":"7097518283","email_id":"gautam.marar@yahoo.co.in","dop":"2026-01-17","serial_number":"018857431115019","imei1":"018857431115019","imei2":"018857431115019","popurl":"www.divya-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168154,"job_number":"JOB_168154","tr_customer_id":168171,"tr_customer_product_id":168161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chaturaanan Achari","mobile_number":"7039079297","email_id":"balamani.arora@hotmail.com","dop":"2026-01-17","serial_number":"676863389987819","imei1":"676863389987819","imei2":"676863389987819","popurl":"www.kashyapi-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168156,"job_number":"JOB_168156","tr_customer_id":168173,"tr_customer_product_id":168163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Dron Pilla","mobile_number":"7052554846","email_id":"shridevi.jha@gmail.com","dop":"2026-01-17","serial_number":"279731328437337","imei1":"279731328437337","imei2":"279731328437337","popurl":"www.aasha-bhattacharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168157,"job_number":"JOB_168157","tr_customer_id":168174,"tr_customer_product_id":168164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ankal Naik","mobile_number":"7063539442","email_id":"ravi.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"048709741680835","imei1":"048709741680835","imei2":"048709741680835","popurl":"www.amritambu-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168158,"job_number":"JOB_168158","tr_customer_id":168175,"tr_customer_product_id":168165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Atreyee Jha","mobile_number":"7034372951","email_id":"charvi.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"759582218524096","imei1":"759582218524096","imei2":"759582218524096","popurl":"www.shantanu-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168159,"job_number":"JOB_168159","tr_customer_id":168176,"tr_customer_product_id":168166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jyotsana Desai","mobile_number":"7094033006","email_id":"dipendra.kakkar@yahoo.co.in","dop":"2026-01-17","serial_number":"689594163720650","imei1":"689594163720650","imei2":"689594163720650","popurl":"www.dhyanesh-dubashi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168160,"job_number":"JOB_168160","tr_customer_id":168177,"tr_customer_product_id":168167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Tanirika Dutta","mobile_number":"7094460952","email_id":"suresh.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"298384874434685","imei1":"298384874434685","imei2":"298384874434685","popurl":"www.pramila-guha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168161,"job_number":"JOB_168161","tr_customer_id":168178,"tr_customer_product_id":168168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Dipendra Kaur","mobile_number":"7063934579","email_id":"devi.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"008886117265645","imei1":"008886117265645","imei2":"008886117265645","popurl":"www.jay-bhat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168162,"job_number":"JOB_168162","tr_customer_id":168179,"tr_customer_product_id":168169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Rajan Pillai","mobile_number":"7054303001","email_id":"chakravarti.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"972464126806008","imei1":"972464126806008","imei2":"972464126806008","popurl":"www.nawal-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168164,"job_number":"JOB_168164","tr_customer_id":168182,"tr_customer_product_id":168172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Anal Kapoor","mobile_number":"7092967782","email_id":"shashi.marar@gmail.com","dop":"2026-01-17","serial_number":"365474243514874","imei1":"365474243514874","imei2":"365474243514874","popurl":"www.devvrat-iyer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168165,"job_number":"JOB_168165","tr_customer_id":168181,"tr_customer_product_id":168171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Trilok Bhat","mobile_number":"7061353480","email_id":"laxmi.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"390121326367210","imei1":"390121326367210","imei2":"390121326367210","popurl":"www.surya-menon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168166,"job_number":"JOB_168166","tr_customer_id":168183,"tr_customer_product_id":168173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vasudev Arora","mobile_number":"7096359367","email_id":"brijesh.mehrotra@hotmail.com","dop":"2026-01-17","serial_number":"807427463894279","imei1":"807427463894279","imei2":"807427463894279","popurl":"www.chanda-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168167,"job_number":"JOB_168167","tr_customer_id":168184,"tr_customer_product_id":168174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gudakesa Malik","mobile_number":"7080605948","email_id":"suryakantam.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"951588140678395","imei1":"951588140678395","imei2":"951588140678395","popurl":"www.rudra-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168168,"job_number":"JOB_168168","tr_customer_id":168185,"tr_customer_product_id":168175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jagathi Ahuja","mobile_number":"7027791643","email_id":"tarun.mehra@gmail.com","dop":"2026-01-17","serial_number":"461271118766369","imei1":"461271118766369","imei2":"461271118766369","popurl":"www.dhana-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168170,"job_number":"JOB_168170","tr_customer_id":168187,"tr_customer_product_id":168177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gouranga Namboothiri","mobile_number":"7078335088","email_id":"chitraksh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"871232881901224","imei1":"871232881901224","imei2":"871232881901224","popurl":"www.anshula-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168171,"job_number":"JOB_168171","tr_customer_id":168188,"tr_customer_product_id":168178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Manik Naik","mobile_number":"7098731844","email_id":"anaadi.adiga@gmail.com","dop":"2026-01-17","serial_number":"944365764024148","imei1":"944365764024148","imei2":"944365764024148","popurl":"www.ranjeet-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168172,"job_number":"JOB_168172","tr_customer_id":168189,"tr_customer_product_id":168179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jaimini Saini","mobile_number":"7031287970","email_id":"kailash.khanna@hotmail.com","dop":"2026-01-17","serial_number":"559283513943345","imei1":"559283513943345","imei2":"559283513943345","popurl":"www.bharat-gill.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168173,"job_number":"JOB_168173","tr_customer_id":168190,"tr_customer_product_id":168180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Agnivesh Asan","mobile_number":"7041935288","email_id":"adheesh.agarwal@hotmail.com","dop":"2026-01-17","serial_number":"435415770960833","imei1":"435415770960833","imei2":"435415770960833","popurl":"www.jagdish-menon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168174,"job_number":"JOB_168174","tr_customer_id":168191,"tr_customer_product_id":168181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vaishno Joshi","mobile_number":"7052129887","email_id":"divya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"717050178609297","imei1":"717050178609297","imei2":"717050178609297","popurl":"www.opalina-kaniyar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168175,"job_number":"JOB_168175","tr_customer_id":168192,"tr_customer_product_id":168182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandrani Mishra","mobile_number":"7064597699","email_id":"karunanidhi.devar@yahoo.co.in","dop":"2026-01-17","serial_number":"248544469332468","imei1":"248544469332468","imei2":"248544469332468","popurl":"www.sarvin-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168176,"job_number":"JOB_168176","tr_customer_id":168193,"tr_customer_product_id":168183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandra Verma","mobile_number":"7044521018","email_id":"jaimini.embranthiri@gmail.com","dop":"2026-01-17","serial_number":"645789974821454","imei1":"645789974821454","imei2":"645789974821454","popurl":"www.arjun-devar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168177,"job_number":"JOB_168177","tr_customer_id":168194,"tr_customer_product_id":168184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Shreya Varrier","mobile_number":"7068383646","email_id":"alok.chattopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"389605102861964","imei1":"389605102861964","imei2":"389605102861964","popurl":"www.vimala-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168179,"job_number":"JOB_168179","tr_customer_id":168196,"tr_customer_product_id":168186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Malati Adiga","mobile_number":"7094360070","email_id":"amish.patel@gmail.com","dop":"2026-01-17","serial_number":"110365663258033","imei1":"110365663258033","imei2":"110365663258033","popurl":"www.agnimitra-kapoor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168180,"job_number":"JOB_168180","tr_customer_id":168197,"tr_customer_product_id":168187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vimala Ahluwalia","mobile_number":"7060379205","email_id":"bhaaswar.kaur@gmail.com","dop":"2026-01-17","serial_number":"844536140617269","imei1":"844536140617269","imei2":"844536140617269","popurl":"www.mani-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168181,"job_number":"JOB_168181","tr_customer_id":168198,"tr_customer_product_id":168188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Esha Dwivedi","mobile_number":"7004691045","email_id":"rageshwari.khan@hotmail.com","dop":"2026-01-17","serial_number":"220686204728928","imei1":"220686204728928","imei2":"220686204728928","popurl":"www.mohana-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168182,"job_number":"JOB_168182","tr_customer_id":168199,"tr_customer_product_id":168189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anish Gupta","mobile_number":"7076814182","email_id":"keerti.gupta@yahoo.co.in","dop":"2026-01-17","serial_number":"543748313039813","imei1":"543748313039813","imei2":"543748313039813","popurl":"www.sucheta-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168183,"job_number":"JOB_168183","tr_customer_id":168200,"tr_customer_product_id":168190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ayushmati Iyer","mobile_number":"7082704090","email_id":"deveshwar.sethi@gmail.com","dop":"2026-01-17","serial_number":"291456131511690","imei1":"291456131511690","imei2":"291456131511690","popurl":"www.krishnadasa-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168184,"job_number":"JOB_168184","tr_customer_id":168201,"tr_customer_product_id":168191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kama Butt","mobile_number":"7096618951","email_id":"vaijayanthi.adiga@gmail.com","dop":"2026-01-17","serial_number":"597206991755010","imei1":"597206991755010","imei2":"597206991755010","popurl":"www.anish-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168185,"job_number":"JOB_168185","tr_customer_id":168202,"tr_customer_product_id":168192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ekaparnika Nambeesan","mobile_number":"7084505881","email_id":"deven.joshi@hotmail.com","dop":"2026-01-17","serial_number":"527685975145976","imei1":"527685975145976","imei2":"527685975145976","popurl":"www.durgeshwari-nayar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168186,"job_number":"JOB_168186","tr_customer_id":168203,"tr_customer_product_id":168193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chandramauli Gowda","mobile_number":"7076718782","email_id":"goswamee.butt@hotmail.com","dop":"2026-01-17","serial_number":"325575926878631","imei1":"325575926878631","imei2":"325575926878631","popurl":"www.aagneya-abbott.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168187,"job_number":"JOB_168187","tr_customer_id":168204,"tr_customer_product_id":168194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Puneet Tagore","mobile_number":"7070208753","email_id":"krishnadas.sinha@hotmail.com","dop":"2026-01-17","serial_number":"861937628171568","imei1":"861937628171568","imei2":"861937628171568","popurl":"www.bilwa-mishra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168188,"job_number":"JOB_168188","tr_customer_id":168205,"tr_customer_product_id":168195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balagovind Arora","mobile_number":"7031531462","email_id":"swara.iyengar@gmail.com","dop":"2026-01-17","serial_number":"891818401023159","imei1":"891818401023159","imei2":"891818401023159","popurl":"www.chandraswaroopa-kaul.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168189,"job_number":"JOB_168189","tr_customer_id":168206,"tr_customer_product_id":168196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kin Mahajan","mobile_number":"7072531315","email_id":"ahalya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"999754818649567","imei1":"999754818649567","imei2":"999754818649567","popurl":"www.chetan-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168190,"job_number":"JOB_168190","tr_customer_id":168207,"tr_customer_product_id":168197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balachandra Kakkar","mobile_number":"7032263868","email_id":"devdan.bhat@hotmail.com","dop":"2026-01-17","serial_number":"105468873924195","imei1":"105468873924195","imei2":"105468873924195","popurl":"www.darshwana-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168191,"job_number":"JOB_168191","tr_customer_id":168208,"tr_customer_product_id":168198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Aalok Deshpande","mobile_number":"7072539080","email_id":"gemine.bhat@yahoo.co.in","dop":"2026-01-17","serial_number":"768846817619370","imei1":"768846817619370","imei2":"768846817619370","popurl":"www.narinder-bhat.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168195,"job_number":"JOB_168195","tr_customer_id":168212,"tr_customer_product_id":168202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Suresh Namboothiri","mobile_number":"7069695354","email_id":"prasad.talwar@hotmail.com","dop":"2026-01-17","serial_number":"174630033067530","imei1":"174630033067530","imei2":"174630033067530","popurl":"www.adhrit-menon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168196,"job_number":"JOB_168196","tr_customer_id":168213,"tr_customer_product_id":168203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anil Dhawan","mobile_number":"7070028894","email_id":"kumari.mehra@gmail.com","dop":"2026-01-17","serial_number":"325586393928619","imei1":"325586393928619","imei2":"325586393928619","popurl":"www.chakrika-kaul.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168197,"job_number":"JOB_168197","tr_customer_id":168214,"tr_customer_product_id":168204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Prajapat","mobile_number":"7097444520","email_id":"swara.ganaka@gmail.com","dop":"2026-01-17","serial_number":"914701472395236","imei1":"914701472395236","imei2":"914701472395236","popurl":"www.kama-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168198,"job_number":"JOB_168198","tr_customer_id":168215,"tr_customer_product_id":168205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chakradhar Pillai","mobile_number":"7065856347","email_id":"aatreya.pillai@yahoo.co.in","dop":"2026-01-17","serial_number":"543748323384088","imei1":"543748323384088","imei2":"543748323384088","popurl":"www.trilok-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168199,"job_number":"JOB_168199","tr_customer_id":168216,"tr_customer_product_id":168206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Nambeesan","mobile_number":"7068570208","email_id":"deeptendu.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"590159293640789","imei1":"590159293640789","imei2":"590159293640789","popurl":"www.hiranya-dutta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168200,"job_number":"JOB_168200","tr_customer_id":168217,"tr_customer_product_id":168207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Bhooshit Abbott","mobile_number":"7080102585","email_id":"aaryan.butt@gmail.com","dop":"2026-01-17","serial_number":"706792543344082","imei1":"706792543344082","imei2":"706792543344082","popurl":"www.shashi-varma.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168201,"job_number":"JOB_168201","tr_customer_id":168219,"tr_customer_product_id":168208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Dhara Varman","mobile_number":"7087454376","email_id":"shivakari.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"975768866653230","imei1":"975768866653230","imei2":"975768866653230","popurl":"www.lavanya-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168202,"job_number":"JOB_168202","tr_customer_id":168218,"tr_customer_product_id":168209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Buddhana Mahajan","mobile_number":"7081108320","email_id":"arindam.khatri@hotmail.com","dop":"2026-01-17","serial_number":"739069177439111","imei1":"739069177439111","imei2":"739069177439111","popurl":"www.ramaa-tagore.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168203,"job_number":"JOB_168203","tr_customer_id":168220,"tr_customer_product_id":168210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Deeptimay Ganaka","mobile_number":"7069328342","email_id":"anjaneya.kaur@gmail.com","dop":"2026-01-17","serial_number":"301862860042281","imei1":"301862860042281","imei2":"301862860042281","popurl":"www.gaurang-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168204,"job_number":"JOB_168204","tr_customer_id":168221,"tr_customer_product_id":168211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Gouranga Gupta","mobile_number":"7066851917","email_id":"shivakari.varrier@hotmail.com","dop":"2026-01-17","serial_number":"057270962748011","imei1":"057270962748011","imei2":"057270962748011","popurl":"www.bhargava-shukla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168205,"job_number":"JOB_168205","tr_customer_id":168222,"tr_customer_product_id":168212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Akshita Mehrotra","mobile_number":"7086685963","email_id":"dwaipayana.mahajan@gmail.com","dop":"2026-01-17","serial_number":"086564955613631","imei1":"086564955613631","imei2":"086564955613631","popurl":"www.darshan-bhattacharya.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168207,"job_number":"JOB_168207","tr_customer_id":168224,"tr_customer_product_id":168214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bishnu Dutta","mobile_number":"7051455224","email_id":"anjushri.gill@yahoo.co.in","dop":"2026-01-17","serial_number":"333310769090549","imei1":"333310769090549","imei2":"333310769090549","popurl":"www.bakula-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168208,"job_number":"JOB_168208","tr_customer_id":168225,"tr_customer_product_id":168215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Prema Trivedi","mobile_number":"7068084525","email_id":"vasundhara.marar@hotmail.com","dop":"2026-01-17","serial_number":"205887612107788","imei1":"205887612107788","imei2":"205887612107788","popurl":"www.jagdish-tandon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168209,"job_number":"JOB_168209","tr_customer_id":168226,"tr_customer_product_id":168216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Devdan Dutta","mobile_number":"7027492908","email_id":"chandran.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"858922008389057","imei1":"858922008389057","imei2":"858922008389057","popurl":"www.chandraswaroopa-varman.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168210,"job_number":"JOB_168210","tr_customer_id":168227,"tr_customer_product_id":168217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Ekaling Asan","mobile_number":"7017995918","email_id":"aasa.guha@hotmail.com","dop":"2026-01-17","serial_number":"361064068307831","imei1":"361064068307831","imei2":"361064068307831","popurl":"www.ghanshyam-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168211,"job_number":"JOB_168211","tr_customer_id":168228,"tr_customer_product_id":168218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Jitendra Pillai","mobile_number":"7073043265","email_id":"shantanu.chaturvedi@yahoo.co.in","dop":"2026-01-17","serial_number":"046515445662526","imei1":"046515445662526","imei2":"046515445662526","popurl":"www.eshana-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168212,"job_number":"JOB_168212","tr_customer_id":168229,"tr_customer_product_id":168219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bhooshit Ganaka","mobile_number":"7016630121","email_id":"girija.bhat@hotmail.com","dop":"2026-01-17","serial_number":"140321290638336","imei1":"140321290638336","imei2":"140321290638336","popurl":"www.anagh-chopra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168213,"job_number":"JOB_168213","tr_customer_id":168230,"tr_customer_product_id":168220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Dandak Jain","mobile_number":"7031859260","email_id":"charvi.nambeesan@hotmail.com","dop":"2026-01-17","serial_number":"256378860455060","imei1":"256378860455060","imei2":"256378860455060","popurl":"www.shashi-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168214,"job_number":"JOB_168214","tr_customer_id":168231,"tr_customer_product_id":168221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:09:44.000Z","modified_at":"2026-01-27T12:09:44.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15585732066824","imei1":"15585732066824","imei2":"15585732066824","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168216,"job_number":"JOB_168216","tr_customer_id":168233,"tr_customer_product_id":168223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:00.000Z","modified_at":"2026-01-27T12:10:00.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15888285633922","imei1":"15888285633922","imei2":"15888285633922","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168218,"job_number":"JOB_168218","tr_customer_id":168235,"tr_customer_product_id":168225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:17.000Z","modified_at":"2026-01-27T12:10:17.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16459082111863","imei1":"16459082111863","imei2":"16459082111863","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168220,"job_number":"JOB_168220","tr_customer_id":168237,"tr_customer_product_id":168227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Jai Pillai","mobile_number":"7048987638","email_id":"digambara.dwivedi@hotmail.com","dop":"2026-01-17","serial_number":"351663360147969","imei1":"351663360147969","imei2":"351663360147969","popurl":"www.acaryatanaya-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168221,"job_number":"JOB_168221","tr_customer_id":168239,"tr_customer_product_id":168229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Anasuya Varma","mobile_number":"7056285526","email_id":"shridevi.varrier@hotmail.com","dop":"2026-01-17","serial_number":"884127054365020","imei1":"884127054365020","imei2":"884127054365020","popurl":"www.hari-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168222,"job_number":"JOB_168222","tr_customer_id":168238,"tr_customer_product_id":168228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Harinakshi Mehrotra","mobile_number":"7097412792","email_id":"omana.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"611970057824369","imei1":"611970057824369","imei2":"611970057824369","popurl":"www.tapan-arora.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168223,"job_number":"JOB_168223","tr_customer_id":168241,"tr_customer_product_id":168230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Devesh Kaur","mobile_number":"7098102148","email_id":"yogendra.kaur@gmail.com","dop":"2026-01-17","serial_number":"743193379623075","imei1":"743193379623075","imei2":"743193379623075","popurl":"www.subhasini-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168224,"job_number":"JOB_168224","tr_customer_id":168240,"tr_customer_product_id":168231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Lakshmidhar Malik","mobile_number":"7073899809","email_id":"arindam.tagore@hotmail.com","dop":"2026-01-17","serial_number":"678891533948343","imei1":"678891533948343","imei2":"678891533948343","popurl":"www.aadi-adiga.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168225,"job_number":"JOB_168225","tr_customer_id":168242,"tr_customer_product_id":168232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:36.000Z","modified_at":"2026-01-27T12:22:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16487763938218","imei1":"16487763938218","imei2":"16487763938218","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168227,"job_number":"JOB_168227","tr_customer_id":168244,"tr_customer_product_id":168234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:38.000Z","modified_at":"2026-01-27T12:22:38.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53668157243722","imei1":"53668157243722","imei2":"53668157243722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168228,"job_number":"JOB_168228","tr_customer_id":168245,"tr_customer_product_id":168235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Tanya Bhattacharya","mobile_number":"7059149789","email_id":"deeptiman.kaniyar@gmail.com","dop":"2026-01-17","serial_number":"012788348914751","imei1":"012788348914751","imei2":"012788348914751","popurl":"www.mohana-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168229,"job_number":"JOB_168229","tr_customer_id":168246,"tr_customer_product_id":168236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Vasudev Bharadwaj","mobile_number":"7073845519","email_id":"ajit.guha@hotmail.com","dop":"2026-01-17","serial_number":"967332951939340","imei1":"967332951939340","imei2":"967332951939340","popurl":"www.dayaananda-gowda.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168230,"job_number":"JOB_168230","tr_customer_id":168247,"tr_customer_product_id":168237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Bheeshma Jain","mobile_number":"7059421692","email_id":"prasanna.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"833050871578067","imei1":"833050871578067","imei2":"833050871578067","popurl":"www.vaijayanthi-ahuja.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168231,"job_number":"JOB_168231","tr_customer_id":168248,"tr_customer_product_id":168238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Jaya Kaul","mobile_number":"7053995341","email_id":"girindra.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"445076252064431","imei1":"445076252064431","imei2":"445076252064431","popurl":"www.chaturbhuj-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168232,"job_number":"JOB_168232","tr_customer_id":168249,"tr_customer_product_id":168239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Trisha Johar","mobile_number":"7068949896","email_id":"agrata.iyer@hotmail.com","dop":"2026-01-17","serial_number":"233185802174858","imei1":"233185802174858","imei2":"233185802174858","popurl":"www.ranjeet-agarwal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168233,"job_number":"JOB_168233","tr_customer_id":168251,"tr_customer_product_id":168241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Prayag Johar","mobile_number":"7003652757","email_id":"adheesh.mehrotra@gmail.com","dop":"2026-01-17","serial_number":"304306716864460","imei1":"304306716864460","imei2":"304306716864460","popurl":"www.brahma-jain.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168234,"job_number":"JOB_168234","tr_customer_id":168250,"tr_customer_product_id":168240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Anish Chopra","mobile_number":"7015546136","email_id":"divakar.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"073590567887108","imei1":"073590567887108","imei2":"073590567887108","popurl":"www.deevakar-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168235,"job_number":"JOB_168235","tr_customer_id":168253,"tr_customer_product_id":168242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Aanandaswarup Menon","mobile_number":"7050715808","email_id":"arindam.singh@hotmail.com","dop":"2026-01-17","serial_number":"830722785884696","imei1":"830722785884696","imei2":"830722785884696","popurl":"www.daksha-jain.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168236,"job_number":"JOB_168236","tr_customer_id":168252,"tr_customer_product_id":168243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Amarnath Saini","mobile_number":"7066114456","email_id":"gopee.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"054434794473818","imei1":"054434794473818","imei2":"054434794473818","popurl":"www.bharadwaj-mehra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168237,"job_number":"JOB_168237","tr_customer_id":168254,"tr_customer_product_id":168244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Krishnadas Adiga","mobile_number":"7068260260","email_id":"poornima.verma@hotmail.com","dop":"2026-01-17","serial_number":"033577332190658","imei1":"033577332190658","imei2":"033577332190658","popurl":"www.jyotis-kocchar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168238,"job_number":"JOB_168238","tr_customer_id":168255,"tr_customer_product_id":168245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:20.000Z","modified_at":"2026-01-27T12:23:20.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17953161811409","imei1":"17953161811409","imei2":"17953161811409","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168240,"job_number":"JOB_168240","tr_customer_id":168257,"tr_customer_product_id":168247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:22.000Z","modified_at":"2026-01-27T12:23:22.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"91869338609526","imei1":"91869338609526","imei2":"91869338609526","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168241,"job_number":"JOB_168241","tr_customer_id":168258,"tr_customer_product_id":168248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:04.000Z","modified_at":"2026-01-27T12:24:04.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18019431176168","imei1":"18019431176168","imei2":"18019431176168","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168243,"job_number":"JOB_168243","tr_customer_id":168260,"tr_customer_product_id":168250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:06.000Z","modified_at":"2026-01-27T12:24:06.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94175444839677","imei1":"94175444839677","imei2":"94175444839677","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168244,"job_number":"JOB_168244","tr_customer_id":168261,"tr_customer_product_id":168251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:12.000Z","modified_at":"2026-01-27T12:33:12.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16853693244096","imei1":"16853693244096","imei2":"16853693244096","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168246,"job_number":"JOB_168246","tr_customer_id":168263,"tr_customer_product_id":168253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:14.000Z","modified_at":"2026-01-27T12:33:14.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70322021367703","imei1":"70322021367703","imei2":"70322021367703","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168247,"job_number":"JOB_168247","tr_customer_id":168264,"tr_customer_product_id":168254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:03.000Z","modified_at":"2026-01-27T12:34:03.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19926693469878","imei1":"19926693469878","imei2":"19926693469878","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168249,"job_number":"JOB_168249","tr_customer_id":168266,"tr_customer_product_id":168256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:05.000Z","modified_at":"2026-01-27T12:34:05.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49000460081954","imei1":"49000460081954","imei2":"49000460081954","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168250,"job_number":"JOB_168250","tr_customer_id":168267,"tr_customer_product_id":168257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:55.000Z","modified_at":"2026-01-27T12:34:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11132776219601","imei1":"11132776219601","imei2":"11132776219601","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168252,"job_number":"JOB_168252","tr_customer_id":168269,"tr_customer_product_id":168259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:57.000Z","modified_at":"2026-01-27T12:34:57.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"26009336482955","imei1":"26009336482955","imei2":"26009336482955","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168253,"job_number":"JOB_168253","tr_customer_id":168270,"tr_customer_product_id":168260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"World Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"18844432193440","imei1":"18844432193440","imei2":"18844432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168254,"job_number":"JOB_168254","tr_customer_id":168271,"tr_customer_product_id":168261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"dfdfd Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10944432193440","imei1":"10944432193440","imei2":"10944432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168255,"job_number":"JOB_168255","tr_customer_id":168272,"tr_customer_product_id":168262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"hello Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10942232193440","imei1":"10942232193440","imei2":"10942232193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168256,"job_number":"JOB_168256","tr_customer_id":168273,"tr_customer_product_id":168263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ganaka Ganaka","mobile_number":"7008604529","email_id":"chaturbhuj.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"580968190866739","imei1":"580968190866739","imei2":"580968190866739","popurl":"www.bhoopati-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168257,"job_number":"JOB_168257","tr_customer_id":168274,"tr_customer_product_id":168264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Chidananda Varman","mobile_number":"7081541989","email_id":"bhushan.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"520358638387078","imei1":"520358638387078","imei2":"520358638387078","popurl":"www.abhaidev-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168258,"job_number":"JOB_168258","tr_customer_id":168275,"tr_customer_product_id":168265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Triloki Nath Gill","mobile_number":"7020959627","email_id":"ajeet.shukla@yahoo.co.in","dop":"2026-01-17","serial_number":"154315835505877","imei1":"154315835505877","imei2":"154315835505877","popurl":"www.adhrit-talwar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168259,"job_number":"JOB_168259","tr_customer_id":168276,"tr_customer_product_id":168266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Indra Bandopadhyay","mobile_number":"7084928060","email_id":"sarada.rana@hotmail.com","dop":"2026-01-17","serial_number":"119167337360261","imei1":"119167337360261","imei2":"119167337360261","popurl":"www.atmaja-rana.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168260,"job_number":"JOB_168260","tr_customer_id":168277,"tr_customer_product_id":168267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ekadant Iyengar","mobile_number":"7083283137","email_id":"akshainie.varman@hotmail.com","dop":"2026-01-17","serial_number":"807684574494302","imei1":"807684574494302","imei2":"807684574494302","popurl":"www.anuja-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168261,"job_number":"JOB_168261","tr_customer_id":168278,"tr_customer_product_id":168268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Budhil Kaul","mobile_number":"7007472388","email_id":"vidhya.johar@yahoo.co.in","dop":"2026-01-17","serial_number":"346899966887362","imei1":"346899966887362","imei2":"346899966887362","popurl":"www.dayamayee-pandey.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168262,"job_number":"JOB_168262","tr_customer_id":168279,"tr_customer_product_id":168269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Swara Bandopadhyay","mobile_number":"7016741813","email_id":"aadi.varman@gmail.com","dop":"2026-01-17","serial_number":"447201130297179","imei1":"447201130297179","imei2":"447201130297179","popurl":"www.ekaparnika-ahuja.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168263,"job_number":"JOB_168263","tr_customer_id":168280,"tr_customer_product_id":168270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhuvanesh Arora","mobile_number":"7059618969","email_id":"bhamini.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"030187202982318","imei1":"030187202982318","imei2":"030187202982318","popurl":"www.chaaruchandra-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168264,"job_number":"JOB_168264","tr_customer_id":168281,"tr_customer_product_id":168271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhargava Kapoor","mobile_number":"7017308625","email_id":"ajeet.sinha@gmail.com","dop":"2026-01-17","serial_number":"210483892952342","imei1":"210483892952342","imei2":"210483892952342","popurl":"www.bhishma-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168265,"job_number":"JOB_168265","tr_customer_id":168282,"tr_customer_product_id":168272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:12.000Z","name":"Rakesh Ganaka","mobile_number":"7081162089","email_id":"smriti.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"973373170161546","imei1":"973373170161546","imei2":"973373170161546","popurl":"www.deependra-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168267,"job_number":"JOB_168267","tr_customer_id":168284,"tr_customer_product_id":168274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:16.000Z","modified_at":"2026-01-27T13:44:16.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13972199692843","imei1":"13972199692843","imei2":"13972199692843","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168269,"job_number":"JOB_168269","tr_customer_id":168286,"tr_customer_product_id":168276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:33.000Z","modified_at":"2026-01-27T13:44:33.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11740035973162","imei1":"11740035973162","imei2":"11740035973162","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168271,"job_number":"JOB_168271","tr_customer_id":168288,"tr_customer_product_id":168278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:50.000Z","modified_at":"2026-01-27T13:44:50.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16137037844247","imei1":"16137037844247","imei2":"16137037844247","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168273,"job_number":"JOB_168273","tr_customer_id":168290,"tr_customer_product_id":168280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Anaadi Devar","mobile_number":"7084683703","email_id":"ekaling.namboothiri@hotmail.com","dop":"2026-01-17","serial_number":"656477353144113","imei1":"656477353144113","imei2":"656477353144113","popurl":"www.deepesh-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168274,"job_number":"JOB_168274","tr_customer_id":168292,"tr_customer_product_id":168282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ankal Nair","mobile_number":"7063975020","email_id":"gauraang.joshi@gmail.com","dop":"2026-01-17","serial_number":"907222504346697","imei1":"907222504346697","imei2":"907222504346697","popurl":"www.manoj-varman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168275,"job_number":"JOB_168275","tr_customer_id":168291,"tr_customer_product_id":168281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Pran Dubashi","mobile_number":"7068961883","email_id":"ekaparnika.agarwal@yahoo.co.in","dop":"2026-01-17","serial_number":"286857647138780","imei1":"286857647138780","imei2":"286857647138780","popurl":"www.amrita-embranthiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168276,"job_number":"JOB_168276","tr_customer_id":168293,"tr_customer_product_id":168283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chetanaanand Reddy","mobile_number":"7045392486","email_id":"anal.deshpande@yahoo.co.in","dop":"2026-01-17","serial_number":"408809447341215","imei1":"408809447341215","imei2":"408809447341215","popurl":"www.abhirath-achari.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168277,"job_number":"JOB_168277","tr_customer_id":168294,"tr_customer_product_id":168284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chandi Malik","mobile_number":"7095444726","email_id":"deb.ahuja@yahoo.co.in","dop":"2026-01-17","serial_number":"912578778448772","imei1":"912578778448772","imei2":"912578778448772","popurl":"www.tanushree-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168278,"job_number":"JOB_168278","tr_customer_id":168295,"tr_customer_product_id":168285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhargava Mukhopadhyay","mobile_number":"7026138278","email_id":"anurag.mishra@gmail.com","dop":"2026-01-17","serial_number":"875406830158462","imei1":"875406830158462","imei2":"875406830158462","popurl":"www.kali-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168279,"job_number":"JOB_168279","tr_customer_id":168296,"tr_customer_product_id":168286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ranjit Chopra","mobile_number":"7073725800","email_id":"bhagirathi.guneta@hotmail.com","dop":"2026-01-17","serial_number":"360525324757118","imei1":"360525324757118","imei2":"360525324757118","popurl":"www.jagadish-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168280,"job_number":"JOB_168280","tr_customer_id":168297,"tr_customer_product_id":168287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Lal Ahuja","mobile_number":"7037608651","email_id":"dhanalakshmi.pothuvaal@gmail.com","dop":"2026-01-17","serial_number":"863448801333047","imei1":"863448801333047","imei2":"863448801333047","popurl":"www.jyoti-pothuvaal.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168281,"job_number":"JOB_168281","tr_customer_id":168298,"tr_customer_product_id":168288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhardwaj Shukla","mobile_number":"7025057013","email_id":"mayoor.iyer@hotmail.com","dop":"2026-01-17","serial_number":"135556889699370","imei1":"135556889699370","imei2":"135556889699370","popurl":"www.sharmila-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168282,"job_number":"JOB_168282","tr_customer_id":168299,"tr_customer_product_id":168289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Girish Banerjee","mobile_number":"7048017873","email_id":"aaryan.guneta@hotmail.com","dop":"2026-01-17","serial_number":"740725273090990","imei1":"740725273090990","imei2":"740725273090990","popurl":"www.rati-jha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168283,"job_number":"JOB_168283","tr_customer_id":168300,"tr_customer_product_id":168290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Swarnalata Prajapat","mobile_number":"7099479914","email_id":"balaaditya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"141575034126703","imei1":"141575034126703","imei2":"141575034126703","popurl":"www.narinder-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168284,"job_number":"JOB_168284","tr_customer_id":168301,"tr_customer_product_id":168291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Shanti Bhattathiri","mobile_number":"7016029439","email_id":"oormila.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"247116872323691","imei1":"247116872323691","imei2":"247116872323691","popurl":"www.dayaanidhi-dwivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168285,"job_number":"JOB_168285","tr_customer_id":168302,"tr_customer_product_id":168292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Bhadrak Arora","mobile_number":"7032870005","email_id":"bhishma.acharya@hotmail.com","dop":"2026-01-17","serial_number":"559643001190677","imei1":"559643001190677","imei2":"559643001190677","popurl":"www.anjaneya-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168286,"job_number":"JOB_168286","tr_customer_id":168303,"tr_customer_product_id":168293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dayaamay Khan","mobile_number":"7027838011","email_id":"param.khanna@hotmail.com","dop":"2026-01-17","serial_number":"246434267233391","imei1":"246434267233391","imei2":"246434267233391","popurl":"www.mohinder-malik.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168287,"job_number":"JOB_168287","tr_customer_id":168304,"tr_customer_product_id":168294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Rageshwari Sinha","mobile_number":"7007609666","email_id":"aaryan.mishra@hotmail.com","dop":"2026-01-17","serial_number":"762876885452505","imei1":"762876885452505","imei2":"762876885452505","popurl":"www.dandapaani-kakkar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168288,"job_number":"JOB_168288","tr_customer_id":168305,"tr_customer_product_id":168295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Chandini Panicker","mobile_number":"7041401584","email_id":"nimit.shukla@hotmail.com","dop":"2026-01-17","serial_number":"030455514100990","imei1":"030455514100990","imei2":"030455514100990","popurl":"www.kama-mishra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168289,"job_number":"JOB_168289","tr_customer_id":168306,"tr_customer_product_id":168296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Laxmi Khan","mobile_number":"7044561872","email_id":"amaranaath.mukhopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"798628166538875","imei1":"798628166538875","imei2":"798628166538875","popurl":"www.chakravartee-malik.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168290,"job_number":"JOB_168290","tr_customer_id":168307,"tr_customer_product_id":168297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Param Namboothiri","mobile_number":"7051395959","email_id":"shresth.acharya@gmail.com","dop":"2026-01-17","serial_number":"939906965759411","imei1":"939906965759411","imei2":"939906965759411","popurl":"www.digambar-khatri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168291,"job_number":"JOB_168291","tr_customer_id":168308,"tr_customer_product_id":168298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gitanjali Nehru","mobile_number":"7033196788","email_id":"bhramar.iyer@hotmail.com","dop":"2026-01-17","serial_number":"159118065780587","imei1":"159118065780587","imei2":"159118065780587","popurl":"www.adhrit-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168292,"job_number":"JOB_168292","tr_customer_id":168309,"tr_customer_product_id":168299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Yogendra Rana","mobile_number":"7013127135","email_id":"ekalavya.pandey@hotmail.com","dop":"2026-01-17","serial_number":"181276253587809","imei1":"181276253587809","imei2":"181276253587809","popurl":"www.himadri-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168293,"job_number":"JOB_168293","tr_customer_id":168310,"tr_customer_product_id":168300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gayatri Gill","mobile_number":"7078914110","email_id":"tanya.gowda@yahoo.co.in","dop":"2026-01-17","serial_number":"425618954904736","imei1":"425618954904736","imei2":"425618954904736","popurl":"www.baala-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168294,"job_number":"JOB_168294","tr_customer_id":168311,"tr_customer_product_id":168301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Deeptimoyee Trivedi","mobile_number":"7081075397","email_id":"rupinder.chopra@yahoo.co.in","dop":"2026-01-17","serial_number":"820682428873616","imei1":"820682428873616","imei2":"820682428873616","popurl":"www.jay-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168295,"job_number":"JOB_168295","tr_customer_id":168312,"tr_customer_product_id":168302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Abhisyanta Tagore","mobile_number":"7098322412","email_id":"chaitan.naik@hotmail.com","dop":"2026-01-17","serial_number":"462957100239314","imei1":"462957100239314","imei2":"462957100239314","popurl":"www.gati-nair.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168296,"job_number":"JOB_168296","tr_customer_id":168313,"tr_customer_product_id":168303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Aaryan Varrier","mobile_number":"7086629267","email_id":"shashi.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"297041655924701","imei1":"297041655924701","imei2":"297041655924701","popurl":"www.gajabahu-rana.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168297,"job_number":"JOB_168297","tr_customer_id":168314,"tr_customer_product_id":168304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Nirbhay Chattopadhyay","mobile_number":"7061002611","email_id":"eshana.bhattathiri@hotmail.com","dop":"2026-01-17","serial_number":"297775248264917","imei1":"297775248264917","imei2":"297775248264917","popurl":"www.shubhaprada-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168298,"job_number":"JOB_168298","tr_customer_id":168315,"tr_customer_product_id":168305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Baalagopaal Patil","mobile_number":"7096912025","email_id":"abhirath.mukhopadhyay@hotmail.com","dop":"2026-01-17","serial_number":"757612487874979","imei1":"757612487874979","imei2":"757612487874979","popurl":"www.bhushit-guha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168299,"job_number":"JOB_168299","tr_customer_id":168316,"tr_customer_product_id":168306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Jyoti Bhat","mobile_number":"7026175150","email_id":"bilwa.dubashi@gmail.com","dop":"2026-01-17","serial_number":"143523016490660","imei1":"143523016490660","imei2":"143523016490660","popurl":"www.amritambu-sinha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168300,"job_number":"JOB_168300","tr_customer_id":168317,"tr_customer_product_id":168307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Acaryatanaya Sharma","mobile_number":"7080385131","email_id":"kumuda.desai@gmail.com","dop":"2026-01-17","serial_number":"628297546043480","imei1":"628297546043480","imei2":"628297546043480","popurl":"www.sanka-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168301,"job_number":"JOB_168301","tr_customer_id":168318,"tr_customer_product_id":168308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Krishnadasa Kocchar","mobile_number":"7040706838","email_id":"vidya.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"039277206390215","imei1":"039277206390215","imei2":"039277206390215","popurl":"www.abhisyanta-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168302,"job_number":"JOB_168302","tr_customer_id":168319,"tr_customer_product_id":168309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Eshita Malik","mobile_number":"7019334340","email_id":"charuvrat.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"797082632608609","imei1":"797082632608609","imei2":"797082632608609","popurl":"www.sarla-banerjee.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168303,"job_number":"JOB_168303","tr_customer_id":168320,"tr_customer_product_id":168310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Kanishka Pandey","mobile_number":"7006447166","email_id":"deepesh.prajapat@gmail.com","dop":"2026-01-17","serial_number":"299828941401126","imei1":"299828941401126","imei2":"299828941401126","popurl":"www.aagneya-adiga.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168304,"job_number":"JOB_168304","tr_customer_id":168321,"tr_customer_product_id":168311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dhana Achari","mobile_number":"7027643900","email_id":"bala.deshpande@gmail.com","dop":"2026-01-17","serial_number":"259783489679083","imei1":"259783489679083","imei2":"259783489679083","popurl":"www.dhanesh-prajapat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168305,"job_number":"JOB_168305","tr_customer_id":168322,"tr_customer_product_id":168312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Shanti Chaturvedi","mobile_number":"7074772557","email_id":"rukmin.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"167544080266806","imei1":"167544080266806","imei2":"167544080266806","popurl":"www.karunanidhi-joshi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168306,"job_number":"JOB_168306","tr_customer_id":168323,"tr_customer_product_id":168313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Daiwik Pandey","mobile_number":"7015235624","email_id":"darshwana.saini@gmail.com","dop":"2026-01-17","serial_number":"922710613826902","imei1":"922710613826902","imei2":"922710613826902","popurl":"www.aayushman-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168307,"job_number":"JOB_168307","tr_customer_id":168324,"tr_customer_product_id":168314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bharadwaj Gowda","mobile_number":"7047901798","email_id":"amrit.chopra@hotmail.com","dop":"2026-01-17","serial_number":"691884701084889","imei1":"691884701084889","imei2":"691884701084889","popurl":"www.aarya-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168308,"job_number":"JOB_168308","tr_customer_id":168325,"tr_customer_product_id":168315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Trisha Embranthiri","mobile_number":"7078828412","email_id":"rageswari.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"379590032052216","imei1":"379590032052216","imei2":"379590032052216","popurl":"www.oormila-namboothiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168309,"job_number":"JOB_168309","tr_customer_id":168326,"tr_customer_product_id":168316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Vidur Somayaji","mobile_number":"7073570313","email_id":"dharitri.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"027182720772522","imei1":"027182720772522","imei2":"027182720772522","popurl":"www.girindra-tandon.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168310,"job_number":"JOB_168310","tr_customer_id":168327,"tr_customer_product_id":168317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ritesh Bhattacharya","mobile_number":"7098501414","email_id":"sharmila.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"103975520579777","imei1":"103975520579777","imei2":"103975520579777","popurl":"www.harinarayan-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168311,"job_number":"JOB_168311","tr_customer_id":168328,"tr_customer_product_id":168318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Devesh Mishra","mobile_number":"7033273020","email_id":"chandi.kaniyar@yahoo.co.in","dop":"2026-01-17","serial_number":"932138702134532","imei1":"932138702134532","imei2":"932138702134532","popurl":"www.devani-reddy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168312,"job_number":"JOB_168312","tr_customer_id":168329,"tr_customer_product_id":168319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chiranjeev Ahluwalia","mobile_number":"7009145254","email_id":"geeta.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"643458496795587","imei1":"643458496795587","imei2":"643458496795587","popurl":"www.prem-desai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168313,"job_number":"JOB_168313","tr_customer_id":168330,"tr_customer_product_id":168320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ananda Malik","mobile_number":"7038373963","email_id":"malti.iyer@hotmail.com","dop":"2026-01-17","serial_number":"699733414024462","imei1":"699733414024462","imei2":"699733414024462","popurl":"www.anjushree-marar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168314,"job_number":"JOB_168314","tr_customer_id":168331,"tr_customer_product_id":168321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamlesh Khanna","mobile_number":"7095467911","email_id":"hiranya.marar@hotmail.com","dop":"2026-01-17","serial_number":"135205006698107","imei1":"135205006698107","imei2":"135205006698107","popurl":"www.garuda-pandey.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168315,"job_number":"JOB_168315","tr_customer_id":168332,"tr_customer_product_id":168322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bandhu Mahajan","mobile_number":"7099106728","email_id":"dhruv.joshi@hotmail.com","dop":"2026-01-17","serial_number":"324381924619464","imei1":"324381924619464","imei2":"324381924619464","popurl":"www.shridevi-pothuvaal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168316,"job_number":"JOB_168316","tr_customer_id":168333,"tr_customer_product_id":168323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gajadhar Khatri","mobile_number":"7009021832","email_id":"manik.pilla@hotmail.com","dop":"2026-01-17","serial_number":"824135075165620","imei1":"824135075165620","imei2":"824135075165620","popurl":"www.gaurang-patel.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168317,"job_number":"JOB_168317","tr_customer_id":168334,"tr_customer_product_id":168324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Manisha Chattopadhyay","mobile_number":"7075391580","email_id":"aagneya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"231111320521551","imei1":"231111320521551","imei2":"231111320521551","popurl":"www.dron-dubashi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168318,"job_number":"JOB_168318","tr_customer_id":168335,"tr_customer_product_id":168325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrabhaga Reddy","mobile_number":"7002922500","email_id":"gajadhar.pillai@hotmail.com","dop":"2026-01-17","serial_number":"670466987668843","imei1":"670466987668843","imei2":"670466987668843","popurl":"www.aadidev-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168319,"job_number":"JOB_168319","tr_customer_id":168336,"tr_customer_product_id":168326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Amaresh Mahajan","mobile_number":"7036858631","email_id":"brahmanandam.sharma@gmail.com","dop":"2026-01-17","serial_number":"993215241178645","imei1":"993215241178645","imei2":"993215241178645","popurl":"www.dulari-trivedi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168320,"job_number":"JOB_168320","tr_customer_id":168337,"tr_customer_product_id":168327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamla Pillai","mobile_number":"7025530093","email_id":"devi.bhattacharya@hotmail.com","dop":"2026-01-17","serial_number":"720966471356811","imei1":"720966471356811","imei2":"720966471356811","popurl":"www.chinmayananda-gandhi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168321,"job_number":"JOB_168321","tr_customer_id":168338,"tr_customer_product_id":168328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gauranga Bharadwaj","mobile_number":"7040771236","email_id":"himani.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"963565872947585","imei1":"963565872947585","imei2":"963565872947585","popurl":"www.vishnu-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168322,"job_number":"JOB_168322","tr_customer_id":168339,"tr_customer_product_id":168329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Nanda Ahluwalia","mobile_number":"7061139361","email_id":"bhoopati.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"325520571898873","imei1":"325520571898873","imei2":"325520571898873","popurl":"www.pushti-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168323,"job_number":"JOB_168323","tr_customer_id":168340,"tr_customer_product_id":168330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrakin Chattopadhyay","mobile_number":"7097544273","email_id":"kannan.agarwal@gmail.com","dop":"2026-01-17","serial_number":"692303611362579","imei1":"692303611362579","imei2":"692303611362579","popurl":"www.bilwa-deshpande.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168324,"job_number":"JOB_168324","tr_customer_id":168341,"tr_customer_product_id":168331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Devvrat Asan","mobile_number":"7036837584","email_id":"garuda.menon@hotmail.com","dop":"2026-01-17","serial_number":"186509279222993","imei1":"186509279222993","imei2":"186509279222993","popurl":"www.vaishno-nehru.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168325,"job_number":"JOB_168325","tr_customer_id":168342,"tr_customer_product_id":168332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Manoj Iyer","mobile_number":"7079001143","email_id":"giriraj.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"193173358287905","imei1":"193173358287905","imei2":"193173358287905","popurl":"www.rukmin-kaur.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168326,"job_number":"JOB_168326","tr_customer_id":168343,"tr_customer_product_id":168333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chandraayan Butt","mobile_number":"7010369756","email_id":"agnimitra.somayaji@gmail.com","dop":"2026-01-17","serial_number":"488999732494006","imei1":"488999732494006","imei2":"488999732494006","popurl":"www.gajabahu-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168327,"job_number":"JOB_168327","tr_customer_id":168344,"tr_customer_product_id":168334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dhanapati Mukhopadhyay","mobile_number":"7060625797","email_id":"anasooya.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"677865205290071","imei1":"677865205290071","imei2":"677865205290071","popurl":"www.akshita-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168328,"job_number":"JOB_168328","tr_customer_id":168345,"tr_customer_product_id":168335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Bhishma Ahluwalia","mobile_number":"7070024748","email_id":"gitanjali.patel@gmail.com","dop":"2026-01-17","serial_number":"909928173955236","imei1":"909928173955236","imei2":"909928173955236","popurl":"www.lavanya-ahluwalia.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168329,"job_number":"JOB_168329","tr_customer_id":168346,"tr_customer_product_id":168336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Tanushri Desai","mobile_number":"7029790501","email_id":"bilva.achari@yahoo.co.in","dop":"2026-01-17","serial_number":"635481645607749","imei1":"635481645607749","imei2":"635481645607749","popurl":"www.chapala-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168330,"job_number":"JOB_168330","tr_customer_id":168347,"tr_customer_product_id":168337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girija Johar","mobile_number":"7087953579","email_id":"manoj.jain@gmail.com","dop":"2026-01-17","serial_number":"955820954820200","imei1":"955820954820200","imei2":"955820954820200","popurl":"www.vaishnavi-jha.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168331,"job_number":"JOB_168331","tr_customer_id":168348,"tr_customer_product_id":168338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gautam Khan","mobile_number":"7062693799","email_id":"siddarth.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"391242264746741","imei1":"391242264746741","imei2":"391242264746741","popurl":"www.ananda-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168332,"job_number":"JOB_168332","tr_customer_id":168349,"tr_customer_product_id":168339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ananta Bandopadhyay","mobile_number":"7064038836","email_id":"ujjawal.asan@hotmail.com","dop":"2026-01-17","serial_number":"193785608841020","imei1":"193785608841020","imei2":"193785608841020","popurl":"www.gajabahu-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168333,"job_number":"JOB_168333","tr_customer_id":168350,"tr_customer_product_id":168340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ramaa Ahluwalia","mobile_number":"7043740065","email_id":"krishnadasa.abbott@gmail.com","dop":"2026-01-17","serial_number":"055694745124624","imei1":"055694745124624","imei2":"055694745124624","popurl":"www.anilaabh-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168334,"job_number":"JOB_168334","tr_customer_id":168351,"tr_customer_product_id":168341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Anjushri Kakkar","mobile_number":"7053074102","email_id":"chitraksh.talwar@hotmail.com","dop":"2026-01-17","serial_number":"573357269817417","imei1":"573357269817417","imei2":"573357269817417","popurl":"www.tanya-nair.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168335,"job_number":"JOB_168335","tr_customer_id":168352,"tr_customer_product_id":168342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Adhrit Kapoor","mobile_number":"7027432401","email_id":"aruna.pillai@hotmail.com","dop":"2026-01-17","serial_number":"348584581440138","imei1":"348584581440138","imei2":"348584581440138","popurl":"www.bhargavi-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168336,"job_number":"JOB_168336","tr_customer_id":168353,"tr_customer_product_id":168343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Swarnalata Johar","mobile_number":"7078977856","email_id":"ujjwal.desai@yahoo.co.in","dop":"2026-01-17","serial_number":"868667207996938","imei1":"868667207996938","imei2":"868667207996938","popurl":"www.laxmi-adiga.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168337,"job_number":"JOB_168337","tr_customer_id":168354,"tr_customer_product_id":168344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girik Gowda","mobile_number":"7069755534","email_id":"agrata.guneta@gmail.com","dop":"2026-01-17","serial_number":"006437615865535","imei1":"006437615865535","imei2":"006437615865535","popurl":"www.opalina-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168338,"job_number":"JOB_168338","tr_customer_id":168355,"tr_customer_product_id":168345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Lakshman Malik","mobile_number":"7054809205","email_id":"samir.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"688001834688644","imei1":"688001834688644","imei2":"688001834688644","popurl":"www.parvati-embranthiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168339,"job_number":"JOB_168339","tr_customer_id":168356,"tr_customer_product_id":168346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Abhirath Kocchar","mobile_number":"7095215331","email_id":"nirbhay.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"026538670104231","imei1":"026538670104231","imei2":"026538670104231","popurl":"www.bhilangana-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168340,"job_number":"JOB_168340","tr_customer_id":168357,"tr_customer_product_id":168347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gandharv Mishra","mobile_number":"7037736873","email_id":"chandrakala.asan@hotmail.com","dop":"2026-01-17","serial_number":"054532771311509","imei1":"054532771311509","imei2":"054532771311509","popurl":"www.anshula-gandhi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168341,"job_number":"JOB_168341","tr_customer_id":168358,"tr_customer_product_id":168348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipendra Guneta","mobile_number":"7089022167","email_id":"bhooshit.varrier@yahoo.co.in","dop":"2026-01-17","serial_number":"557394222355725","imei1":"557394222355725","imei2":"557394222355725","popurl":"www.veda-namboothiri.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168342,"job_number":"JOB_168342","tr_customer_id":168359,"tr_customer_product_id":168349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipali Naik","mobile_number":"7046169636","email_id":"adityanandan.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"181904001668628","imei1":"181904001668628","imei2":"181904001668628","popurl":"www.divjot-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168343,"job_number":"JOB_168343","tr_customer_id":168360,"tr_customer_product_id":168350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chitrangada Jain","mobile_number":"7047940952","email_id":"atmaja.somayaji@yahoo.co.in","dop":"2026-01-17","serial_number":"534353500920242","imei1":"534353500920242","imei2":"534353500920242","popurl":"www.dhyanesh-embranthiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168344,"job_number":"JOB_168344","tr_customer_id":168361,"tr_customer_product_id":168351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Eshana Mishra","mobile_number":"7035091717","email_id":"bhardwaj.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"567478943251205","imei1":"567478943251205","imei2":"567478943251205","popurl":"www.tara-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168345,"job_number":"JOB_168345","tr_customer_id":168362,"tr_customer_product_id":168352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bala Tagore","mobile_number":"7002970566","email_id":"uma.khatri@hotmail.com","dop":"2026-01-17","serial_number":"346712173888469","imei1":"346712173888469","imei2":"346712173888469","popurl":"www.vishnu-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168346,"job_number":"JOB_168346","tr_customer_id":168363,"tr_customer_product_id":168353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Vyas Tandon","mobile_number":"7042667205","email_id":"purnima.joshi@yahoo.co.in","dop":"2026-01-17","serial_number":"759616770829453","imei1":"759616770829453","imei2":"759616770829453","popurl":"www.chinmayananda-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168347,"job_number":"JOB_168347","tr_customer_id":168364,"tr_customer_product_id":168354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Apsara Mishra","mobile_number":"7047276167","email_id":"kannan.gowda@hotmail.com","dop":"2026-01-17","serial_number":"565742401215318","imei1":"565742401215318","imei2":"565742401215318","popurl":"www.bhargavi-patel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168348,"job_number":"JOB_168348","tr_customer_id":168365,"tr_customer_product_id":168355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ritesh Reddy","mobile_number":"7090019130","email_id":"bela.mishra@hotmail.com","dop":"2026-01-17","serial_number":"220858470308955","imei1":"220858470308955","imei2":"220858470308955","popurl":"www.nikita-asan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168349,"job_number":"JOB_168349","tr_customer_id":168366,"tr_customer_product_id":168356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Dhanu Dutta","mobile_number":"7018337846","email_id":"dandak.khanna@hotmail.com","dop":"2026-01-17","serial_number":"877052485523200","imei1":"877052485523200","imei2":"877052485523200","popurl":"www.atmanand-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168350,"job_number":"JOB_168350","tr_customer_id":168367,"tr_customer_product_id":168357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Abani Chaturvedi","mobile_number":"7036399880","email_id":"adhiraj.iyengar@hotmail.com","dop":"2026-01-17","serial_number":"106729502802142","imei1":"106729502802142","imei2":"106729502802142","popurl":"www.ahalya-bhat.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168351,"job_number":"JOB_168351","tr_customer_id":168368,"tr_customer_product_id":168358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Heema Pilla","mobile_number":"7064517073","email_id":"prasad.guha@gmail.com","dop":"2026-01-17","serial_number":"964173172956775","imei1":"964173172956775","imei2":"964173172956775","popurl":"www.meghnad-sharma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168352,"job_number":"JOB_168352","tr_customer_id":168369,"tr_customer_product_id":168359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Meghnad Dhawan","mobile_number":"7038382114","email_id":"anjushri.rana@gmail.com","dop":"2026-01-17","serial_number":"469600577233594","imei1":"469600577233594","imei2":"469600577233594","popurl":"www.aadrika-arora.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168353,"job_number":"JOB_168353","tr_customer_id":168370,"tr_customer_product_id":168360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Kumar Iyer","mobile_number":"7087622205","email_id":"bahula.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"810569748036493","imei1":"810569748036493","imei2":"810569748036493","popurl":"www.sher-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168354,"job_number":"JOB_168354","tr_customer_id":168371,"tr_customer_product_id":168361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Krishnadas Saini","mobile_number":"7074823966","email_id":"vrund.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"532303323194966","imei1":"532303323194966","imei2":"532303323194966","popurl":"www.pran-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168355,"job_number":"JOB_168355","tr_customer_id":168372,"tr_customer_product_id":168362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Lila Iyer","mobile_number":"7023393304","email_id":"narendra.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"089434342383766","imei1":"089434342383766","imei2":"089434342383766","popurl":"www.rohit-pillai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168356,"job_number":"JOB_168356","tr_customer_id":168373,"tr_customer_product_id":168363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ravi Mukhopadhyay","mobile_number":"7067186902","email_id":"shivakari.joshi@hotmail.com","dop":"2026-01-17","serial_number":"142948129111347","imei1":"142948129111347","imei2":"142948129111347","popurl":"www.chanda-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168357,"job_number":"JOB_168357","tr_customer_id":168375,"tr_customer_product_id":168365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Aanandaswarup Jha","mobile_number":"7076453342","email_id":"abhirath.adiga@hotmail.com","dop":"2026-01-17","serial_number":"335279886424002","imei1":"335279886424002","imei2":"335279886424002","popurl":"www.dhanapati-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168358,"job_number":"JOB_168358","tr_customer_id":168374,"tr_customer_product_id":168364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Tanya Kapoor","mobile_number":"7016042539","email_id":"udai.tagore@hotmail.com","dop":"2026-01-17","serial_number":"198386518075332","imei1":"198386518075332","imei2":"198386518075332","popurl":"www.dinkar-devar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168359,"job_number":"JOB_168359","tr_customer_id":168376,"tr_customer_product_id":168366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Mahesh Jha","mobile_number":"7038586704","email_id":"ankal.tandon@hotmail.com","dop":"2026-01-17","serial_number":"990013463977407","imei1":"990013463977407","imei2":"990013463977407","popurl":"www.bhuvaneshwar-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168360,"job_number":"JOB_168360","tr_customer_id":168377,"tr_customer_product_id":168367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bhavani Menon","mobile_number":"7051475661","email_id":"goutam.devar@hotmail.com","dop":"2026-01-17","serial_number":"149646746099263","imei1":"149646746099263","imei2":"149646746099263","popurl":"www.geeta-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168361,"job_number":"JOB_168361","tr_customer_id":168378,"tr_customer_product_id":168368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rohit Dhawan","mobile_number":"7010250076","email_id":"manisha.saini@yahoo.co.in","dop":"2026-01-17","serial_number":"817097590402320","imei1":"817097590402320","imei2":"817097590402320","popurl":"www.govinda-nair.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168362,"job_number":"JOB_168362","tr_customer_id":168379,"tr_customer_product_id":168369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rukhmani Nambeesan","mobile_number":"7009156879","email_id":"harit.ahluwalia@yahoo.co.in","dop":"2026-01-17","serial_number":"297676098700538","imei1":"297676098700538","imei2":"297676098700538","popurl":"www.krishna-achari.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168363,"job_number":"JOB_168363","tr_customer_id":168380,"tr_customer_product_id":168370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chakor Gupta","mobile_number":"7009589550","email_id":"shobhana.johar@hotmail.com","dop":"2026-01-17","serial_number":"206538448713779","imei1":"206538448713779","imei2":"206538448713779","popurl":"www.abhirath-dutta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168364,"job_number":"JOB_168364","tr_customer_id":168381,"tr_customer_product_id":168371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chandani Iyengar","mobile_number":"7019505930","email_id":"gauranga.bharadwaj@hotmail.com","dop":"2026-01-17","serial_number":"016636860422462","imei1":"016636860422462","imei2":"016636860422462","popurl":"www.aayushman-naik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168365,"job_number":"JOB_168365","tr_customer_id":168382,"tr_customer_product_id":168372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Akshaj Abbott","mobile_number":"7030785535","email_id":"devika.dhawan@hotmail.com","dop":"2026-01-17","serial_number":"185714094858276","imei1":"185714094858276","imei2":"185714094858276","popurl":"www.karan-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168366,"job_number":"JOB_168366","tr_customer_id":168383,"tr_customer_product_id":168373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Chinmayananda Talwar","mobile_number":"7029867753","email_id":"deepali.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"807692096572906","imei1":"807692096572906","imei2":"807692096572906","popurl":"www.tanirika-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168367,"job_number":"JOB_168367","tr_customer_id":168384,"tr_customer_product_id":168374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Mohana Namboothiri","mobile_number":"7075742815","email_id":"urmila.gandhi@gmail.com","dop":"2026-01-17","serial_number":"145848997681710","imei1":"145848997681710","imei2":"145848997681710","popurl":"www.rakesh-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168368,"job_number":"JOB_168368","tr_customer_id":168385,"tr_customer_product_id":168375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bilwa Adiga","mobile_number":"7051290596","email_id":"nawal.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"593529066480426","imei1":"593529066480426","imei2":"593529066480426","popurl":"www.birjesh-khanna.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168369,"job_number":"JOB_168369","tr_customer_id":168386,"tr_customer_product_id":168376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Kailash Guneta","mobile_number":"7090100585","email_id":"vaidehi.tandon@hotmail.com","dop":"2026-01-17","serial_number":"497105552825981","imei1":"497105552825981","imei2":"497105552825981","popurl":"www.dhatri-pillai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168370,"job_number":"JOB_168370","tr_customer_id":168387,"tr_customer_product_id":168377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Priya Namboothiri","mobile_number":"7013847653","email_id":"dev.iyer@hotmail.com","dop":"2026-01-17","serial_number":"077055695813289","imei1":"077055695813289","imei2":"077055695813289","popurl":"www.lakshmidhar-bhat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168371,"job_number":"JOB_168371","tr_customer_id":168388,"tr_customer_product_id":168378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bhilangana Nair","mobile_number":"7025684781","email_id":"lakshminath.mehra@yahoo.co.in","dop":"2026-01-17","serial_number":"854342691173107","imei1":"854342691173107","imei2":"854342691173107","popurl":"www.vasudeva-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168372,"job_number":"JOB_168372","tr_customer_id":168389,"tr_customer_product_id":168379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bishnu Varrier","mobile_number":"7096180955","email_id":"brajesh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"051797877589302","imei1":"051797877589302","imei2":"051797877589302","popurl":"www.ghanshyam-singh.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168373,"job_number":"JOB_168373","tr_customer_id":168390,"tr_customer_product_id":168380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Vrund Desai","mobile_number":"7001021043","email_id":"guru.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"516058943644872","imei1":"516058943644872","imei2":"516058943644872","popurl":"www.devagya-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168374,"job_number":"JOB_168374","tr_customer_id":168391,"tr_customer_product_id":168381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Akshaj Gowda","mobile_number":"7043120308","email_id":"bhoj.pandey@hotmail.com","dop":"2026-01-17","serial_number":"513976482680773","imei1":"513976482680773","imei2":"513976482680773","popurl":"www.akshita-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168375,"job_number":"JOB_168375","tr_customer_id":168393,"tr_customer_product_id":168383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Kanti Guha","mobile_number":"7080753158","email_id":"krishnadasa.embranthiri@yahoo.co.in","dop":"2026-01-17","serial_number":"780601164464121","imei1":"780601164464121","imei2":"780601164464121","popurl":"www.chaturaanan-marar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168376,"job_number":"JOB_168376","tr_customer_id":168392,"tr_customer_product_id":168382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Sachin Mishra","mobile_number":"7025701307","email_id":"aamod.gandhi@yahoo.co.in","dop":"2026-01-17","serial_number":"652516523757927","imei1":"652516523757927","imei2":"652516523757927","popurl":"www.goutam-tandon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168377,"job_number":"JOB_168377","tr_customer_id":168394,"tr_customer_product_id":168384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Damodara Namboothiri","mobile_number":"7094721194","email_id":"kashyap.agarwal@gmail.com","dop":"2026-01-17","serial_number":"472737749995572","imei1":"472737749995572","imei2":"472737749995572","popurl":"www.kamalesh-nehru.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168378,"job_number":"JOB_168378","tr_customer_id":168395,"tr_customer_product_id":168385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73416323632825","imei1":"73416323632825","imei2":"73416323632825","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168379,"job_number":"JOB_168379","tr_customer_id":168396,"tr_customer_product_id":168386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75245419690268","imei1":"75245419690268","imei2":"75245419690268","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168380,"job_number":"JOB_168380","tr_customer_id":168397,"tr_customer_product_id":168387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39222786266748","imei1":"39222786266748","imei2":"39222786266748","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168381,"job_number":"JOB_168381","tr_customer_id":168398,"tr_customer_product_id":168388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28840266828053","imei1":"28840266828053","imei2":"28840266828053","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168382,"job_number":"JOB_168382","tr_customer_id":168399,"tr_customer_product_id":168389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60030016225827","imei1":"60030016225827","imei2":"60030016225827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168383,"job_number":"JOB_168383","tr_customer_id":168400,"tr_customer_product_id":168390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16085127312844","imei1":"16085127312844","imei2":"16085127312844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168386,"job_number":"JOB_168386","tr_customer_id":168403,"tr_customer_product_id":168393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:08.000Z","modified_at":"2026-01-27T14:01:08.000Z","name":"Emily Strosin","mobile_number":"848-627-4057","email_id":"Luigi74@hotmail.com","dop":"2025-04-06","serial_number":"16407514125384720","imei1":"16407514125384720","imei2":"16407514125384720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168387,"job_number":"JOB_168387","tr_customer_id":168404,"tr_customer_product_id":168394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34977291546936","imei1":"34977291546936","imei2":"34977291546936","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168388,"job_number":"JOB_168388","tr_customer_id":168405,"tr_customer_product_id":168395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86164747961861","imei1":"86164747961861","imei2":"86164747961861","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168389,"job_number":"JOB_168389","tr_customer_id":168406,"tr_customer_product_id":168396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71206279349103","imei1":"71206279349103","imei2":"71206279349103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168390,"job_number":"JOB_168390","tr_customer_id":168407,"tr_customer_product_id":168397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35569371766624","imei1":"35569371766624","imei2":"35569371766624","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168391,"job_number":"JOB_168391","tr_customer_id":168408,"tr_customer_product_id":168398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90416539451323","imei1":"90416539451323","imei2":"90416539451323","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168392,"job_number":"JOB_168392","tr_customer_id":168409,"tr_customer_product_id":168399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:37.000Z","modified_at":"2026-01-27T14:01:37.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73336585358586","imei1":"73336585358586","imei2":"73336585358586","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168394,"job_number":"JOB_168394","tr_customer_id":168411,"tr_customer_product_id":168401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:06.000Z","modified_at":"2026-01-27T14:02:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19783492148115","imei1":"19783492148115","imei2":"19783492148115","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168396,"job_number":"JOB_168396","tr_customer_id":168413,"tr_customer_product_id":168403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:08.000Z","modified_at":"2026-01-27T14:02:08.000Z","name":"Blaise Hirthe","mobile_number":"438-921-7648","email_id":"Adele84@hotmail.com","dop":"2025-04-06","serial_number":"10503958866342878","imei1":"10503958866342878","imei2":"10503958866342878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168397,"job_number":"JOB_168397","tr_customer_id":168414,"tr_customer_product_id":168404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:09.000Z","modified_at":"2026-01-27T14:02:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59578177438508","imei1":"59578177438508","imei2":"59578177438508","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168398,"job_number":"JOB_168398","tr_customer_id":168415,"tr_customer_product_id":168405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55475719196539","imei1":"55475719196539","imei2":"55475719196539","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168399,"job_number":"JOB_168399","tr_customer_id":168416,"tr_customer_product_id":168406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80676074661303","imei1":"80676074661303","imei2":"80676074661303","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168400,"job_number":"JOB_168400","tr_customer_id":168417,"tr_customer_product_id":168407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89300376460928","imei1":"89300376460928","imei2":"89300376460928","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168401,"job_number":"JOB_168401","tr_customer_id":168418,"tr_customer_product_id":168408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50926255704989","imei1":"50926255704989","imei2":"50926255704989","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168402,"job_number":"JOB_168402","tr_customer_id":168419,"tr_customer_product_id":168409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97590247220528","imei1":"97590247220528","imei2":"97590247220528","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168405,"job_number":"JOB_168405","tr_customer_id":168422,"tr_customer_product_id":168412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:55.000Z","modified_at":"2026-01-27T14:02:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182617344206","imei1":"18182617344206","imei2":"18182617344206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168407,"job_number":"JOB_168407","tr_customer_id":168424,"tr_customer_product_id":168414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:57.000Z","modified_at":"2026-01-27T14:02:57.000Z","name":"Carissa Grant","mobile_number":"966-304-0989","email_id":"Jared_Jacobi13@yahoo.com","dop":"2025-04-06","serial_number":"10263970880212450","imei1":"10263970880212450","imei2":"10263970880212450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168409,"job_number":"JOB_168409","tr_customer_id":168426,"tr_customer_product_id":168416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:44.000Z","modified_at":"2026-01-27T14:03:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17336587485706","imei1":"17336587485706","imei2":"17336587485706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168411,"job_number":"JOB_168411","tr_customer_id":168428,"tr_customer_product_id":168418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:45.000Z","modified_at":"2026-01-27T14:03:45.000Z","name":"Norma Murazik","mobile_number":"650-890-5400","email_id":"Keely76@gmail.com","dop":"2025-04-06","serial_number":"13983934307439388","imei1":"13983934307439388","imei2":"13983934307439388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168421,"job_number":"JOB_168421","tr_customer_id":168438,"tr_customer_product_id":168428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10964616645841","imei1":"10964616645841","imei2":"10964616645841","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168423,"job_number":"JOB_168423","tr_customer_id":168440,"tr_customer_product_id":168430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12623175058629","imei1":"12623175058629","imei2":"12623175058629","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168425,"job_number":"JOB_168425","tr_customer_id":168442,"tr_customer_product_id":168432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:43.000Z","modified_at":"2026-01-27T14:22:43.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11825960743819","imei2":"11825960743819","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168426,"job_number":"JOB_168426","tr_customer_id":168443,"tr_customer_product_id":168433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:44.000Z","modified_at":"2026-01-27T14:22:44.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12411704113030","imei1":"12411704113030","imei2":"12411704113030","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168428,"job_number":"JOB_168428","tr_customer_id":168445,"tr_customer_product_id":168435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:45.000Z","modified_at":"2026-01-27T14:22:45.000Z","name":"Mafalda O'Reilly","mobile_number":"960-767-0186","email_id":"Austen88@hotmail.com","dop":"2025-04-06","serial_number":"14025083800533838","imei1":"14025083800533838","imei2":"14025083800533838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168429,"job_number":"JOB_168429","tr_customer_id":168446,"tr_customer_product_id":168436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:59.000Z","modified_at":"2026-01-27T14:22:59.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18119193389560","imei2":"18119193389560","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168431,"job_number":"JOB_168431","tr_customer_id":168448,"tr_customer_product_id":168438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:14.000Z","modified_at":"2026-01-27T14:23:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12539060878127","imei2":"12539060878127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168433,"job_number":"JOB_168433","tr_customer_id":168450,"tr_customer_product_id":168440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:33.000Z","modified_at":"2026-01-27T14:23:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11982015895071","imei1":"11982015895071","imei2":"11982015895071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168435,"job_number":"JOB_168435","tr_customer_id":168452,"tr_customer_product_id":168442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:34.000Z","modified_at":"2026-01-27T14:23:34.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13278662445784","imei1":"13278662445784","imei2":"13278662445784","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168437,"job_number":"JOB_168437","tr_customer_id":168454,"tr_customer_product_id":168444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:35.000Z","modified_at":"2026-01-27T14:23:35.000Z","name":"Antonio Rath","mobile_number":"386-555-7909","email_id":"Talon_Daugherty40@hotmail.com","dop":"2025-04-06","serial_number":"14188275916221208","imei1":"14188275916221208","imei2":"14188275916221208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168438,"job_number":"JOB_168438","tr_customer_id":168455,"tr_customer_product_id":168445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:36.000Z","modified_at":"2026-01-27T14:23:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"77974963574225","imei1":"77974963574225","imei2":"77974963574225","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168439,"job_number":"JOB_168439","tr_customer_id":168456,"tr_customer_product_id":168446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:23.000Z","modified_at":"2026-01-27T14:24:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12764741417890","imei1":"12764741417890","imei2":"12764741417890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168441,"job_number":"JOB_168441","tr_customer_id":168458,"tr_customer_product_id":168448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"Pauline Bosco","mobile_number":"637-209-6954","email_id":"Trey.Metz@hotmail.com","dop":"2025-04-06","serial_number":"18098126248934770","imei1":"18098126248934770","imei2":"18098126248934770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168442,"job_number":"JOB_168442","tr_customer_id":168459,"tr_customer_product_id":168449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18150241088696","imei1":"18150241088696","imei2":"18150241088696","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168444,"job_number":"JOB_168444","tr_customer_id":168461,"tr_customer_product_id":168451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:27.000Z","modified_at":"2026-01-27T14:24:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"38921985501182","imei1":"38921985501182","imei2":"38921985501182","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168445,"job_number":"JOB_168445","tr_customer_id":168462,"tr_customer_product_id":168452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:49.000Z","modified_at":"2026-01-27T14:24:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10264613131218","imei1":"10264613131218","imei2":"10264613131218","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168447,"job_number":"JOB_168447","tr_customer_id":168464,"tr_customer_product_id":168454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:50.000Z","modified_at":"2026-01-27T14:24:50.000Z","name":"Shakira Dickens","mobile_number":"522-320-0638","email_id":"Jewell_Harber@hotmail.com","dop":"2025-06-18","serial_number":"1065927066403027","imei1":"1065927066403027","imei2":"1065927066403027","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168451,"job_number":"JOB_168451","tr_customer_id":168468,"tr_customer_product_id":168458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:36.000Z","modified_at":"2026-01-27T14:25:36.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10817511895228","imei1":"10817511895228","imei2":"10817511895228","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168453,"job_number":"JOB_168453","tr_customer_id":168470,"tr_customer_product_id":168460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:37.000Z","modified_at":"2026-01-27T14:25:37.000Z","name":"Arianna Runte","mobile_number":"527-688-4375","email_id":"Colleen.Adams32@hotmail.com","dop":"2025-06-18","serial_number":"1050319766554530","imei1":"1050319766554530","imei2":"1050319766554530","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168461,"job_number":"JOB_168461","tr_customer_id":168478,"tr_customer_product_id":168468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:19.000Z","modified_at":"2026-01-27T14:27:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14320379351493","imei1":"14320379351493","imei2":"14320379351493","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168463,"job_number":"JOB_168463","tr_customer_id":168480,"tr_customer_product_id":168470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:20.000Z","modified_at":"2026-01-27T14:27:20.000Z","name":"Norwood Armstrong","mobile_number":"719-221-2982","email_id":"Joyce_Mueller@gmail.com","dop":"2025-04-06","serial_number":"14124170153083196","imei1":"14124170153083196","imei2":"14124170153083196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168464,"job_number":"JOB_168464","tr_customer_id":168481,"tr_customer_product_id":168471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:52.000Z","modified_at":"2026-01-27T14:27:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15519760465235","imei1":"15519760465235","imei2":"15519760465235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168466,"job_number":"JOB_168466","tr_customer_id":168483,"tr_customer_product_id":168473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:54.000Z","modified_at":"2026-01-27T14:27:54.000Z","name":"Lizeth Thompson","mobile_number":"204-207-4099","email_id":"Margie31@gmail.com","dop":"2025-04-06","serial_number":"12763104282409418","imei1":"12763104282409418","imei2":"12763104282409418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168470,"job_number":"JOB_168470","tr_customer_id":168487,"tr_customer_product_id":168477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:09.000Z","modified_at":"2026-01-27T14:28:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19562831574480","imei1":"19562831574480","imei2":"19562831574480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168472,"job_number":"JOB_168472","tr_customer_id":168489,"tr_customer_product_id":168479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:11.000Z","modified_at":"2026-01-27T14:28:11.000Z","name":"Leon Keeling","mobile_number":"790-406-3406","email_id":"Saul_Wuckert@hotmail.com","dop":"2025-04-06","serial_number":"11908915713720174","imei1":"11908915713720174","imei2":"11908915713720174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168473,"job_number":"JOB_168473","tr_customer_id":168490,"tr_customer_product_id":168480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:28.000Z","modified_at":"2026-01-27T14:28:28.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"14404252990704","imei1":"14404252990704","imei2":"14404252990704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168475,"job_number":"JOB_168475","tr_customer_id":168492,"tr_customer_product_id":168482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:29.000Z","modified_at":"2026-01-27T14:28:29.000Z","name":"Sigmund Mueller","mobile_number":"421-301-9672","email_id":"Rhoda.Larkin@hotmail.com","dop":"2025-04-06","serial_number":"10448121615233540","imei1":"10448121615233540","imei2":"10448121615233540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168476,"job_number":"JOB_168476","tr_customer_id":168493,"tr_customer_product_id":168483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:41.000Z","modified_at":"2026-01-27T14:28:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10123690691843","imei1":"10123690691843","imei2":"10123690691843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168478,"job_number":"JOB_168478","tr_customer_id":168495,"tr_customer_product_id":168485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:43.000Z","modified_at":"2026-01-27T14:28:43.000Z","name":"Erich Gislason","mobile_number":"352-413-7789","email_id":"Heber_Gutkowski@yahoo.com","dop":"2025-04-06","serial_number":"18770492962576772","imei1":"18770492962576772","imei2":"18770492962576772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168479,"job_number":"JOB_168479","tr_customer_id":168496,"tr_customer_product_id":168486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:57.000Z","modified_at":"2026-01-27T14:28:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14549865475600","imei1":"14549865475600","imei2":"14549865475600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168481,"job_number":"JOB_168481","tr_customer_id":168498,"tr_customer_product_id":168488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18525208861274","imei1":"18525208861274","imei2":"18525208861274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168482,"job_number":"JOB_168482","tr_customer_id":168499,"tr_customer_product_id":168489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"Danika Yost","mobile_number":"647-834-8170","email_id":"Arvid.Medhurst14@hotmail.com","dop":"2025-04-06","serial_number":"11789382839170934","imei1":"11789382839170934","imei2":"11789382839170934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168484,"job_number":"JOB_168484","tr_customer_id":168501,"tr_customer_product_id":168491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:01.000Z","modified_at":"2026-01-27T14:29:01.000Z","name":"Aryanna Dicki","mobile_number":"307-325-5098","email_id":"Meda10@yahoo.com","dop":"2025-04-06","serial_number":"14365797911804354","imei1":"14365797911804354","imei2":"14365797911804354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168485,"job_number":"JOB_168485","tr_customer_id":168502,"tr_customer_product_id":168492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:12.000Z","modified_at":"2026-01-27T14:29:12.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19322513910091","imei1":"19322513910091","imei2":"19322513910091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168487,"job_number":"JOB_168487","tr_customer_id":168504,"tr_customer_product_id":168494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:13.000Z","modified_at":"2026-01-27T14:29:13.000Z","name":"Earl Schmitt","mobile_number":"896-543-4459","email_id":"Vaughn35@hotmail.com","dop":"2025-04-06","serial_number":"17330789803041280","imei1":"17330789803041280","imei2":"17330789803041280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168488,"job_number":"JOB_168488","tr_customer_id":168505,"tr_customer_product_id":168495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:30.000Z","modified_at":"2026-01-27T14:29:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11607751095650","imei1":"11607751095650","imei2":"11607751095650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168490,"job_number":"JOB_168490","tr_customer_id":168507,"tr_customer_product_id":168497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:32.000Z","modified_at":"2026-01-27T14:29:32.000Z","name":"Elmira Reinger","mobile_number":"942-651-9148","email_id":"Jimmie89@gmail.com","dop":"2025-04-06","serial_number":"10126057285107164","imei1":"10126057285107164","imei2":"10126057285107164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168491,"job_number":"JOB_168491","tr_customer_id":168508,"tr_customer_product_id":168498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:44.000Z","modified_at":"2026-01-27T14:29:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17002233766524","imei1":"17002233766524","imei2":"17002233766524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168493,"job_number":"JOB_168493","tr_customer_id":168510,"tr_customer_product_id":168500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:45.000Z","modified_at":"2026-01-27T14:29:45.000Z","name":"Keeley Hintz","mobile_number":"563-690-8723","email_id":"Chesley.Fadel42@gmail.com","dop":"2025-04-06","serial_number":"10724759919489682","imei1":"10724759919489682","imei2":"10724759919489682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168494,"job_number":"JOB_168494","tr_customer_id":168511,"tr_customer_product_id":168501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:56.000Z","modified_at":"2026-01-27T14:29:56.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13740245050293","imei1":"13740245050293","imei2":"13740245050293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168496,"job_number":"JOB_168496","tr_customer_id":168513,"tr_customer_product_id":168503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:58.000Z","modified_at":"2026-01-27T14:29:58.000Z","name":"Guiseppe Zemlak","mobile_number":"718-322-1975","email_id":"Oren_Murray11@gmail.com","dop":"2025-04-06","serial_number":"11598004911748456","imei1":"11598004911748456","imei2":"11598004911748456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168498,"job_number":"JOB_168498","tr_customer_id":168515,"tr_customer_product_id":168505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:25.000Z","modified_at":"2026-01-27T14:30:25.000Z","name":"Damian Berge","mobile_number":"692-250-2732","email_id":"Sophia65@yahoo.com","dop":"2025-04-06","serial_number":"13284192840530582","imei1":"13284192840530582","imei2":"13284192840530582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168499,"job_number":"JOB_168499","tr_customer_id":168516,"tr_customer_product_id":168506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:30.000Z","modified_at":"2026-01-27T14:30:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11682996440726","imei1":"11682996440726","imei2":"11682996440726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168501,"job_number":"JOB_168501","tr_customer_id":168518,"tr_customer_product_id":168508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:32.000Z","modified_at":"2026-01-27T14:30:32.000Z","name":"Emile Hand","mobile_number":"342-498-2232","email_id":"Aida65@yahoo.com","dop":"2025-04-06","serial_number":"13410457103030660","imei1":"13410457103030660","imei2":"13410457103030660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168503,"job_number":"JOB_168503","tr_customer_id":168520,"tr_customer_product_id":168510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:31:17.000Z","modified_at":"2026-01-27T14:31:17.000Z","name":"Sid Leuschke","mobile_number":"293-988-9908","email_id":"Sofia.Johns91@hotmail.com","dop":"2025-04-06","serial_number":"10105466433042800","imei1":"10105466433042800","imei2":"10105466433042800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168504,"job_number":"JOB_168504","tr_customer_id":168521,"tr_customer_product_id":168511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:02.000Z","modified_at":"2026-01-27T14:33:02.000Z","name":"Armand Franecki","mobile_number":"246-564-2962","email_id":"Santos.Corwin@gmail.com","dop":"2025-05-30","serial_number":"10957484441006","imei1":"10957484441006","imei2":"10957484441006","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168505,"job_number":"JOB_168505","tr_customer_id":168522,"tr_customer_product_id":168512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:03.000Z","modified_at":"2026-01-27T14:33:03.000Z","name":"Aliya Thiel","mobile_number":"494-317-6488","email_id":"Clement86@hotmail.com","dop":"2025-05-30","serial_number":"12129825858027","imei1":"12129825858027","imei2":"12129825858027","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168506,"job_number":"JOB_168506","tr_customer_id":168523,"tr_customer_product_id":168513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:04.000Z","modified_at":"2026-01-27T14:33:04.000Z","name":"Jeanie O'Reilly","mobile_number":"796-586-4555","email_id":"Gilbert.Kerluke@gmail.com","dop":"2025-05-30","serial_number":"1695045726112051","imei1":"1695045726112051","imei2":"1695045726112051","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168507,"job_number":"JOB_168507","tr_customer_id":168524,"tr_customer_product_id":168514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:26.000Z","modified_at":"2026-01-27T14:34:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12900428527484","imei1":"12900428527484","imei2":"12900428527484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168509,"job_number":"JOB_168509","tr_customer_id":168526,"tr_customer_product_id":168516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:28.000Z","modified_at":"2026-01-27T14:34:28.000Z","name":"Emmie Yundt","mobile_number":"870-367-3921","email_id":"Carlos40@hotmail.com","dop":"2025-04-06","serial_number":"12401243268094944","imei1":"12401243268094944","imei2":"12401243268094944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168510,"job_number":"JOB_168510","tr_customer_id":168527,"tr_customer_product_id":168517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:51.000Z","modified_at":"2026-01-27T14:34:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16754758835269","imei1":"16754758835269","imei2":"16754758835269","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168512,"job_number":"JOB_168512","tr_customer_id":168529,"tr_customer_product_id":168519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:52.000Z","modified_at":"2026-01-27T14:34:52.000Z","name":"Kathleen Smith","mobile_number":"564-877-7560","email_id":"Anissa87@yahoo.com","dop":"2025-04-06","serial_number":"16714326067981780","imei1":"16714326067981780","imei2":"16714326067981780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168513,"job_number":"JOB_168513","tr_customer_id":168530,"tr_customer_product_id":168520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:13.000Z","modified_at":"2026-01-27T14:35:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12825379195318","imei1":"12825379195318","imei2":"12825379195318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168515,"job_number":"JOB_168515","tr_customer_id":168532,"tr_customer_product_id":168522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:14.000Z","modified_at":"2026-01-27T14:35:14.000Z","name":"Clara Berge","mobile_number":"966-526-1397","email_id":"Antoinette.Gorczany@hotmail.com","dop":"2025-04-06","serial_number":"11201552173895188","imei1":"11201552173895188","imei2":"11201552173895188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168516,"job_number":"JOB_168516","tr_customer_id":168533,"tr_customer_product_id":168523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:35.000Z","modified_at":"2026-01-27T14:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10636780467265","imei1":"10636780467265","imei2":"10636780467265","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168518,"job_number":"JOB_168518","tr_customer_id":168535,"tr_customer_product_id":168525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"Zena Parker","mobile_number":"887-377-9330","email_id":"Javon22@gmail.com","dop":"2025-04-06","serial_number":"14788065448154626","imei1":"14788065448154626","imei2":"14788065448154626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168519,"job_number":"JOB_168519","tr_customer_id":168536,"tr_customer_product_id":168526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10979258076079","imei1":"10979258076079","imei2":"10979258076079","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168521,"job_number":"JOB_168521","tr_customer_id":168538,"tr_customer_product_id":168528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:39.000Z","modified_at":"2026-01-27T14:35:39.000Z","name":"Citlalli Reinger","mobile_number":"466-384-0381","email_id":"Torrey.Nader14@yahoo.com","dop":"2025-04-06","serial_number":"10674827196074330","imei1":"10674827196074330","imei2":"10674827196074330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168527,"job_number":"JOB_168527","tr_customer_id":168544,"tr_customer_product_id":168534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18558828219362","imei1":"18558828219362","imei2":"18558828219362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168531,"job_number":"JOB_168531","tr_customer_id":168548,"tr_customer_product_id":168538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:00.000Z","modified_at":"2026-01-27T14:36:00.000Z","name":"Janet Mann","mobile_number":"766-776-3719","email_id":"Lionel_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"15327572934976914","imei1":"15327572934976914","imei2":"15327572934976914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168536,"job_number":"JOB_168536","tr_customer_id":168553,"tr_customer_product_id":168543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Fern Koch","mobile_number":"748-330-0629","email_id":"Morgan33@yahoo.com","dop":"2025-04-06","serial_number":"13029429243635488","imei1":"13029429243635488","imei2":"13029429243635488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168537,"job_number":"JOB_168537","tr_customer_id":168554,"tr_customer_product_id":168544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:22.000Z","modified_at":"2026-01-27T14:36:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12221313483675","imei1":"12221313483675","imei2":"12221313483675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168539,"job_number":"JOB_168539","tr_customer_id":168556,"tr_customer_product_id":168546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"Meredith Cormier","mobile_number":"307-402-7532","email_id":"Earnest.OKon@gmail.com","dop":"2025-04-06","serial_number":"17124229440146634","imei1":"17124229440146634","imei2":"17124229440146634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168540,"job_number":"JOB_168540","tr_customer_id":168557,"tr_customer_product_id":168547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19433432813257","imei1":"19433432813257","imei2":"19433432813257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168542,"job_number":"JOB_168542","tr_customer_id":168559,"tr_customer_product_id":168549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:25.000Z","modified_at":"2026-01-27T14:36:25.000Z","name":"Buddy Parisian","mobile_number":"855-351-1399","email_id":"Daisy17@hotmail.com","dop":"2025-04-06","serial_number":"15382739782579398","imei1":"15382739782579398","imei2":"15382739782579398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168543,"job_number":"JOB_168543","tr_customer_id":168560,"tr_customer_product_id":168550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:08.000Z","modified_at":"2026-01-27T14:37:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18150468332383","imei1":"18150468332383","imei2":"18150468332383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168545,"job_number":"JOB_168545","tr_customer_id":168562,"tr_customer_product_id":168552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:10.000Z","modified_at":"2026-01-27T14:37:10.000Z","name":"Darryl Tromp","mobile_number":"370-755-6086","email_id":"Delpha.Macejkovic21@yahoo.com","dop":"2025-04-06","serial_number":"14603900081931412","imei1":"14603900081931412","imei2":"14603900081931412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168547,"job_number":"JOB_168547","tr_customer_id":168564,"tr_customer_product_id":168554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:12.000Z","modified_at":"2026-01-27T14:37:12.000Z","name":"Raina Wisoky","mobile_number":"943-967-7925","email_id":"Jazmyn.Huel@gmail.com","dop":"2025-04-06","serial_number":"17122379770844340","imei1":"17122379770844340","imei2":"17122379770844340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168548,"job_number":"JOB_168548","tr_customer_id":168565,"tr_customer_product_id":168555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:19.000Z","modified_at":"2026-01-27T14:38:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16759548521487","imei1":"16759548521487","imei2":"16759548521487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168550,"job_number":"JOB_168550","tr_customer_id":168567,"tr_customer_product_id":168557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:21.000Z","modified_at":"2026-01-27T14:38:21.000Z","name":"Bonnie Gaylord","mobile_number":"264-794-9881","email_id":"Alford.Funk52@gmail.com","dop":"2025-04-06","serial_number":"13725629609368930","imei1":"13725629609368930","imei2":"13725629609368930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168552,"job_number":"JOB_168552","tr_customer_id":168569,"tr_customer_product_id":168559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:27.000Z","modified_at":"2026-01-27T14:38:27.000Z","name":"Katlynn Dickinson","mobile_number":"888-216-5011","email_id":"Rebekah39@yahoo.com","dop":"2025-04-06","serial_number":"18780250777439776","imei1":"18780250777439776","imei2":"18780250777439776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168556,"job_number":"JOB_168556","tr_customer_id":168573,"tr_customer_product_id":168563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:05.000Z","modified_at":"2026-01-27T14:39:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10427653289693","imei1":"10427653289693","imei2":"10427653289693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168558,"job_number":"JOB_168558","tr_customer_id":168575,"tr_customer_product_id":168565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:06.000Z","modified_at":"2026-01-27T14:39:06.000Z","name":"Georgette Jacobs","mobile_number":"247-742-8468","email_id":"Rafael34@hotmail.com","dop":"2025-04-06","serial_number":"14793820117484506","imei1":"14793820117484506","imei2":"14793820117484506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168559,"job_number":"JOB_168559","tr_customer_id":168576,"tr_customer_product_id":168566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:49.000Z","modified_at":"2026-01-27T14:39:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11700268384381","imei1":"11700268384381","imei2":"11700268384381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168561,"job_number":"JOB_168561","tr_customer_id":168578,"tr_customer_product_id":168568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:51.000Z","modified_at":"2026-01-27T14:39:51.000Z","name":"Octavia Lesch","mobile_number":"758-927-2215","email_id":"Nasir42@gmail.com","dop":"2025-04-06","serial_number":"16931637053715728","imei1":"16931637053715728","imei2":"16931637053715728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168562,"job_number":"JOB_168562","tr_customer_id":168579,"tr_customer_product_id":168569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:31.000Z","modified_at":"2026-01-27T14:56:31.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17977304457910","imei1":"17977304457910","imei2":"17977304457910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168564,"job_number":"JOB_168564","tr_customer_id":168581,"tr_customer_product_id":168571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:33.000Z","modified_at":"2026-01-27T14:56:33.000Z","name":"Angelina Ryan","mobile_number":"259-711-2703","email_id":"Mara95@hotmail.com","dop":"2025-04-06","serial_number":"16152303670205284","imei1":"16152303670205284","imei2":"16152303670205284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168565,"job_number":"JOB_168565","tr_customer_id":168582,"tr_customer_product_id":168572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:18.000Z","modified_at":"2026-01-27T14:57:18.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16433155201313","imei1":"16433155201313","imei2":"16433155201313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168567,"job_number":"JOB_168567","tr_customer_id":168584,"tr_customer_product_id":168574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:20.000Z","modified_at":"2026-01-27T14:57:20.000Z","name":"Claude Ritchie","mobile_number":"640-827-9545","email_id":"Kevin.Pollich44@gmail.com","dop":"2025-04-06","serial_number":"12914396569574010","imei1":"12914396569574010","imei2":"12914396569574010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168568,"job_number":"JOB_168568","tr_customer_id":168585,"tr_customer_product_id":168575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:58:26.000Z","modified_at":"2026-01-27T14:58:26.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2025-03-26","serial_number":"234574345423535","imei1":"234574345423535","imei2":"234574345423535","popurl":"2025-03-26T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168570,"job_number":"JOB_168570","tr_customer_id":168587,"tr_customer_product_id":168577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:11.000Z","modified_at":"2026-01-27T15:03:11.000Z","name":"Dandre Metz","mobile_number":"404-647-5022","email_id":"Ayla.Schaden10@hotmail.com","dop":"2025-04-06","serial_number":"12871564774883630","imei1":"12871564774883630","imei2":"12871564774883630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168572,"job_number":"JOB_168572","tr_customer_id":168589,"tr_customer_product_id":168579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:57.000Z","modified_at":"2026-01-27T15:03:57.000Z","name":"Arch Langworth","mobile_number":"541-458-0847","email_id":"Piper.Brakus18@gmail.com","dop":"2025-04-06","serial_number":"13899110267169184","imei1":"13899110267169184","imei2":"13899110267169184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168574,"job_number":"JOB_168574","tr_customer_id":168591,"tr_customer_product_id":168581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:04:44.000Z","modified_at":"2026-01-27T15:04:44.000Z","name":"Mitchel Conn","mobile_number":"430-780-4511","email_id":"Syble18@yahoo.com","dop":"2025-04-06","serial_number":"15469866002304072","imei1":"15469866002304072","imei2":"15469866002304072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:04:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168575,"job_number":"JOB_168575","tr_customer_id":168592,"tr_customer_product_id":168582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:15.000Z","modified_at":"2026-01-27T15:48:15.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109903425247588","imei1":"109903425247588","imei2":"109903425247588","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168577,"job_number":"JOB_168577","tr_customer_id":168594,"tr_customer_product_id":168584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:29.000Z","modified_at":"2026-01-27T15:48:29.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"107279565771392","imei1":"107279565771392","imei2":"107279565771392","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168579,"job_number":"JOB_168579","tr_customer_id":168596,"tr_customer_product_id":168586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:50:38.000Z","modified_at":"2026-01-27T15:50:38.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-27","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-27T15:50:37.630Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168580,"job_number":"JOB_168580","tr_customer_id":168597,"tr_customer_product_id":168587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:27.000Z","modified_at":"2026-01-27T16:16:27.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"26134993278674","imei1":"26134993278674","imei2":"26134993278674","popurl":"2026-01-17T16:16:24.365383100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168581,"job_number":"JOB_168581","tr_customer_id":168598,"tr_customer_product_id":168588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:40.000Z","modified_at":"2026-01-27T16:16:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19879525328995","imei1":"19879525328995","imei2":"19879525328995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168583,"job_number":"JOB_168583","tr_customer_id":168600,"tr_customer_product_id":168590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:41.000Z","modified_at":"2026-01-27T16:16:41.000Z","name":"Tracy Abshire","mobile_number":"502-523-6760","email_id":"Vicente_Gaylord40@hotmail.com","dop":"2025-04-06","serial_number":"19341599533965390","imei1":"19341599533965390","imei2":"19341599533965390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168584,"job_number":"JOB_168584","tr_customer_id":168601,"tr_customer_product_id":168591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:26.000Z","modified_at":"2026-01-27T16:17:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18383213369686","imei1":"18383213369686","imei2":"18383213369686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168586,"job_number":"JOB_168586","tr_customer_id":168603,"tr_customer_product_id":168593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:27.000Z","modified_at":"2026-01-27T16:17:27.000Z","name":"Howell Jacobson","mobile_number":"361-577-6200","email_id":"Bettye99@gmail.com","dop":"2025-04-06","serial_number":"11158835911723754","imei1":"11158835911723754","imei2":"11158835911723754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168587,"job_number":"JOB_168587","tr_customer_id":168604,"tr_customer_product_id":168594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:11.000Z","modified_at":"2026-01-27T16:18:11.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14714863311555","imei1":"14714863311555","imei2":"14714863311555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168589,"job_number":"JOB_168589","tr_customer_id":168606,"tr_customer_product_id":168596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:13.000Z","modified_at":"2026-01-27T16:18:13.000Z","name":"Vivien Smitham","mobile_number":"858-499-2536","email_id":"Antonette78@yahoo.com","dop":"2025-04-06","serial_number":"18109953822130028","imei1":"18109953822130028","imei2":"18109953822130028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168590,"job_number":"JOB_168590","tr_customer_id":168607,"tr_customer_product_id":168597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:22.000Z","modified_at":"2026-01-27T16:31:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16840232757090","imei1":"16840232757090","imei2":"16840232757090","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168592,"job_number":"JOB_168592","tr_customer_id":168609,"tr_customer_product_id":168599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:24.000Z","modified_at":"2026-01-27T16:31:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"109956327037031","imei1":"109956327037031","imei2":"109956327037031","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168593,"job_number":"JOB_168593","tr_customer_id":168610,"tr_customer_product_id":168600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:58.000Z","modified_at":"2026-01-27T16:31:58.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10242320510615","imei1":"10242320510615","imei2":"10242320510615","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168595,"job_number":"JOB_168595","tr_customer_id":168612,"tr_customer_product_id":168602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:00.000Z","modified_at":"2026-01-27T16:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"35289861359381","imei1":"35289861359381","imei2":"35289861359381","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168596,"job_number":"JOB_168596","tr_customer_id":168613,"tr_customer_product_id":168603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:34.000Z","modified_at":"2026-01-27T16:32:34.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15467269520743","imei1":"15467269520743","imei2":"15467269520743","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168598,"job_number":"JOB_168598","tr_customer_id":168615,"tr_customer_product_id":168605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:36.000Z","modified_at":"2026-01-27T16:32:36.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70603217290434","imei1":"70603217290434","imei2":"70603217290434","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168599,"job_number":"JOB_168599","tr_customer_id":168616,"tr_customer_product_id":168606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:39:44.000Z","modified_at":"2026-01-27T16:39:44.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"73596642243346","imei1":"73596642243346","imei2":"73596642243346","popurl":"2026-01-17T16:39:41.482427800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168600,"job_number":"JOB_168600","tr_customer_id":168617,"tr_customer_product_id":168607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:41:27.000Z","modified_at":"2026-01-27T16:41:27.000Z","name":"Sharda Pillai","mobile_number":"8683347037","email_id":"chandranath.guha@gmail.com","dop":"2026-01-17","serial_number":"39843149417090","imei1":"39843149417090","imei2":"39843149417090","popurl":"www.vaishnavi-varrier.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168601,"job_number":"JOB_168601","tr_customer_id":168618,"tr_customer_product_id":168608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:07.000Z","modified_at":"2026-01-27T16:54:07.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"25343391732759","imei1":"25343391732759","imei2":"25343391732759","popurl":"2026-01-17T16:53:57.624039735Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168602,"job_number":"JOB_168602","tr_customer_id":168619,"tr_customer_product_id":168609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:19.000Z","modified_at":"2026-01-27T16:54:19.000Z","name":"Geeta Varma","mobile_number":"8645740548","email_id":"ajit.iyengar@gmail.com","dop":"2026-01-17","serial_number":"80907096314582","imei1":"80907096314582","imei2":"80907096314582","popurl":"www.devasree-gupta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168603,"job_number":"JOB_168603","tr_customer_id":168620,"tr_customer_product_id":168610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:05.000Z","modified_at":"2026-01-27T16:55:05.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"19953254555558","imei1":"19953254555558","imei2":"19953254555558","popurl":"2026-01-17T16:54:55.361742867Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168604,"job_number":"JOB_168604","tr_customer_id":168621,"tr_customer_product_id":168611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:17.000Z","modified_at":"2026-01-27T16:55:17.000Z","name":"Chandravati Chattopadhyay","mobile_number":"8631652004","email_id":"kalyani.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"19520624202631","imei1":"19520624202631","imei2":"19520624202631","popurl":"www.akula-banerjee.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168605,"job_number":"JOB_168605","tr_customer_id":168622,"tr_customer_product_id":168612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:33.000Z","modified_at":"2026-01-27T16:57:33.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-17","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-17T16:57:32.867823459Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168606,"job_number":"JOB_168606","tr_customer_id":168623,"tr_customer_product_id":168613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:52.000Z","modified_at":"2026-01-27T16:57:52.000Z","name":"Goswamee Shukla","mobile_number":"7097990517","email_id":"kamla.marar@hotmail.com","dop":"2026-01-17","serial_number":"484627285911710","imei1":"484627285911710","imei2":"484627285911710","popurl":"www.mahesh-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168607,"job_number":"JOB_168607","tr_customer_id":168624,"tr_customer_product_id":168614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:33.000Z","modified_at":"2026-01-27T16:58:33.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806375566","imei1":"499863806375566","imei2":"499863806375566","popurl":"2026-01-17T16:58:32.562471011Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168608,"job_number":"JOB_168608","tr_customer_id":168625,"tr_customer_product_id":168615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:46.000Z","modified_at":"2026-01-27T16:58:46.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376402","imei1":"499863806376402","imei2":"499863806376402","popurl":"2026-01-17T16:58:45.122655427Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168609,"job_number":"JOB_168609","tr_customer_id":168626,"tr_customer_product_id":168616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:52.000Z","modified_at":"2026-01-27T16:58:52.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2026-01-17T16:58:51.281320551Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168610,"job_number":"JOB_168610","tr_customer_id":168627,"tr_customer_product_id":168617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:59:19.000Z","modified_at":"2026-01-27T16:59:19.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-01-17","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-01-17T16:59:18.674666402Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:59:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168611,"job_number":"JOB_168611","tr_customer_id":168628,"tr_customer_product_id":168618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:02:16.000Z","modified_at":"2026-01-27T17:02:16.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-01-17","serial_number":"87988284085858","imei1":"87988284085858","imei2":"87988284085858","popurl":"2026-01-17T17:02:15.590744627Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168612,"job_number":"JOB_168612","tr_customer_id":168629,"tr_customer_product_id":168619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16296194773734","imei2":"16296194773734","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167545,"job_number":"JOB_167545","tr_customer_id":167562,"tr_customer_product_id":167552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:15.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13453255964591","imei1":"13453255964591","imei2":"13453255964591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167547,"job_number":"JOB_167547","tr_customer_id":167564,"tr_customer_product_id":167554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:17.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13975438843936","imei1":"13975438843936","imei2":"13975438843936","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167580,"job_number":"JOB_167580","tr_customer_id":167597,"tr_customer_product_id":167587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:58.000Z","modified_at":"2026-01-27T03:56:58.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Sonia_Reichel97@hotmail.com","dop":"2025-07-02","serial_number":"19374980428044","imei1":"19374980428044","imei2":"19374980428044","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167589,"job_number":"JOB_167589","tr_customer_id":167606,"tr_customer_product_id":167596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:15.000Z","modified_at":"2026-01-27T03:57:15.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kelsi_Schiller40@hotmail.com","dop":"2025-07-02","serial_number":"18330157911715","imei1":"18330157911715","imei2":"18330157911715","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167610,"job_number":"JOB_167610","tr_customer_id":167627,"tr_customer_product_id":167617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:32.000Z","modified_at":"2026-01-27T03:57:32.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Kim_Senger19@yahoo.com","dop":"2025-07-02","serial_number":"14478206148415","imei1":"14478206148415","imei2":"14478206148415","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167631,"job_number":"JOB_167631","tr_customer_id":167648,"tr_customer_product_id":167638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:46.000Z","modified_at":"2026-01-27T03:57:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113592422631647","imei1":"113592422631647","imei2":"113592422631647","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167632,"job_number":"JOB_167632","tr_customer_id":167649,"tr_customer_product_id":167639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Krystel Mertz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169905397032309","imei1":"169905397032309","imei2":"169905397032309","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167634,"job_number":"JOB_167634","tr_customer_id":167651,"tr_customer_product_id":167641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Constantin Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114120787849256","imei1":"114120787849256","imei2":"114120787849256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167635,"job_number":"JOB_167635","tr_customer_id":167652,"tr_customer_product_id":167642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Kayley Cartwright","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142568640052876","imei1":"142568640052876","imei2":"142568640052876","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167644,"job_number":"JOB_167644","tr_customer_id":167661,"tr_customer_product_id":167651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"160947787121403","imei1":"160947787121403","imei2":"160947787121403","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167645,"job_number":"JOB_167645","tr_customer_id":167662,"tr_customer_product_id":167652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Joesph Wisozk","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180299567372427","imei1":"180299567372427","imei2":"180299567372427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167646,"job_number":"JOB_167646","tr_customer_id":167663,"tr_customer_product_id":167653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"George Wehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162741629655708","imei1":"162741629655708","imei2":"162741629655708","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167647,"job_number":"JOB_167647","tr_customer_id":167664,"tr_customer_product_id":167654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Royce Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187031398724326","imei1":"187031398724326","imei2":"187031398724326","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167686,"job_number":"JOB_167686","tr_customer_id":167703,"tr_customer_product_id":167693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109429601299068","imei1":"109429601299068","imei2":"109429601299068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167690,"job_number":"JOB_167690","tr_customer_id":167707,"tr_customer_product_id":167697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Yasmine O'Conner","mobile_number":"276-226-2059","email_id":"Micheal.Langworth@hotmail.com","dop":"2025-06-09","serial_number":"104117836226352","imei1":"104117836226352","imei2":"104117836226352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167705,"job_number":"JOB_167705","tr_customer_id":167722,"tr_customer_product_id":167712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108554028495768","imei1":"108554028495768","imei2":"108554028495768","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167707,"job_number":"JOB_167707","tr_customer_id":167724,"tr_customer_product_id":167714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Fermin Morar","mobile_number":"734-674-9275","email_id":"Monica.Schroeder@hotmail.com","dop":"2025-06-09","serial_number":"109431696412298","imei1":"109431696412298","imei2":"109431696412298","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167715,"job_number":"JOB_167715","tr_customer_id":167732,"tr_customer_product_id":167722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:12.000Z","modified_at":"2026-01-27T03:59:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109186152508815","imei1":"109186152508815","imei2":"109186152508815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167717,"job_number":"JOB_167717","tr_customer_id":167734,"tr_customer_product_id":167724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:13.000Z","name":"Emie Greenholt","mobile_number":"985-658-9900","email_id":"Rod41@hotmail.com","dop":"2025-06-09","serial_number":"105938978155234","imei1":"105938978155234","imei2":"105938978155234","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167758,"job_number":"JOB_167758","tr_customer_id":167775,"tr_customer_product_id":167765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:13.000Z","modified_at":"2026-01-27T04:39:13.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19392864251321","imei1":"19392864251321","imei2":"19392864251321","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167802,"job_number":"JOB_167802","tr_customer_id":167819,"tr_customer_product_id":167809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:01.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101552759016705","imei1":"101552759016705","imei2":"101552759016705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167804,"job_number":"JOB_167804","tr_customer_id":167821,"tr_customer_product_id":167811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:02.000Z","modified_at":"2026-01-27T06:20:02.000Z","name":"Margarete Runolfsson","mobile_number":"585-678-2135","email_id":"Neha_McCullough@yahoo.com","dop":"2025-06-09","serial_number":"102551438914382","imei1":"102551438914382","imei2":"102551438914382","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167805,"job_number":"JOB_167805","tr_customer_id":167822,"tr_customer_product_id":167812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:17.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107185650913150","imei1":"107185650913150","imei2":"107185650913150","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167807,"job_number":"JOB_167807","tr_customer_id":167824,"tr_customer_product_id":167814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:18.000Z","modified_at":"2026-01-27T06:20:18.000Z","name":"Adan Padberg","mobile_number":"624-381-5378","email_id":"Jessika.Roob@hotmail.com","dop":"2025-06-09","serial_number":"101487988748895","imei1":"101487988748895","imei2":"101487988748895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167811,"job_number":"JOB_167811","tr_customer_id":167828,"tr_customer_product_id":167818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100068897076486","imei1":"100068897076486","imei2":"100068897076486","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167813,"job_number":"JOB_167813","tr_customer_id":167830,"tr_customer_product_id":167820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:34.000Z","modified_at":"2026-01-27T06:20:34.000Z","name":"Sonny Turner","mobile_number":"799-958-6159","email_id":"Donna.MacGyver@yahoo.com","dop":"2025-06-09","serial_number":"103029682528025","imei1":"103029682528025","imei2":"103029682528025","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167954,"job_number":"JOB_167954","tr_customer_id":167971,"tr_customer_product_id":167961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:24.000Z","modified_at":"2026-01-27T07:35:24.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Jovan_Lakin@yahoo.com","dop":"2025-07-02","serial_number":"12311241407709","imei1":"12311241407709","imei2":"12311241407709","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167955,"job_number":"JOB_167955","tr_customer_id":167972,"tr_customer_product_id":167962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:45.000Z","modified_at":"2026-01-27T07:35:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Markus_Morar4@gmail.com","dop":"2025-07-02","serial_number":"11330791329777","imei1":"11330791329777","imei2":"11330791329777","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167956,"job_number":"JOB_167956","tr_customer_id":167973,"tr_customer_product_id":167963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:36:05.000Z","modified_at":"2026-01-27T07:36:05.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Bernita92@hotmail.com","dop":"2025-07-02","serial_number":"19468135399299","imei1":"19468135399299","imei2":"19468135399299","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168412,"job_number":"JOB_168412","tr_customer_id":168429,"tr_customer_product_id":168419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"136721794885198","imei1":"136721794885198","imei2":"136721794885198","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168413,"job_number":"JOB_168413","tr_customer_id":168430,"tr_customer_product_id":168420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Kaitlin Macejkovic","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123011456727925","imei1":"123011456727925","imei2":"123011456727925","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168414,"job_number":"JOB_168414","tr_customer_id":168431,"tr_customer_product_id":168421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Irwin Schulist","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170474120072593","imei1":"170474120072593","imei2":"170474120072593","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168415,"job_number":"JOB_168415","tr_customer_id":168432,"tr_customer_product_id":168422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:49.000Z","modified_at":"2026-01-27T14:19:49.000Z","name":"Lennie Hyatt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128484971475887","imei1":"128484971475887","imei2":"128484971475887","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168416,"job_number":"JOB_168416","tr_customer_id":168433,"tr_customer_product_id":168423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:02.000Z","modified_at":"2026-01-27T14:20:02.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"184639982898047","imei1":"184639982898047","imei2":"184639982898047","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168417,"job_number":"JOB_168417","tr_customer_id":168434,"tr_customer_product_id":168424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Beryl Borer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128719321275112","imei1":"128719321275112","imei2":"128719321275112","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168418,"job_number":"JOB_168418","tr_customer_id":168435,"tr_customer_product_id":168425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Tom Weber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166434105009195","imei1":"166434105009195","imei2":"166434105009195","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168419,"job_number":"JOB_168419","tr_customer_id":168436,"tr_customer_product_id":168426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Herta Muller","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166178795897785","imei1":"166178795897785","imei2":"166178795897785","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168522,"job_number":"JOB_168522","tr_customer_id":168539,"tr_customer_product_id":168529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:41.000Z","modified_at":"2026-01-27T14:35:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109228975100349","imei1":"109228975100349","imei2":"109228975100349","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168524,"job_number":"JOB_168524","tr_customer_id":168541,"tr_customer_product_id":168531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:42.000Z","modified_at":"2026-01-27T14:35:42.000Z","name":"Chaz Bogisich","mobile_number":"392-210-9533","email_id":"Celia_Kris@yahoo.com","dop":"2025-06-09","serial_number":"108671743184142","imei1":"108671743184142","imei2":"108671743184142","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168525,"job_number":"JOB_168525","tr_customer_id":168542,"tr_customer_product_id":168532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:43.000Z","modified_at":"2026-01-27T14:35:43.000Z","name":"Elise Dicki","mobile_number":"458-642-9793","email_id":"Reece.Crist@gmail.com","dop":"2025-06-09","serial_number":"16083747907973634","imei1":"16083747907973634","imei2":"16083747907973634","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168526,"job_number":"JOB_168526","tr_customer_id":168543,"tr_customer_product_id":168533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100344471231049","imei1":"100344471231049","imei2":"100344471231049","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168530,"job_number":"JOB_168530","tr_customer_id":168547,"tr_customer_product_id":168537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Izaiah Kozey","mobile_number":"445-730-8619","email_id":"Tomasa2@hotmail.com","dop":"2025-06-09","serial_number":"105219142185075","imei1":"105219142185075","imei2":"105219142185075","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168533,"job_number":"JOB_168533","tr_customer_id":168550,"tr_customer_product_id":168540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:16.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103570441628619","imei1":"103570441628619","imei2":"103570441628619","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168535,"job_number":"JOB_168535","tr_customer_id":168552,"tr_customer_product_id":168542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Larissa Leuschke","mobile_number":"426-795-3122","email_id":"Elna.Rolfson28@hotmail.com","dop":"2025-06-09","serial_number":"109669950200651","imei1":"109669950200651","imei2":"109669950200651","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167601,"job_number":"JOB_167601","tr_customer_id":167618,"tr_customer_product_id":167608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10001153009440","imei1":"10001153009440","imei2":"10001153009440","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167604,"job_number":"JOB_167604","tr_customer_id":167621,"tr_customer_product_id":167611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:22.000Z","modified_at":"2026-01-27T03:57:22.000Z","name":"Kathlyn Emard","mobile_number":"883-509-2132","email_id":"Flavie_Vandervort@hotmail.com","dop":"2000-01-31","serial_number":"1042892078118244","imei1":"1042892078118244","imei2":"1042892078118244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167656,"job_number":"JOB_167656","tr_customer_id":167673,"tr_customer_product_id":167663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10368661501071","imei1":"10368661501071","imei2":"10368661501071","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167660,"job_number":"JOB_167660","tr_customer_id":167677,"tr_customer_product_id":167667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Lilla Rodriguez","mobile_number":"471-903-4904","email_id":"Miracle77@hotmail.com","dop":"2000-01-31","serial_number":"1003103858390333","imei1":"1003103858390333","imei2":"1003103858390333","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167697,"job_number":"JOB_167697","tr_customer_id":167714,"tr_customer_product_id":167704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10404146666771","imei1":"10404146666771","imei2":"10404146666771","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167701,"job_number":"JOB_167701","tr_customer_id":167718,"tr_customer_product_id":167708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"Gilda Moore","mobile_number":"609-676-5261","email_id":"Wade_Bernier40@hotmail.com","dop":"2000-01-31","serial_number":"1014467587513357","imei1":"1014467587513357","imei2":"1014467587513357","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167724,"job_number":"JOB_167724","tr_customer_id":167741,"tr_customer_product_id":167731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T03:59:34.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10756932133754","imei1":"10756932133754","imei2":"10756932133754","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167726,"job_number":"JOB_167726","tr_customer_id":167743,"tr_customer_product_id":167733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:35.000Z","modified_at":"2026-01-27T03:59:35.000Z","name":"Ansel Durgan","mobile_number":"326-411-8036","email_id":"Geo.Bayer12@yahoo.com","dop":"2000-01-31","serial_number":"1040609851694983","imei1":"1040609851694983","imei2":"1040609851694983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167866,"job_number":"JOB_167866","tr_customer_id":167883,"tr_customer_product_id":167873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:35:47.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10437737016874","imei1":"10437737016874","imei2":"10437737016874","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167868,"job_number":"JOB_167868","tr_customer_id":167885,"tr_customer_product_id":167875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:49.000Z","modified_at":"2026-01-27T06:35:49.000Z","name":"Marcelle Zieme","mobile_number":"348-753-9040","email_id":"Lottie_Schiller95@hotmail.com","dop":"2000-01-31","serial_number":"1044629435192454","imei1":"1044629435192454","imei2":"1044629435192454","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167874,"job_number":"JOB_167874","tr_customer_id":167891,"tr_customer_product_id":167881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:31.000Z","modified_at":"2026-01-27T06:36:31.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10620499692264","imei1":"10620499692264","imei2":"10620499692264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167876,"job_number":"JOB_167876","tr_customer_id":167893,"tr_customer_product_id":167883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:33.000Z","modified_at":"2026-01-27T06:36:33.000Z","name":"Princess Bartell","mobile_number":"610-243-2625","email_id":"Frederique.Nienow41@gmail.com","dop":"2000-01-31","serial_number":"1008582811372429","imei1":"1008582811372429","imei2":"1008582811372429","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167885,"job_number":"JOB_167885","tr_customer_id":167902,"tr_customer_product_id":167892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:15.000Z","modified_at":"2026-01-27T06:37:15.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10975522372856","imei1":"10975522372856","imei2":"10975522372856","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167887,"job_number":"JOB_167887","tr_customer_id":167904,"tr_customer_product_id":167894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:17.000Z","modified_at":"2026-01-27T06:37:17.000Z","name":"Phyllis Stoltenberg","mobile_number":"269-487-7127","email_id":"Enos.Ernser@yahoo.com","dop":"2000-01-31","serial_number":"1017361775799387","imei1":"1017361775799387","imei2":"1017361775799387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167891,"job_number":"JOB_167891","tr_customer_id":167908,"tr_customer_product_id":167898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:59.000Z","modified_at":"2026-01-27T06:37:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10174215740446","imei1":"10174215740446","imei2":"10174215740446","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167893,"job_number":"JOB_167893","tr_customer_id":167910,"tr_customer_product_id":167900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:01.000Z","modified_at":"2026-01-27T06:38:01.000Z","name":"Jonatan Boyle","mobile_number":"565-294-8891","email_id":"Domenica_Bosco@gmail.com","dop":"2000-01-31","serial_number":"1030009739899854","imei1":"1030009739899854","imei2":"1030009739899854","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168448,"job_number":"JOB_168448","tr_customer_id":168465,"tr_customer_product_id":168455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:25.000Z","modified_at":"2026-01-27T14:25:25.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10058359478847","imei1":"10058359478847","imei2":"10058359478847","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168450,"job_number":"JOB_168450","tr_customer_id":168467,"tr_customer_product_id":168457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:27.000Z","modified_at":"2026-01-27T14:25:27.000Z","name":"Alessandro Brekke","mobile_number":"308-295-0330","email_id":"Brionna_Wolff12@gmail.com","dop":"2000-01-31","serial_number":"1050533870084755","imei1":"1050533870084755","imei2":"1050533870084755","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168455,"job_number":"JOB_168455","tr_customer_id":168472,"tr_customer_product_id":168462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:19.000Z","modified_at":"2026-01-27T14:26:19.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10008870097241","imei1":"10008870097241","imei2":"10008870097241","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168457,"job_number":"JOB_168457","tr_customer_id":168474,"tr_customer_product_id":168464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:21.000Z","modified_at":"2026-01-27T14:26:21.000Z","name":"Valerie Hayes","mobile_number":"990-952-5100","email_id":"Odell.Lowe@yahoo.com","dop":"2000-01-31","serial_number":"1048247811600389","imei1":"1048247811600389","imei2":"1048247811600389","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168458,"job_number":"JOB_168458","tr_customer_id":168475,"tr_customer_product_id":168465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:12.000Z","modified_at":"2026-01-27T14:27:12.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10272219680675","imei1":"10272219680675","imei2":"10272219680675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168460,"job_number":"JOB_168460","tr_customer_id":168477,"tr_customer_product_id":168467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:14.000Z","modified_at":"2026-01-27T14:27:14.000Z","name":"Mossie Lindgren","mobile_number":"897-460-5705","email_id":"Keara.Funk@yahoo.com","dop":"2000-01-31","serial_number":"1076906634427195","imei1":"1076906634427195","imei2":"1076906634427195","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168467,"job_number":"JOB_168467","tr_customer_id":168484,"tr_customer_product_id":168474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:05.000Z","modified_at":"2026-01-27T14:28:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10669631252517","imei1":"10669631252517","imei2":"10669631252517","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168469,"job_number":"JOB_168469","tr_customer_id":168486,"tr_customer_product_id":168476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:07.000Z","modified_at":"2026-01-27T14:28:07.000Z","name":"Callie Bernhard","mobile_number":"870-614-3117","email_id":"Walton_Jakubowski30@yahoo.com","dop":"2000-01-31","serial_number":"1030842983708839","imei1":"1030842983708839","imei2":"1030842983708839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 3bbedbac-8bb1-4a31-9cae-72676b381432
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 59
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-3fzBOVqRw9Oycwd2cGemtieVHxQ"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTl9.CkPKtRZdnVGEGGo7sIsa0EQkxnlxbOFY3PqTWp4652w"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDk2MTV9.EDOC39xbUnNPJQTK7YJ60-VvEgmOIsJt1wN-TQ54hn0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTl9.CkPKtRZdnVGEGGo7sIsa0EQkxnlxbOFY3PqTWp4652w
Connection keep-alive
If-None-Match W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token c814dbc5-3204-4bab-92ef-8bbac3b0d7ff
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDk2MTV9.EDOC39xbUnNPJQTK7YJ60-VvEgmOIsJt1wN-TQ54hn0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f9-BjC4atcJFXwDRx590XRVnnbLGdc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 244ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTl9.CkPKtRZdnVGEGGo7sIsa0EQkxnlxbOFY3PqTWp4652w
Connection keep-alive
If-None-Match W/"f9-BjC4atcJFXwDRx590XRVnnbLGdc"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 66d219d5-b2ab-49cd-8042-99215dd83926
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-hw6gMJcSxyAYvC6GZ6RFZUO7eNw"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":293}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 245ms
Mean size per request: 999B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTl9.CkPKtRZdnVGEGGo7sIsa0EQkxnlxbOFY3PqTWp4652w
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token e46f3f64-2e4c-4c52-ba61-06d116905db7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 999
ETag W/"3e7-rkT46m8J8kSzVeteHf6h8xM51VA"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":168613,"job_number":"JOB_168613","tr_customer_id":168630,"tr_customer_product_id":168620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:19.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19220833279008","imei2":"19220833279008","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-27T17:05:19.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTl9.CkPKtRZdnVGEGGo7sIsa0EQkxnlxbOFY3PqTWp4652w
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 9a361117-4b1a-461e-9e97-87bc6e610ac1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 34
Request Body
{"details_key":"repair_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 423ms
Mean size per request: 1.17KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTl9.CkPKtRZdnVGEGGo7sIsa0EQkxnlxbOFY3PqTWp4652w
Connection keep-alive
If-None-Match W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 08394354-781d-4e93-ab9d-0f6429f62d23
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4b2-BAfyTT7LwwZd9wd6+2tjlnLFF4o"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168613,"job_number":"JOB_168613","tr_customer_id":168630,"tr_customer_product_id":168620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:19.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19220833279008","imei2":"19220833279008","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-27T17:05:19.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":168613,"remark":"phone slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-27T17:05:15.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTl9.CkPKtRZdnVGEGGo7sIsa0EQkxnlxbOFY3PqTWp4652w
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 15896fd8-91bd-4e39-ac7a-2e52bb052599
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151329,"problems":[{"id":1,"remark":"updated os"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTl9.CkPKtRZdnVGEGGo7sIsa0EQkxnlxbOFY3PqTWp4652w
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 8493afec-9e36-4f22-a6e6-8c21190604f1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 133
Request Body
{
            "job_id": 168613,
            "problems": [
                {
                    "id": 1,
                    "remark": "updated os"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 416ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTl9.CkPKtRZdnVGEGGo7sIsa0EQkxnlxbOFY3PqTWp4652w
Connection keep-alive
If-None-Match W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 61a8ef48-8c46-4484-ba37-fca298077ebc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 10f2650e-d9c6-4c9e-91e4-fed484374229
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 42
Request Body
{"username":"iamqc","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-f/xMDNZteFfnRmSxi2XdDbcmN/g"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzUyMn0.S81m148ybgWzixqbQelSHRmKxApWr4w9skJfBFYmVOQ"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzUyMn0.S81m148ybgWzixqbQelSHRmKxApWr4w9skJfBFYmVOQ
Connection keep-alive
If-None-Match W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 15c895d9-dcac-4145-a764-3ac384e0836a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a4-vGLOU1E6+pS2LyHZKcJ627Iq4i8"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzUyMn0.S81m148ybgWzixqbQelSHRmKxApWr4w9skJfBFYmVOQ
Connection keep-alive
If-None-Match W/"a4-vGLOU1E6+pS2LyHZKcJ627Iq4i8"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token df30a8aa-e4e5-43ab-8649-8cccd54dff27
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-sVbaYpo+pjp9uEawO6JuR9YTHPE"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":293},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzUyMn0.S81m148ybgWzixqbQelSHRmKxApWr4w9skJfBFYmVOQ
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 2e29f254-5e96-4ae1-a676-2a77b5672cc5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 314ms
Mean size per request: 283.09KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzUyMn0.S81m148ybgWzixqbQelSHRmKxApWr4w9skJfBFYmVOQ
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 1fd54d53-fcd3-4368-be1d-82a1745379ff
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"46c60-VtWZ56fFW+3QmblFFekSRc2ROGo"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168555,"job_number":"JOB_168555","tr_customer_id":168572,"tr_customer_product_id":168562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:04.000Z","modified_at":"2026-01-27T14:39:14.000Z","name":"giyu tomiaka","mobile_number":"664-638-8499","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"942601100539197","imei1":"942601100539197","imei2":"942601100539197","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168554,"job_number":"JOB_168554","tr_customer_id":168571,"tr_customer_product_id":168561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:52.000Z","modified_at":"2026-01-27T14:39:02.000Z","name":"tanjiro kamado","mobile_number":"433-273-3217","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"207073624441731","imei1":"207073624441731","imei2":"207073624441731","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168553,"job_number":"JOB_168553","tr_customer_id":168570,"tr_customer_product_id":168560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:40.000Z","modified_at":"2026-01-27T14:38:50.000Z","name":"saitama sensei","mobile_number":"339-446-2160","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"875463016242838","imei1":"875463016242838","imei2":"875463016242838","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168534,"job_number":"JOB_168534","tr_customer_id":168551,"tr_customer_product_id":168541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:29.000Z","name":"Garfield Farrell","mobile_number":"952-254-4057","email_id":"Domenick87@hotmail.com","dop":"2025-06-09","serial_number":"100645100343978","imei1":"100645100343978","imei2":"100645100343978","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168528,"job_number":"JOB_168528","tr_customer_id":168545,"tr_customer_product_id":168535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:36:11.000Z","name":"Blanche VonRueden","mobile_number":"500-940-1093","email_id":"Andre.Schmidt@yahoo.com","dop":"2025-06-09","serial_number":"103384821840244","imei1":"103384821840244","imei2":"103384821840244","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168523,"job_number":"JOB_168523","tr_customer_id":168540,"tr_customer_product_id":168530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:41.000Z","modified_at":"2026-01-27T14:35:54.000Z","name":"Godfrey Dickens","mobile_number":"885-371-1600","email_id":"Cecelia.Satterfield13@yahoo.com","dop":"2025-06-09","serial_number":"107593543432128","imei1":"107593543432128","imei2":"107593543432128","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168420,"job_number":"JOB_168420","tr_customer_id":168437,"tr_customer_product_id":168427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:08.000Z","modified_at":"2026-01-27T14:20:32.000Z","name":"Jalyn Roberts","mobile_number":"622-230-0011","email_id":"Jess.Grant61@yahoo.com","dop":"2025-10-01","serial_number":"11790772838237","imei1":"11790772838237","imei2":"11790772838237","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168408,"job_number":"JOB_168408","tr_customer_id":168425,"tr_customer_product_id":168415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:03.000Z","modified_at":"2026-01-27T14:03:15.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"61244624026113","imei1":"61244624026113","imei2":"61244624026113","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:03:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168404,"job_number":"JOB_168404","tr_customer_id":168421,"tr_customer_product_id":168411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:47.000Z","modified_at":"2026-01-27T14:02:59.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"83368626841605","imei1":"83368626841605","imei2":"83368626841605","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168024,"job_number":"JOB_168024","tr_customer_id":168041,"tr_customer_product_id":168031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:44:16.000Z","modified_at":"2026-01-27T16:39:15.000Z","name":"Nitin Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"97707161098983","imei1":"97707161098983","imei2":"97707161098983","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167975,"job_number":"JOB_167975","tr_customer_id":167992,"tr_customer_product_id":167982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:57.000Z","name":"Tyra Bode","mobile_number":"345-387-5492","email_id":"Vinnie_Hansen8@hotmail.com","dop":"2025-11-04","serial_number":"15467931154278","imei1":"15467931154278","imei2":"15467931154278","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167972,"job_number":"JOB_167972","tr_customer_id":167989,"tr_customer_product_id":167979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:27.000Z","modified_at":"2026-01-27T07:47:40.000Z","name":"Myrtie Von","mobile_number":"535-695-3663","email_id":"Garry.Deckow@gmail.com","dop":"2025-11-04","serial_number":"55820820197905","imei1":"55820820197905","imei2":"55820820197905","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167971,"job_number":"JOB_167971","tr_customer_id":167988,"tr_customer_product_id":167978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:10.000Z","modified_at":"2026-01-27T07:47:22.000Z","name":"Hailey Rath","mobile_number":"746-636-4364","email_id":"George0@yahoo.com","dop":"2025-11-04","serial_number":"84569898271866","imei1":"84569898271866","imei2":"84569898271866","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167953,"job_number":"JOB_167953","tr_customer_id":167970,"tr_customer_product_id":167960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:28:10.000Z","modified_at":"2026-01-27T07:28:21.000Z","name":"Emie Bergstrom","mobile_number":"359-635-2065","email_id":"Marjorie.Larkin@yahoo.com","dop":"2025-11-04","serial_number":"32225753709504","imei1":"32225753709504","imei2":"32225753709504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167952,"job_number":"JOB_167952","tr_customer_id":167969,"tr_customer_product_id":167959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:55.000Z","modified_at":"2026-01-27T07:28:06.000Z","name":"Hubert Rolfson","mobile_number":"399-357-0889","email_id":"Giuseppe18@yahoo.com","dop":"2025-11-04","serial_number":"52472548051072","imei1":"52472548051072","imei2":"52472548051072","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167951,"job_number":"JOB_167951","tr_customer_id":167968,"tr_customer_product_id":167958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:39.000Z","modified_at":"2026-01-27T07:27:51.000Z","name":"Bernita Johnston","mobile_number":"924-316-2364","email_id":"Sylvester.Thompson@yahoo.com","dop":"2025-11-04","serial_number":"51972504316060","imei1":"51972504316060","imei2":"51972504316060","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167846,"job_number":"JOB_167846","tr_customer_id":167863,"tr_customer_product_id":167853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"63418459119098","imei1":"63418459119098","imei2":"63418459119098","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167842,"job_number":"JOB_167842","tr_customer_id":167859,"tr_customer_product_id":167849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:59.000Z","modified_at":"2026-01-27T06:30:12.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"14949087610513","imei1":"14949087610513","imei2":"14949087610513","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167841,"job_number":"JOB_167841","tr_customer_id":167858,"tr_customer_product_id":167848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:41.000Z","modified_at":"2026-01-27T06:29:54.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"83346861180614","imei1":"83346861180614","imei2":"83346861180614","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167814,"job_number":"JOB_167814","tr_customer_id":167831,"tr_customer_product_id":167821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:22:09.000Z","modified_at":"2026-01-27T06:22:36.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"87489460908188","imei1":"87489460908188","imei2":"87489460908188","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167812,"job_number":"JOB_167812","tr_customer_id":167829,"tr_customer_product_id":167819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:44.000Z","name":"Bryce Leffler","mobile_number":"385-608-7314","email_id":"Eleanora34@gmail.com","dop":"2025-06-09","serial_number":"101447873691916","imei1":"101447873691916","imei2":"101447873691916","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167806,"job_number":"JOB_167806","tr_customer_id":167823,"tr_customer_product_id":167813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:29.000Z","name":"Ruben Christiansen","mobile_number":"731-322-8089","email_id":"Rylan70@gmail.com","dop":"2025-06-09","serial_number":"101454981814787","imei1":"101454981814787","imei2":"101454981814787","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167803,"job_number":"JOB_167803","tr_customer_id":167820,"tr_customer_product_id":167810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:13.000Z","name":"Rashad Fritsch","mobile_number":"226-706-0013","email_id":"Jan_Boyle4@hotmail.com","dop":"2025-06-09","serial_number":"109276788223497","imei1":"109276788223497","imei2":"109276788223497","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167795,"job_number":"JOB_167795","tr_customer_id":167812,"tr_customer_product_id":167802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:18:21.000Z","modified_at":"2026-01-27T06:18:44.000Z","name":"Enrico Kirlin","mobile_number":"251-555-3855","email_id":"Eli72@yahoo.com","dop":"2025-10-01","serial_number":"11322837650533","imei1":"11322837650533","imei2":"11322837650533","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167794,"job_number":"JOB_167794","tr_customer_id":167811,"tr_customer_product_id":167801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:35.000Z","modified_at":"2026-01-27T06:18:02.000Z","name":"Troy Langworth","mobile_number":"692-491-3396","email_id":"Bernadine.Runolfsdottir@hotmail.com","dop":"2025-11-04","serial_number":"84989457462321","imei1":"84989457462321","imei2":"84989457462321","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167793,"job_number":"JOB_167793","tr_customer_id":167810,"tr_customer_product_id":167800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:19.000Z","modified_at":"2026-01-27T06:17:30.000Z","name":"Wilhelmine Nienow","mobile_number":"634-944-3525","email_id":"Vena.Toy@gmail.com","dop":"2025-11-04","serial_number":"50739144913283","imei1":"50739144913283","imei2":"50739144913283","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167757,"job_number":"JOB_167757","tr_customer_id":167774,"tr_customer_product_id":167764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:12.000Z","modified_at":"2026-01-27T04:39:22.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15588334816566","imei1":"15588334816566","imei2":"15588334816566","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167716,"job_number":"JOB_167716","tr_customer_id":167733,"tr_customer_product_id":167723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:24.000Z","name":"Bennie Franecki","mobile_number":"802-828-9137","email_id":"Mario.Sanford@yahoo.com","dop":"2025-06-09","serial_number":"108192504023156","imei1":"108192504023156","imei2":"108192504023156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167706,"job_number":"JOB_167706","tr_customer_id":167723,"tr_customer_product_id":167713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Kayley Grant","mobile_number":"987-283-8009","email_id":"Germaine16@gmail.com","dop":"2025-06-09","serial_number":"102323060459001","imei1":"102323060459001","imei2":"102323060459001","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167688,"job_number":"JOB_167688","tr_customer_id":167705,"tr_customer_product_id":167695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:52.000Z","name":"Devyn Jerde","mobile_number":"833-279-3346","email_id":"Deja72@yahoo.com","dop":"2025-06-09","serial_number":"103696049142109","imei1":"103696049142109","imei2":"103696049142109","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167633,"job_number":"JOB_167633","tr_customer_id":167650,"tr_customer_product_id":167640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Tanner Bernhard","mobile_number":"590-234-8156","email_id":"Hardy74@yahoo.com","dop":"2025-10-01","serial_number":"12083728362528","imei1":"12083728362528","imei2":"12083728362528","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167598,"job_number":"JOB_167598","tr_customer_id":167615,"tr_customer_product_id":167605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"giyu tomiaka","mobile_number":"325-918-4615","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"898295578132122","imei1":"898295578132122","imei2":"898295578132122","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167583,"job_number":"JOB_167583","tr_customer_id":167600,"tr_customer_product_id":167590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:08.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"tanjiro kamado","mobile_number":"491-800-0516","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"186981793403282","imei1":"186981793403282","imei2":"186981793403282","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167579,"job_number":"JOB_167579","tr_customer_id":167596,"tr_customer_product_id":167586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:57.000Z","modified_at":"2026-01-27T03:57:06.000Z","name":"saitama sensei","mobile_number":"241-714-5923","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"720202871951017","imei1":"720202871951017","imei2":"720202871951017","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167546,"job_number":"JOB_167546","tr_customer_id":167563,"tr_customer_product_id":167553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:26.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19803285126055","imei1":"19803285126055","imei2":"19803285126055","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167544,"job_number":"JOB_167544","tr_customer_id":167561,"tr_customer_product_id":167551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:24.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16856548964448","imei1":"16856548964448","imei2":"16856548964448","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168597,"job_number":"JOB_168597","tr_customer_id":168614,"tr_customer_product_id":168604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:35.000Z","modified_at":"2026-01-27T16:33:04.000Z","name":"Florida Renner","mobile_number":"473-632-9627","email_id":"Filomena.Lindgren91@gmail.com","dop":"2026-01-04","serial_number":"10975282029036","imei1":"10975282029036","imei2":"10975282029036","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168594,"job_number":"JOB_168594","tr_customer_id":168611,"tr_customer_product_id":168601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:59.000Z","modified_at":"2026-01-27T16:32:29.000Z","name":"Onie Wehner","mobile_number":"525-707-7386","email_id":"Guiseppe10@yahoo.com","dop":"2026-01-04","serial_number":"19591251401430","imei1":"19591251401430","imei2":"19591251401430","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168591,"job_number":"JOB_168591","tr_customer_id":168608,"tr_customer_product_id":168598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:22.000Z","modified_at":"2026-01-27T16:31:53.000Z","name":"Jewel Jakubowski","mobile_number":"344-549-8027","email_id":"Emmanuel.Gorczany85@yahoo.com","dop":"2026-01-04","serial_number":"13123661182437","imei1":"13123661182437","imei2":"13123661182437","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168588,"job_number":"JOB_168588","tr_customer_id":168605,"tr_customer_product_id":168595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:12.000Z","modified_at":"2026-01-27T16:18:50.000Z","name":"Vicenta Hickle","mobile_number":"903-700-9662","email_id":"Jolie_Goodwin99@gmail.com","dop":"2025-04-06","serial_number":"14823471304770","imei1":"14823471304770","imei2":"14823471304770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:18:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168585,"job_number":"JOB_168585","tr_customer_id":168602,"tr_customer_product_id":168592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:26.000Z","modified_at":"2026-01-27T16:18:05.000Z","name":"Nathan Bailey","mobile_number":"314-431-0996","email_id":"Christop_McDermott@hotmail.com","dop":"2025-04-06","serial_number":"14199266172636","imei1":"14199266172636","imei2":"14199266172636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:18:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168582,"job_number":"JOB_168582","tr_customer_id":168599,"tr_customer_product_id":168589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:40.000Z","modified_at":"2026-01-27T16:17:19.000Z","name":"Elouise Turner","mobile_number":"281-714-2653","email_id":"Vincenzo_Watsica@hotmail.com","dop":"2025-04-06","serial_number":"13726058481533","imei1":"13726058481533","imei2":"13726058481533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:17:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168578,"job_number":"JOB_168578","tr_customer_id":168595,"tr_customer_product_id":168585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:29.000Z","modified_at":"2026-01-27T15:48:39.000Z","name":"Alison Kuvalis","mobile_number":"379-968-0460","email_id":"Kirk66@hotmail.com","dop":"2025-07-01","serial_number":"101065600915747","imei1":"101065600915747","imei2":"101065600915747","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168576,"job_number":"JOB_168576","tr_customer_id":168593,"tr_customer_product_id":168583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:15.000Z","modified_at":"2026-01-27T15:48:27.000Z","name":"Juvenal Shanahan","mobile_number":"384-532-4924","email_id":"Pauline_Smitham@hotmail.com","dop":"2025-07-01","serial_number":"101202221373248","imei1":"101202221373248","imei2":"101202221373248","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168573,"job_number":"JOB_168573","tr_customer_id":168590,"tr_customer_product_id":168580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:04:43.000Z","modified_at":"2026-01-27T15:05:22.000Z","name":"Wayne Jaskolski","mobile_number":"298-435-5449","email_id":"Earnest.Miller@yahoo.com","dop":"2025-04-06","serial_number":"15831377211719","imei1":"15831377211719","imei2":"15831377211719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168571,"job_number":"JOB_168571","tr_customer_id":168588,"tr_customer_product_id":168578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:56.000Z","modified_at":"2026-01-27T15:04:35.000Z","name":"Victor Howell","mobile_number":"916-657-6218","email_id":"Granville37@hotmail.com","dop":"2025-04-06","serial_number":"19659009122260","imei1":"19659009122260","imei2":"19659009122260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168569,"job_number":"JOB_168569","tr_customer_id":168586,"tr_customer_product_id":168576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:09.000Z","modified_at":"2026-01-27T15:03:49.000Z","name":"Jany McLaughlin","mobile_number":"915-529-7776","email_id":"Arturo_Robel@yahoo.com","dop":"2025-04-06","serial_number":"15921801393310","imei1":"15921801393310","imei2":"15921801393310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168566,"job_number":"JOB_168566","tr_customer_id":168583,"tr_customer_product_id":168573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:18.000Z","modified_at":"2026-01-27T14:57:58.000Z","name":"Sammie Wunsch","mobile_number":"867-740-9117","email_id":"Sabrina.Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"14635524139974","imei1":"14635524139974","imei2":"14635524139974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168563,"job_number":"JOB_168563","tr_customer_id":168580,"tr_customer_product_id":168570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:32.000Z","modified_at":"2026-01-27T14:57:11.000Z","name":"Oran Kassulke","mobile_number":"968-259-9104","email_id":"Greyson94@yahoo.com","dop":"2025-04-06","serial_number":"16625743983442","imei1":"16625743983442","imei2":"16625743983442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168560,"job_number":"JOB_168560","tr_customer_id":168577,"tr_customer_product_id":168567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:50.000Z","modified_at":"2026-01-27T14:40:27.000Z","name":"Kristopher Hamill","mobile_number":"613-408-5068","email_id":"Marjory_Rempel6@hotmail.com","dop":"2025-04-06","serial_number":"11700184577754","imei1":"11700184577754","imei2":"11700184577754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:40:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168557,"job_number":"JOB_168557","tr_customer_id":168574,"tr_customer_product_id":168564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:05.000Z","modified_at":"2026-01-27T14:39:43.000Z","name":"Chasity Kilback","mobile_number":"444-243-6395","email_id":"Cortez_Koepp18@yahoo.com","dop":"2025-04-06","serial_number":"17632027953923","imei1":"17632027953923","imei2":"17632027953923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168551,"job_number":"JOB_168551","tr_customer_id":168568,"tr_customer_product_id":168558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:26.000Z","modified_at":"2026-01-27T14:39:04.000Z","name":"Malinda McKenzie","mobile_number":"582-354-7667","email_id":"Ashly.Von@yahoo.com","dop":"2025-04-06","serial_number":"14561773128151","imei1":"14561773128151","imei2":"14561773128151","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168549,"job_number":"JOB_168549","tr_customer_id":168566,"tr_customer_product_id":168556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:20.000Z","modified_at":"2026-01-27T14:38:58.000Z","name":"Stephan Hayes","mobile_number":"380-772-1851","email_id":"Marc_Spencer@yahoo.com","dop":"2025-04-06","serial_number":"10304152059222","imei1":"10304152059222","imei2":"10304152059222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:38:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168546,"job_number":"JOB_168546","tr_customer_id":168563,"tr_customer_product_id":168553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:11.000Z","modified_at":"2026-01-27T14:37:50.000Z","name":"Barton Medhurst","mobile_number":"320-834-1312","email_id":"Delmer42@gmail.com","dop":"2025-04-06","serial_number":"12439773307184","imei1":"12439773307184","imei2":"12439773307184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168544,"job_number":"JOB_168544","tr_customer_id":168561,"tr_customer_product_id":168551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:09.000Z","modified_at":"2026-01-27T14:37:48.000Z","name":"Daphne Reichel","mobile_number":"301-537-9725","email_id":"Hosea79@hotmail.com","dop":"2025-04-06","serial_number":"19073611825661","imei1":"19073611825661","imei2":"19073611825661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168541,"job_number":"JOB_168541","tr_customer_id":168558,"tr_customer_product_id":168548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:37:03.000Z","name":"Jewel Sawayn","mobile_number":"785-939-7834","email_id":"Janessa.Bogisich61@gmail.com","dop":"2025-04-06","serial_number":"16278040109455","imei1":"16278040109455","imei2":"16278040109455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168538,"job_number":"JOB_168538","tr_customer_id":168555,"tr_customer_product_id":168545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:22.000Z","modified_at":"2026-01-27T14:37:01.000Z","name":"Morgan Hirthe","mobile_number":"906-638-8200","email_id":"Reanna.Schamberger52@yahoo.com","dop":"2025-04-06","serial_number":"15074619278145","imei1":"15074619278145","imei2":"15074619278145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168532,"job_number":"JOB_168532","tr_customer_id":168549,"tr_customer_product_id":168539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:54.000Z","name":"Nettie Konopelski","mobile_number":"681-473-6639","email_id":"Dewayne.Klocko40@yahoo.com","dop":"2025-04-06","serial_number":"15704777803318","imei1":"15704777803318","imei2":"15704777803318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168529,"job_number":"JOB_168529","tr_customer_id":168546,"tr_customer_product_id":168536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:36:38.000Z","name":"Mavis Sawayn","mobile_number":"376-753-5722","email_id":"Nat44@yahoo.com","dop":"2025-04-06","serial_number":"12295726618343","imei1":"12295726618343","imei2":"12295726618343","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168520,"job_number":"JOB_168520","tr_customer_id":168537,"tr_customer_product_id":168527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:38.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Misty Mayer","mobile_number":"941-555-8417","email_id":"Benton.Reilly63@yahoo.com","dop":"2025-04-06","serial_number":"14657368347101","imei1":"14657368347101","imei2":"14657368347101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168517,"job_number":"JOB_168517","tr_customer_id":168534,"tr_customer_product_id":168524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:35.000Z","modified_at":"2026-01-27T14:36:15.000Z","name":"Loma Haley","mobile_number":"295-685-6185","email_id":"Luna_Kuhn75@yahoo.com","dop":"2025-04-06","serial_number":"10897302547055","imei1":"10897302547055","imei2":"10897302547055","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168514,"job_number":"JOB_168514","tr_customer_id":168531,"tr_customer_product_id":168521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:13.000Z","modified_at":"2026-01-27T14:35:52.000Z","name":"Linda Kuhn","mobile_number":"486-238-1290","email_id":"Genoveva_Boyer@yahoo.com","dop":"2025-04-06","serial_number":"12209293410742","imei1":"12209293410742","imei2":"12209293410742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168511,"job_number":"JOB_168511","tr_customer_id":168528,"tr_customer_product_id":168518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:51.000Z","modified_at":"2026-01-27T14:35:30.000Z","name":"Scotty Effertz","mobile_number":"345-626-3325","email_id":"Sofia.Hintz77@hotmail.com","dop":"2025-04-06","serial_number":"15028614031468","imei1":"15028614031468","imei2":"15028614031468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168508,"job_number":"JOB_168508","tr_customer_id":168525,"tr_customer_product_id":168515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:27.000Z","modified_at":"2026-01-27T14:35:06.000Z","name":"Raoul Schuster","mobile_number":"673-377-6936","email_id":"Chandler_Corkery@gmail.com","dop":"2025-04-06","serial_number":"14774245487869","imei1":"14774245487869","imei2":"14774245487869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168502,"job_number":"JOB_168502","tr_customer_id":168519,"tr_customer_product_id":168509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:31:16.000Z","modified_at":"2026-01-27T14:31:58.000Z","name":"Gwendolyn Streich","mobile_number":"469-863-0493","email_id":"Jarvis.Pacocha95@yahoo.com","dop":"2025-04-06","serial_number":"19254133947770","imei1":"19254133947770","imei2":"19254133947770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168500,"job_number":"JOB_168500","tr_customer_id":168517,"tr_customer_product_id":168507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:30.000Z","modified_at":"2026-01-27T14:31:09.000Z","name":"Hassie Gleichner","mobile_number":"222-593-1144","email_id":"Favian.Bosco71@yahoo.com","dop":"2025-04-06","serial_number":"17275651875635","imei1":"17275651875635","imei2":"17275651875635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168497,"job_number":"JOB_168497","tr_customer_id":168514,"tr_customer_product_id":168504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:24.000Z","modified_at":"2026-01-27T14:31:03.000Z","name":"Bertha Sauer","mobile_number":"316-503-5802","email_id":"Maynard_Wolff50@gmail.com","dop":"2025-04-06","serial_number":"16503633279422","imei1":"16503633279422","imei2":"16503633279422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168495,"job_number":"JOB_168495","tr_customer_id":168512,"tr_customer_product_id":168502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:56.000Z","modified_at":"2026-01-27T14:30:34.000Z","name":"Selmer Lindgren","mobile_number":"492-260-8399","email_id":"Bill9@hotmail.com","dop":"2025-04-06","serial_number":"18294610486986","imei1":"18294610486986","imei2":"18294610486986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168492,"job_number":"JOB_168492","tr_customer_id":168509,"tr_customer_product_id":168499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:44.000Z","modified_at":"2026-01-27T14:30:23.000Z","name":"Lila Weimann","mobile_number":"644-325-2914","email_id":"Ray_Kihn21@hotmail.com","dop":"2025-04-06","serial_number":"16320084019248","imei1":"16320084019248","imei2":"16320084019248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168489,"job_number":"JOB_168489","tr_customer_id":168506,"tr_customer_product_id":168496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:30.000Z","modified_at":"2026-01-27T14:30:11.000Z","name":"Jennifer Vandervort","mobile_number":"955-783-1567","email_id":"Shany57@yahoo.com","dop":"2025-04-06","serial_number":"16066213290316","imei1":"16066213290316","imei2":"16066213290316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168486,"job_number":"JOB_168486","tr_customer_id":168503,"tr_customer_product_id":168493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:12.000Z","modified_at":"2026-01-27T14:29:49.000Z","name":"Cassie Murphy","mobile_number":"541-654-6783","email_id":"Charlene_Padberg@hotmail.com","dop":"2025-04-06","serial_number":"19150919557924","imei1":"19150919557924","imei2":"19150919557924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168483,"job_number":"JOB_168483","tr_customer_id":168500,"tr_customer_product_id":168490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:29:41.000Z","name":"Abdullah Hauck","mobile_number":"559-913-9317","email_id":"Loma.Lowe9@yahoo.com","dop":"2025-04-06","serial_number":"10645030354603","imei1":"10645030354603","imei2":"10645030354603","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168480,"job_number":"JOB_168480","tr_customer_id":168497,"tr_customer_product_id":168487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:58.000Z","modified_at":"2026-01-27T14:29:37.000Z","name":"Shaina Bayer","mobile_number":"930-876-8174","email_id":"Vena.Waters4@hotmail.com","dop":"2025-04-06","serial_number":"19678374557526","imei1":"19678374557526","imei2":"19678374557526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168477,"job_number":"JOB_168477","tr_customer_id":168494,"tr_customer_product_id":168484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:42.000Z","modified_at":"2026-01-27T14:29:23.000Z","name":"Alba Windler","mobile_number":"674-675-1997","email_id":"Emory_Hand@hotmail.com","dop":"2025-04-06","serial_number":"18381171344050","imei1":"18381171344050","imei2":"18381171344050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168474,"job_number":"JOB_168474","tr_customer_id":168491,"tr_customer_product_id":168481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:28.000Z","modified_at":"2026-01-27T14:29:05.000Z","name":"Aliya Veum","mobile_number":"670-431-3876","email_id":"Ryley_Beer49@gmail.com","dop":"2025-04-06","serial_number":"14168131166077","imei1":"14168131166077","imei2":"14168131166077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168471,"job_number":"JOB_168471","tr_customer_id":168488,"tr_customer_product_id":168478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:09.000Z","modified_at":"2026-01-27T14:28:51.000Z","name":"Earline Robel","mobile_number":"400-971-7194","email_id":"Ola38@yahoo.com","dop":"2025-04-06","serial_number":"13212992354154","imei1":"13212992354154","imei2":"13212992354154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168468,"job_number":"JOB_168468","tr_customer_id":168485,"tr_customer_product_id":168475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:05.000Z","modified_at":"2026-01-27T14:28:49.000Z","name":"Melba Nitzsche","mobile_number":"905-321-4795","email_id":"Prudence91@gmail.com","dop":"2000-01-31","serial_number":"10747505259247","imei1":"10747505259247","imei2":"10747505259247","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168465,"job_number":"JOB_168465","tr_customer_id":168482,"tr_customer_product_id":168472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:53.000Z","modified_at":"2026-01-27T14:28:34.000Z","name":"Erling Reichert","mobile_number":"558-595-2787","email_id":"Terrell.Braun@yahoo.com","dop":"2025-04-06","serial_number":"12395829403793","imei1":"12395829403793","imei2":"12395829403793","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168462,"job_number":"JOB_168462","tr_customer_id":168479,"tr_customer_product_id":168469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:19.000Z","modified_at":"2026-01-27T14:28:01.000Z","name":"Marcelle Brown","mobile_number":"376-883-0965","email_id":"Royce_Veum@gmail.com","dop":"2025-04-06","serial_number":"19661842626993","imei1":"19661842626993","imei2":"19661842626993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168459,"job_number":"JOB_168459","tr_customer_id":168476,"tr_customer_product_id":168466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:12.000Z","modified_at":"2026-01-27T14:27:57.000Z","name":"Makenzie Crooks","mobile_number":"882-926-5596","email_id":"Hope_Prosacco58@yahoo.com","dop":"2000-01-31","serial_number":"10480260514171","imei1":"10480260514171","imei2":"10480260514171","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168456,"job_number":"JOB_168456","tr_customer_id":168473,"tr_customer_product_id":168463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:20.000Z","modified_at":"2026-01-27T14:27:04.000Z","name":"Rafael Cummerata","mobile_number":"727-415-9791","email_id":"Zachery49@hotmail.com","dop":"2000-01-31","serial_number":"10903185794672","imei1":"10903185794672","imei2":"10903185794672","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168452,"job_number":"JOB_168452","tr_customer_id":168469,"tr_customer_product_id":168459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:36.000Z","modified_at":"2026-01-27T14:26:15.000Z","name":"Sydney DuBuque","mobile_number":"601-924-2471","email_id":"Trenton_King75@gmail.com","dop":"2025-06-18","serial_number":"10943029013252","imei1":"10943029013252","imei2":"10943029013252","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168449,"job_number":"JOB_168449","tr_customer_id":168466,"tr_customer_product_id":168456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:25.000Z","modified_at":"2026-01-27T14:26:11.000Z","name":"Ryann Beier","mobile_number":"993-563-2024","email_id":"Joanie.Hane@hotmail.com","dop":"2000-01-31","serial_number":"10794428457491","imei1":"10794428457491","imei2":"10794428457491","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168446,"job_number":"JOB_168446","tr_customer_id":168463,"tr_customer_product_id":168453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:50.000Z","modified_at":"2026-01-27T14:25:29.000Z","name":"Shirley Hyatt","mobile_number":"202-527-9476","email_id":"Omer.Lind0@yahoo.com","dop":"2025-06-18","serial_number":"10792666762015","imei1":"10792666762015","imei2":"10792666762015","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168443,"job_number":"JOB_168443","tr_customer_id":168460,"tr_customer_product_id":168450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:25:09.000Z","name":"Malinda Kub","mobile_number":"419-985-6718","email_id":"Ursula_Braun@gmail.com","dop":"2026-01-04","serial_number":"12189692618636","imei1":"12189692618636","imei2":"12189692618636","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168440,"job_number":"JOB_168440","tr_customer_id":168457,"tr_customer_product_id":168447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:23.000Z","modified_at":"2026-01-27T14:25:05.000Z","name":"Sherman Fisher","mobile_number":"832-226-1707","email_id":"Leland.Gleason@hotmail.com","dop":"2025-04-06","serial_number":"13197785768191","imei1":"13197785768191","imei2":"13197785768191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168436,"job_number":"JOB_168436","tr_customer_id":168453,"tr_customer_product_id":168443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:34.000Z","modified_at":"2026-01-27T14:24:17.000Z","name":"Lonnie Dietrich","mobile_number":"227-656-1271","email_id":"Jayda_Ward24@hotmail.com","dop":"2026-01-04","serial_number":"10420070579461","imei1":"10420070579461","imei2":"10420070579461","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168434,"job_number":"JOB_168434","tr_customer_id":168451,"tr_customer_product_id":168441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:33.000Z","modified_at":"2026-01-27T14:24:15.000Z","name":"Oda Satterfield","mobile_number":"447-523-5988","email_id":"Ibrahim_Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15292049429215","imei1":"15292049429215","imei2":"15292049429215","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168432,"job_number":"JOB_168432","tr_customer_id":168449,"tr_customer_product_id":168439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:15.000Z","modified_at":"2026-01-27T14:23:25.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19234762927208","imei2":"19234762927208","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168430,"job_number":"JOB_168430","tr_customer_id":168447,"tr_customer_product_id":168437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:00.000Z","modified_at":"2026-01-27T14:23:10.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13128104420663","imei2":"13128104420663","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168427,"job_number":"JOB_168427","tr_customer_id":168444,"tr_customer_product_id":168434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:44.000Z","modified_at":"2026-01-27T14:22:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11282810467512","imei2":"11282810467512","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168424,"job_number":"JOB_168424","tr_customer_id":168441,"tr_customer_product_id":168431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:43.000Z","modified_at":"2026-01-27T14:23:26.000Z","name":"Donavon Bergnaum","mobile_number":"313-856-0625","email_id":"Katheryn.Hand@gmail.com","dop":"2025-04-06","serial_number":"15138241422236","imei1":"15138241422236","imei2":"15138241422236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168422,"job_number":"JOB_168422","tr_customer_id":168439,"tr_customer_product_id":168429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:23:25.000Z","name":"Antone Rau","mobile_number":"710-877-1160","email_id":"Dariana90@gmail.com","dop":"2026-01-04","serial_number":"10727130797859","imei1":"10727130797859","imei2":"10727130797859","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168410,"job_number":"JOB_168410","tr_customer_id":168427,"tr_customer_product_id":168417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:44.000Z","modified_at":"2026-01-27T14:04:25.000Z","name":"Madalyn Gerhold","mobile_number":"288-565-3531","email_id":"Jeffry93@yahoo.com","dop":"2025-04-06","serial_number":"14981408932552","imei1":"14981408932552","imei2":"14981408932552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:04:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168406,"job_number":"JOB_168406","tr_customer_id":168423,"tr_customer_product_id":168413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:55.000Z","modified_at":"2026-01-27T14:03:37.000Z","name":"Myrtis Keeling","mobile_number":"555-705-0085","email_id":"Arjun.Tillman@gmail.com","dop":"2025-04-06","serial_number":"14297321024410","imei1":"14297321024410","imei2":"14297321024410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168403,"job_number":"JOB_168403","tr_customer_id":168420,"tr_customer_product_id":168410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:37.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17153397138612","imei1":"17153397138612","imei2":"17153397138612","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168395,"job_number":"JOB_168395","tr_customer_id":168412,"tr_customer_product_id":168402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:07.000Z","modified_at":"2026-01-27T14:02:48.000Z","name":"Paula Hamill","mobile_number":"366-595-0793","email_id":"Chauncey82@gmail.com","dop":"2025-04-06","serial_number":"18438797548175","imei1":"18438797548175","imei2":"18438797548175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168393,"job_number":"JOB_168393","tr_customer_id":168410,"tr_customer_product_id":168400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:37.000Z","modified_at":"2026-01-27T14:02:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12751623846732","imei1":"12751623846732","imei2":"12751623846732","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168385,"job_number":"JOB_168385","tr_customer_id":168402,"tr_customer_product_id":168392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:07.000Z","modified_at":"2026-01-27T14:01:49.000Z","name":"Hortense Graham","mobile_number":"942-815-7603","email_id":"Shakira.Rath86@hotmail.com","dop":"2025-04-06","serial_number":"11468741649776","imei1":"11468741649776","imei2":"11468741649776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:01:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168384,"job_number":"JOB_168384","tr_customer_id":168401,"tr_customer_product_id":168391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36136714056796","imei1":"36136714056796","imei2":"36136714056796","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168272,"job_number":"JOB_168272","tr_customer_id":168289,"tr_customer_product_id":168279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:50.000Z","modified_at":"2026-01-27T13:45:02.000Z","name":"Oscar Ritchie","mobile_number":"719-318-1867","email_id":"Monserrate19@gmail.com","dop":"2025-12-01","serial_number":"17540098712072","imei1":"17540098712072","imei2":"17540098712072","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:45:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168270,"job_number":"JOB_168270","tr_customer_id":168287,"tr_customer_product_id":168277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:34.000Z","modified_at":"2026-01-27T13:44:46.000Z","name":"Camylle Mertz","mobile_number":"942-200-2028","email_id":"Retha.Koss41@hotmail.com","dop":"2025-12-01","serial_number":"12355772743331","imei1":"12355772743331","imei2":"12355772743331","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168268,"job_number":"JOB_168268","tr_customer_id":168285,"tr_customer_product_id":168275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:17.000Z","modified_at":"2026-01-27T13:44:29.000Z","name":"Janie Predovic","mobile_number":"221-782-5093","email_id":"Gladys_Hilpert73@hotmail.com","dop":"2025-12-01","serial_number":"15696191062648","imei1":"15696191062648","imei2":"15696191062648","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168266,"job_number":"JOB_168266","tr_customer_id":168283,"tr_customer_product_id":168273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:18.000Z","modified_at":"2026-01-27T15:29:54.000Z","name":"Ena Jakubowski","mobile_number":"767-899-9822","email_id":"Conor_Gleason71@yahoo.com","dop":"2025-02-01","serial_number":"53730589633809","imei1":"53730589633809","imei2":"53730589633809","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T15:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168251,"job_number":"JOB_168251","tr_customer_id":168268,"tr_customer_product_id":168258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:55.000Z","modified_at":"2026-01-27T12:35:37.000Z","name":"Josianne Crooks","mobile_number":"541-260-9025","email_id":"Kyle_Kertzmann@yahoo.com","dop":"2026-01-04","serial_number":"15505682942558","imei1":"15505682942558","imei2":"15505682942558","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168248,"job_number":"JOB_168248","tr_customer_id":168265,"tr_customer_product_id":168255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:03.000Z","modified_at":"2026-01-27T12:34:46.000Z","name":"Maybelle Anderson","mobile_number":"329-623-8818","email_id":"Ariane63@gmail.com","dop":"2026-01-04","serial_number":"16242676039586","imei1":"16242676039586","imei2":"16242676039586","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168245,"job_number":"JOB_168245","tr_customer_id":168262,"tr_customer_product_id":168252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:12.000Z","modified_at":"2026-01-27T12:33:55.000Z","name":"Jerald Legros","mobile_number":"452-600-9203","email_id":"Hunter2@yahoo.com","dop":"2026-01-04","serial_number":"19900223977702","imei1":"19900223977702","imei2":"19900223977702","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168242,"job_number":"JOB_168242","tr_customer_id":168259,"tr_customer_product_id":168249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:04.000Z","modified_at":"2026-01-27T12:24:41.000Z","name":"Electa Bode","mobile_number":"377-553-5681","email_id":"Jadon.Hilpert23@yahoo.com","dop":"2026-01-04","serial_number":"18677593505476","imei1":"18677593505476","imei2":"18677593505476","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:24:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168239,"job_number":"JOB_168239","tr_customer_id":168256,"tr_customer_product_id":168246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:21.000Z","modified_at":"2026-01-27T12:23:57.000Z","name":"Abdiel Mann","mobile_number":"414-359-7351","email_id":"Audra.Walker@gmail.com","dop":"2026-01-04","serial_number":"11613712934841","imei1":"11613712934841","imei2":"11613712934841","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:23:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168226,"job_number":"JOB_168226","tr_customer_id":168243,"tr_customer_product_id":168233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:37.000Z","modified_at":"2026-01-27T12:23:13.000Z","name":"Jayme Langosh","mobile_number":"560-299-9535","email_id":"Lorenzo_Davis95@gmail.com","dop":"2026-01-04","serial_number":"10318885661706","imei1":"10318885661706","imei2":"10318885661706","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:23:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168219,"job_number":"JOB_168219","tr_customer_id":168236,"tr_customer_product_id":168226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:17.000Z","modified_at":"2026-01-27T12:10:29.000Z","name":"Miller Doyle","mobile_number":"858-538-7878","email_id":"Barton_Schumm@hotmail.com","dop":"2025-12-01","serial_number":"12648511043464","imei1":"12648511043464","imei2":"12648511043464","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168217,"job_number":"JOB_168217","tr_customer_id":168234,"tr_customer_product_id":168224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:01.000Z","modified_at":"2026-01-27T12:10:13.000Z","name":"Verdie Kessler","mobile_number":"847-994-3783","email_id":"Emmanuel20@yahoo.com","dop":"2025-12-01","serial_number":"16460719711611","imei1":"16460719711611","imei2":"16460719711611","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:10:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168215,"job_number":"JOB_168215","tr_customer_id":168232,"tr_customer_product_id":168222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:09:44.000Z","modified_at":"2026-01-27T12:09:56.000Z","name":"Cruz DuBuque","mobile_number":"241-624-0192","email_id":"Marielle.Effertz@hotmail.com","dop":"2025-12-01","serial_number":"10648418062851","imei1":"10648418062851","imei2":"10648418062851","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168094,"job_number":"JOB_168094","tr_customer_id":168111,"tr_customer_product_id":168101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:49.000Z","modified_at":"2026-01-27T11:15:02.000Z","name":"Dallin Gislason","mobile_number":"567-614-0674","email_id":"Asa.Dickens2@hotmail.com","dop":"2025-12-01","serial_number":"19252033319325","imei1":"19252033319325","imei2":"19252033319325","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:15:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168092,"job_number":"JOB_168092","tr_customer_id":168109,"tr_customer_product_id":168099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:32.000Z","modified_at":"2026-01-27T11:14:45.000Z","name":"Jace Goyette","mobile_number":"220-994-9442","email_id":"Eldon.Collins79@hotmail.com","dop":"2025-12-01","serial_number":"12901445906599","imei1":"12901445906599","imei2":"12901445906599","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:14:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168090,"job_number":"JOB_168090","tr_customer_id":168107,"tr_customer_product_id":168097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:15.000Z","modified_at":"2026-01-27T11:14:27.000Z","name":"Tierra Wisoky","mobile_number":"796-535-6757","email_id":"Juliet_DAmore64@yahoo.com","dop":"2025-12-01","serial_number":"17080372061804","imei1":"17080372061804","imei2":"17080372061804","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:14:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168088,"job_number":"JOB_168088","tr_customer_id":168105,"tr_customer_product_id":168095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:03:33.000Z","modified_at":"2026-01-27T11:03:40.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"11927539170002","imei1":"11927539170002","imei2":"11927539170002","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:03:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168087,"job_number":"JOB_168087","tr_customer_id":168104,"tr_customer_product_id":168094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:25.000Z","modified_at":"2026-01-27T11:01:37.000Z","name":"Susan Herzog","mobile_number":"679-937-8561","email_id":"Lawrence.Davis@gmail.com","dop":"2025-12-01","serial_number":"15544212656046","imei1":"15544212656046","imei2":"15544212656046","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168085,"job_number":"JOB_168085","tr_customer_id":168102,"tr_customer_product_id":168092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:08.000Z","modified_at":"2026-01-27T11:01:20.000Z","name":"Hailie Kiehn","mobile_number":"570-647-7279","email_id":"Alda.Glover87@hotmail.com","dop":"2025-12-01","serial_number":"12695029066728","imei1":"12695029066728","imei2":"12695029066728","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168083,"job_number":"JOB_168083","tr_customer_id":168100,"tr_customer_product_id":168090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:00:50.000Z","modified_at":"2026-01-27T11:01:03.000Z","name":"Viola Bode","mobile_number":"373-683-2937","email_id":"Valentina.Ernser9@gmail.com","dop":"2025-12-01","serial_number":"18806189003434","imei1":"18806189003434","imei2":"18806189003434","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168079,"job_number":"JOB_168079","tr_customer_id":168096,"tr_customer_product_id":168086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:42.000Z","modified_at":"2026-01-27T10:34:26.000Z","name":"Ezekiel Hartmann","mobile_number":"324-276-6526","email_id":"Ashleigh_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"14122225292562","imei1":"14122225292562","imei2":"14122225292562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168076,"job_number":"JOB_168076","tr_customer_id":168093,"tr_customer_product_id":168083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:50.000Z","modified_at":"2026-01-27T10:33:34.000Z","name":"Jannie Johnston","mobile_number":"519-667-6296","email_id":"Gina2@yahoo.com","dop":"2025-04-06","serial_number":"15319421858389","imei1":"15319421858389","imei2":"15319421858389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168073,"job_number":"JOB_168073","tr_customer_id":168090,"tr_customer_product_id":168080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:58.000Z","modified_at":"2026-01-27T10:32:42.000Z","name":"Johnathan Rosenbaum","mobile_number":"237-569-0610","email_id":"Rebekah.Jast21@yahoo.com","dop":"2025-04-06","serial_number":"19110824912225","imei1":"19110824912225","imei2":"19110824912225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:32:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168066,"job_number":"JOB_168066","tr_customer_id":168083,"tr_customer_product_id":168073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:51.000Z","modified_at":"2026-01-27T10:57:23.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"14356638927458","imei1":"14356638927458","imei2":"14356638927458","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168064,"job_number":"JOB_168064","tr_customer_id":168081,"tr_customer_product_id":168071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:47.000Z","modified_at":"2026-01-27T10:28:25.000Z","name":"Chet Schaden","mobile_number":"279-274-4333","email_id":"Brayan64@gmail.com","dop":"2026-01-04","serial_number":"17453629624168","imei1":"17453629624168","imei2":"17453629624168","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168061,"job_number":"JOB_168061","tr_customer_id":168078,"tr_customer_product_id":168068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:03.000Z","modified_at":"2026-01-27T10:27:40.000Z","name":"Joaquin Mohr","mobile_number":"805-544-3660","email_id":"Opal_Lebsack47@gmail.com","dop":"2026-01-04","serial_number":"12114928346598","imei1":"12114928346598","imei2":"12114928346598","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168058,"job_number":"JOB_168058","tr_customer_id":168075,"tr_customer_product_id":168065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:18.000Z","modified_at":"2026-01-27T10:26:55.000Z","name":"Roscoe Kertzmann","mobile_number":"487-663-7383","email_id":"Giovani62@gmail.com","dop":"2026-01-04","serial_number":"18684721868853","imei1":"18684721868853","imei2":"18684721868853","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168056,"job_number":"JOB_168056","tr_customer_id":168073,"tr_customer_product_id":168063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:06:55.000Z","modified_at":"2026-01-27T10:07:03.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"16889598345165","imei1":"16889598345165","imei2":"16889598345165","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:07:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168055,"job_number":"JOB_168055","tr_customer_id":168072,"tr_customer_product_id":168062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:05:36.000Z","modified_at":"2026-01-27T10:05:43.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"19174995388693","imei1":"19174995388693","imei2":"19174995388693","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168053,"job_number":"JOB_168053","tr_customer_id":168070,"tr_customer_product_id":168060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:00.000Z","modified_at":"2026-01-27T10:03:41.000Z","name":"Bette Spencer","mobile_number":"250-318-3070","email_id":"Abigail50@gmail.com","dop":"2026-01-04","serial_number":"19518074213425","imei1":"19518074213425","imei2":"19518074213425","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168051,"job_number":"JOB_168051","tr_customer_id":168068,"tr_customer_product_id":168058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:42.000Z","modified_at":"2026-01-27T10:02:53.000Z","name":"Emmalee Moore","mobile_number":"222-544-8078","email_id":"Clarabelle_Pfeffer83@gmail.com","dop":"2025-12-01","serial_number":"15076112657731","imei1":"15076112657731","imei2":"15076112657731","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168049,"job_number":"JOB_168049","tr_customer_id":168066,"tr_customer_product_id":168056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:26.000Z","modified_at":"2026-01-27T10:02:38.000Z","name":"Claud Pouros","mobile_number":"664-760-5960","email_id":"Milan_Deckow70@gmail.com","dop":"2025-12-01","serial_number":"10208018693131","imei1":"10208018693131","imei2":"10208018693131","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168046,"job_number":"JOB_168046","tr_customer_id":168063,"tr_customer_product_id":168053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:12.000Z","modified_at":"2026-01-27T10:02:52.000Z","name":"Kaley Lehner","mobile_number":"614-802-6010","email_id":"Kacie_Larson33@hotmail.com","dop":"2026-01-04","serial_number":"10636137962998","imei1":"10636137962998","imei2":"10636137962998","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168044,"job_number":"JOB_168044","tr_customer_id":168061,"tr_customer_product_id":168051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:10.000Z","modified_at":"2026-01-27T10:02:22.000Z","name":"Esmeralda Bode","mobile_number":"205-625-4081","email_id":"Santina4@yahoo.com","dop":"2025-12-01","serial_number":"18277239641642","imei1":"18277239641642","imei2":"18277239641642","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168042,"job_number":"JOB_168042","tr_customer_id":168059,"tr_customer_product_id":168049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:52.000Z","modified_at":"2026-01-27T10:02:04.000Z","name":"Icie Ward","mobile_number":"766-810-4574","email_id":"Ardella.Rowe@hotmail.com","dop":"2025-12-01","serial_number":"12935030125237","imei1":"12935030125237","imei2":"12935030125237","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168040,"job_number":"JOB_168040","tr_customer_id":168057,"tr_customer_product_id":168047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:36.000Z","modified_at":"2026-01-27T10:01:48.000Z","name":"Laron Hirthe","mobile_number":"731-940-9575","email_id":"Theodora_Shields@yahoo.com","dop":"2025-12-01","serial_number":"15743888369608","imei1":"15743888369608","imei2":"15743888369608","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168037,"job_number":"JOB_168037","tr_customer_id":168054,"tr_customer_product_id":168044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:22.000Z","modified_at":"2026-01-27T10:02:03.000Z","name":"Maye McGlynn","mobile_number":"834-778-6179","email_id":"Nellie9@yahoo.com","dop":"2026-01-04","serial_number":"16067822324575","imei1":"16067822324575","imei2":"16067822324575","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168035,"job_number":"JOB_168035","tr_customer_id":168052,"tr_customer_product_id":168042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:20.000Z","modified_at":"2026-01-27T10:01:32.000Z","name":"Jalon Walker","mobile_number":"853-780-9973","email_id":"Dario_Raynor@yahoo.com","dop":"2025-12-01","serial_number":"16126387345604","imei1":"16126387345604","imei2":"16126387345604","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168032,"job_number":"JOB_168032","tr_customer_id":168049,"tr_customer_product_id":168039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:27.000Z","modified_at":"2026-01-27T09:50:04.000Z","name":"Larue Stokes","mobile_number":"288-297-2561","email_id":"Shaylee_Homenick72@hotmail.com","dop":"2026-01-04","serial_number":"11815380446916","imei1":"11815380446916","imei2":"11815380446916","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168029,"job_number":"JOB_168029","tr_customer_id":168046,"tr_customer_product_id":168036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:43.000Z","modified_at":"2026-01-27T09:49:20.000Z","name":"Alba Hayes","mobile_number":"946-524-4468","email_id":"Ally34@yahoo.com","dop":"2026-01-04","serial_number":"13051341482851","imei1":"13051341482851","imei2":"13051341482851","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168026,"job_number":"JOB_168026","tr_customer_id":168043,"tr_customer_product_id":168033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:58.000Z","modified_at":"2026-01-27T09:48:35.000Z","name":"Kenyon Dickinson","mobile_number":"620-470-9782","email_id":"Clement_Morissette23@gmail.com","dop":"2026-01-04","serial_number":"17783464001877","imei1":"17783464001877","imei2":"17783464001877","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168022,"job_number":"JOB_168022","tr_customer_id":168039,"tr_customer_product_id":168029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:46.000Z","modified_at":"2026-01-27T09:33:23.000Z","name":"Laura Prohaska","mobile_number":"581-701-0460","email_id":"Dax_Heller@gmail.com","dop":"2026-01-04","serial_number":"15736813211429","imei1":"15736813211429","imei2":"15736813211429","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:33:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168019,"job_number":"JOB_168019","tr_customer_id":168036,"tr_customer_product_id":168026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:00.000Z","modified_at":"2026-01-27T09:32:38.000Z","name":"Pierce Halvorson","mobile_number":"371-333-3337","email_id":"Mozelle.Graham61@yahoo.com","dop":"2026-01-04","serial_number":"10964045513198","imei1":"10964045513198","imei2":"10964045513198","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:32:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168016,"job_number":"JOB_168016","tr_customer_id":168033,"tr_customer_product_id":168023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:15.000Z","modified_at":"2026-01-27T09:31:52.000Z","name":"Tyrell Stracke","mobile_number":"973-623-8982","email_id":"Jordi_Harvey@hotmail.com","dop":"2026-01-04","serial_number":"12360610215024","imei1":"12360610215024","imei2":"12360610215024","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168013,"job_number":"JOB_168013","tr_customer_id":168030,"tr_customer_product_id":168020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:40.000Z","modified_at":"2026-01-27T09:24:20.000Z","name":"Llewellyn Anderson","mobile_number":"981-423-6620","email_id":"Ozella.Schultz@hotmail.com","dop":"2025-04-06","serial_number":"12599688938243","imei1":"12599688938243","imei2":"12599688938243","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:24:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168010,"job_number":"JOB_168010","tr_customer_id":168027,"tr_customer_product_id":168017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:52.000Z","modified_at":"2026-01-27T09:23:32.000Z","name":"Josefa Powlowski","mobile_number":"579-508-1792","email_id":"Stewart_Wolff@hotmail.com","dop":"2025-04-06","serial_number":"10836086319804","imei1":"10836086319804","imei2":"10836086319804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:23:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168007,"job_number":"JOB_168007","tr_customer_id":168024,"tr_customer_product_id":168014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:04.000Z","modified_at":"2026-01-27T09:22:44.000Z","name":"Marianne Gaylord","mobile_number":"926-519-0941","email_id":"Will.Labadie@gmail.com","dop":"2025-04-06","serial_number":"16801264837988","imei1":"16801264837988","imei2":"16801264837988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:22:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168004,"job_number":"JOB_168004","tr_customer_id":168021,"tr_customer_product_id":168011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:47:49.000Z","modified_at":"2026-01-27T09:50:36.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"11931605085264","imei1":"11931605085264","imei2":"11931605085264","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168003,"job_number":"JOB_168003","tr_customer_id":168020,"tr_customer_product_id":168010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:46.000Z","modified_at":"2026-01-27T08:42:58.000Z","name":"Charity Ernser","mobile_number":"898-282-6410","email_id":"Alta1@yahoo.com","dop":"2025-12-01","serial_number":"11906099697335","imei1":"11906099697335","imei2":"11906099697335","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168001,"job_number":"JOB_168001","tr_customer_id":168018,"tr_customer_product_id":168008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:30.000Z","modified_at":"2026-01-27T08:42:42.000Z","name":"Lila Bartell","mobile_number":"600-870-0568","email_id":"Watson_Wolf83@gmail.com","dop":"2025-12-01","serial_number":"12257249469649","imei1":"12257249469649","imei2":"12257249469649","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167999,"job_number":"JOB_167999","tr_customer_id":168016,"tr_customer_product_id":168006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:14.000Z","modified_at":"2026-01-27T08:42:26.000Z","name":"Avery Bartell","mobile_number":"892-349-7859","email_id":"Laron.Donnelly41@gmail.com","dop":"2025-12-01","serial_number":"10123534099788","imei1":"10123534099788","imei2":"10123534099788","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167990,"job_number":"JOB_167990","tr_customer_id":168007,"tr_customer_product_id":167997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:02.000Z","modified_at":"2026-01-27T08:20:39.000Z","name":"Mylene Paucek","mobile_number":"366-759-2532","email_id":"Aubrey_Harber@gmail.com","dop":"2025-04-06","serial_number":"13419527922307","imei1":"13419527922307","imei2":"13419527922307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167987,"job_number":"JOB_167987","tr_customer_id":168004,"tr_customer_product_id":167994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:17.000Z","modified_at":"2026-01-27T08:19:55.000Z","name":"Amber Larson","mobile_number":"948-282-8530","email_id":"Consuelo.Weissnat73@yahoo.com","dop":"2025-04-06","serial_number":"12861735933223","imei1":"12861735933223","imei2":"12861735933223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167984,"job_number":"JOB_167984","tr_customer_id":168001,"tr_customer_product_id":167991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:32.000Z","modified_at":"2026-01-27T08:19:10.000Z","name":"Carolyne Paucek","mobile_number":"545-983-9520","email_id":"Lucile_Wolf52@hotmail.com","dop":"2025-04-06","serial_number":"14271654836682","imei1":"14271654836682","imei2":"14271654836682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167981,"job_number":"JOB_167981","tr_customer_id":167998,"tr_customer_product_id":167988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:00:03.000Z","modified_at":"2026-01-27T08:00:14.000Z","name":"Fletcher Franecki","mobile_number":"786-836-3975","email_id":"Loy79@hotmail.com","dop":"2025-12-01","serial_number":"10738362324388","imei1":"10738362324388","imei2":"10738362324388","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167979,"job_number":"JOB_167979","tr_customer_id":167996,"tr_customer_product_id":167986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:47.000Z","modified_at":"2026-01-27T07:59:58.000Z","name":"Joel Schmeler","mobile_number":"474-846-8783","email_id":"Vada.Crona7@hotmail.com","dop":"2025-12-01","serial_number":"19660589554505","imei1":"19660589554505","imei2":"19660589554505","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167977,"job_number":"JOB_167977","tr_customer_id":167994,"tr_customer_product_id":167984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:31.000Z","modified_at":"2026-01-27T07:59:42.000Z","name":"Columbus Deckow","mobile_number":"894-371-3585","email_id":"Joel_Leuschke@gmail.com","dop":"2025-12-01","serial_number":"18261600913888","imei1":"18261600913888","imei2":"18261600913888","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167973,"job_number":"JOB_167973","tr_customer_id":167990,"tr_customer_product_id":167980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:42.000Z","modified_at":"2026-01-27T07:48:20.000Z","name":"Arvel Kuhn","mobile_number":"615-319-7198","email_id":"Chaz_Robel@hotmail.com","dop":"2025-04-06","serial_number":"14431655523975","imei1":"14431655523975","imei2":"14431655523975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:48:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167969,"job_number":"JOB_167969","tr_customer_id":167986,"tr_customer_product_id":167976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:56.000Z","modified_at":"2026-01-27T07:47:36.000Z","name":"Maud Cummerata","mobile_number":"646-422-3272","email_id":"Tamara.Witting12@gmail.com","dop":"2025-04-06","serial_number":"13661529653762","imei1":"13661529653762","imei2":"13661529653762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167968,"job_number":"JOB_167968","tr_customer_id":167985,"tr_customer_product_id":167975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:47.000Z","name":"Mariah Hamill","mobile_number":"652-797-8772","email_id":"Noemy.Jakubowski@yahoo.com","dop":"2025-12-01","serial_number":"11895969562146","imei1":"11895969562146","imei2":"11895969562146","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167966,"job_number":"JOB_167966","tr_customer_id":167983,"tr_customer_product_id":167973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:29.000Z","name":"Ellen Ernser","mobile_number":"773-782-1692","email_id":"Jay32@yahoo.com","dop":"2025-12-01","serial_number":"18035647441755","imei1":"18035647441755","imei2":"18035647441755","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167964,"job_number":"JOB_167964","tr_customer_id":167981,"tr_customer_product_id":167971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:45:11.000Z","name":"Carol Harber","mobile_number":"791-589-1054","email_id":"Tabitha36@hotmail.com","dop":"2025-12-01","serial_number":"13015239403347","imei1":"13015239403347","imei2":"13015239403347","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167962,"job_number":"JOB_167962","tr_customer_id":167979,"tr_customer_product_id":167969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:22.000Z","name":"Dangelo Mann","mobile_number":"687-934-9912","email_id":"Bradly_Bogisich@gmail.com","dop":"2025-12-01","serial_number":"14223691814750","imei1":"14223691814750","imei2":"14223691814750","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167960,"job_number":"JOB_167960","tr_customer_id":167977,"tr_customer_product_id":167967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:41:06.000Z","name":"Marquise Reichert","mobile_number":"587-475-6993","email_id":"Mireya_Armstrong@gmail.com","dop":"2025-12-01","serial_number":"11570715098623","imei1":"11570715098623","imei2":"11570715098623","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167958,"job_number":"JOB_167958","tr_customer_id":167975,"tr_customer_product_id":167965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:38.000Z","modified_at":"2026-01-27T07:40:50.000Z","name":"Juanita Leffler","mobile_number":"636-521-5568","email_id":"Patience37@hotmail.com","dop":"2025-12-01","serial_number":"17253145582378","imei1":"17253145582378","imei2":"17253145582378","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167949,"job_number":"JOB_167949","tr_customer_id":167966,"tr_customer_product_id":167956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:14.000Z","modified_at":"2026-01-27T07:05:53.000Z","name":"Blanca Schneider","mobile_number":"399-331-5349","email_id":"Howard.Klocko@hotmail.com","dop":"2025-04-06","serial_number":"18972673309267","imei1":"18972673309267","imei2":"18972673309267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167947,"job_number":"JOB_167947","tr_customer_id":167964,"tr_customer_product_id":167954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:29.000Z","modified_at":"2026-01-27T07:05:07.000Z","name":"Dasia Weissnat","mobile_number":"217-928-5689","email_id":"Cordie.Mayert15@yahoo.com","dop":"2025-04-06","serial_number":"18151854735051","imei1":"18151854735051","imei2":"18151854735051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167945,"job_number":"JOB_167945","tr_customer_id":167962,"tr_customer_product_id":167952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:45.000Z","modified_at":"2026-01-27T07:04:22.000Z","name":"Carolanne Johnston","mobile_number":"835-983-6740","email_id":"Demond45@hotmail.com","dop":"2025-04-06","serial_number":"12500515806340","imei1":"12500515806340","imei2":"12500515806340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:04:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167944,"job_number":"JOB_167944","tr_customer_id":167961,"tr_customer_product_id":167951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:28.000Z","name":"Izaiah Goodwin","mobile_number":"667-308-1378","email_id":"Elouise43@hotmail.com","dop":"2025-12-01","serial_number":"17184857919726","imei1":"17184857919726","imei2":"17184857919726","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167942,"job_number":"JOB_167942","tr_customer_id":167959,"tr_customer_product_id":167949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:54:10.000Z","name":"Pietro Stracke","mobile_number":"336-677-3457","email_id":"Darrick_Wilderman4@gmail.com","dop":"2025-12-01","serial_number":"11510163451561","imei1":"11510163451561","imei2":"11510163451561","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167940,"job_number":"JOB_167940","tr_customer_id":167957,"tr_customer_product_id":167947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:52.000Z","name":"Cara Rath","mobile_number":"987-859-1105","email_id":"Amir60@gmail.com","dop":"2025-12-01","serial_number":"10948899776550","imei1":"10948899776550","imei2":"10948899776550","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167937,"job_number":"JOB_167937","tr_customer_id":167954,"tr_customer_product_id":167944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:26.000Z","modified_at":"2026-01-27T06:52:03.000Z","name":"Allene Erdman","mobile_number":"213-477-2942","email_id":"Reilly.Klocko@yahoo.com","dop":"2026-01-04","serial_number":"12959238722478","imei1":"12959238722478","imei2":"12959238722478","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167934,"job_number":"JOB_167934","tr_customer_id":167951,"tr_customer_product_id":167941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:51:36.000Z","name":"Miracle Doyle","mobile_number":"985-838-2059","email_id":"Jett_Bosco@hotmail.com","dop":"2025-04-06","serial_number":"17756785529011","imei1":"17756785529011","imei2":"17756785529011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167931,"job_number":"JOB_167931","tr_customer_id":167948,"tr_customer_product_id":167938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:51:18.000Z","name":"Brando Johnston","mobile_number":"935-317-2882","email_id":"Edmund50@hotmail.com","dop":"2026-01-04","serial_number":"17810372015745","imei1":"17810372015745","imei2":"17810372015745","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167928,"job_number":"JOB_167928","tr_customer_id":167945,"tr_customer_product_id":167935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:51.000Z","name":"Bernadine Rutherford","mobile_number":"704-539-2876","email_id":"Emmett_Kohler@gmail.com","dop":"2025-04-06","serial_number":"14534602088922","imei1":"14534602088922","imei2":"14534602088922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167925,"job_number":"JOB_167925","tr_customer_id":167942,"tr_customer_product_id":167932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:50:33.000Z","name":"Kris Bernier","mobile_number":"258-592-8541","email_id":"Kaycee96@gmail.com","dop":"2026-01-04","serial_number":"18439341230313","imei1":"18439341230313","imei2":"18439341230313","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167922,"job_number":"JOB_167922","tr_customer_id":167939,"tr_customer_product_id":167929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:29.000Z","modified_at":"2026-01-27T06:50:09.000Z","name":"Bell Stracke","mobile_number":"915-750-4333","email_id":"Saul58@hotmail.com","dop":"2025-04-06","serial_number":"10400148993354","imei1":"10400148993354","imei2":"10400148993354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167920,"job_number":"JOB_167920","tr_customer_id":167937,"tr_customer_product_id":167927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:50:04.000Z","name":"Ignacio Farrell","mobile_number":"320-500-1584","email_id":"Felipe52@hotmail.com","dop":"2025-04-06","serial_number":"18659899859152","imei1":"18659899859152","imei2":"18659899859152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167917,"job_number":"JOB_167917","tr_customer_id":167934,"tr_customer_product_id":167924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:45:18.000Z","name":"Joaquin Kulas","mobile_number":"583-240-9817","email_id":"Kirsten25@yahoo.com","dop":"2025-04-06","serial_number":"17938551459730","imei1":"17938551459730","imei2":"17938551459730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167914,"job_number":"JOB_167914","tr_customer_id":167931,"tr_customer_product_id":167921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:16.000Z","modified_at":"2026-01-27T06:44:58.000Z","name":"Grady Schaden","mobile_number":"682-416-2165","email_id":"Megane_Barrows5@gmail.com","dop":"2025-04-06","serial_number":"13986612123238","imei1":"13986612123238","imei2":"13986612123238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167912,"job_number":"JOB_167912","tr_customer_id":167929,"tr_customer_product_id":167919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:50.000Z","modified_at":"2026-01-27T06:44:30.000Z","name":"Sam Baumbach","mobile_number":"278-216-6264","email_id":"Abdul.Schoen24@gmail.com","dop":"2025-04-06","serial_number":"19651107341783","imei1":"19651107341783","imei2":"19651107341783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167909,"job_number":"JOB_167909","tr_customer_id":167926,"tr_customer_product_id":167916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:45.000Z","modified_at":"2026-01-27T06:44:28.000Z","name":"Kaitlin Zboncak","mobile_number":"891-592-1390","email_id":"Furman_Ziemann@gmail.com","dop":"2025-04-06","serial_number":"19030635434719","imei1":"19030635434719","imei2":"19030635434719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167907,"job_number":"JOB_167907","tr_customer_id":167924,"tr_customer_product_id":167914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:44:24.000Z","name":"Harley Runte","mobile_number":"656-420-5648","email_id":"Martina.Walker@yahoo.com","dop":"2025-04-06","serial_number":"14023871545970","imei1":"14023871545970","imei2":"14023871545970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167904,"job_number":"JOB_167904","tr_customer_id":167921,"tr_customer_product_id":167911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:02.000Z","modified_at":"2026-01-27T06:43:42.000Z","name":"Cortez Kshlerin","mobile_number":"404-335-4217","email_id":"Caroline.Hyatt@gmail.com","dop":"2025-04-06","serial_number":"15859812046555","imei1":"15859812046555","imei2":"15859812046555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167901,"job_number":"JOB_167901","tr_customer_id":167918,"tr_customer_product_id":167908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:43:35.000Z","name":"Jeanie Bailey","mobile_number":"254-447-6959","email_id":"Otha93@hotmail.com","dop":"2025-04-06","serial_number":"13830389477544","imei1":"13830389477544","imei2":"13830389477544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167898,"job_number":"JOB_167898","tr_customer_id":167915,"tr_customer_product_id":167905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:46.000Z","name":"Berta Gleason","mobile_number":"670-959-8671","email_id":"Nelle.Douglas@hotmail.com","dop":"2025-04-06","serial_number":"17500260885098","imei1":"17500260885098","imei2":"17500260885098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167895,"job_number":"JOB_167895","tr_customer_id":167912,"tr_customer_product_id":167902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:32.000Z","modified_at":"2026-01-27T06:39:09.000Z","name":"Mylene Ziemann","mobile_number":"268-456-3179","email_id":"Monserrate.Padberg96@hotmail.com","dop":"2025-04-06","serial_number":"13422109656931","imei1":"13422109656931","imei2":"13422109656931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167892,"job_number":"JOB_167892","tr_customer_id":167909,"tr_customer_product_id":167899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:00.000Z","modified_at":"2026-01-27T06:38:36.000Z","name":"Adrain Flatley","mobile_number":"625-204-1955","email_id":"Iliana_Green@gmail.com","dop":"2000-01-31","serial_number":"10327360941022","imei1":"10327360941022","imei2":"10327360941022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167889,"job_number":"JOB_167889","tr_customer_id":167906,"tr_customer_product_id":167896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:38:24.000Z","name":"Christa Kutch","mobile_number":"447-746-4829","email_id":"Krista_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"16625501213741","imei1":"16625501213741","imei2":"16625501213741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167886,"job_number":"JOB_167886","tr_customer_id":167903,"tr_customer_product_id":167893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:16.000Z","modified_at":"2026-01-27T06:37:53.000Z","name":"Vivianne Kuvalis","mobile_number":"928-407-3268","email_id":"Nola37@hotmail.com","dop":"2000-01-31","serial_number":"10539760183863","imei1":"10539760183863","imei2":"10539760183863","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167882,"job_number":"JOB_167882","tr_customer_id":167899,"tr_customer_product_id":167889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:42.000Z","name":"Jaylen Kerluke","mobile_number":"546-909-9233","email_id":"Domingo45@gmail.com","dop":"2025-04-06","serial_number":"16862134829963","imei1":"16862134829963","imei2":"16862134829963","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167881,"job_number":"JOB_167881","tr_customer_id":167898,"tr_customer_product_id":167888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:40.000Z","name":"Celestine Kilback","mobile_number":"975-592-9244","email_id":"Maximillian46@gmail.com","dop":"2025-04-06","serial_number":"17951541323118","imei1":"17951541323118","imei2":"17951541323118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167878,"job_number":"JOB_167878","tr_customer_id":167895,"tr_customer_product_id":167885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:37:22.000Z","name":"Ezequiel Hauck","mobile_number":"402-515-8716","email_id":"Ethel52@hotmail.com","dop":"2025-10-21","serial_number":"12597963508580","imei1":"12597963508580","imei2":"12597963508580","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167875,"job_number":"JOB_167875","tr_customer_id":167892,"tr_customer_product_id":167882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:32.000Z","modified_at":"2026-01-27T06:37:09.000Z","name":"Jakayla Stehr","mobile_number":"889-226-7042","email_id":"Oswald_Blanda50@hotmail.com","dop":"2000-01-31","serial_number":"10809822361810","imei1":"10809822361810","imei2":"10809822361810","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167872,"job_number":"JOB_167872","tr_customer_id":167889,"tr_customer_product_id":167879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:16.000Z","modified_at":"2026-01-27T06:36:55.000Z","name":"Cruz Hoeger","mobile_number":"934-485-6036","email_id":"Zelda13@yahoo.com","dop":"2025-04-06","serial_number":"14583018003932","imei1":"14583018003932","imei2":"14583018003932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167870,"job_number":"JOB_167870","tr_customer_id":167887,"tr_customer_product_id":167877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:55.000Z","modified_at":"2026-01-27T06:36:34.000Z","name":"Fletcher Langosh","mobile_number":"961-716-6775","email_id":"Danyka74@hotmail.com","dop":"2025-10-21","serial_number":"12097514595498","imei1":"12097514595498","imei2":"12097514595498","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167867,"job_number":"JOB_167867","tr_customer_id":167884,"tr_customer_product_id":167874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:36:24.000Z","name":"Keenan Strosin","mobile_number":"493-722-5111","email_id":"Athena3@yahoo.com","dop":"2000-01-31","serial_number":"10961625417361","imei1":"10961625417361","imei2":"10961625417361","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167864,"job_number":"JOB_167864","tr_customer_id":167881,"tr_customer_product_id":167871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:29.000Z","modified_at":"2026-01-27T06:36:08.000Z","name":"Natasha Towne","mobile_number":"539-944-7993","email_id":"Elinore77@hotmail.com","dop":"2025-04-06","serial_number":"15990339465447","imei1":"15990339465447","imei2":"15990339465447","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167862,"job_number":"JOB_167862","tr_customer_id":167879,"tr_customer_product_id":167869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:07.000Z","modified_at":"2026-01-27T06:35:46.000Z","name":"Erling Schowalter","mobile_number":"297-720-6965","email_id":"Emerald.Hayes@yahoo.com","dop":"2025-10-21","serial_number":"17024058576990","imei1":"17024058576990","imei2":"17024058576990","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167859,"job_number":"JOB_167859","tr_customer_id":167876,"tr_customer_product_id":167866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:26.000Z","modified_at":"2026-01-27T06:35:09.000Z","name":"Darius Hane","mobile_number":"861-784-3255","email_id":"Isac8@hotmail.com","dop":"2025-04-06","serial_number":"10330263504588","imei1":"10330263504588","imei2":"10330263504588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167858,"job_number":"JOB_167858","tr_customer_id":167875,"tr_customer_product_id":167865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:18.000Z","modified_at":"2026-01-27T06:32:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12423253098832","imei2":"12423253098832","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167856,"job_number":"JOB_167856","tr_customer_id":167873,"tr_customer_product_id":167863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10053012872262","imei2":"10053012872262","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167853,"job_number":"JOB_167853","tr_customer_id":167870,"tr_customer_product_id":167860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:32:30.000Z","name":"Allie Stiedemann","mobile_number":"434-823-0869","email_id":"Hershel.Johnson34@hotmail.com","dop":"2025-04-06","serial_number":"12101566250387","imei1":"12101566250387","imei2":"12101566250387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167851,"job_number":"JOB_167851","tr_customer_id":167868,"tr_customer_product_id":167858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:32:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14240408583347","imei2":"14240408583347","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167848,"job_number":"JOB_167848","tr_customer_id":167865,"tr_customer_product_id":167855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:43.000Z","name":"Dorcas Schinner","mobile_number":"993-457-8106","email_id":"Helena_Herzog2@hotmail.com","dop":"2025-04-06","serial_number":"16557584408408","imei1":"16557584408408","imei2":"16557584408408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167844,"job_number":"JOB_167844","tr_customer_id":167861,"tr_customer_product_id":167851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:56.000Z","name":"Rey Reichert","mobile_number":"904-355-8506","email_id":"Maxime.Brekke12@gmail.com","dop":"2025-04-06","serial_number":"13183922370106","imei1":"13183922370106","imei2":"13183922370106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167839,"job_number":"JOB_167839","tr_customer_id":167856,"tr_customer_product_id":167846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:40.000Z","name":"Stanford Kuhlman","mobile_number":"548-543-0439","email_id":"Afton_Mayert73@gmail.com","dop":"2025-04-06","serial_number":"19371343198470","imei1":"19371343198470","imei2":"19371343198470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167836,"job_number":"JOB_167836","tr_customer_id":167853,"tr_customer_product_id":167843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:57.000Z","name":"Maiya Hartmann","mobile_number":"805-965-1463","email_id":"Soledad52@hotmail.com","dop":"2025-04-06","serial_number":"19886852653800","imei1":"19886852653800","imei2":"19886852653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167833,"job_number":"JOB_167833","tr_customer_id":167850,"tr_customer_product_id":167840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:28:14.000Z","name":"Dayne Beatty","mobile_number":"976-674-2026","email_id":"Herminio_Kovacek@gmail.com","dop":"2025-04-06","serial_number":"13833034191551","imei1":"13833034191551","imei2":"13833034191551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167830,"job_number":"JOB_167830","tr_customer_id":167847,"tr_customer_product_id":167837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:27:00.000Z","name":"Cecelia Bauch","mobile_number":"671-610-2410","email_id":"Emilie_Ullrich20@gmail.com","dop":"2025-04-06","serial_number":"11963927712940","imei1":"11963927712940","imei2":"11963927712940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167827,"job_number":"JOB_167827","tr_customer_id":167844,"tr_customer_product_id":167834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:27.000Z","modified_at":"2026-01-27T06:26:09.000Z","name":"Bo Tromp","mobile_number":"574-636-5595","email_id":"Darwin.Runolfsson@hotmail.com","dop":"2025-04-06","serial_number":"14330271912505","imei1":"14330271912505","imei2":"14330271912505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167824,"job_number":"JOB_167824","tr_customer_id":167841,"tr_customer_product_id":167831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:25:18.000Z","name":"Fidel Stoltenberg","mobile_number":"888-752-5165","email_id":"Lauriane87@hotmail.com","dop":"2025-04-06","serial_number":"11748226776697","imei1":"11748226776697","imei2":"11748226776697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167821,"job_number":"JOB_167821","tr_customer_id":167838,"tr_customer_product_id":167828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:24:24.000Z","name":"Antonina Maggio","mobile_number":"602-978-3602","email_id":"Bo.Bechtelar0@yahoo.com","dop":"2025-06-18","serial_number":"10055833646600","imei1":"10055833646600","imei2":"10055833646600","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167818,"job_number":"JOB_167818","tr_customer_id":167835,"tr_customer_product_id":167825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:41.000Z","name":"Donny Hayes","mobile_number":"206-293-1033","email_id":"Kenyon.Walsh@yahoo.com","dop":"2025-06-18","serial_number":"10185353647351","imei1":"10185353647351","imei2":"10185353647351","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167815,"job_number":"JOB_167815","tr_customer_id":167832,"tr_customer_product_id":167822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:04.000Z","modified_at":"2026-01-27T06:23:42.000Z","name":"Ellis Walter","mobile_number":"583-518-4689","email_id":"Vena_Streich@hotmail.com","dop":"2025-04-06","serial_number":"18312915331901","imei1":"18312915331901","imei2":"18312915331901","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167809,"job_number":"JOB_167809","tr_customer_id":167826,"tr_customer_product_id":167816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:31.000Z","modified_at":"2026-01-27T06:21:07.000Z","name":"Pansy Fritsch","mobile_number":"318-635-6350","email_id":"Lenore22@gmail.com","dop":"2025-04-06","serial_number":"12752952311240","imei1":"12752952311240","imei2":"12752952311240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167800,"job_number":"JOB_167800","tr_customer_id":167817,"tr_customer_product_id":167807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:20:23.000Z","name":"Jennyfer Weber","mobile_number":"506-331-5511","email_id":"Bradly_Wisozk54@yahoo.com","dop":"2025-04-06","serial_number":"16469269473320","imei1":"16469269473320","imei2":"16469269473320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167797,"job_number":"JOB_167797","tr_customer_id":167814,"tr_customer_product_id":167804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:39.000Z","name":"Eloy Ledner","mobile_number":"477-272-0753","email_id":"Dessie.Metz@gmail.com","dop":"2025-04-06","serial_number":"15793220981851","imei1":"15793220981851","imei2":"15793220981851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167791,"job_number":"JOB_167791","tr_customer_id":167808,"tr_customer_product_id":167798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:39.000Z","modified_at":"2026-01-27T05:20:16.000Z","name":"Alisha Jast","mobile_number":"302-636-5500","email_id":"Christ.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10308584976477","imei1":"10308584976477","imei2":"10308584976477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:20:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167788,"job_number":"JOB_167788","tr_customer_id":167805,"tr_customer_product_id":167795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:54.000Z","modified_at":"2026-01-27T05:19:31.000Z","name":"Talia Nicolas","mobile_number":"760-854-8658","email_id":"Melyna_Trantow7@gmail.com","dop":"2025-04-06","serial_number":"15591401403235","imei1":"15591401403235","imei2":"15591401403235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:19:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167785,"job_number":"JOB_167785","tr_customer_id":167802,"tr_customer_product_id":167792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:09.000Z","modified_at":"2026-01-27T05:18:46.000Z","name":"Bert Cremin","mobile_number":"880-469-4883","email_id":"Mertie36@gmail.com","dop":"2025-04-06","serial_number":"10424599133818","imei1":"10424599133818","imei2":"10424599133818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167782,"job_number":"JOB_167782","tr_customer_id":167799,"tr_customer_product_id":167789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:11.000Z","modified_at":"2026-01-27T05:01:48.000Z","name":"Cyrus Prosacco","mobile_number":"968-467-5339","email_id":"Aiyana.Bashirian@yahoo.com","dop":"2025-04-06","serial_number":"15957104757718","imei1":"15957104757718","imei2":"15957104757718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167780,"job_number":"JOB_167780","tr_customer_id":167797,"tr_customer_product_id":167787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:53.000Z","modified_at":"2026-01-27T05:01:30.000Z","name":"Penelope Haley","mobile_number":"314-974-3233","email_id":"Domingo14@yahoo.com","dop":"2025-04-06","serial_number":"18569555503460","imei1":"18569555503460","imei2":"18569555503460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167778,"job_number":"JOB_167778","tr_customer_id":167795,"tr_customer_product_id":167785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:09.000Z","modified_at":"2026-01-27T04:59:48.000Z","name":"Tina Fahey","mobile_number":"555-225-7781","email_id":"Dolly93@gmail.com","dop":"2025-04-06","serial_number":"18314748738357","imei1":"18314748738357","imei2":"18314748738357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167776,"job_number":"JOB_167776","tr_customer_id":167793,"tr_customer_product_id":167783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:24.000Z","modified_at":"2026-01-27T04:59:02.000Z","name":"Keith Ernser","mobile_number":"971-520-9943","email_id":"Jean97@gmail.com","dop":"2025-04-06","serial_number":"15123889471853","imei1":"15123889471853","imei2":"15123889471853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167774,"job_number":"JOB_167774","tr_customer_id":167791,"tr_customer_product_id":167781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:38.000Z","modified_at":"2026-01-27T04:58:16.000Z","name":"Houston Lockman","mobile_number":"807-303-0969","email_id":"Katelin_Wintheiser@yahoo.com","dop":"2025-04-06","serial_number":"10033490901667","imei1":"10033490901667","imei2":"10033490901667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167773,"job_number":"JOB_167773","tr_customer_id":167790,"tr_customer_product_id":167780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:52:06.000Z","name":"Akeem Hirthe","mobile_number":"846-525-7749","email_id":"Victoria58@gmail.com","dop":"2025-07-01","serial_number":"109682923227161","imei1":"109682923227161","imei2":"109682923227161","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167771,"job_number":"JOB_167771","tr_customer_id":167788,"tr_customer_product_id":167778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:52.000Z","name":"Lauretta Ledner","mobile_number":"979-501-3503","email_id":"Ephraim67@yahoo.com","dop":"2025-07-01","serial_number":"102525710077270","imei1":"102525710077270","imei2":"102525710077270","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:51:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167766,"job_number":"JOB_167766","tr_customer_id":167783,"tr_customer_product_id":167773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:04.000Z","modified_at":"2026-01-27T04:43:44.000Z","name":"Tiara Gerlach","mobile_number":"705-255-9198","email_id":"Alan.Dietrich48@yahoo.com","dop":"2025-04-06","serial_number":"13673813176470","imei1":"13673813176470","imei2":"13673813176470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167763,"job_number":"JOB_167763","tr_customer_id":167780,"tr_customer_product_id":167770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:16.000Z","modified_at":"2026-01-27T04:42:56.000Z","name":"Holden Altenwerth","mobile_number":"331-282-0181","email_id":"Christop_Fahey@gmail.com","dop":"2025-04-06","serial_number":"11081960558031","imei1":"11081960558031","imei2":"11081960558031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167760,"job_number":"JOB_167760","tr_customer_id":167777,"tr_customer_product_id":167767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:42:08.000Z","name":"Mackenzie Herman","mobile_number":"617-390-5098","email_id":"Dwight_Flatley77@hotmail.com","dop":"2025-04-06","serial_number":"13555570658205","imei1":"13555570658205","imei2":"13555570658205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167756,"job_number":"JOB_167756","tr_customer_id":167773,"tr_customer_product_id":167763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:08.000Z","modified_at":"2026-01-27T04:05:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74072070477227","imei1":"74072070477227","imei2":"74072070477227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167749,"job_number":"JOB_167749","tr_customer_id":167766,"tr_customer_product_id":167756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:36.000Z","modified_at":"2026-01-27T04:05:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24590586092397","imei1":"24590586092397","imei2":"24590586092397","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167742,"job_number":"JOB_167742","tr_customer_id":167759,"tr_customer_product_id":167749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:04.000Z","modified_at":"2026-01-27T04:04:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19395955050300","imei1":"19395955050300","imei2":"19395955050300","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167734,"job_number":"JOB_167734","tr_customer_id":167751,"tr_customer_product_id":167741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:01:06.000Z","name":"Dedric Dach","mobile_number":"454-939-6364","email_id":"Quinton_Mohr96@hotmail.com","dop":"2025-04-06","serial_number":"15561692835654","imei1":"15561692835654","imei2":"15561692835654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167731,"job_number":"JOB_167731","tr_customer_id":167748,"tr_customer_product_id":167738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T04:00:35.000Z","name":"Nils Price","mobile_number":"848-506-9428","email_id":"Hope26@gmail.com","dop":"2025-04-06","serial_number":"11136216434096","imei1":"11136216434096","imei2":"11136216434096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167728,"job_number":"JOB_167728","tr_customer_id":167745,"tr_customer_product_id":167735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T04:00:17.000Z","name":"Camron McCullough","mobile_number":"343-821-8580","email_id":"Lucas.Kunze44@hotmail.com","dop":"2025-04-06","serial_number":"15156817870785","imei1":"15156817870785","imei2":"15156817870785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167725,"job_number":"JOB_167725","tr_customer_id":167742,"tr_customer_product_id":167732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T04:00:11.000Z","name":"Lorena Raynor","mobile_number":"505-412-7010","email_id":"Jayson36@gmail.com","dop":"2000-01-31","serial_number":"10356871190723","imei1":"10356871190723","imei2":"10356871190723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167722,"job_number":"JOB_167722","tr_customer_id":167739,"tr_customer_product_id":167729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T04:00:04.000Z","name":"Johnpaul VonRueden","mobile_number":"695-818-2037","email_id":"Josue88@hotmail.com","dop":"2025-04-06","serial_number":"11345006253222","imei1":"11345006253222","imei2":"11345006253222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167719,"job_number":"JOB_167719","tr_customer_id":167736,"tr_customer_product_id":167726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:51.000Z","name":"Brock Williamson","mobile_number":"289-805-9878","email_id":"Shaun.Wiegand@yahoo.com","dop":"2025-04-06","serial_number":"12249866341232","imei1":"12249866341232","imei2":"12249866341232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167713,"job_number":"JOB_167713","tr_customer_id":167730,"tr_customer_product_id":167720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:45.000Z","name":"Demetris McDermott","mobile_number":"892-834-6175","email_id":"Rylan_Weber42@yahoo.com","dop":"2025-04-06","serial_number":"12065573541048","imei1":"12065573541048","imei2":"12065573541048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167710,"job_number":"JOB_167710","tr_customer_id":167727,"tr_customer_product_id":167717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:43.000Z","name":"Jadon Morar","mobile_number":"323-667-0750","email_id":"Easton.Anderson@yahoo.com","dop":"2025-04-06","serial_number":"17965079550692","imei1":"17965079550692","imei2":"17965079550692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167704,"job_number":"JOB_167704","tr_customer_id":167721,"tr_customer_product_id":167711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:59:33.000Z","name":"Vince Schimmel","mobile_number":"478-276-5763","email_id":"Lou_Shanahan@hotmail.com","dop":"2025-04-06","serial_number":"13224935401756","imei1":"13224935401756","imei2":"13224935401756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167700,"job_number":"JOB_167700","tr_customer_id":167717,"tr_customer_product_id":167707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:50.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Stanford Grady","mobile_number":"998-542-9403","email_id":"Meggie_Vandervort63@yahoo.com","dop":"2026-01-04","serial_number":"16049334971563","imei1":"16049334971563","imei2":"16049334971563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167699,"job_number":"JOB_167699","tr_customer_id":167716,"tr_customer_product_id":167706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Ruth Spinka","mobile_number":"567-517-0880","email_id":"Junius_Emard@gmail.com","dop":"2000-01-31","serial_number":"10994193539382","imei1":"10994193539382","imei2":"10994193539382","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167694,"job_number":"JOB_167694","tr_customer_id":167711,"tr_customer_product_id":167701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Tristian Hyatt","mobile_number":"790-919-9318","email_id":"Holly.Halvorson11@hotmail.com","dop":"2025-04-06","serial_number":"18978779641805","imei1":"18978779641805","imei2":"18978779641805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167693,"job_number":"JOB_167693","tr_customer_id":167710,"tr_customer_product_id":167700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Ruth Bartell","mobile_number":"918-233-1057","email_id":"Carmela.Little@yahoo.com","dop":"2025-04-06","serial_number":"16603912358281","imei1":"16603912358281","imei2":"16603912358281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167684,"job_number":"JOB_167684","tr_customer_id":167701,"tr_customer_product_id":167691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:16.000Z","name":"Jeramie Maggio","mobile_number":"786-396-4048","email_id":"Laverne.Wyman16@hotmail.com","dop":"2025-04-06","serial_number":"14322311223889","imei1":"14322311223889","imei2":"14322311223889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167683,"job_number":"JOB_167683","tr_customer_id":167700,"tr_customer_product_id":167690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Gloria Herman","mobile_number":"813-628-4878","email_id":"Heather.Howe@hotmail.com","dop":"2025-04-06","serial_number":"12891406720167","imei1":"12891406720167","imei2":"12891406720167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167680,"job_number":"JOB_167680","tr_customer_id":167697,"tr_customer_product_id":167687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:59:17.000Z","name":"Jazmyne Deckow","mobile_number":"226-299-1912","email_id":"Dangelo60@hotmail.com","dop":"2025-04-06","serial_number":"17185399314974","imei1":"17185399314974","imei2":"17185399314974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167677,"job_number":"JOB_167677","tr_customer_id":167694,"tr_customer_product_id":167684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:30.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Maggie Wunsch","mobile_number":"463-465-6284","email_id":"Moses_Luettgen@gmail.com","dop":"2025-04-06","serial_number":"16707991643310","imei1":"16707991643310","imei2":"16707991643310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167674,"job_number":"JOB_167674","tr_customer_id":167691,"tr_customer_product_id":167681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Reece Hagenes","mobile_number":"352-694-6042","email_id":"Monserrate27@yahoo.com","dop":"2025-04-06","serial_number":"16477743361753","imei1":"16477743361753","imei2":"16477743361753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167670,"job_number":"JOB_167670","tr_customer_id":167687,"tr_customer_product_id":167677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:59:01.000Z","name":"Claudia Ernser","mobile_number":"614-220-6810","email_id":"Lloyd20@hotmail.com","dop":"2025-04-06","serial_number":"12106786739450","imei1":"12106786739450","imei2":"12106786739450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167668,"job_number":"JOB_167668","tr_customer_id":167685,"tr_customer_product_id":167675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:59.000Z","name":"Earnestine Turner","mobile_number":"392-761-9346","email_id":"Glennie26@yahoo.com","dop":"2025-04-06","serial_number":"12775873567516","imei1":"12775873567516","imei2":"12775873567516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167665,"job_number":"JOB_167665","tr_customer_id":167682,"tr_customer_product_id":167672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:55.000Z","name":"Winston Runolfsson","mobile_number":"574-557-1859","email_id":"Eldon.Bechtelar@gmail.com","dop":"2025-04-06","serial_number":"14560577097895","imei1":"14560577097895","imei2":"14560577097895","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167662,"job_number":"JOB_167662","tr_customer_id":167679,"tr_customer_product_id":167669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:53.000Z","name":"Daphnee Mueller","mobile_number":"577-891-9429","email_id":"Jesse.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"10283043729439","imei1":"10283043729439","imei2":"10283043729439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167658,"job_number":"JOB_167658","tr_customer_id":167675,"tr_customer_product_id":167665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Giovani Becker","mobile_number":"836-554-6598","email_id":"Justice.Gerlach17@gmail.com","dop":"2000-01-31","serial_number":"10624707653449","imei1":"10624707653449","imei2":"10624707653449","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167657,"job_number":"JOB_167657","tr_customer_id":167674,"tr_customer_product_id":167664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Juston Harvey","mobile_number":"486-447-3733","email_id":"Arlo_Harber@yahoo.com","dop":"2026-01-04","serial_number":"19484132032512","imei1":"19484132032512","imei2":"19484132032512","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167652,"job_number":"JOB_167652","tr_customer_id":167669,"tr_customer_product_id":167659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:03.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Yvonne Beatty","mobile_number":"938-538-7270","email_id":"Harley58@gmail.com","dop":"2025-04-06","serial_number":"10337553747472","imei1":"10337553747472","imei2":"10337553747472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167650,"job_number":"JOB_167650","tr_customer_id":167667,"tr_customer_product_id":167657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Elizabeth Mayer","mobile_number":"239-473-6514","email_id":"Pedro.Zemlak38@yahoo.com","dop":"2025-04-06","serial_number":"13196075461242","imei1":"13196075461242","imei2":"13196075461242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167643,"job_number":"JOB_167643","tr_customer_id":167660,"tr_customer_product_id":167650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:58:33.000Z","name":"Robyn Schmeler","mobile_number":"907-510-1822","email_id":"Emely.Koepp50@gmail.com","dop":"2025-04-06","serial_number":"10144809869542","imei1":"10144809869542","imei2":"10144809869542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167640,"job_number":"JOB_167640","tr_customer_id":167657,"tr_customer_product_id":167647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:58:32.000Z","name":"Adrienne Grimes","mobile_number":"729-212-0939","email_id":"Brenda34@yahoo.com","dop":"2025-04-06","serial_number":"12219865944575","imei1":"12219865944575","imei2":"12219865944575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167637,"job_number":"JOB_167637","tr_customer_id":167654,"tr_customer_product_id":167644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Nova Stamm","mobile_number":"693-895-3641","email_id":"Brody.Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"16445619666337","imei1":"16445619666337","imei2":"16445619666337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167629,"job_number":"JOB_167629","tr_customer_id":167646,"tr_customer_product_id":167636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16285862842434","imei2":"16285862842434","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167627,"job_number":"JOB_167627","tr_customer_id":167644,"tr_customer_product_id":167634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Charley Schroeder","mobile_number":"568-209-7381","email_id":"Ara90@yahoo.com","dop":"2025-04-06","serial_number":"16362528662636","imei1":"16362528662636","imei2":"16362528662636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167623,"job_number":"JOB_167623","tr_customer_id":167640,"tr_customer_product_id":167630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:15.000Z","name":"Louisa Becker","mobile_number":"387-647-0142","email_id":"Tania.Thompson21@gmail.com","dop":"2025-04-06","serial_number":"15989499921791","imei1":"15989499921791","imei2":"15989499921791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167621,"job_number":"JOB_167621","tr_customer_id":167638,"tr_customer_product_id":167628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Jacklyn Jakubowski","mobile_number":"297-831-5014","email_id":"Mia.Sanford25@hotmail.com","dop":"2025-04-06","serial_number":"11316762641745","imei1":"11316762641745","imei2":"11316762641745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167615,"job_number":"JOB_167615","tr_customer_id":167632,"tr_customer_product_id":167622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Flavio Roberts","mobile_number":"486-327-5797","email_id":"Lexie_Konopelski@hotmail.com","dop":"2025-05-30","serial_number":"11200459191432","imei1":"11200459191432","imei2":"11200459191432","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167614,"job_number":"JOB_167614","tr_customer_id":167631,"tr_customer_product_id":167621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:13.000Z","name":"Garfield Trantow","mobile_number":"242-483-1707","email_id":"Giovani.Schuppe16@gmail.com","dop":"2025-06-18","serial_number":"10352114694924","imei1":"10352114694924","imei2":"10352114694924","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167613,"job_number":"JOB_167613","tr_customer_id":167630,"tr_customer_product_id":167620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Devonte O'Connell","mobile_number":"401-954-4982","email_id":"Ariane.Marks54@hotmail.com","dop":"2025-04-06","serial_number":"19501973653514","imei1":"19501973653514","imei2":"19501973653514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167609,"job_number":"JOB_167609","tr_customer_id":167626,"tr_customer_product_id":167616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17302095058646","imei2":"17302095058646","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167606,"job_number":"JOB_167606","tr_customer_id":167623,"tr_customer_product_id":167613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:27.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Adalberto Dare","mobile_number":"493-574-9135","email_id":"Maegan_Considine@gmail.com","dop":"2025-04-06","serial_number":"16021243648821","imei1":"16021243648821","imei2":"16021243648821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167602,"job_number":"JOB_167602","tr_customer_id":167619,"tr_customer_product_id":167609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Grace Blick","mobile_number":"744-224-5481","email_id":"Nayeli.Wintheiser@hotmail.com","dop":"2000-01-31","serial_number":"10459943038758","imei1":"10459943038758","imei2":"10459943038758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167600,"job_number":"JOB_167600","tr_customer_id":167617,"tr_customer_product_id":167607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Sherman DuBuque","mobile_number":"937-364-8939","email_id":"Jettie_Schowalter@hotmail.com","dop":"2026-01-04","serial_number":"17965430311336","imei1":"17965430311336","imei2":"17965430311336","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167596,"job_number":"JOB_167596","tr_customer_id":167613,"tr_customer_product_id":167603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:55.000Z","name":"Garland Herman","mobile_number":"810-930-1921","email_id":"Brayan.Zemlak4@hotmail.com","dop":"2025-04-06","serial_number":"15119514571700","imei1":"15119514571700","imei2":"15119514571700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167593,"job_number":"JOB_167593","tr_customer_id":167610,"tr_customer_product_id":167600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14638873223178","imei2":"14638873223178","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167591,"job_number":"JOB_167591","tr_customer_id":167608,"tr_customer_product_id":167598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Jailyn Blanda","mobile_number":"281-356-8623","email_id":"Emelie_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18291131966712","imei1":"18291131966712","imei2":"18291131966712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167587,"job_number":"JOB_167587","tr_customer_id":167604,"tr_customer_product_id":167594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:49.000Z","name":"Amani Donnelly","mobile_number":"253-395-8643","email_id":"Diamond_Keebler@hotmail.com","dop":"2025-04-06","serial_number":"10832037510535","imei1":"10832037510535","imei2":"10832037510535","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167584,"job_number":"JOB_167584","tr_customer_id":167601,"tr_customer_product_id":167591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:10.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Cole Rath","mobile_number":"325-290-3631","email_id":"Berry_Schuster@hotmail.com","dop":"2025-04-06","serial_number":"11190183779068","imei1":"11190183779068","imei2":"11190183779068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167581,"job_number":"JOB_167581","tr_customer_id":167598,"tr_customer_product_id":167588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:00.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Gwendolyn Hackett","mobile_number":"673-237-0686","email_id":"Christina_McClure8@yahoo.com","dop":"2025-04-06","serial_number":"14889064039695","imei1":"14889064039695","imei2":"14889064039695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167577,"job_number":"JOB_167577","tr_customer_id":167594,"tr_customer_product_id":167584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:57:33.000Z","name":"Marilie Rohan","mobile_number":"248-304-9540","email_id":"Vance25@yahoo.com","dop":"2025-04-06","serial_number":"15987577073440","imei1":"15987577073440","imei2":"15987577073440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167573,"job_number":"JOB_167573","tr_customer_id":167590,"tr_customer_product_id":167580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:31.000Z","name":"Austen Champlin","mobile_number":"469-982-3538","email_id":"Albin_Treutel36@gmail.com","dop":"2025-04-06","serial_number":"14891749000162","imei1":"14891749000162","imei2":"14891749000162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167571,"job_number":"JOB_167571","tr_customer_id":167588,"tr_customer_product_id":167578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Rosella Bergstrom","mobile_number":"701-715-2032","email_id":"Kassandra39@yahoo.com","dop":"2025-04-06","serial_number":"14025417199656","imei1":"14025417199656","imei2":"14025417199656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167568,"job_number":"JOB_167568","tr_customer_id":167585,"tr_customer_product_id":167575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:57:30.000Z","name":"Damion Walker","mobile_number":"425-372-2349","email_id":"Zola23@hotmail.com","dop":"2025-04-06","serial_number":"11972983969648","imei1":"11972983969648","imei2":"11972983969648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167567,"job_number":"JOB_167567","tr_customer_id":167584,"tr_customer_product_id":167574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Kirsten Purdy","mobile_number":"667-490-5340","email_id":"Ellsworth.Lynch@yahoo.com","dop":"2025-06-18","serial_number":"10974195504643","imei1":"10974195504643","imei2":"10974195504643","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167564,"job_number":"JOB_167564","tr_customer_id":167581,"tr_customer_product_id":167571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:47.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Ralph Gerlach","mobile_number":"746-208-3832","email_id":"Trey_Reilly@gmail.com","dop":"2025-04-06","serial_number":"16572571827001","imei1":"16572571827001","imei2":"16572571827001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167562,"job_number":"JOB_167562","tr_customer_id":167579,"tr_customer_product_id":167569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Lue Schinner","mobile_number":"470-782-4153","email_id":"Braulio37@hotmail.com","dop":"2025-04-06","serial_number":"19673463751655","imei1":"19673463751655","imei2":"19673463751655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167560,"job_number":"JOB_167560","tr_customer_id":167577,"tr_customer_product_id":167567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:38.000Z","modified_at":"2026-01-27T03:56:47.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"46832736178143","imei1":"46832736178143","imei2":"46832736178143","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167558,"job_number":"JOB_167558","tr_customer_id":167575,"tr_customer_product_id":167565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:56:36.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"86433522314885","imei1":"86433522314885","imei2":"86433522314885","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167557,"job_number":"JOB_167557","tr_customer_id":167574,"tr_customer_product_id":167564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:57:03.000Z","name":"Cortez Okuneva","mobile_number":"243-379-2128","email_id":"Evangeline.Haag37@yahoo.com","dop":"2025-04-06","serial_number":"13784274402878","imei1":"13784274402878","imei2":"13784274402878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167555,"job_number":"JOB_167555","tr_customer_id":167572,"tr_customer_product_id":167562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:18.000Z","modified_at":"2026-01-27T03:05:53.000Z","name":"Lue Koss","mobile_number":"890-272-0890","email_id":"Kariane88@yahoo.com","dop":"2025-04-06","serial_number":"12622222412301","imei1":"12622222412301","imei2":"12622222412301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167552,"job_number":"JOB_167552","tr_customer_id":167569,"tr_customer_product_id":167559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:05:10.000Z","name":"Ines Bins","mobile_number":"331-644-1254","email_id":"Marianne95@hotmail.com","dop":"2025-04-06","serial_number":"10196588918332","imei1":"10196588918332","imei2":"10196588918332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167549,"job_number":"JOB_167549","tr_customer_id":167566,"tr_customer_product_id":167556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:04:28.000Z","name":"Murphy Walker","mobile_number":"437-509-6401","email_id":"Jadyn_Dickinson89@hotmail.com","dop":"2025-04-06","serial_number":"16209779649139","imei1":"16209779649139","imei2":"16209779649139","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 646ms
Mean size per request: 1013B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzUyMn0.S81m148ybgWzixqbQelSHRmKxApWr4w9skJfBFYmVOQ
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 2c11e58d-609b-4b27-b7a5-3412e2f9e114
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1013
ETag W/"3f5-oY6kFA70H9w0CnrcbKNaOMnBVXk"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":168613,"job_number":"JOB_168613","tr_customer_id":168630,"tr_customer_product_id":168620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:21.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19220833279008","imei2":"19220833279008","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-27T17:05:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151329}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzUyMn0.S81m148ybgWzixqbQelSHRmKxApWr4w9skJfBFYmVOQ
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 0d641365-0397-4d47-8c2e-ec85bfecf76b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 26
Request Body
{
            "job_id": 168613
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 623ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzUyMn0.S81m148ybgWzixqbQelSHRmKxApWr4w9skJfBFYmVOQ
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token d4029dc7-feaa-4aa2-8c9f-f1c6b0e5f5a2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token d6b81e60-f1f4-405f-9f3e-768d2ca055a3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-JLg8n7wI08+jlHtcS7YQAHzH5IU"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MjV9.-UP5F3ADum4zNHqE4JMTUZ5UKAvUCrG2bUcWuWTrLrY"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 224ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTN9.3PG9LpGEP4GDC_6Y9sAoDSH4iRbHMa7OjtFVT3IF2wc
Connection keep-alive
If-None-Match W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 77751df8-a47e-4047-8f18-4a105e1c292b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c9-Ld6hKByAvaJhFG+2eukoSrTwhJs"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 243B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTN9.3PG9LpGEP4GDC_6Y9sAoDSH4iRbHMa7OjtFVT3IF2wc
Connection keep-alive
If-None-Match W/"c9-Ld6hKByAvaJhFG+2eukoSrTwhJs"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token d1a3cd11-b449-43e7-babc-549e9a307ac8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 243
ETag W/"f3-jKjAvtGZUIDDCOsu7vU5Y1SZFRY"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":2},{"label":"Created today","key":"created_today","count":1048},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 240ms
Mean size per request: 1.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTN9.3PG9LpGEP4GDC_6Y9sAoDSH4iRbHMa7OjtFVT3IF2wc
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 7c0a379d-4a13-437c-8cc9-922e4c98756d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7cb-aldSgKB9foOpkyqhq+IDGetPamo"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168266,"job_number":"JOB_168266","tr_customer_id":168283,"tr_customer_product_id":168273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:18.000Z","modified_at":"2026-01-27T15:29:54.000Z","name":"Ena Jakubowski","mobile_number":"767-899-9822","email_id":"Conor_Gleason71@yahoo.com","dop":"2025-02-01","serial_number":"53730589633809","imei1":"53730589633809","imei2":"53730589633809","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T15:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168613,"job_number":"JOB_168613","tr_customer_id":168630,"tr_customer_product_id":168620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:24.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19220833279008","imei2":"19220833279008","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T17:05:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 1.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTN9.3PG9LpGEP4GDC_6Y9sAoDSH4iRbHMa7OjtFVT3IF2wc
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token b0c084c8-702e-418d-a750-69754c33a733
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7cb-aldSgKB9foOpkyqhq+IDGetPamo"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168266,"job_number":"JOB_168266","tr_customer_id":168283,"tr_customer_product_id":168273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:18.000Z","modified_at":"2026-01-27T15:29:54.000Z","name":"Ena Jakubowski","mobile_number":"767-899-9822","email_id":"Conor_Gleason71@yahoo.com","dop":"2025-02-01","serial_number":"53730589633809","imei1":"53730589633809","imei2":"53730589633809","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T15:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168613,"job_number":"JOB_168613","tr_customer_id":168630,"tr_customer_product_id":168620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:24.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19220833279008","imei2":"19220833279008","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T17:05:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151329}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTN9.3PG9LpGEP4GDC_6Y9sAoDSH4iRbHMa7OjtFVT3IF2wc
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token b30fa9dd-df0e-42cf-819c-215ebce3d976
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 26
Request Body
{
            "job_id": 168613
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7d7-SgjB97F0i27vfE3bqA/Mt3qwSd4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 244ms
Mean size per request: 1021B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTN9.3PG9LpGEP4GDC_6Y9sAoDSH4iRbHMa7OjtFVT3IF2wc
Connection keep-alive
If-None-Match W/"7d7-SgjB97F0i27vfE3bqA/Mt3qwSd4"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 0d146d84-f5ac-430d-a696-21baa502a06b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1021
ETag W/"3fd-PFq7UD4OvwZSzDRZ5IXDDvHoQx8"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":168266,"job_number":"JOB_168266","tr_customer_id":168283,"tr_customer_product_id":168273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:18.000Z","modified_at":"2026-01-27T15:29:54.000Z","name":"Ena Jakubowski","mobile_number":"767-899-9822","email_id":"Conor_Gleason71@yahoo.com","dop":"2025-02-01","serial_number":"53730589633809","imei1":"53730589633809","imei2":"53730589633809","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T15:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f2-3U0Wmp7xOxKy5S90JzrjjO0kV28"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 248ms
Mean size per request: 243B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTN9.3PG9LpGEP4GDC_6Y9sAoDSH4iRbHMa7OjtFVT3IF2wc
Connection keep-alive
If-None-Match W/"f2-3U0Wmp7xOxKy5S90JzrjjO0kV28"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 55907f66-ce04-405c-819f-f839c75be6a4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 243
ETag W/"f3-1UID1D9AEaFQ5AbqS0Q6vQj86bI"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":1048},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 884ms
Mean size per request: 1017.59KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTN9.3PG9LpGEP4GDC_6Y9sAoDSH4iRbHMa7OjtFVT3IF2wc
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 25ffc0f2-712a-4256-a3ee-640e6d78c41b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"fe658-J6MZvQYBm0gswSNYicdERx8WGm0"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168555,"job_number":"JOB_168555","tr_customer_id":168572,"tr_customer_product_id":168562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:04.000Z","modified_at":"2026-01-27T14:39:14.000Z","name":"giyu tomiaka","mobile_number":"664-638-8499","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"942601100539197","imei1":"942601100539197","imei2":"942601100539197","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168554,"job_number":"JOB_168554","tr_customer_id":168571,"tr_customer_product_id":168561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:52.000Z","modified_at":"2026-01-27T14:39:02.000Z","name":"tanjiro kamado","mobile_number":"433-273-3217","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"207073624441731","imei1":"207073624441731","imei2":"207073624441731","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168553,"job_number":"JOB_168553","tr_customer_id":168570,"tr_customer_product_id":168560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:40.000Z","modified_at":"2026-01-27T14:38:50.000Z","name":"saitama sensei","mobile_number":"339-446-2160","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"875463016242838","imei1":"875463016242838","imei2":"875463016242838","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168535,"job_number":"JOB_168535","tr_customer_id":168552,"tr_customer_product_id":168542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Larissa Leuschke","mobile_number":"426-795-3122","email_id":"Elna.Rolfson28@hotmail.com","dop":"2025-06-09","serial_number":"109669950200651","imei1":"109669950200651","imei2":"109669950200651","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168534,"job_number":"JOB_168534","tr_customer_id":168551,"tr_customer_product_id":168541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:29.000Z","name":"Garfield Farrell","mobile_number":"952-254-4057","email_id":"Domenick87@hotmail.com","dop":"2025-06-09","serial_number":"100645100343978","imei1":"100645100343978","imei2":"100645100343978","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168533,"job_number":"JOB_168533","tr_customer_id":168550,"tr_customer_product_id":168540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:16.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103570441628619","imei1":"103570441628619","imei2":"103570441628619","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168530,"job_number":"JOB_168530","tr_customer_id":168547,"tr_customer_product_id":168537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Izaiah Kozey","mobile_number":"445-730-8619","email_id":"Tomasa2@hotmail.com","dop":"2025-06-09","serial_number":"105219142185075","imei1":"105219142185075","imei2":"105219142185075","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168528,"job_number":"JOB_168528","tr_customer_id":168545,"tr_customer_product_id":168535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:36:11.000Z","name":"Blanche VonRueden","mobile_number":"500-940-1093","email_id":"Andre.Schmidt@yahoo.com","dop":"2025-06-09","serial_number":"103384821840244","imei1":"103384821840244","imei2":"103384821840244","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168526,"job_number":"JOB_168526","tr_customer_id":168543,"tr_customer_product_id":168533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100344471231049","imei1":"100344471231049","imei2":"100344471231049","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168525,"job_number":"JOB_168525","tr_customer_id":168542,"tr_customer_product_id":168532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:43.000Z","modified_at":"2026-01-27T14:35:43.000Z","name":"Elise Dicki","mobile_number":"458-642-9793","email_id":"Reece.Crist@gmail.com","dop":"2025-06-09","serial_number":"16083747907973634","imei1":"16083747907973634","imei2":"16083747907973634","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168524,"job_number":"JOB_168524","tr_customer_id":168541,"tr_customer_product_id":168531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:42.000Z","modified_at":"2026-01-27T14:35:42.000Z","name":"Chaz Bogisich","mobile_number":"392-210-9533","email_id":"Celia_Kris@yahoo.com","dop":"2025-06-09","serial_number":"108671743184142","imei1":"108671743184142","imei2":"108671743184142","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168523,"job_number":"JOB_168523","tr_customer_id":168540,"tr_customer_product_id":168530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:41.000Z","modified_at":"2026-01-27T14:35:54.000Z","name":"Godfrey Dickens","mobile_number":"885-371-1600","email_id":"Cecelia.Satterfield13@yahoo.com","dop":"2025-06-09","serial_number":"107593543432128","imei1":"107593543432128","imei2":"107593543432128","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168522,"job_number":"JOB_168522","tr_customer_id":168539,"tr_customer_product_id":168529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:41.000Z","modified_at":"2026-01-27T14:35:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109228975100349","imei1":"109228975100349","imei2":"109228975100349","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168454,"job_number":"JOB_168454","tr_customer_id":168471,"tr_customer_product_id":168461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:02.000Z","modified_at":"2026-01-27T14:29:21.000Z","name":"Harsha VK","mobile_number":"8217871373","email_id":"harshahar03@gmail.com","dop":"2026-01-07","serial_number":"12312343243432","imei1":"12312343243432","imei2":"12312343243432","popurl":"2026-01-07T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-27T14:29:21.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":168420,"job_number":"JOB_168420","tr_customer_id":168437,"tr_customer_product_id":168427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:08.000Z","modified_at":"2026-01-27T14:20:32.000Z","name":"Jalyn Roberts","mobile_number":"622-230-0011","email_id":"Jess.Grant61@yahoo.com","dop":"2025-10-01","serial_number":"11790772838237","imei1":"11790772838237","imei2":"11790772838237","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168419,"job_number":"JOB_168419","tr_customer_id":168436,"tr_customer_product_id":168426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Herta Muller","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166178795897785","imei1":"166178795897785","imei2":"166178795897785","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168418,"job_number":"JOB_168418","tr_customer_id":168435,"tr_customer_product_id":168425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Tom Weber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166434105009195","imei1":"166434105009195","imei2":"166434105009195","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168417,"job_number":"JOB_168417","tr_customer_id":168434,"tr_customer_product_id":168424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Beryl Borer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128719321275112","imei1":"128719321275112","imei2":"128719321275112","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168416,"job_number":"JOB_168416","tr_customer_id":168433,"tr_customer_product_id":168423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:02.000Z","modified_at":"2026-01-27T14:20:02.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"184639982898047","imei1":"184639982898047","imei2":"184639982898047","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168415,"job_number":"JOB_168415","tr_customer_id":168432,"tr_customer_product_id":168422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:49.000Z","modified_at":"2026-01-27T14:19:49.000Z","name":"Lennie Hyatt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128484971475887","imei1":"128484971475887","imei2":"128484971475887","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168414,"job_number":"JOB_168414","tr_customer_id":168431,"tr_customer_product_id":168421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Irwin Schulist","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170474120072593","imei1":"170474120072593","imei2":"170474120072593","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168413,"job_number":"JOB_168413","tr_customer_id":168430,"tr_customer_product_id":168420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Kaitlin Macejkovic","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123011456727925","imei1":"123011456727925","imei2":"123011456727925","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168412,"job_number":"JOB_168412","tr_customer_id":168429,"tr_customer_product_id":168419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"136721794885198","imei1":"136721794885198","imei2":"136721794885198","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168408,"job_number":"JOB_168408","tr_customer_id":168425,"tr_customer_product_id":168415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:03.000Z","modified_at":"2026-01-27T14:03:15.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"61244624026113","imei1":"61244624026113","imei2":"61244624026113","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:03:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168404,"job_number":"JOB_168404","tr_customer_id":168421,"tr_customer_product_id":168411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:47.000Z","modified_at":"2026-01-27T14:02:59.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"83368626841605","imei1":"83368626841605","imei2":"83368626841605","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168024,"job_number":"JOB_168024","tr_customer_id":168041,"tr_customer_product_id":168031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:44:16.000Z","modified_at":"2026-01-27T16:39:15.000Z","name":"Nitin Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"97707161098983","imei1":"97707161098983","imei2":"97707161098983","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167975,"job_number":"JOB_167975","tr_customer_id":167992,"tr_customer_product_id":167982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:57.000Z","name":"Tyra Bode","mobile_number":"345-387-5492","email_id":"Vinnie_Hansen8@hotmail.com","dop":"2025-11-04","serial_number":"15467931154278","imei1":"15467931154278","imei2":"15467931154278","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167972,"job_number":"JOB_167972","tr_customer_id":167989,"tr_customer_product_id":167979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:27.000Z","modified_at":"2026-01-27T07:47:40.000Z","name":"Myrtie Von","mobile_number":"535-695-3663","email_id":"Garry.Deckow@gmail.com","dop":"2025-11-04","serial_number":"55820820197905","imei1":"55820820197905","imei2":"55820820197905","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167971,"job_number":"JOB_167971","tr_customer_id":167988,"tr_customer_product_id":167978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:10.000Z","modified_at":"2026-01-27T07:47:22.000Z","name":"Hailey Rath","mobile_number":"746-636-4364","email_id":"George0@yahoo.com","dop":"2025-11-04","serial_number":"84569898271866","imei1":"84569898271866","imei2":"84569898271866","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167956,"job_number":"JOB_167956","tr_customer_id":167973,"tr_customer_product_id":167963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:36:05.000Z","modified_at":"2026-01-27T07:36:05.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Bernita92@hotmail.com","dop":"2025-07-02","serial_number":"19468135399299","imei1":"19468135399299","imei2":"19468135399299","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167955,"job_number":"JOB_167955","tr_customer_id":167972,"tr_customer_product_id":167962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:45.000Z","modified_at":"2026-01-27T07:35:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Markus_Morar4@gmail.com","dop":"2025-07-02","serial_number":"11330791329777","imei1":"11330791329777","imei2":"11330791329777","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167954,"job_number":"JOB_167954","tr_customer_id":167971,"tr_customer_product_id":167961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:24.000Z","modified_at":"2026-01-27T07:35:24.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Jovan_Lakin@yahoo.com","dop":"2025-07-02","serial_number":"12311241407709","imei1":"12311241407709","imei2":"12311241407709","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167953,"job_number":"JOB_167953","tr_customer_id":167970,"tr_customer_product_id":167960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:28:10.000Z","modified_at":"2026-01-27T07:28:21.000Z","name":"Emie Bergstrom","mobile_number":"359-635-2065","email_id":"Marjorie.Larkin@yahoo.com","dop":"2025-11-04","serial_number":"32225753709504","imei1":"32225753709504","imei2":"32225753709504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167952,"job_number":"JOB_167952","tr_customer_id":167969,"tr_customer_product_id":167959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:55.000Z","modified_at":"2026-01-27T07:28:06.000Z","name":"Hubert Rolfson","mobile_number":"399-357-0889","email_id":"Giuseppe18@yahoo.com","dop":"2025-11-04","serial_number":"52472548051072","imei1":"52472548051072","imei2":"52472548051072","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167951,"job_number":"JOB_167951","tr_customer_id":167968,"tr_customer_product_id":167958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:39.000Z","modified_at":"2026-01-27T07:27:51.000Z","name":"Bernita Johnston","mobile_number":"924-316-2364","email_id":"Sylvester.Thompson@yahoo.com","dop":"2025-11-04","serial_number":"51972504316060","imei1":"51972504316060","imei2":"51972504316060","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167846,"job_number":"JOB_167846","tr_customer_id":167863,"tr_customer_product_id":167853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"63418459119098","imei1":"63418459119098","imei2":"63418459119098","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167842,"job_number":"JOB_167842","tr_customer_id":167859,"tr_customer_product_id":167849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:59.000Z","modified_at":"2026-01-27T06:30:12.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"14949087610513","imei1":"14949087610513","imei2":"14949087610513","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167841,"job_number":"JOB_167841","tr_customer_id":167858,"tr_customer_product_id":167848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:41.000Z","modified_at":"2026-01-27T06:29:54.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"83346861180614","imei1":"83346861180614","imei2":"83346861180614","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167814,"job_number":"JOB_167814","tr_customer_id":167831,"tr_customer_product_id":167821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:22:09.000Z","modified_at":"2026-01-27T06:22:36.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"87489460908188","imei1":"87489460908188","imei2":"87489460908188","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167813,"job_number":"JOB_167813","tr_customer_id":167830,"tr_customer_product_id":167820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:34.000Z","modified_at":"2026-01-27T06:20:34.000Z","name":"Sonny Turner","mobile_number":"799-958-6159","email_id":"Donna.MacGyver@yahoo.com","dop":"2025-06-09","serial_number":"103029682528025","imei1":"103029682528025","imei2":"103029682528025","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167812,"job_number":"JOB_167812","tr_customer_id":167829,"tr_customer_product_id":167819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:44.000Z","name":"Bryce Leffler","mobile_number":"385-608-7314","email_id":"Eleanora34@gmail.com","dop":"2025-06-09","serial_number":"101447873691916","imei1":"101447873691916","imei2":"101447873691916","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167811,"job_number":"JOB_167811","tr_customer_id":167828,"tr_customer_product_id":167818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100068897076486","imei1":"100068897076486","imei2":"100068897076486","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167807,"job_number":"JOB_167807","tr_customer_id":167824,"tr_customer_product_id":167814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:18.000Z","modified_at":"2026-01-27T06:20:18.000Z","name":"Adan Padberg","mobile_number":"624-381-5378","email_id":"Jessika.Roob@hotmail.com","dop":"2025-06-09","serial_number":"101487988748895","imei1":"101487988748895","imei2":"101487988748895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167806,"job_number":"JOB_167806","tr_customer_id":167823,"tr_customer_product_id":167813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:29.000Z","name":"Ruben Christiansen","mobile_number":"731-322-8089","email_id":"Rylan70@gmail.com","dop":"2025-06-09","serial_number":"101454981814787","imei1":"101454981814787","imei2":"101454981814787","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167805,"job_number":"JOB_167805","tr_customer_id":167822,"tr_customer_product_id":167812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:17.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107185650913150","imei1":"107185650913150","imei2":"107185650913150","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167804,"job_number":"JOB_167804","tr_customer_id":167821,"tr_customer_product_id":167811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:02.000Z","modified_at":"2026-01-27T06:20:02.000Z","name":"Margarete Runolfsson","mobile_number":"585-678-2135","email_id":"Neha_McCullough@yahoo.com","dop":"2025-06-09","serial_number":"102551438914382","imei1":"102551438914382","imei2":"102551438914382","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167803,"job_number":"JOB_167803","tr_customer_id":167820,"tr_customer_product_id":167810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:13.000Z","name":"Rashad Fritsch","mobile_number":"226-706-0013","email_id":"Jan_Boyle4@hotmail.com","dop":"2025-06-09","serial_number":"109276788223497","imei1":"109276788223497","imei2":"109276788223497","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167802,"job_number":"JOB_167802","tr_customer_id":167819,"tr_customer_product_id":167809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:01.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101552759016705","imei1":"101552759016705","imei2":"101552759016705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167795,"job_number":"JOB_167795","tr_customer_id":167812,"tr_customer_product_id":167802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:18:21.000Z","modified_at":"2026-01-27T06:18:44.000Z","name":"Enrico Kirlin","mobile_number":"251-555-3855","email_id":"Eli72@yahoo.com","dop":"2025-10-01","serial_number":"11322837650533","imei1":"11322837650533","imei2":"11322837650533","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167794,"job_number":"JOB_167794","tr_customer_id":167811,"tr_customer_product_id":167801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:35.000Z","modified_at":"2026-01-27T06:18:02.000Z","name":"Troy Langworth","mobile_number":"692-491-3396","email_id":"Bernadine.Runolfsdottir@hotmail.com","dop":"2025-11-04","serial_number":"84989457462321","imei1":"84989457462321","imei2":"84989457462321","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167793,"job_number":"JOB_167793","tr_customer_id":167810,"tr_customer_product_id":167800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:19.000Z","modified_at":"2026-01-27T06:17:30.000Z","name":"Wilhelmine Nienow","mobile_number":"634-944-3525","email_id":"Vena.Toy@gmail.com","dop":"2025-11-04","serial_number":"50739144913283","imei1":"50739144913283","imei2":"50739144913283","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167758,"job_number":"JOB_167758","tr_customer_id":167775,"tr_customer_product_id":167765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:13.000Z","modified_at":"2026-01-27T04:39:13.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19392864251321","imei1":"19392864251321","imei2":"19392864251321","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167757,"job_number":"JOB_167757","tr_customer_id":167774,"tr_customer_product_id":167764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:12.000Z","modified_at":"2026-01-27T04:39:22.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15588334816566","imei1":"15588334816566","imei2":"15588334816566","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167717,"job_number":"JOB_167717","tr_customer_id":167734,"tr_customer_product_id":167724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:13.000Z","name":"Emie Greenholt","mobile_number":"985-658-9900","email_id":"Rod41@hotmail.com","dop":"2025-06-09","serial_number":"105938978155234","imei1":"105938978155234","imei2":"105938978155234","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167716,"job_number":"JOB_167716","tr_customer_id":167733,"tr_customer_product_id":167723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:24.000Z","name":"Bennie Franecki","mobile_number":"802-828-9137","email_id":"Mario.Sanford@yahoo.com","dop":"2025-06-09","serial_number":"108192504023156","imei1":"108192504023156","imei2":"108192504023156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167715,"job_number":"JOB_167715","tr_customer_id":167732,"tr_customer_product_id":167722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:12.000Z","modified_at":"2026-01-27T03:59:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109186152508815","imei1":"109186152508815","imei2":"109186152508815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167707,"job_number":"JOB_167707","tr_customer_id":167724,"tr_customer_product_id":167714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Fermin Morar","mobile_number":"734-674-9275","email_id":"Monica.Schroeder@hotmail.com","dop":"2025-06-09","serial_number":"109431696412298","imei1":"109431696412298","imei2":"109431696412298","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167706,"job_number":"JOB_167706","tr_customer_id":167723,"tr_customer_product_id":167713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Kayley Grant","mobile_number":"987-283-8009","email_id":"Germaine16@gmail.com","dop":"2025-06-09","serial_number":"102323060459001","imei1":"102323060459001","imei2":"102323060459001","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167705,"job_number":"JOB_167705","tr_customer_id":167722,"tr_customer_product_id":167712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108554028495768","imei1":"108554028495768","imei2":"108554028495768","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167690,"job_number":"JOB_167690","tr_customer_id":167707,"tr_customer_product_id":167697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Yasmine O'Conner","mobile_number":"276-226-2059","email_id":"Micheal.Langworth@hotmail.com","dop":"2025-06-09","serial_number":"104117836226352","imei1":"104117836226352","imei2":"104117836226352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167688,"job_number":"JOB_167688","tr_customer_id":167705,"tr_customer_product_id":167695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:52.000Z","name":"Devyn Jerde","mobile_number":"833-279-3346","email_id":"Deja72@yahoo.com","dop":"2025-06-09","serial_number":"103696049142109","imei1":"103696049142109","imei2":"103696049142109","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167686,"job_number":"JOB_167686","tr_customer_id":167703,"tr_customer_product_id":167693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109429601299068","imei1":"109429601299068","imei2":"109429601299068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167647,"job_number":"JOB_167647","tr_customer_id":167664,"tr_customer_product_id":167654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Royce Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187031398724326","imei1":"187031398724326","imei2":"187031398724326","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167646,"job_number":"JOB_167646","tr_customer_id":167663,"tr_customer_product_id":167653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"George Wehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162741629655708","imei1":"162741629655708","imei2":"162741629655708","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167645,"job_number":"JOB_167645","tr_customer_id":167662,"tr_customer_product_id":167652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Joesph Wisozk","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180299567372427","imei1":"180299567372427","imei2":"180299567372427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167644,"job_number":"JOB_167644","tr_customer_id":167661,"tr_customer_product_id":167651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"160947787121403","imei1":"160947787121403","imei2":"160947787121403","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167635,"job_number":"JOB_167635","tr_customer_id":167652,"tr_customer_product_id":167642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Kayley Cartwright","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142568640052876","imei1":"142568640052876","imei2":"142568640052876","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167634,"job_number":"JOB_167634","tr_customer_id":167651,"tr_customer_product_id":167641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Constantin Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114120787849256","imei1":"114120787849256","imei2":"114120787849256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167633,"job_number":"JOB_167633","tr_customer_id":167650,"tr_customer_product_id":167640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Tanner Bernhard","mobile_number":"590-234-8156","email_id":"Hardy74@yahoo.com","dop":"2025-10-01","serial_number":"12083728362528","imei1":"12083728362528","imei2":"12083728362528","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167632,"job_number":"JOB_167632","tr_customer_id":167649,"tr_customer_product_id":167639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Krystel Mertz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169905397032309","imei1":"169905397032309","imei2":"169905397032309","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167631,"job_number":"JOB_167631","tr_customer_id":167648,"tr_customer_product_id":167638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:46.000Z","modified_at":"2026-01-27T03:57:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113592422631647","imei1":"113592422631647","imei2":"113592422631647","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167610,"job_number":"JOB_167610","tr_customer_id":167627,"tr_customer_product_id":167617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:32.000Z","modified_at":"2026-01-27T03:57:32.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Kim_Senger19@yahoo.com","dop":"2025-07-02","serial_number":"14478206148415","imei1":"14478206148415","imei2":"14478206148415","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167598,"job_number":"JOB_167598","tr_customer_id":167615,"tr_customer_product_id":167605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"giyu tomiaka","mobile_number":"325-918-4615","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"898295578132122","imei1":"898295578132122","imei2":"898295578132122","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167589,"job_number":"JOB_167589","tr_customer_id":167606,"tr_customer_product_id":167596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:15.000Z","modified_at":"2026-01-27T03:57:15.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kelsi_Schiller40@hotmail.com","dop":"2025-07-02","serial_number":"18330157911715","imei1":"18330157911715","imei2":"18330157911715","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167583,"job_number":"JOB_167583","tr_customer_id":167600,"tr_customer_product_id":167590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:08.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"tanjiro kamado","mobile_number":"491-800-0516","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"186981793403282","imei1":"186981793403282","imei2":"186981793403282","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167580,"job_number":"JOB_167580","tr_customer_id":167597,"tr_customer_product_id":167587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:58.000Z","modified_at":"2026-01-27T03:56:58.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Sonia_Reichel97@hotmail.com","dop":"2025-07-02","serial_number":"19374980428044","imei1":"19374980428044","imei2":"19374980428044","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167579,"job_number":"JOB_167579","tr_customer_id":167596,"tr_customer_product_id":167586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:57.000Z","modified_at":"2026-01-27T03:57:06.000Z","name":"saitama sensei","mobile_number":"241-714-5923","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"720202871951017","imei1":"720202871951017","imei2":"720202871951017","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167547,"job_number":"JOB_167547","tr_customer_id":167564,"tr_customer_product_id":167554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:17.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13975438843936","imei1":"13975438843936","imei2":"13975438843936","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167546,"job_number":"JOB_167546","tr_customer_id":167563,"tr_customer_product_id":167553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:26.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19803285126055","imei1":"19803285126055","imei2":"19803285126055","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167545,"job_number":"JOB_167545","tr_customer_id":167562,"tr_customer_product_id":167552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:15.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13453255964591","imei1":"13453255964591","imei2":"13453255964591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167544,"job_number":"JOB_167544","tr_customer_id":167561,"tr_customer_product_id":167551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:24.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16856548964448","imei1":"16856548964448","imei2":"16856548964448","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168613,"job_number":"JOB_168613","tr_customer_id":168630,"tr_customer_product_id":168620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19220833279008","imei2":"19220833279008","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T17:05:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168612,"job_number":"JOB_168612","tr_customer_id":168629,"tr_customer_product_id":168619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16296194773734","imei2":"16296194773734","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168611,"job_number":"JOB_168611","tr_customer_id":168628,"tr_customer_product_id":168618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:02:16.000Z","modified_at":"2026-01-27T17:02:16.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-01-17","serial_number":"87988284085858","imei1":"87988284085858","imei2":"87988284085858","popurl":"2026-01-17T17:02:15.590744627Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168610,"job_number":"JOB_168610","tr_customer_id":168627,"tr_customer_product_id":168617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:59:19.000Z","modified_at":"2026-01-27T16:59:19.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-01-17","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-01-17T16:59:18.674666402Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:59:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168609,"job_number":"JOB_168609","tr_customer_id":168626,"tr_customer_product_id":168616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:52.000Z","modified_at":"2026-01-27T16:58:52.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2026-01-17T16:58:51.281320551Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168608,"job_number":"JOB_168608","tr_customer_id":168625,"tr_customer_product_id":168615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:46.000Z","modified_at":"2026-01-27T16:58:46.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376402","imei1":"499863806376402","imei2":"499863806376402","popurl":"2026-01-17T16:58:45.122655427Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168607,"job_number":"JOB_168607","tr_customer_id":168624,"tr_customer_product_id":168614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:33.000Z","modified_at":"2026-01-27T16:58:33.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806375566","imei1":"499863806375566","imei2":"499863806375566","popurl":"2026-01-17T16:58:32.562471011Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168606,"job_number":"JOB_168606","tr_customer_id":168623,"tr_customer_product_id":168613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:52.000Z","modified_at":"2026-01-27T16:57:52.000Z","name":"Goswamee Shukla","mobile_number":"7097990517","email_id":"kamla.marar@hotmail.com","dop":"2026-01-17","serial_number":"484627285911710","imei1":"484627285911710","imei2":"484627285911710","popurl":"www.mahesh-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168605,"job_number":"JOB_168605","tr_customer_id":168622,"tr_customer_product_id":168612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:33.000Z","modified_at":"2026-01-27T16:57:33.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-17","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-17T16:57:32.867823459Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168604,"job_number":"JOB_168604","tr_customer_id":168621,"tr_customer_product_id":168611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:17.000Z","modified_at":"2026-01-27T16:55:17.000Z","name":"Chandravati Chattopadhyay","mobile_number":"8631652004","email_id":"kalyani.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"19520624202631","imei1":"19520624202631","imei2":"19520624202631","popurl":"www.akula-banerjee.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168603,"job_number":"JOB_168603","tr_customer_id":168620,"tr_customer_product_id":168610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:05.000Z","modified_at":"2026-01-27T16:55:05.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"19953254555558","imei1":"19953254555558","imei2":"19953254555558","popurl":"2026-01-17T16:54:55.361742867Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168602,"job_number":"JOB_168602","tr_customer_id":168619,"tr_customer_product_id":168609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:19.000Z","modified_at":"2026-01-27T16:54:19.000Z","name":"Geeta Varma","mobile_number":"8645740548","email_id":"ajit.iyengar@gmail.com","dop":"2026-01-17","serial_number":"80907096314582","imei1":"80907096314582","imei2":"80907096314582","popurl":"www.devasree-gupta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168601,"job_number":"JOB_168601","tr_customer_id":168618,"tr_customer_product_id":168608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:07.000Z","modified_at":"2026-01-27T16:54:07.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"25343391732759","imei1":"25343391732759","imei2":"25343391732759","popurl":"2026-01-17T16:53:57.624039735Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168600,"job_number":"JOB_168600","tr_customer_id":168617,"tr_customer_product_id":168607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:41:27.000Z","modified_at":"2026-01-27T16:41:27.000Z","name":"Sharda Pillai","mobile_number":"8683347037","email_id":"chandranath.guha@gmail.com","dop":"2026-01-17","serial_number":"39843149417090","imei1":"39843149417090","imei2":"39843149417090","popurl":"www.vaishnavi-varrier.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168599,"job_number":"JOB_168599","tr_customer_id":168616,"tr_customer_product_id":168606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:39:44.000Z","modified_at":"2026-01-27T16:39:44.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"73596642243346","imei1":"73596642243346","imei2":"73596642243346","popurl":"2026-01-17T16:39:41.482427800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168598,"job_number":"JOB_168598","tr_customer_id":168615,"tr_customer_product_id":168605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:36.000Z","modified_at":"2026-01-27T16:32:36.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70603217290434","imei1":"70603217290434","imei2":"70603217290434","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168597,"job_number":"JOB_168597","tr_customer_id":168614,"tr_customer_product_id":168604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:35.000Z","modified_at":"2026-01-27T16:33:04.000Z","name":"Florida Renner","mobile_number":"473-632-9627","email_id":"Filomena.Lindgren91@gmail.com","dop":"2026-01-04","serial_number":"10975282029036","imei1":"10975282029036","imei2":"10975282029036","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168596,"job_number":"JOB_168596","tr_customer_id":168613,"tr_customer_product_id":168603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:34.000Z","modified_at":"2026-01-27T16:32:34.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15467269520743","imei1":"15467269520743","imei2":"15467269520743","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168595,"job_number":"JOB_168595","tr_customer_id":168612,"tr_customer_product_id":168602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:00.000Z","modified_at":"2026-01-27T16:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"35289861359381","imei1":"35289861359381","imei2":"35289861359381","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168594,"job_number":"JOB_168594","tr_customer_id":168611,"tr_customer_product_id":168601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:59.000Z","modified_at":"2026-01-27T16:32:29.000Z","name":"Onie Wehner","mobile_number":"525-707-7386","email_id":"Guiseppe10@yahoo.com","dop":"2026-01-04","serial_number":"19591251401430","imei1":"19591251401430","imei2":"19591251401430","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168593,"job_number":"JOB_168593","tr_customer_id":168610,"tr_customer_product_id":168600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:58.000Z","modified_at":"2026-01-27T16:31:58.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10242320510615","imei1":"10242320510615","imei2":"10242320510615","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168592,"job_number":"JOB_168592","tr_customer_id":168609,"tr_customer_product_id":168599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:24.000Z","modified_at":"2026-01-27T16:31:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"109956327037031","imei1":"109956327037031","imei2":"109956327037031","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168591,"job_number":"JOB_168591","tr_customer_id":168608,"tr_customer_product_id":168598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:22.000Z","modified_at":"2026-01-27T16:31:53.000Z","name":"Jewel Jakubowski","mobile_number":"344-549-8027","email_id":"Emmanuel.Gorczany85@yahoo.com","dop":"2026-01-04","serial_number":"13123661182437","imei1":"13123661182437","imei2":"13123661182437","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168590,"job_number":"JOB_168590","tr_customer_id":168607,"tr_customer_product_id":168597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:22.000Z","modified_at":"2026-01-27T16:31:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16840232757090","imei1":"16840232757090","imei2":"16840232757090","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168589,"job_number":"JOB_168589","tr_customer_id":168606,"tr_customer_product_id":168596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:13.000Z","modified_at":"2026-01-27T16:18:13.000Z","name":"Vivien Smitham","mobile_number":"858-499-2536","email_id":"Antonette78@yahoo.com","dop":"2025-04-06","serial_number":"18109953822130028","imei1":"18109953822130028","imei2":"18109953822130028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168588,"job_number":"JOB_168588","tr_customer_id":168605,"tr_customer_product_id":168595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:12.000Z","modified_at":"2026-01-27T16:18:50.000Z","name":"Vicenta Hickle","mobile_number":"903-700-9662","email_id":"Jolie_Goodwin99@gmail.com","dop":"2025-04-06","serial_number":"14823471304770","imei1":"14823471304770","imei2":"14823471304770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:18:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168587,"job_number":"JOB_168587","tr_customer_id":168604,"tr_customer_product_id":168594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:11.000Z","modified_at":"2026-01-27T16:18:11.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14714863311555","imei1":"14714863311555","imei2":"14714863311555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168586,"job_number":"JOB_168586","tr_customer_id":168603,"tr_customer_product_id":168593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:27.000Z","modified_at":"2026-01-27T16:17:27.000Z","name":"Howell Jacobson","mobile_number":"361-577-6200","email_id":"Bettye99@gmail.com","dop":"2025-04-06","serial_number":"11158835911723754","imei1":"11158835911723754","imei2":"11158835911723754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168585,"job_number":"JOB_168585","tr_customer_id":168602,"tr_customer_product_id":168592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:26.000Z","modified_at":"2026-01-27T16:18:05.000Z","name":"Nathan Bailey","mobile_number":"314-431-0996","email_id":"Christop_McDermott@hotmail.com","dop":"2025-04-06","serial_number":"14199266172636","imei1":"14199266172636","imei2":"14199266172636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:18:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168584,"job_number":"JOB_168584","tr_customer_id":168601,"tr_customer_product_id":168591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:26.000Z","modified_at":"2026-01-27T16:17:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18383213369686","imei1":"18383213369686","imei2":"18383213369686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168583,"job_number":"JOB_168583","tr_customer_id":168600,"tr_customer_product_id":168590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:41.000Z","modified_at":"2026-01-27T16:16:41.000Z","name":"Tracy Abshire","mobile_number":"502-523-6760","email_id":"Vicente_Gaylord40@hotmail.com","dop":"2025-04-06","serial_number":"19341599533965390","imei1":"19341599533965390","imei2":"19341599533965390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168582,"job_number":"JOB_168582","tr_customer_id":168599,"tr_customer_product_id":168589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:40.000Z","modified_at":"2026-01-27T16:17:19.000Z","name":"Elouise Turner","mobile_number":"281-714-2653","email_id":"Vincenzo_Watsica@hotmail.com","dop":"2025-04-06","serial_number":"13726058481533","imei1":"13726058481533","imei2":"13726058481533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:17:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168581,"job_number":"JOB_168581","tr_customer_id":168598,"tr_customer_product_id":168588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:40.000Z","modified_at":"2026-01-27T16:16:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19879525328995","imei1":"19879525328995","imei2":"19879525328995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168580,"job_number":"JOB_168580","tr_customer_id":168597,"tr_customer_product_id":168587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:27.000Z","modified_at":"2026-01-27T16:16:27.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"26134993278674","imei1":"26134993278674","imei2":"26134993278674","popurl":"2026-01-17T16:16:24.365383100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168579,"job_number":"JOB_168579","tr_customer_id":168596,"tr_customer_product_id":168586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:50:38.000Z","modified_at":"2026-01-27T15:50:38.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-27","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-27T15:50:37.630Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168578,"job_number":"JOB_168578","tr_customer_id":168595,"tr_customer_product_id":168585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:29.000Z","modified_at":"2026-01-27T15:48:39.000Z","name":"Alison Kuvalis","mobile_number":"379-968-0460","email_id":"Kirk66@hotmail.com","dop":"2025-07-01","serial_number":"101065600915747","imei1":"101065600915747","imei2":"101065600915747","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168577,"job_number":"JOB_168577","tr_customer_id":168594,"tr_customer_product_id":168584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:29.000Z","modified_at":"2026-01-27T15:48:29.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"107279565771392","imei1":"107279565771392","imei2":"107279565771392","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168576,"job_number":"JOB_168576","tr_customer_id":168593,"tr_customer_product_id":168583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:15.000Z","modified_at":"2026-01-27T15:48:27.000Z","name":"Juvenal Shanahan","mobile_number":"384-532-4924","email_id":"Pauline_Smitham@hotmail.com","dop":"2025-07-01","serial_number":"101202221373248","imei1":"101202221373248","imei2":"101202221373248","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168575,"job_number":"JOB_168575","tr_customer_id":168592,"tr_customer_product_id":168582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:15.000Z","modified_at":"2026-01-27T15:48:15.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109903425247588","imei1":"109903425247588","imei2":"109903425247588","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168574,"job_number":"JOB_168574","tr_customer_id":168591,"tr_customer_product_id":168581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:04:44.000Z","modified_at":"2026-01-27T15:04:44.000Z","name":"Mitchel Conn","mobile_number":"430-780-4511","email_id":"Syble18@yahoo.com","dop":"2025-04-06","serial_number":"15469866002304072","imei1":"15469866002304072","imei2":"15469866002304072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:04:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168573,"job_number":"JOB_168573","tr_customer_id":168590,"tr_customer_product_id":168580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:04:43.000Z","modified_at":"2026-01-27T15:05:22.000Z","name":"Wayne Jaskolski","mobile_number":"298-435-5449","email_id":"Earnest.Miller@yahoo.com","dop":"2025-04-06","serial_number":"15831377211719","imei1":"15831377211719","imei2":"15831377211719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168572,"job_number":"JOB_168572","tr_customer_id":168589,"tr_customer_product_id":168579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:57.000Z","modified_at":"2026-01-27T15:03:57.000Z","name":"Arch Langworth","mobile_number":"541-458-0847","email_id":"Piper.Brakus18@gmail.com","dop":"2025-04-06","serial_number":"13899110267169184","imei1":"13899110267169184","imei2":"13899110267169184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168571,"job_number":"JOB_168571","tr_customer_id":168588,"tr_customer_product_id":168578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:56.000Z","modified_at":"2026-01-27T15:04:35.000Z","name":"Victor Howell","mobile_number":"916-657-6218","email_id":"Granville37@hotmail.com","dop":"2025-04-06","serial_number":"19659009122260","imei1":"19659009122260","imei2":"19659009122260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168570,"job_number":"JOB_168570","tr_customer_id":168587,"tr_customer_product_id":168577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:11.000Z","modified_at":"2026-01-27T15:03:11.000Z","name":"Dandre Metz","mobile_number":"404-647-5022","email_id":"Ayla.Schaden10@hotmail.com","dop":"2025-04-06","serial_number":"12871564774883630","imei1":"12871564774883630","imei2":"12871564774883630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168569,"job_number":"JOB_168569","tr_customer_id":168586,"tr_customer_product_id":168576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:09.000Z","modified_at":"2026-01-27T15:03:49.000Z","name":"Jany McLaughlin","mobile_number":"915-529-7776","email_id":"Arturo_Robel@yahoo.com","dop":"2025-04-06","serial_number":"15921801393310","imei1":"15921801393310","imei2":"15921801393310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168568,"job_number":"JOB_168568","tr_customer_id":168585,"tr_customer_product_id":168575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:58:26.000Z","modified_at":"2026-01-27T14:58:26.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2025-03-26","serial_number":"234574345423535","imei1":"234574345423535","imei2":"234574345423535","popurl":"2025-03-26T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168567,"job_number":"JOB_168567","tr_customer_id":168584,"tr_customer_product_id":168574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:20.000Z","modified_at":"2026-01-27T14:57:20.000Z","name":"Claude Ritchie","mobile_number":"640-827-9545","email_id":"Kevin.Pollich44@gmail.com","dop":"2025-04-06","serial_number":"12914396569574010","imei1":"12914396569574010","imei2":"12914396569574010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168566,"job_number":"JOB_168566","tr_customer_id":168583,"tr_customer_product_id":168573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:18.000Z","modified_at":"2026-01-27T14:57:58.000Z","name":"Sammie Wunsch","mobile_number":"867-740-9117","email_id":"Sabrina.Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"14635524139974","imei1":"14635524139974","imei2":"14635524139974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168565,"job_number":"JOB_168565","tr_customer_id":168582,"tr_customer_product_id":168572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:18.000Z","modified_at":"2026-01-27T14:57:18.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16433155201313","imei1":"16433155201313","imei2":"16433155201313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168564,"job_number":"JOB_168564","tr_customer_id":168581,"tr_customer_product_id":168571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:33.000Z","modified_at":"2026-01-27T14:56:33.000Z","name":"Angelina Ryan","mobile_number":"259-711-2703","email_id":"Mara95@hotmail.com","dop":"2025-04-06","serial_number":"16152303670205284","imei1":"16152303670205284","imei2":"16152303670205284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168563,"job_number":"JOB_168563","tr_customer_id":168580,"tr_customer_product_id":168570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:32.000Z","modified_at":"2026-01-27T14:57:11.000Z","name":"Oran Kassulke","mobile_number":"968-259-9104","email_id":"Greyson94@yahoo.com","dop":"2025-04-06","serial_number":"16625743983442","imei1":"16625743983442","imei2":"16625743983442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168562,"job_number":"JOB_168562","tr_customer_id":168579,"tr_customer_product_id":168569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:31.000Z","modified_at":"2026-01-27T14:56:31.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17977304457910","imei1":"17977304457910","imei2":"17977304457910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168561,"job_number":"JOB_168561","tr_customer_id":168578,"tr_customer_product_id":168568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:51.000Z","modified_at":"2026-01-27T14:39:51.000Z","name":"Octavia Lesch","mobile_number":"758-927-2215","email_id":"Nasir42@gmail.com","dop":"2025-04-06","serial_number":"16931637053715728","imei1":"16931637053715728","imei2":"16931637053715728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168560,"job_number":"JOB_168560","tr_customer_id":168577,"tr_customer_product_id":168567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:50.000Z","modified_at":"2026-01-27T14:40:27.000Z","name":"Kristopher Hamill","mobile_number":"613-408-5068","email_id":"Marjory_Rempel6@hotmail.com","dop":"2025-04-06","serial_number":"11700184577754","imei1":"11700184577754","imei2":"11700184577754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:40:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168559,"job_number":"JOB_168559","tr_customer_id":168576,"tr_customer_product_id":168566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:49.000Z","modified_at":"2026-01-27T14:39:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11700268384381","imei1":"11700268384381","imei2":"11700268384381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168558,"job_number":"JOB_168558","tr_customer_id":168575,"tr_customer_product_id":168565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:06.000Z","modified_at":"2026-01-27T14:39:06.000Z","name":"Georgette Jacobs","mobile_number":"247-742-8468","email_id":"Rafael34@hotmail.com","dop":"2025-04-06","serial_number":"14793820117484506","imei1":"14793820117484506","imei2":"14793820117484506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168557,"job_number":"JOB_168557","tr_customer_id":168574,"tr_customer_product_id":168564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:05.000Z","modified_at":"2026-01-27T14:39:43.000Z","name":"Chasity Kilback","mobile_number":"444-243-6395","email_id":"Cortez_Koepp18@yahoo.com","dop":"2025-04-06","serial_number":"17632027953923","imei1":"17632027953923","imei2":"17632027953923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168556,"job_number":"JOB_168556","tr_customer_id":168573,"tr_customer_product_id":168563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:05.000Z","modified_at":"2026-01-27T14:39:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10427653289693","imei1":"10427653289693","imei2":"10427653289693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168552,"job_number":"JOB_168552","tr_customer_id":168569,"tr_customer_product_id":168559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:27.000Z","modified_at":"2026-01-27T14:38:27.000Z","name":"Katlynn Dickinson","mobile_number":"888-216-5011","email_id":"Rebekah39@yahoo.com","dop":"2025-04-06","serial_number":"18780250777439776","imei1":"18780250777439776","imei2":"18780250777439776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168551,"job_number":"JOB_168551","tr_customer_id":168568,"tr_customer_product_id":168558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:26.000Z","modified_at":"2026-01-27T14:39:04.000Z","name":"Malinda McKenzie","mobile_number":"582-354-7667","email_id":"Ashly.Von@yahoo.com","dop":"2025-04-06","serial_number":"14561773128151","imei1":"14561773128151","imei2":"14561773128151","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168550,"job_number":"JOB_168550","tr_customer_id":168567,"tr_customer_product_id":168557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:21.000Z","modified_at":"2026-01-27T14:38:21.000Z","name":"Bonnie Gaylord","mobile_number":"264-794-9881","email_id":"Alford.Funk52@gmail.com","dop":"2025-04-06","serial_number":"13725629609368930","imei1":"13725629609368930","imei2":"13725629609368930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168549,"job_number":"JOB_168549","tr_customer_id":168566,"tr_customer_product_id":168556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:20.000Z","modified_at":"2026-01-27T14:38:58.000Z","name":"Stephan Hayes","mobile_number":"380-772-1851","email_id":"Marc_Spencer@yahoo.com","dop":"2025-04-06","serial_number":"10304152059222","imei1":"10304152059222","imei2":"10304152059222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:38:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168548,"job_number":"JOB_168548","tr_customer_id":168565,"tr_customer_product_id":168555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:19.000Z","modified_at":"2026-01-27T14:38:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16759548521487","imei1":"16759548521487","imei2":"16759548521487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168547,"job_number":"JOB_168547","tr_customer_id":168564,"tr_customer_product_id":168554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:12.000Z","modified_at":"2026-01-27T14:37:12.000Z","name":"Raina Wisoky","mobile_number":"943-967-7925","email_id":"Jazmyn.Huel@gmail.com","dop":"2025-04-06","serial_number":"17122379770844340","imei1":"17122379770844340","imei2":"17122379770844340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168546,"job_number":"JOB_168546","tr_customer_id":168563,"tr_customer_product_id":168553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:11.000Z","modified_at":"2026-01-27T14:37:50.000Z","name":"Barton Medhurst","mobile_number":"320-834-1312","email_id":"Delmer42@gmail.com","dop":"2025-04-06","serial_number":"12439773307184","imei1":"12439773307184","imei2":"12439773307184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168545,"job_number":"JOB_168545","tr_customer_id":168562,"tr_customer_product_id":168552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:10.000Z","modified_at":"2026-01-27T14:37:10.000Z","name":"Darryl Tromp","mobile_number":"370-755-6086","email_id":"Delpha.Macejkovic21@yahoo.com","dop":"2025-04-06","serial_number":"14603900081931412","imei1":"14603900081931412","imei2":"14603900081931412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168544,"job_number":"JOB_168544","tr_customer_id":168561,"tr_customer_product_id":168551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:09.000Z","modified_at":"2026-01-27T14:37:48.000Z","name":"Daphne Reichel","mobile_number":"301-537-9725","email_id":"Hosea79@hotmail.com","dop":"2025-04-06","serial_number":"19073611825661","imei1":"19073611825661","imei2":"19073611825661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168543,"job_number":"JOB_168543","tr_customer_id":168560,"tr_customer_product_id":168550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:08.000Z","modified_at":"2026-01-27T14:37:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18150468332383","imei1":"18150468332383","imei2":"18150468332383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168542,"job_number":"JOB_168542","tr_customer_id":168559,"tr_customer_product_id":168549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:25.000Z","modified_at":"2026-01-27T14:36:25.000Z","name":"Buddy Parisian","mobile_number":"855-351-1399","email_id":"Daisy17@hotmail.com","dop":"2025-04-06","serial_number":"15382739782579398","imei1":"15382739782579398","imei2":"15382739782579398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168541,"job_number":"JOB_168541","tr_customer_id":168558,"tr_customer_product_id":168548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:37:03.000Z","name":"Jewel Sawayn","mobile_number":"785-939-7834","email_id":"Janessa.Bogisich61@gmail.com","dop":"2025-04-06","serial_number":"16278040109455","imei1":"16278040109455","imei2":"16278040109455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168540,"job_number":"JOB_168540","tr_customer_id":168557,"tr_customer_product_id":168547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19433432813257","imei1":"19433432813257","imei2":"19433432813257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168539,"job_number":"JOB_168539","tr_customer_id":168556,"tr_customer_product_id":168546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"Meredith Cormier","mobile_number":"307-402-7532","email_id":"Earnest.OKon@gmail.com","dop":"2025-04-06","serial_number":"17124229440146634","imei1":"17124229440146634","imei2":"17124229440146634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168538,"job_number":"JOB_168538","tr_customer_id":168555,"tr_customer_product_id":168545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:22.000Z","modified_at":"2026-01-27T14:37:01.000Z","name":"Morgan Hirthe","mobile_number":"906-638-8200","email_id":"Reanna.Schamberger52@yahoo.com","dop":"2025-04-06","serial_number":"15074619278145","imei1":"15074619278145","imei2":"15074619278145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168537,"job_number":"JOB_168537","tr_customer_id":168554,"tr_customer_product_id":168544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:22.000Z","modified_at":"2026-01-27T14:36:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12221313483675","imei1":"12221313483675","imei2":"12221313483675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168536,"job_number":"JOB_168536","tr_customer_id":168553,"tr_customer_product_id":168543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Fern Koch","mobile_number":"748-330-0629","email_id":"Morgan33@yahoo.com","dop":"2025-04-06","serial_number":"13029429243635488","imei1":"13029429243635488","imei2":"13029429243635488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168532,"job_number":"JOB_168532","tr_customer_id":168549,"tr_customer_product_id":168539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:54.000Z","name":"Nettie Konopelski","mobile_number":"681-473-6639","email_id":"Dewayne.Klocko40@yahoo.com","dop":"2025-04-06","serial_number":"15704777803318","imei1":"15704777803318","imei2":"15704777803318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168531,"job_number":"JOB_168531","tr_customer_id":168548,"tr_customer_product_id":168538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:00.000Z","modified_at":"2026-01-27T14:36:00.000Z","name":"Janet Mann","mobile_number":"766-776-3719","email_id":"Lionel_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"15327572934976914","imei1":"15327572934976914","imei2":"15327572934976914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168529,"job_number":"JOB_168529","tr_customer_id":168546,"tr_customer_product_id":168536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:36:38.000Z","name":"Mavis Sawayn","mobile_number":"376-753-5722","email_id":"Nat44@yahoo.com","dop":"2025-04-06","serial_number":"12295726618343","imei1":"12295726618343","imei2":"12295726618343","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168527,"job_number":"JOB_168527","tr_customer_id":168544,"tr_customer_product_id":168534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18558828219362","imei1":"18558828219362","imei2":"18558828219362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168521,"job_number":"JOB_168521","tr_customer_id":168538,"tr_customer_product_id":168528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:39.000Z","modified_at":"2026-01-27T14:35:39.000Z","name":"Citlalli Reinger","mobile_number":"466-384-0381","email_id":"Torrey.Nader14@yahoo.com","dop":"2025-04-06","serial_number":"10674827196074330","imei1":"10674827196074330","imei2":"10674827196074330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168520,"job_number":"JOB_168520","tr_customer_id":168537,"tr_customer_product_id":168527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:38.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Misty Mayer","mobile_number":"941-555-8417","email_id":"Benton.Reilly63@yahoo.com","dop":"2025-04-06","serial_number":"14657368347101","imei1":"14657368347101","imei2":"14657368347101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168519,"job_number":"JOB_168519","tr_customer_id":168536,"tr_customer_product_id":168526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10979258076079","imei1":"10979258076079","imei2":"10979258076079","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168518,"job_number":"JOB_168518","tr_customer_id":168535,"tr_customer_product_id":168525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"Zena Parker","mobile_number":"887-377-9330","email_id":"Javon22@gmail.com","dop":"2025-04-06","serial_number":"14788065448154626","imei1":"14788065448154626","imei2":"14788065448154626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168517,"job_number":"JOB_168517","tr_customer_id":168534,"tr_customer_product_id":168524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:35.000Z","modified_at":"2026-01-27T14:36:15.000Z","name":"Loma Haley","mobile_number":"295-685-6185","email_id":"Luna_Kuhn75@yahoo.com","dop":"2025-04-06","serial_number":"10897302547055","imei1":"10897302547055","imei2":"10897302547055","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168516,"job_number":"JOB_168516","tr_customer_id":168533,"tr_customer_product_id":168523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:35.000Z","modified_at":"2026-01-27T14:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10636780467265","imei1":"10636780467265","imei2":"10636780467265","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168515,"job_number":"JOB_168515","tr_customer_id":168532,"tr_customer_product_id":168522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:14.000Z","modified_at":"2026-01-27T14:35:14.000Z","name":"Clara Berge","mobile_number":"966-526-1397","email_id":"Antoinette.Gorczany@hotmail.com","dop":"2025-04-06","serial_number":"11201552173895188","imei1":"11201552173895188","imei2":"11201552173895188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168514,"job_number":"JOB_168514","tr_customer_id":168531,"tr_customer_product_id":168521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:13.000Z","modified_at":"2026-01-27T14:35:52.000Z","name":"Linda Kuhn","mobile_number":"486-238-1290","email_id":"Genoveva_Boyer@yahoo.com","dop":"2025-04-06","serial_number":"12209293410742","imei1":"12209293410742","imei2":"12209293410742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168513,"job_number":"JOB_168513","tr_customer_id":168530,"tr_customer_product_id":168520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:13.000Z","modified_at":"2026-01-27T14:35:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12825379195318","imei1":"12825379195318","imei2":"12825379195318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168512,"job_number":"JOB_168512","tr_customer_id":168529,"tr_customer_product_id":168519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:52.000Z","modified_at":"2026-01-27T14:34:52.000Z","name":"Kathleen Smith","mobile_number":"564-877-7560","email_id":"Anissa87@yahoo.com","dop":"2025-04-06","serial_number":"16714326067981780","imei1":"16714326067981780","imei2":"16714326067981780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168511,"job_number":"JOB_168511","tr_customer_id":168528,"tr_customer_product_id":168518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:51.000Z","modified_at":"2026-01-27T14:35:30.000Z","name":"Scotty Effertz","mobile_number":"345-626-3325","email_id":"Sofia.Hintz77@hotmail.com","dop":"2025-04-06","serial_number":"15028614031468","imei1":"15028614031468","imei2":"15028614031468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168510,"job_number":"JOB_168510","tr_customer_id":168527,"tr_customer_product_id":168517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:51.000Z","modified_at":"2026-01-27T14:34:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16754758835269","imei1":"16754758835269","imei2":"16754758835269","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168509,"job_number":"JOB_168509","tr_customer_id":168526,"tr_customer_product_id":168516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:28.000Z","modified_at":"2026-01-27T14:34:28.000Z","name":"Emmie Yundt","mobile_number":"870-367-3921","email_id":"Carlos40@hotmail.com","dop":"2025-04-06","serial_number":"12401243268094944","imei1":"12401243268094944","imei2":"12401243268094944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168508,"job_number":"JOB_168508","tr_customer_id":168525,"tr_customer_product_id":168515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:27.000Z","modified_at":"2026-01-27T14:35:06.000Z","name":"Raoul Schuster","mobile_number":"673-377-6936","email_id":"Chandler_Corkery@gmail.com","dop":"2025-04-06","serial_number":"14774245487869","imei1":"14774245487869","imei2":"14774245487869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168507,"job_number":"JOB_168507","tr_customer_id":168524,"tr_customer_product_id":168514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:26.000Z","modified_at":"2026-01-27T14:34:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12900428527484","imei1":"12900428527484","imei2":"12900428527484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168506,"job_number":"JOB_168506","tr_customer_id":168523,"tr_customer_product_id":168513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:04.000Z","modified_at":"2026-01-27T14:33:04.000Z","name":"Jeanie O'Reilly","mobile_number":"796-586-4555","email_id":"Gilbert.Kerluke@gmail.com","dop":"2025-05-30","serial_number":"1695045726112051","imei1":"1695045726112051","imei2":"1695045726112051","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168505,"job_number":"JOB_168505","tr_customer_id":168522,"tr_customer_product_id":168512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:03.000Z","modified_at":"2026-01-27T14:33:03.000Z","name":"Aliya Thiel","mobile_number":"494-317-6488","email_id":"Clement86@hotmail.com","dop":"2025-05-30","serial_number":"12129825858027","imei1":"12129825858027","imei2":"12129825858027","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168504,"job_number":"JOB_168504","tr_customer_id":168521,"tr_customer_product_id":168511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:02.000Z","modified_at":"2026-01-27T14:33:02.000Z","name":"Armand Franecki","mobile_number":"246-564-2962","email_id":"Santos.Corwin@gmail.com","dop":"2025-05-30","serial_number":"10957484441006","imei1":"10957484441006","imei2":"10957484441006","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168503,"job_number":"JOB_168503","tr_customer_id":168520,"tr_customer_product_id":168510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:31:17.000Z","modified_at":"2026-01-27T14:31:17.000Z","name":"Sid Leuschke","mobile_number":"293-988-9908","email_id":"Sofia.Johns91@hotmail.com","dop":"2025-04-06","serial_number":"10105466433042800","imei1":"10105466433042800","imei2":"10105466433042800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168502,"job_number":"JOB_168502","tr_customer_id":168519,"tr_customer_product_id":168509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:31:16.000Z","modified_at":"2026-01-27T14:31:58.000Z","name":"Gwendolyn Streich","mobile_number":"469-863-0493","email_id":"Jarvis.Pacocha95@yahoo.com","dop":"2025-04-06","serial_number":"19254133947770","imei1":"19254133947770","imei2":"19254133947770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168501,"job_number":"JOB_168501","tr_customer_id":168518,"tr_customer_product_id":168508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:32.000Z","modified_at":"2026-01-27T14:30:32.000Z","name":"Emile Hand","mobile_number":"342-498-2232","email_id":"Aida65@yahoo.com","dop":"2025-04-06","serial_number":"13410457103030660","imei1":"13410457103030660","imei2":"13410457103030660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168500,"job_number":"JOB_168500","tr_customer_id":168517,"tr_customer_product_id":168507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:30.000Z","modified_at":"2026-01-27T14:31:09.000Z","name":"Hassie Gleichner","mobile_number":"222-593-1144","email_id":"Favian.Bosco71@yahoo.com","dop":"2025-04-06","serial_number":"17275651875635","imei1":"17275651875635","imei2":"17275651875635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168499,"job_number":"JOB_168499","tr_customer_id":168516,"tr_customer_product_id":168506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:30.000Z","modified_at":"2026-01-27T14:30:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11682996440726","imei1":"11682996440726","imei2":"11682996440726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168498,"job_number":"JOB_168498","tr_customer_id":168515,"tr_customer_product_id":168505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:25.000Z","modified_at":"2026-01-27T14:30:25.000Z","name":"Damian Berge","mobile_number":"692-250-2732","email_id":"Sophia65@yahoo.com","dop":"2025-04-06","serial_number":"13284192840530582","imei1":"13284192840530582","imei2":"13284192840530582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168497,"job_number":"JOB_168497","tr_customer_id":168514,"tr_customer_product_id":168504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:24.000Z","modified_at":"2026-01-27T14:31:03.000Z","name":"Bertha Sauer","mobile_number":"316-503-5802","email_id":"Maynard_Wolff50@gmail.com","dop":"2025-04-06","serial_number":"16503633279422","imei1":"16503633279422","imei2":"16503633279422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168496,"job_number":"JOB_168496","tr_customer_id":168513,"tr_customer_product_id":168503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:58.000Z","modified_at":"2026-01-27T14:29:58.000Z","name":"Guiseppe Zemlak","mobile_number":"718-322-1975","email_id":"Oren_Murray11@gmail.com","dop":"2025-04-06","serial_number":"11598004911748456","imei1":"11598004911748456","imei2":"11598004911748456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168495,"job_number":"JOB_168495","tr_customer_id":168512,"tr_customer_product_id":168502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:56.000Z","modified_at":"2026-01-27T14:30:34.000Z","name":"Selmer Lindgren","mobile_number":"492-260-8399","email_id":"Bill9@hotmail.com","dop":"2025-04-06","serial_number":"18294610486986","imei1":"18294610486986","imei2":"18294610486986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168494,"job_number":"JOB_168494","tr_customer_id":168511,"tr_customer_product_id":168501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:56.000Z","modified_at":"2026-01-27T14:29:56.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13740245050293","imei1":"13740245050293","imei2":"13740245050293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168493,"job_number":"JOB_168493","tr_customer_id":168510,"tr_customer_product_id":168500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:45.000Z","modified_at":"2026-01-27T14:29:45.000Z","name":"Keeley Hintz","mobile_number":"563-690-8723","email_id":"Chesley.Fadel42@gmail.com","dop":"2025-04-06","serial_number":"10724759919489682","imei1":"10724759919489682","imei2":"10724759919489682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168492,"job_number":"JOB_168492","tr_customer_id":168509,"tr_customer_product_id":168499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:44.000Z","modified_at":"2026-01-27T14:30:23.000Z","name":"Lila Weimann","mobile_number":"644-325-2914","email_id":"Ray_Kihn21@hotmail.com","dop":"2025-04-06","serial_number":"16320084019248","imei1":"16320084019248","imei2":"16320084019248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168491,"job_number":"JOB_168491","tr_customer_id":168508,"tr_customer_product_id":168498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:44.000Z","modified_at":"2026-01-27T14:29:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17002233766524","imei1":"17002233766524","imei2":"17002233766524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168490,"job_number":"JOB_168490","tr_customer_id":168507,"tr_customer_product_id":168497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:32.000Z","modified_at":"2026-01-27T14:29:32.000Z","name":"Elmira Reinger","mobile_number":"942-651-9148","email_id":"Jimmie89@gmail.com","dop":"2025-04-06","serial_number":"10126057285107164","imei1":"10126057285107164","imei2":"10126057285107164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168489,"job_number":"JOB_168489","tr_customer_id":168506,"tr_customer_product_id":168496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:30.000Z","modified_at":"2026-01-27T14:30:11.000Z","name":"Jennifer Vandervort","mobile_number":"955-783-1567","email_id":"Shany57@yahoo.com","dop":"2025-04-06","serial_number":"16066213290316","imei1":"16066213290316","imei2":"16066213290316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168488,"job_number":"JOB_168488","tr_customer_id":168505,"tr_customer_product_id":168495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:30.000Z","modified_at":"2026-01-27T14:29:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11607751095650","imei1":"11607751095650","imei2":"11607751095650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168487,"job_number":"JOB_168487","tr_customer_id":168504,"tr_customer_product_id":168494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:13.000Z","modified_at":"2026-01-27T14:29:13.000Z","name":"Earl Schmitt","mobile_number":"896-543-4459","email_id":"Vaughn35@hotmail.com","dop":"2025-04-06","serial_number":"17330789803041280","imei1":"17330789803041280","imei2":"17330789803041280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168486,"job_number":"JOB_168486","tr_customer_id":168503,"tr_customer_product_id":168493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:12.000Z","modified_at":"2026-01-27T14:29:49.000Z","name":"Cassie Murphy","mobile_number":"541-654-6783","email_id":"Charlene_Padberg@hotmail.com","dop":"2025-04-06","serial_number":"19150919557924","imei1":"19150919557924","imei2":"19150919557924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168485,"job_number":"JOB_168485","tr_customer_id":168502,"tr_customer_product_id":168492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:12.000Z","modified_at":"2026-01-27T14:29:12.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19322513910091","imei1":"19322513910091","imei2":"19322513910091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168484,"job_number":"JOB_168484","tr_customer_id":168501,"tr_customer_product_id":168491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:01.000Z","modified_at":"2026-01-27T14:29:01.000Z","name":"Aryanna Dicki","mobile_number":"307-325-5098","email_id":"Meda10@yahoo.com","dop":"2025-04-06","serial_number":"14365797911804354","imei1":"14365797911804354","imei2":"14365797911804354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168483,"job_number":"JOB_168483","tr_customer_id":168500,"tr_customer_product_id":168490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:29:41.000Z","name":"Abdullah Hauck","mobile_number":"559-913-9317","email_id":"Loma.Lowe9@yahoo.com","dop":"2025-04-06","serial_number":"10645030354603","imei1":"10645030354603","imei2":"10645030354603","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168482,"job_number":"JOB_168482","tr_customer_id":168499,"tr_customer_product_id":168489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"Danika Yost","mobile_number":"647-834-8170","email_id":"Arvid.Medhurst14@hotmail.com","dop":"2025-04-06","serial_number":"11789382839170934","imei1":"11789382839170934","imei2":"11789382839170934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168481,"job_number":"JOB_168481","tr_customer_id":168498,"tr_customer_product_id":168488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18525208861274","imei1":"18525208861274","imei2":"18525208861274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168480,"job_number":"JOB_168480","tr_customer_id":168497,"tr_customer_product_id":168487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:58.000Z","modified_at":"2026-01-27T14:29:37.000Z","name":"Shaina Bayer","mobile_number":"930-876-8174","email_id":"Vena.Waters4@hotmail.com","dop":"2025-04-06","serial_number":"19678374557526","imei1":"19678374557526","imei2":"19678374557526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168479,"job_number":"JOB_168479","tr_customer_id":168496,"tr_customer_product_id":168486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:57.000Z","modified_at":"2026-01-27T14:28:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14549865475600","imei1":"14549865475600","imei2":"14549865475600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168478,"job_number":"JOB_168478","tr_customer_id":168495,"tr_customer_product_id":168485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:43.000Z","modified_at":"2026-01-27T14:28:43.000Z","name":"Erich Gislason","mobile_number":"352-413-7789","email_id":"Heber_Gutkowski@yahoo.com","dop":"2025-04-06","serial_number":"18770492962576772","imei1":"18770492962576772","imei2":"18770492962576772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168477,"job_number":"JOB_168477","tr_customer_id":168494,"tr_customer_product_id":168484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:42.000Z","modified_at":"2026-01-27T14:29:23.000Z","name":"Alba Windler","mobile_number":"674-675-1997","email_id":"Emory_Hand@hotmail.com","dop":"2025-04-06","serial_number":"18381171344050","imei1":"18381171344050","imei2":"18381171344050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168476,"job_number":"JOB_168476","tr_customer_id":168493,"tr_customer_product_id":168483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:41.000Z","modified_at":"2026-01-27T14:28:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10123690691843","imei1":"10123690691843","imei2":"10123690691843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168475,"job_number":"JOB_168475","tr_customer_id":168492,"tr_customer_product_id":168482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:29.000Z","modified_at":"2026-01-27T14:28:29.000Z","name":"Sigmund Mueller","mobile_number":"421-301-9672","email_id":"Rhoda.Larkin@hotmail.com","dop":"2025-04-06","serial_number":"10448121615233540","imei1":"10448121615233540","imei2":"10448121615233540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168474,"job_number":"JOB_168474","tr_customer_id":168491,"tr_customer_product_id":168481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:28.000Z","modified_at":"2026-01-27T14:29:05.000Z","name":"Aliya Veum","mobile_number":"670-431-3876","email_id":"Ryley_Beer49@gmail.com","dop":"2025-04-06","serial_number":"14168131166077","imei1":"14168131166077","imei2":"14168131166077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168473,"job_number":"JOB_168473","tr_customer_id":168490,"tr_customer_product_id":168480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:28.000Z","modified_at":"2026-01-27T14:28:28.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"14404252990704","imei1":"14404252990704","imei2":"14404252990704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168472,"job_number":"JOB_168472","tr_customer_id":168489,"tr_customer_product_id":168479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:11.000Z","modified_at":"2026-01-27T14:28:11.000Z","name":"Leon Keeling","mobile_number":"790-406-3406","email_id":"Saul_Wuckert@hotmail.com","dop":"2025-04-06","serial_number":"11908915713720174","imei1":"11908915713720174","imei2":"11908915713720174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168471,"job_number":"JOB_168471","tr_customer_id":168488,"tr_customer_product_id":168478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:09.000Z","modified_at":"2026-01-27T14:28:51.000Z","name":"Earline Robel","mobile_number":"400-971-7194","email_id":"Ola38@yahoo.com","dop":"2025-04-06","serial_number":"13212992354154","imei1":"13212992354154","imei2":"13212992354154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168470,"job_number":"JOB_168470","tr_customer_id":168487,"tr_customer_product_id":168477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:09.000Z","modified_at":"2026-01-27T14:28:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19562831574480","imei1":"19562831574480","imei2":"19562831574480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168468,"job_number":"JOB_168468","tr_customer_id":168485,"tr_customer_product_id":168475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:05.000Z","modified_at":"2026-01-27T14:28:49.000Z","name":"Melba Nitzsche","mobile_number":"905-321-4795","email_id":"Prudence91@gmail.com","dop":"2000-01-31","serial_number":"10747505259247","imei1":"10747505259247","imei2":"10747505259247","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168466,"job_number":"JOB_168466","tr_customer_id":168483,"tr_customer_product_id":168473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:54.000Z","modified_at":"2026-01-27T14:27:54.000Z","name":"Lizeth Thompson","mobile_number":"204-207-4099","email_id":"Margie31@gmail.com","dop":"2025-04-06","serial_number":"12763104282409418","imei1":"12763104282409418","imei2":"12763104282409418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168465,"job_number":"JOB_168465","tr_customer_id":168482,"tr_customer_product_id":168472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:53.000Z","modified_at":"2026-01-27T14:28:34.000Z","name":"Erling Reichert","mobile_number":"558-595-2787","email_id":"Terrell.Braun@yahoo.com","dop":"2025-04-06","serial_number":"12395829403793","imei1":"12395829403793","imei2":"12395829403793","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168464,"job_number":"JOB_168464","tr_customer_id":168481,"tr_customer_product_id":168471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:52.000Z","modified_at":"2026-01-27T14:27:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15519760465235","imei1":"15519760465235","imei2":"15519760465235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168463,"job_number":"JOB_168463","tr_customer_id":168480,"tr_customer_product_id":168470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:20.000Z","modified_at":"2026-01-27T14:27:20.000Z","name":"Norwood Armstrong","mobile_number":"719-221-2982","email_id":"Joyce_Mueller@gmail.com","dop":"2025-04-06","serial_number":"14124170153083196","imei1":"14124170153083196","imei2":"14124170153083196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168462,"job_number":"JOB_168462","tr_customer_id":168479,"tr_customer_product_id":168469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:19.000Z","modified_at":"2026-01-27T14:28:01.000Z","name":"Marcelle Brown","mobile_number":"376-883-0965","email_id":"Royce_Veum@gmail.com","dop":"2025-04-06","serial_number":"19661842626993","imei1":"19661842626993","imei2":"19661842626993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168461,"job_number":"JOB_168461","tr_customer_id":168478,"tr_customer_product_id":168468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:19.000Z","modified_at":"2026-01-27T14:27:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14320379351493","imei1":"14320379351493","imei2":"14320379351493","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168459,"job_number":"JOB_168459","tr_customer_id":168476,"tr_customer_product_id":168466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:12.000Z","modified_at":"2026-01-27T14:27:57.000Z","name":"Makenzie Crooks","mobile_number":"882-926-5596","email_id":"Hope_Prosacco58@yahoo.com","dop":"2000-01-31","serial_number":"10480260514171","imei1":"10480260514171","imei2":"10480260514171","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168456,"job_number":"JOB_168456","tr_customer_id":168473,"tr_customer_product_id":168463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:20.000Z","modified_at":"2026-01-27T14:27:04.000Z","name":"Rafael Cummerata","mobile_number":"727-415-9791","email_id":"Zachery49@hotmail.com","dop":"2000-01-31","serial_number":"10903185794672","imei1":"10903185794672","imei2":"10903185794672","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168453,"job_number":"JOB_168453","tr_customer_id":168470,"tr_customer_product_id":168460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:37.000Z","modified_at":"2026-01-27T14:25:37.000Z","name":"Arianna Runte","mobile_number":"527-688-4375","email_id":"Colleen.Adams32@hotmail.com","dop":"2025-06-18","serial_number":"1050319766554530","imei1":"1050319766554530","imei2":"1050319766554530","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168452,"job_number":"JOB_168452","tr_customer_id":168469,"tr_customer_product_id":168459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:36.000Z","modified_at":"2026-01-27T14:26:15.000Z","name":"Sydney DuBuque","mobile_number":"601-924-2471","email_id":"Trenton_King75@gmail.com","dop":"2025-06-18","serial_number":"10943029013252","imei1":"10943029013252","imei2":"10943029013252","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168451,"job_number":"JOB_168451","tr_customer_id":168468,"tr_customer_product_id":168458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:36.000Z","modified_at":"2026-01-27T14:25:36.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10817511895228","imei1":"10817511895228","imei2":"10817511895228","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168449,"job_number":"JOB_168449","tr_customer_id":168466,"tr_customer_product_id":168456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:25.000Z","modified_at":"2026-01-27T14:26:11.000Z","name":"Ryann Beier","mobile_number":"993-563-2024","email_id":"Joanie.Hane@hotmail.com","dop":"2000-01-31","serial_number":"10794428457491","imei1":"10794428457491","imei2":"10794428457491","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168447,"job_number":"JOB_168447","tr_customer_id":168464,"tr_customer_product_id":168454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:50.000Z","modified_at":"2026-01-27T14:24:50.000Z","name":"Shakira Dickens","mobile_number":"522-320-0638","email_id":"Jewell_Harber@hotmail.com","dop":"2025-06-18","serial_number":"1065927066403027","imei1":"1065927066403027","imei2":"1065927066403027","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168446,"job_number":"JOB_168446","tr_customer_id":168463,"tr_customer_product_id":168453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:50.000Z","modified_at":"2026-01-27T14:25:29.000Z","name":"Shirley Hyatt","mobile_number":"202-527-9476","email_id":"Omer.Lind0@yahoo.com","dop":"2025-06-18","serial_number":"10792666762015","imei1":"10792666762015","imei2":"10792666762015","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168445,"job_number":"JOB_168445","tr_customer_id":168462,"tr_customer_product_id":168452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:49.000Z","modified_at":"2026-01-27T14:24:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10264613131218","imei1":"10264613131218","imei2":"10264613131218","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168444,"job_number":"JOB_168444","tr_customer_id":168461,"tr_customer_product_id":168451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:27.000Z","modified_at":"2026-01-27T14:24:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"38921985501182","imei1":"38921985501182","imei2":"38921985501182","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168443,"job_number":"JOB_168443","tr_customer_id":168460,"tr_customer_product_id":168450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:25:09.000Z","name":"Malinda Kub","mobile_number":"419-985-6718","email_id":"Ursula_Braun@gmail.com","dop":"2026-01-04","serial_number":"12189692618636","imei1":"12189692618636","imei2":"12189692618636","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168442,"job_number":"JOB_168442","tr_customer_id":168459,"tr_customer_product_id":168449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18150241088696","imei1":"18150241088696","imei2":"18150241088696","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168441,"job_number":"JOB_168441","tr_customer_id":168458,"tr_customer_product_id":168448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"Pauline Bosco","mobile_number":"637-209-6954","email_id":"Trey.Metz@hotmail.com","dop":"2025-04-06","serial_number":"18098126248934770","imei1":"18098126248934770","imei2":"18098126248934770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168440,"job_number":"JOB_168440","tr_customer_id":168457,"tr_customer_product_id":168447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:23.000Z","modified_at":"2026-01-27T14:25:05.000Z","name":"Sherman Fisher","mobile_number":"832-226-1707","email_id":"Leland.Gleason@hotmail.com","dop":"2025-04-06","serial_number":"13197785768191","imei1":"13197785768191","imei2":"13197785768191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168439,"job_number":"JOB_168439","tr_customer_id":168456,"tr_customer_product_id":168446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:23.000Z","modified_at":"2026-01-27T14:24:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12764741417890","imei1":"12764741417890","imei2":"12764741417890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168438,"job_number":"JOB_168438","tr_customer_id":168455,"tr_customer_product_id":168445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:36.000Z","modified_at":"2026-01-27T14:23:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"77974963574225","imei1":"77974963574225","imei2":"77974963574225","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168437,"job_number":"JOB_168437","tr_customer_id":168454,"tr_customer_product_id":168444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:35.000Z","modified_at":"2026-01-27T14:23:35.000Z","name":"Antonio Rath","mobile_number":"386-555-7909","email_id":"Talon_Daugherty40@hotmail.com","dop":"2025-04-06","serial_number":"14188275916221208","imei1":"14188275916221208","imei2":"14188275916221208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168436,"job_number":"JOB_168436","tr_customer_id":168453,"tr_customer_product_id":168443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:34.000Z","modified_at":"2026-01-27T14:24:17.000Z","name":"Lonnie Dietrich","mobile_number":"227-656-1271","email_id":"Jayda_Ward24@hotmail.com","dop":"2026-01-04","serial_number":"10420070579461","imei1":"10420070579461","imei2":"10420070579461","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168435,"job_number":"JOB_168435","tr_customer_id":168452,"tr_customer_product_id":168442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:34.000Z","modified_at":"2026-01-27T14:23:34.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13278662445784","imei1":"13278662445784","imei2":"13278662445784","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168434,"job_number":"JOB_168434","tr_customer_id":168451,"tr_customer_product_id":168441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:33.000Z","modified_at":"2026-01-27T14:24:15.000Z","name":"Oda Satterfield","mobile_number":"447-523-5988","email_id":"Ibrahim_Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15292049429215","imei1":"15292049429215","imei2":"15292049429215","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168433,"job_number":"JOB_168433","tr_customer_id":168450,"tr_customer_product_id":168440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:33.000Z","modified_at":"2026-01-27T14:23:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11982015895071","imei1":"11982015895071","imei2":"11982015895071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168432,"job_number":"JOB_168432","tr_customer_id":168449,"tr_customer_product_id":168439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:15.000Z","modified_at":"2026-01-27T14:23:25.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19234762927208","imei2":"19234762927208","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168431,"job_number":"JOB_168431","tr_customer_id":168448,"tr_customer_product_id":168438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:14.000Z","modified_at":"2026-01-27T14:23:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12539060878127","imei2":"12539060878127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168430,"job_number":"JOB_168430","tr_customer_id":168447,"tr_customer_product_id":168437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:00.000Z","modified_at":"2026-01-27T14:23:10.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13128104420663","imei2":"13128104420663","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168429,"job_number":"JOB_168429","tr_customer_id":168446,"tr_customer_product_id":168436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:59.000Z","modified_at":"2026-01-27T14:22:59.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18119193389560","imei2":"18119193389560","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168428,"job_number":"JOB_168428","tr_customer_id":168445,"tr_customer_product_id":168435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:45.000Z","modified_at":"2026-01-27T14:22:45.000Z","name":"Mafalda O'Reilly","mobile_number":"960-767-0186","email_id":"Austen88@hotmail.com","dop":"2025-04-06","serial_number":"14025083800533838","imei1":"14025083800533838","imei2":"14025083800533838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168427,"job_number":"JOB_168427","tr_customer_id":168444,"tr_customer_product_id":168434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:44.000Z","modified_at":"2026-01-27T14:22:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11282810467512","imei2":"11282810467512","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168426,"job_number":"JOB_168426","tr_customer_id":168443,"tr_customer_product_id":168433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:44.000Z","modified_at":"2026-01-27T14:22:44.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12411704113030","imei1":"12411704113030","imei2":"12411704113030","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168425,"job_number":"JOB_168425","tr_customer_id":168442,"tr_customer_product_id":168432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:43.000Z","modified_at":"2026-01-27T14:22:43.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11825960743819","imei2":"11825960743819","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168424,"job_number":"JOB_168424","tr_customer_id":168441,"tr_customer_product_id":168431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:43.000Z","modified_at":"2026-01-27T14:23:26.000Z","name":"Donavon Bergnaum","mobile_number":"313-856-0625","email_id":"Katheryn.Hand@gmail.com","dop":"2025-04-06","serial_number":"15138241422236","imei1":"15138241422236","imei2":"15138241422236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168423,"job_number":"JOB_168423","tr_customer_id":168440,"tr_customer_product_id":168430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12623175058629","imei1":"12623175058629","imei2":"12623175058629","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168422,"job_number":"JOB_168422","tr_customer_id":168439,"tr_customer_product_id":168429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:23:25.000Z","name":"Antone Rau","mobile_number":"710-877-1160","email_id":"Dariana90@gmail.com","dop":"2026-01-04","serial_number":"10727130797859","imei1":"10727130797859","imei2":"10727130797859","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168421,"job_number":"JOB_168421","tr_customer_id":168438,"tr_customer_product_id":168428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10964616645841","imei1":"10964616645841","imei2":"10964616645841","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168411,"job_number":"JOB_168411","tr_customer_id":168428,"tr_customer_product_id":168418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:45.000Z","modified_at":"2026-01-27T14:03:45.000Z","name":"Norma Murazik","mobile_number":"650-890-5400","email_id":"Keely76@gmail.com","dop":"2025-04-06","serial_number":"13983934307439388","imei1":"13983934307439388","imei2":"13983934307439388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168410,"job_number":"JOB_168410","tr_customer_id":168427,"tr_customer_product_id":168417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:44.000Z","modified_at":"2026-01-27T14:04:25.000Z","name":"Madalyn Gerhold","mobile_number":"288-565-3531","email_id":"Jeffry93@yahoo.com","dop":"2025-04-06","serial_number":"14981408932552","imei1":"14981408932552","imei2":"14981408932552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:04:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168409,"job_number":"JOB_168409","tr_customer_id":168426,"tr_customer_product_id":168416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:44.000Z","modified_at":"2026-01-27T14:03:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17336587485706","imei1":"17336587485706","imei2":"17336587485706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168407,"job_number":"JOB_168407","tr_customer_id":168424,"tr_customer_product_id":168414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:57.000Z","modified_at":"2026-01-27T14:02:57.000Z","name":"Carissa Grant","mobile_number":"966-304-0989","email_id":"Jared_Jacobi13@yahoo.com","dop":"2025-04-06","serial_number":"10263970880212450","imei1":"10263970880212450","imei2":"10263970880212450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168406,"job_number":"JOB_168406","tr_customer_id":168423,"tr_customer_product_id":168413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:55.000Z","modified_at":"2026-01-27T14:03:37.000Z","name":"Myrtis Keeling","mobile_number":"555-705-0085","email_id":"Arjun.Tillman@gmail.com","dop":"2025-04-06","serial_number":"14297321024410","imei1":"14297321024410","imei2":"14297321024410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168405,"job_number":"JOB_168405","tr_customer_id":168422,"tr_customer_product_id":168412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:55.000Z","modified_at":"2026-01-27T14:02:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182617344206","imei1":"18182617344206","imei2":"18182617344206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168403,"job_number":"JOB_168403","tr_customer_id":168420,"tr_customer_product_id":168410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:37.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17153397138612","imei1":"17153397138612","imei2":"17153397138612","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168402,"job_number":"JOB_168402","tr_customer_id":168419,"tr_customer_product_id":168409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97590247220528","imei1":"97590247220528","imei2":"97590247220528","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168401,"job_number":"JOB_168401","tr_customer_id":168418,"tr_customer_product_id":168408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50926255704989","imei1":"50926255704989","imei2":"50926255704989","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168400,"job_number":"JOB_168400","tr_customer_id":168417,"tr_customer_product_id":168407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89300376460928","imei1":"89300376460928","imei2":"89300376460928","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168399,"job_number":"JOB_168399","tr_customer_id":168416,"tr_customer_product_id":168406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80676074661303","imei1":"80676074661303","imei2":"80676074661303","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168398,"job_number":"JOB_168398","tr_customer_id":168415,"tr_customer_product_id":168405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55475719196539","imei1":"55475719196539","imei2":"55475719196539","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168397,"job_number":"JOB_168397","tr_customer_id":168414,"tr_customer_product_id":168404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:09.000Z","modified_at":"2026-01-27T14:02:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59578177438508","imei1":"59578177438508","imei2":"59578177438508","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168396,"job_number":"JOB_168396","tr_customer_id":168413,"tr_customer_product_id":168403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:08.000Z","modified_at":"2026-01-27T14:02:08.000Z","name":"Blaise Hirthe","mobile_number":"438-921-7648","email_id":"Adele84@hotmail.com","dop":"2025-04-06","serial_number":"10503958866342878","imei1":"10503958866342878","imei2":"10503958866342878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168395,"job_number":"JOB_168395","tr_customer_id":168412,"tr_customer_product_id":168402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:07.000Z","modified_at":"2026-01-27T14:02:48.000Z","name":"Paula Hamill","mobile_number":"366-595-0793","email_id":"Chauncey82@gmail.com","dop":"2025-04-06","serial_number":"18438797548175","imei1":"18438797548175","imei2":"18438797548175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168394,"job_number":"JOB_168394","tr_customer_id":168411,"tr_customer_product_id":168401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:06.000Z","modified_at":"2026-01-27T14:02:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19783492148115","imei1":"19783492148115","imei2":"19783492148115","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168393,"job_number":"JOB_168393","tr_customer_id":168410,"tr_customer_product_id":168400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:37.000Z","modified_at":"2026-01-27T14:02:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12751623846732","imei1":"12751623846732","imei2":"12751623846732","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168392,"job_number":"JOB_168392","tr_customer_id":168409,"tr_customer_product_id":168399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:37.000Z","modified_at":"2026-01-27T14:01:37.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73336585358586","imei1":"73336585358586","imei2":"73336585358586","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168391,"job_number":"JOB_168391","tr_customer_id":168408,"tr_customer_product_id":168398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90416539451323","imei1":"90416539451323","imei2":"90416539451323","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168390,"job_number":"JOB_168390","tr_customer_id":168407,"tr_customer_product_id":168397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35569371766624","imei1":"35569371766624","imei2":"35569371766624","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168389,"job_number":"JOB_168389","tr_customer_id":168406,"tr_customer_product_id":168396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71206279349103","imei1":"71206279349103","imei2":"71206279349103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168388,"job_number":"JOB_168388","tr_customer_id":168405,"tr_customer_product_id":168395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86164747961861","imei1":"86164747961861","imei2":"86164747961861","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168387,"job_number":"JOB_168387","tr_customer_id":168404,"tr_customer_product_id":168394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34977291546936","imei1":"34977291546936","imei2":"34977291546936","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168386,"job_number":"JOB_168386","tr_customer_id":168403,"tr_customer_product_id":168393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:08.000Z","modified_at":"2026-01-27T14:01:08.000Z","name":"Emily Strosin","mobile_number":"848-627-4057","email_id":"Luigi74@hotmail.com","dop":"2025-04-06","serial_number":"16407514125384720","imei1":"16407514125384720","imei2":"16407514125384720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168385,"job_number":"JOB_168385","tr_customer_id":168402,"tr_customer_product_id":168392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:07.000Z","modified_at":"2026-01-27T14:01:49.000Z","name":"Hortense Graham","mobile_number":"942-815-7603","email_id":"Shakira.Rath86@hotmail.com","dop":"2025-04-06","serial_number":"11468741649776","imei1":"11468741649776","imei2":"11468741649776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:01:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168384,"job_number":"JOB_168384","tr_customer_id":168401,"tr_customer_product_id":168391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36136714056796","imei1":"36136714056796","imei2":"36136714056796","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168383,"job_number":"JOB_168383","tr_customer_id":168400,"tr_customer_product_id":168390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16085127312844","imei1":"16085127312844","imei2":"16085127312844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168382,"job_number":"JOB_168382","tr_customer_id":168399,"tr_customer_product_id":168389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60030016225827","imei1":"60030016225827","imei2":"60030016225827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168381,"job_number":"JOB_168381","tr_customer_id":168398,"tr_customer_product_id":168388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28840266828053","imei1":"28840266828053","imei2":"28840266828053","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168380,"job_number":"JOB_168380","tr_customer_id":168397,"tr_customer_product_id":168387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39222786266748","imei1":"39222786266748","imei2":"39222786266748","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168379,"job_number":"JOB_168379","tr_customer_id":168396,"tr_customer_product_id":168386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75245419690268","imei1":"75245419690268","imei2":"75245419690268","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168378,"job_number":"JOB_168378","tr_customer_id":168395,"tr_customer_product_id":168385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73416323632825","imei1":"73416323632825","imei2":"73416323632825","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168377,"job_number":"JOB_168377","tr_customer_id":168394,"tr_customer_product_id":168384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Damodara Namboothiri","mobile_number":"7094721194","email_id":"kashyap.agarwal@gmail.com","dop":"2026-01-17","serial_number":"472737749995572","imei1":"472737749995572","imei2":"472737749995572","popurl":"www.kamalesh-nehru.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168376,"job_number":"JOB_168376","tr_customer_id":168392,"tr_customer_product_id":168382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Sachin Mishra","mobile_number":"7025701307","email_id":"aamod.gandhi@yahoo.co.in","dop":"2026-01-17","serial_number":"652516523757927","imei1":"652516523757927","imei2":"652516523757927","popurl":"www.goutam-tandon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168375,"job_number":"JOB_168375","tr_customer_id":168393,"tr_customer_product_id":168383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Kanti Guha","mobile_number":"7080753158","email_id":"krishnadasa.embranthiri@yahoo.co.in","dop":"2026-01-17","serial_number":"780601164464121","imei1":"780601164464121","imei2":"780601164464121","popurl":"www.chaturaanan-marar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168374,"job_number":"JOB_168374","tr_customer_id":168391,"tr_customer_product_id":168381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Akshaj Gowda","mobile_number":"7043120308","email_id":"bhoj.pandey@hotmail.com","dop":"2026-01-17","serial_number":"513976482680773","imei1":"513976482680773","imei2":"513976482680773","popurl":"www.akshita-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168373,"job_number":"JOB_168373","tr_customer_id":168390,"tr_customer_product_id":168380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Vrund Desai","mobile_number":"7001021043","email_id":"guru.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"516058943644872","imei1":"516058943644872","imei2":"516058943644872","popurl":"www.devagya-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168372,"job_number":"JOB_168372","tr_customer_id":168389,"tr_customer_product_id":168379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bishnu Varrier","mobile_number":"7096180955","email_id":"brajesh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"051797877589302","imei1":"051797877589302","imei2":"051797877589302","popurl":"www.ghanshyam-singh.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168371,"job_number":"JOB_168371","tr_customer_id":168388,"tr_customer_product_id":168378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bhilangana Nair","mobile_number":"7025684781","email_id":"lakshminath.mehra@yahoo.co.in","dop":"2026-01-17","serial_number":"854342691173107","imei1":"854342691173107","imei2":"854342691173107","popurl":"www.vasudeva-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168370,"job_number":"JOB_168370","tr_customer_id":168387,"tr_customer_product_id":168377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Priya Namboothiri","mobile_number":"7013847653","email_id":"dev.iyer@hotmail.com","dop":"2026-01-17","serial_number":"077055695813289","imei1":"077055695813289","imei2":"077055695813289","popurl":"www.lakshmidhar-bhat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168369,"job_number":"JOB_168369","tr_customer_id":168386,"tr_customer_product_id":168376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Kailash Guneta","mobile_number":"7090100585","email_id":"vaidehi.tandon@hotmail.com","dop":"2026-01-17","serial_number":"497105552825981","imei1":"497105552825981","imei2":"497105552825981","popurl":"www.dhatri-pillai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168368,"job_number":"JOB_168368","tr_customer_id":168385,"tr_customer_product_id":168375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bilwa Adiga","mobile_number":"7051290596","email_id":"nawal.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"593529066480426","imei1":"593529066480426","imei2":"593529066480426","popurl":"www.birjesh-khanna.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168367,"job_number":"JOB_168367","tr_customer_id":168384,"tr_customer_product_id":168374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Mohana Namboothiri","mobile_number":"7075742815","email_id":"urmila.gandhi@gmail.com","dop":"2026-01-17","serial_number":"145848997681710","imei1":"145848997681710","imei2":"145848997681710","popurl":"www.rakesh-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168366,"job_number":"JOB_168366","tr_customer_id":168383,"tr_customer_product_id":168373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Chinmayananda Talwar","mobile_number":"7029867753","email_id":"deepali.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"807692096572906","imei1":"807692096572906","imei2":"807692096572906","popurl":"www.tanirika-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168365,"job_number":"JOB_168365","tr_customer_id":168382,"tr_customer_product_id":168372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Akshaj Abbott","mobile_number":"7030785535","email_id":"devika.dhawan@hotmail.com","dop":"2026-01-17","serial_number":"185714094858276","imei1":"185714094858276","imei2":"185714094858276","popurl":"www.karan-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168364,"job_number":"JOB_168364","tr_customer_id":168381,"tr_customer_product_id":168371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chandani Iyengar","mobile_number":"7019505930","email_id":"gauranga.bharadwaj@hotmail.com","dop":"2026-01-17","serial_number":"016636860422462","imei1":"016636860422462","imei2":"016636860422462","popurl":"www.aayushman-naik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168363,"job_number":"JOB_168363","tr_customer_id":168380,"tr_customer_product_id":168370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chakor Gupta","mobile_number":"7009589550","email_id":"shobhana.johar@hotmail.com","dop":"2026-01-17","serial_number":"206538448713779","imei1":"206538448713779","imei2":"206538448713779","popurl":"www.abhirath-dutta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168362,"job_number":"JOB_168362","tr_customer_id":168379,"tr_customer_product_id":168369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rukhmani Nambeesan","mobile_number":"7009156879","email_id":"harit.ahluwalia@yahoo.co.in","dop":"2026-01-17","serial_number":"297676098700538","imei1":"297676098700538","imei2":"297676098700538","popurl":"www.krishna-achari.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168361,"job_number":"JOB_168361","tr_customer_id":168378,"tr_customer_product_id":168368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rohit Dhawan","mobile_number":"7010250076","email_id":"manisha.saini@yahoo.co.in","dop":"2026-01-17","serial_number":"817097590402320","imei1":"817097590402320","imei2":"817097590402320","popurl":"www.govinda-nair.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168360,"job_number":"JOB_168360","tr_customer_id":168377,"tr_customer_product_id":168367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bhavani Menon","mobile_number":"7051475661","email_id":"goutam.devar@hotmail.com","dop":"2026-01-17","serial_number":"149646746099263","imei1":"149646746099263","imei2":"149646746099263","popurl":"www.geeta-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168359,"job_number":"JOB_168359","tr_customer_id":168376,"tr_customer_product_id":168366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Mahesh Jha","mobile_number":"7038586704","email_id":"ankal.tandon@hotmail.com","dop":"2026-01-17","serial_number":"990013463977407","imei1":"990013463977407","imei2":"990013463977407","popurl":"www.bhuvaneshwar-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168358,"job_number":"JOB_168358","tr_customer_id":168374,"tr_customer_product_id":168364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Tanya Kapoor","mobile_number":"7016042539","email_id":"udai.tagore@hotmail.com","dop":"2026-01-17","serial_number":"198386518075332","imei1":"198386518075332","imei2":"198386518075332","popurl":"www.dinkar-devar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168357,"job_number":"JOB_168357","tr_customer_id":168375,"tr_customer_product_id":168365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Aanandaswarup Jha","mobile_number":"7076453342","email_id":"abhirath.adiga@hotmail.com","dop":"2026-01-17","serial_number":"335279886424002","imei1":"335279886424002","imei2":"335279886424002","popurl":"www.dhanapati-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168356,"job_number":"JOB_168356","tr_customer_id":168373,"tr_customer_product_id":168363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ravi Mukhopadhyay","mobile_number":"7067186902","email_id":"shivakari.joshi@hotmail.com","dop":"2026-01-17","serial_number":"142948129111347","imei1":"142948129111347","imei2":"142948129111347","popurl":"www.chanda-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168355,"job_number":"JOB_168355","tr_customer_id":168372,"tr_customer_product_id":168362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Lila Iyer","mobile_number":"7023393304","email_id":"narendra.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"089434342383766","imei1":"089434342383766","imei2":"089434342383766","popurl":"www.rohit-pillai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168354,"job_number":"JOB_168354","tr_customer_id":168371,"tr_customer_product_id":168361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Krishnadas Saini","mobile_number":"7074823966","email_id":"vrund.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"532303323194966","imei1":"532303323194966","imei2":"532303323194966","popurl":"www.pran-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168353,"job_number":"JOB_168353","tr_customer_id":168370,"tr_customer_product_id":168360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Kumar Iyer","mobile_number":"7087622205","email_id":"bahula.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"810569748036493","imei1":"810569748036493","imei2":"810569748036493","popurl":"www.sher-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168352,"job_number":"JOB_168352","tr_customer_id":168369,"tr_customer_product_id":168359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Meghnad Dhawan","mobile_number":"7038382114","email_id":"anjushri.rana@gmail.com","dop":"2026-01-17","serial_number":"469600577233594","imei1":"469600577233594","imei2":"469600577233594","popurl":"www.aadrika-arora.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168351,"job_number":"JOB_168351","tr_customer_id":168368,"tr_customer_product_id":168358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Heema Pilla","mobile_number":"7064517073","email_id":"prasad.guha@gmail.com","dop":"2026-01-17","serial_number":"964173172956775","imei1":"964173172956775","imei2":"964173172956775","popurl":"www.meghnad-sharma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168350,"job_number":"JOB_168350","tr_customer_id":168367,"tr_customer_product_id":168357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Abani Chaturvedi","mobile_number":"7036399880","email_id":"adhiraj.iyengar@hotmail.com","dop":"2026-01-17","serial_number":"106729502802142","imei1":"106729502802142","imei2":"106729502802142","popurl":"www.ahalya-bhat.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168349,"job_number":"JOB_168349","tr_customer_id":168366,"tr_customer_product_id":168356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Dhanu Dutta","mobile_number":"7018337846","email_id":"dandak.khanna@hotmail.com","dop":"2026-01-17","serial_number":"877052485523200","imei1":"877052485523200","imei2":"877052485523200","popurl":"www.atmanand-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168348,"job_number":"JOB_168348","tr_customer_id":168365,"tr_customer_product_id":168355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ritesh Reddy","mobile_number":"7090019130","email_id":"bela.mishra@hotmail.com","dop":"2026-01-17","serial_number":"220858470308955","imei1":"220858470308955","imei2":"220858470308955","popurl":"www.nikita-asan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168347,"job_number":"JOB_168347","tr_customer_id":168364,"tr_customer_product_id":168354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Apsara Mishra","mobile_number":"7047276167","email_id":"kannan.gowda@hotmail.com","dop":"2026-01-17","serial_number":"565742401215318","imei1":"565742401215318","imei2":"565742401215318","popurl":"www.bhargavi-patel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168346,"job_number":"JOB_168346","tr_customer_id":168363,"tr_customer_product_id":168353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Vyas Tandon","mobile_number":"7042667205","email_id":"purnima.joshi@yahoo.co.in","dop":"2026-01-17","serial_number":"759616770829453","imei1":"759616770829453","imei2":"759616770829453","popurl":"www.chinmayananda-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168345,"job_number":"JOB_168345","tr_customer_id":168362,"tr_customer_product_id":168352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bala Tagore","mobile_number":"7002970566","email_id":"uma.khatri@hotmail.com","dop":"2026-01-17","serial_number":"346712173888469","imei1":"346712173888469","imei2":"346712173888469","popurl":"www.vishnu-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168344,"job_number":"JOB_168344","tr_customer_id":168361,"tr_customer_product_id":168351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Eshana Mishra","mobile_number":"7035091717","email_id":"bhardwaj.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"567478943251205","imei1":"567478943251205","imei2":"567478943251205","popurl":"www.tara-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168343,"job_number":"JOB_168343","tr_customer_id":168360,"tr_customer_product_id":168350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chitrangada Jain","mobile_number":"7047940952","email_id":"atmaja.somayaji@yahoo.co.in","dop":"2026-01-17","serial_number":"534353500920242","imei1":"534353500920242","imei2":"534353500920242","popurl":"www.dhyanesh-embranthiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168342,"job_number":"JOB_168342","tr_customer_id":168359,"tr_customer_product_id":168349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipali Naik","mobile_number":"7046169636","email_id":"adityanandan.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"181904001668628","imei1":"181904001668628","imei2":"181904001668628","popurl":"www.divjot-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168341,"job_number":"JOB_168341","tr_customer_id":168358,"tr_customer_product_id":168348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipendra Guneta","mobile_number":"7089022167","email_id":"bhooshit.varrier@yahoo.co.in","dop":"2026-01-17","serial_number":"557394222355725","imei1":"557394222355725","imei2":"557394222355725","popurl":"www.veda-namboothiri.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168340,"job_number":"JOB_168340","tr_customer_id":168357,"tr_customer_product_id":168347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gandharv Mishra","mobile_number":"7037736873","email_id":"chandrakala.asan@hotmail.com","dop":"2026-01-17","serial_number":"054532771311509","imei1":"054532771311509","imei2":"054532771311509","popurl":"www.anshula-gandhi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168339,"job_number":"JOB_168339","tr_customer_id":168356,"tr_customer_product_id":168346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Abhirath Kocchar","mobile_number":"7095215331","email_id":"nirbhay.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"026538670104231","imei1":"026538670104231","imei2":"026538670104231","popurl":"www.bhilangana-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168338,"job_number":"JOB_168338","tr_customer_id":168355,"tr_customer_product_id":168345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Lakshman Malik","mobile_number":"7054809205","email_id":"samir.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"688001834688644","imei1":"688001834688644","imei2":"688001834688644","popurl":"www.parvati-embranthiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168337,"job_number":"JOB_168337","tr_customer_id":168354,"tr_customer_product_id":168344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girik Gowda","mobile_number":"7069755534","email_id":"agrata.guneta@gmail.com","dop":"2026-01-17","serial_number":"006437615865535","imei1":"006437615865535","imei2":"006437615865535","popurl":"www.opalina-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168336,"job_number":"JOB_168336","tr_customer_id":168353,"tr_customer_product_id":168343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Swarnalata Johar","mobile_number":"7078977856","email_id":"ujjwal.desai@yahoo.co.in","dop":"2026-01-17","serial_number":"868667207996938","imei1":"868667207996938","imei2":"868667207996938","popurl":"www.laxmi-adiga.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168335,"job_number":"JOB_168335","tr_customer_id":168352,"tr_customer_product_id":168342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Adhrit Kapoor","mobile_number":"7027432401","email_id":"aruna.pillai@hotmail.com","dop":"2026-01-17","serial_number":"348584581440138","imei1":"348584581440138","imei2":"348584581440138","popurl":"www.bhargavi-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168334,"job_number":"JOB_168334","tr_customer_id":168351,"tr_customer_product_id":168341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Anjushri Kakkar","mobile_number":"7053074102","email_id":"chitraksh.talwar@hotmail.com","dop":"2026-01-17","serial_number":"573357269817417","imei1":"573357269817417","imei2":"573357269817417","popurl":"www.tanya-nair.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168333,"job_number":"JOB_168333","tr_customer_id":168350,"tr_customer_product_id":168340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ramaa Ahluwalia","mobile_number":"7043740065","email_id":"krishnadasa.abbott@gmail.com","dop":"2026-01-17","serial_number":"055694745124624","imei1":"055694745124624","imei2":"055694745124624","popurl":"www.anilaabh-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168332,"job_number":"JOB_168332","tr_customer_id":168349,"tr_customer_product_id":168339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ananta Bandopadhyay","mobile_number":"7064038836","email_id":"ujjawal.asan@hotmail.com","dop":"2026-01-17","serial_number":"193785608841020","imei1":"193785608841020","imei2":"193785608841020","popurl":"www.gajabahu-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168331,"job_number":"JOB_168331","tr_customer_id":168348,"tr_customer_product_id":168338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gautam Khan","mobile_number":"7062693799","email_id":"siddarth.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"391242264746741","imei1":"391242264746741","imei2":"391242264746741","popurl":"www.ananda-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168330,"job_number":"JOB_168330","tr_customer_id":168347,"tr_customer_product_id":168337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girija Johar","mobile_number":"7087953579","email_id":"manoj.jain@gmail.com","dop":"2026-01-17","serial_number":"955820954820200","imei1":"955820954820200","imei2":"955820954820200","popurl":"www.vaishnavi-jha.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168329,"job_number":"JOB_168329","tr_customer_id":168346,"tr_customer_product_id":168336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Tanushri Desai","mobile_number":"7029790501","email_id":"bilva.achari@yahoo.co.in","dop":"2026-01-17","serial_number":"635481645607749","imei1":"635481645607749","imei2":"635481645607749","popurl":"www.chapala-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168328,"job_number":"JOB_168328","tr_customer_id":168345,"tr_customer_product_id":168335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Bhishma Ahluwalia","mobile_number":"7070024748","email_id":"gitanjali.patel@gmail.com","dop":"2026-01-17","serial_number":"909928173955236","imei1":"909928173955236","imei2":"909928173955236","popurl":"www.lavanya-ahluwalia.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168327,"job_number":"JOB_168327","tr_customer_id":168344,"tr_customer_product_id":168334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dhanapati Mukhopadhyay","mobile_number":"7060625797","email_id":"anasooya.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"677865205290071","imei1":"677865205290071","imei2":"677865205290071","popurl":"www.akshita-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168326,"job_number":"JOB_168326","tr_customer_id":168343,"tr_customer_product_id":168333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chandraayan Butt","mobile_number":"7010369756","email_id":"agnimitra.somayaji@gmail.com","dop":"2026-01-17","serial_number":"488999732494006","imei1":"488999732494006","imei2":"488999732494006","popurl":"www.gajabahu-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168325,"job_number":"JOB_168325","tr_customer_id":168342,"tr_customer_product_id":168332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Manoj Iyer","mobile_number":"7079001143","email_id":"giriraj.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"193173358287905","imei1":"193173358287905","imei2":"193173358287905","popurl":"www.rukmin-kaur.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168324,"job_number":"JOB_168324","tr_customer_id":168341,"tr_customer_product_id":168331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Devvrat Asan","mobile_number":"7036837584","email_id":"garuda.menon@hotmail.com","dop":"2026-01-17","serial_number":"186509279222993","imei1":"186509279222993","imei2":"186509279222993","popurl":"www.vaishno-nehru.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168323,"job_number":"JOB_168323","tr_customer_id":168340,"tr_customer_product_id":168330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrakin Chattopadhyay","mobile_number":"7097544273","email_id":"kannan.agarwal@gmail.com","dop":"2026-01-17","serial_number":"692303611362579","imei1":"692303611362579","imei2":"692303611362579","popurl":"www.bilwa-deshpande.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168322,"job_number":"JOB_168322","tr_customer_id":168339,"tr_customer_product_id":168329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Nanda Ahluwalia","mobile_number":"7061139361","email_id":"bhoopati.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"325520571898873","imei1":"325520571898873","imei2":"325520571898873","popurl":"www.pushti-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168321,"job_number":"JOB_168321","tr_customer_id":168338,"tr_customer_product_id":168328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gauranga Bharadwaj","mobile_number":"7040771236","email_id":"himani.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"963565872947585","imei1":"963565872947585","imei2":"963565872947585","popurl":"www.vishnu-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168320,"job_number":"JOB_168320","tr_customer_id":168337,"tr_customer_product_id":168327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamla Pillai","mobile_number":"7025530093","email_id":"devi.bhattacharya@hotmail.com","dop":"2026-01-17","serial_number":"720966471356811","imei1":"720966471356811","imei2":"720966471356811","popurl":"www.chinmayananda-gandhi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168319,"job_number":"JOB_168319","tr_customer_id":168336,"tr_customer_product_id":168326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Amaresh Mahajan","mobile_number":"7036858631","email_id":"brahmanandam.sharma@gmail.com","dop":"2026-01-17","serial_number":"993215241178645","imei1":"993215241178645","imei2":"993215241178645","popurl":"www.dulari-trivedi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168318,"job_number":"JOB_168318","tr_customer_id":168335,"tr_customer_product_id":168325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrabhaga Reddy","mobile_number":"7002922500","email_id":"gajadhar.pillai@hotmail.com","dop":"2026-01-17","serial_number":"670466987668843","imei1":"670466987668843","imei2":"670466987668843","popurl":"www.aadidev-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168317,"job_number":"JOB_168317","tr_customer_id":168334,"tr_customer_product_id":168324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Manisha Chattopadhyay","mobile_number":"7075391580","email_id":"aagneya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"231111320521551","imei1":"231111320521551","imei2":"231111320521551","popurl":"www.dron-dubashi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168316,"job_number":"JOB_168316","tr_customer_id":168333,"tr_customer_product_id":168323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gajadhar Khatri","mobile_number":"7009021832","email_id":"manik.pilla@hotmail.com","dop":"2026-01-17","serial_number":"824135075165620","imei1":"824135075165620","imei2":"824135075165620","popurl":"www.gaurang-patel.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168315,"job_number":"JOB_168315","tr_customer_id":168332,"tr_customer_product_id":168322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bandhu Mahajan","mobile_number":"7099106728","email_id":"dhruv.joshi@hotmail.com","dop":"2026-01-17","serial_number":"324381924619464","imei1":"324381924619464","imei2":"324381924619464","popurl":"www.shridevi-pothuvaal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168314,"job_number":"JOB_168314","tr_customer_id":168331,"tr_customer_product_id":168321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamlesh Khanna","mobile_number":"7095467911","email_id":"hiranya.marar@hotmail.com","dop":"2026-01-17","serial_number":"135205006698107","imei1":"135205006698107","imei2":"135205006698107","popurl":"www.garuda-pandey.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168313,"job_number":"JOB_168313","tr_customer_id":168330,"tr_customer_product_id":168320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ananda Malik","mobile_number":"7038373963","email_id":"malti.iyer@hotmail.com","dop":"2026-01-17","serial_number":"699733414024462","imei1":"699733414024462","imei2":"699733414024462","popurl":"www.anjushree-marar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168312,"job_number":"JOB_168312","tr_customer_id":168329,"tr_customer_product_id":168319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chiranjeev Ahluwalia","mobile_number":"7009145254","email_id":"geeta.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"643458496795587","imei1":"643458496795587","imei2":"643458496795587","popurl":"www.prem-desai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168311,"job_number":"JOB_168311","tr_customer_id":168328,"tr_customer_product_id":168318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Devesh Mishra","mobile_number":"7033273020","email_id":"chandi.kaniyar@yahoo.co.in","dop":"2026-01-17","serial_number":"932138702134532","imei1":"932138702134532","imei2":"932138702134532","popurl":"www.devani-reddy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168310,"job_number":"JOB_168310","tr_customer_id":168327,"tr_customer_product_id":168317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ritesh Bhattacharya","mobile_number":"7098501414","email_id":"sharmila.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"103975520579777","imei1":"103975520579777","imei2":"103975520579777","popurl":"www.harinarayan-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168309,"job_number":"JOB_168309","tr_customer_id":168326,"tr_customer_product_id":168316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Vidur Somayaji","mobile_number":"7073570313","email_id":"dharitri.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"027182720772522","imei1":"027182720772522","imei2":"027182720772522","popurl":"www.girindra-tandon.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168308,"job_number":"JOB_168308","tr_customer_id":168325,"tr_customer_product_id":168315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Trisha Embranthiri","mobile_number":"7078828412","email_id":"rageswari.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"379590032052216","imei1":"379590032052216","imei2":"379590032052216","popurl":"www.oormila-namboothiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168307,"job_number":"JOB_168307","tr_customer_id":168324,"tr_customer_product_id":168314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bharadwaj Gowda","mobile_number":"7047901798","email_id":"amrit.chopra@hotmail.com","dop":"2026-01-17","serial_number":"691884701084889","imei1":"691884701084889","imei2":"691884701084889","popurl":"www.aarya-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168306,"job_number":"JOB_168306","tr_customer_id":168323,"tr_customer_product_id":168313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Daiwik Pandey","mobile_number":"7015235624","email_id":"darshwana.saini@gmail.com","dop":"2026-01-17","serial_number":"922710613826902","imei1":"922710613826902","imei2":"922710613826902","popurl":"www.aayushman-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168305,"job_number":"JOB_168305","tr_customer_id":168322,"tr_customer_product_id":168312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Shanti Chaturvedi","mobile_number":"7074772557","email_id":"rukmin.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"167544080266806","imei1":"167544080266806","imei2":"167544080266806","popurl":"www.karunanidhi-joshi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168304,"job_number":"JOB_168304","tr_customer_id":168321,"tr_customer_product_id":168311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dhana Achari","mobile_number":"7027643900","email_id":"bala.deshpande@gmail.com","dop":"2026-01-17","serial_number":"259783489679083","imei1":"259783489679083","imei2":"259783489679083","popurl":"www.dhanesh-prajapat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168303,"job_number":"JOB_168303","tr_customer_id":168320,"tr_customer_product_id":168310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Kanishka Pandey","mobile_number":"7006447166","email_id":"deepesh.prajapat@gmail.com","dop":"2026-01-17","serial_number":"299828941401126","imei1":"299828941401126","imei2":"299828941401126","popurl":"www.aagneya-adiga.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168302,"job_number":"JOB_168302","tr_customer_id":168319,"tr_customer_product_id":168309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Eshita Malik","mobile_number":"7019334340","email_id":"charuvrat.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"797082632608609","imei1":"797082632608609","imei2":"797082632608609","popurl":"www.sarla-banerjee.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168301,"job_number":"JOB_168301","tr_customer_id":168318,"tr_customer_product_id":168308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Krishnadasa Kocchar","mobile_number":"7040706838","email_id":"vidya.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"039277206390215","imei1":"039277206390215","imei2":"039277206390215","popurl":"www.abhisyanta-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168300,"job_number":"JOB_168300","tr_customer_id":168317,"tr_customer_product_id":168307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Acaryatanaya Sharma","mobile_number":"7080385131","email_id":"kumuda.desai@gmail.com","dop":"2026-01-17","serial_number":"628297546043480","imei1":"628297546043480","imei2":"628297546043480","popurl":"www.sanka-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168299,"job_number":"JOB_168299","tr_customer_id":168316,"tr_customer_product_id":168306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Jyoti Bhat","mobile_number":"7026175150","email_id":"bilwa.dubashi@gmail.com","dop":"2026-01-17","serial_number":"143523016490660","imei1":"143523016490660","imei2":"143523016490660","popurl":"www.amritambu-sinha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168298,"job_number":"JOB_168298","tr_customer_id":168315,"tr_customer_product_id":168305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Baalagopaal Patil","mobile_number":"7096912025","email_id":"abhirath.mukhopadhyay@hotmail.com","dop":"2026-01-17","serial_number":"757612487874979","imei1":"757612487874979","imei2":"757612487874979","popurl":"www.bhushit-guha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168297,"job_number":"JOB_168297","tr_customer_id":168314,"tr_customer_product_id":168304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Nirbhay Chattopadhyay","mobile_number":"7061002611","email_id":"eshana.bhattathiri@hotmail.com","dop":"2026-01-17","serial_number":"297775248264917","imei1":"297775248264917","imei2":"297775248264917","popurl":"www.shubhaprada-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168296,"job_number":"JOB_168296","tr_customer_id":168313,"tr_customer_product_id":168303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Aaryan Varrier","mobile_number":"7086629267","email_id":"shashi.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"297041655924701","imei1":"297041655924701","imei2":"297041655924701","popurl":"www.gajabahu-rana.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168295,"job_number":"JOB_168295","tr_customer_id":168312,"tr_customer_product_id":168302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Abhisyanta Tagore","mobile_number":"7098322412","email_id":"chaitan.naik@hotmail.com","dop":"2026-01-17","serial_number":"462957100239314","imei1":"462957100239314","imei2":"462957100239314","popurl":"www.gati-nair.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168294,"job_number":"JOB_168294","tr_customer_id":168311,"tr_customer_product_id":168301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Deeptimoyee Trivedi","mobile_number":"7081075397","email_id":"rupinder.chopra@yahoo.co.in","dop":"2026-01-17","serial_number":"820682428873616","imei1":"820682428873616","imei2":"820682428873616","popurl":"www.jay-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168293,"job_number":"JOB_168293","tr_customer_id":168310,"tr_customer_product_id":168300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gayatri Gill","mobile_number":"7078914110","email_id":"tanya.gowda@yahoo.co.in","dop":"2026-01-17","serial_number":"425618954904736","imei1":"425618954904736","imei2":"425618954904736","popurl":"www.baala-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168292,"job_number":"JOB_168292","tr_customer_id":168309,"tr_customer_product_id":168299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Yogendra Rana","mobile_number":"7013127135","email_id":"ekalavya.pandey@hotmail.com","dop":"2026-01-17","serial_number":"181276253587809","imei1":"181276253587809","imei2":"181276253587809","popurl":"www.himadri-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168291,"job_number":"JOB_168291","tr_customer_id":168308,"tr_customer_product_id":168298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gitanjali Nehru","mobile_number":"7033196788","email_id":"bhramar.iyer@hotmail.com","dop":"2026-01-17","serial_number":"159118065780587","imei1":"159118065780587","imei2":"159118065780587","popurl":"www.adhrit-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168290,"job_number":"JOB_168290","tr_customer_id":168307,"tr_customer_product_id":168297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Param Namboothiri","mobile_number":"7051395959","email_id":"shresth.acharya@gmail.com","dop":"2026-01-17","serial_number":"939906965759411","imei1":"939906965759411","imei2":"939906965759411","popurl":"www.digambar-khatri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168289,"job_number":"JOB_168289","tr_customer_id":168306,"tr_customer_product_id":168296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Laxmi Khan","mobile_number":"7044561872","email_id":"amaranaath.mukhopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"798628166538875","imei1":"798628166538875","imei2":"798628166538875","popurl":"www.chakravartee-malik.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168288,"job_number":"JOB_168288","tr_customer_id":168305,"tr_customer_product_id":168295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Chandini Panicker","mobile_number":"7041401584","email_id":"nimit.shukla@hotmail.com","dop":"2026-01-17","serial_number":"030455514100990","imei1":"030455514100990","imei2":"030455514100990","popurl":"www.kama-mishra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168287,"job_number":"JOB_168287","tr_customer_id":168304,"tr_customer_product_id":168294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Rageshwari Sinha","mobile_number":"7007609666","email_id":"aaryan.mishra@hotmail.com","dop":"2026-01-17","serial_number":"762876885452505","imei1":"762876885452505","imei2":"762876885452505","popurl":"www.dandapaani-kakkar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168286,"job_number":"JOB_168286","tr_customer_id":168303,"tr_customer_product_id":168293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dayaamay Khan","mobile_number":"7027838011","email_id":"param.khanna@hotmail.com","dop":"2026-01-17","serial_number":"246434267233391","imei1":"246434267233391","imei2":"246434267233391","popurl":"www.mohinder-malik.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168285,"job_number":"JOB_168285","tr_customer_id":168302,"tr_customer_product_id":168292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Bhadrak Arora","mobile_number":"7032870005","email_id":"bhishma.acharya@hotmail.com","dop":"2026-01-17","serial_number":"559643001190677","imei1":"559643001190677","imei2":"559643001190677","popurl":"www.anjaneya-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168284,"job_number":"JOB_168284","tr_customer_id":168301,"tr_customer_product_id":168291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Shanti Bhattathiri","mobile_number":"7016029439","email_id":"oormila.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"247116872323691","imei1":"247116872323691","imei2":"247116872323691","popurl":"www.dayaanidhi-dwivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168283,"job_number":"JOB_168283","tr_customer_id":168300,"tr_customer_product_id":168290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Swarnalata Prajapat","mobile_number":"7099479914","email_id":"balaaditya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"141575034126703","imei1":"141575034126703","imei2":"141575034126703","popurl":"www.narinder-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168282,"job_number":"JOB_168282","tr_customer_id":168299,"tr_customer_product_id":168289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Girish Banerjee","mobile_number":"7048017873","email_id":"aaryan.guneta@hotmail.com","dop":"2026-01-17","serial_number":"740725273090990","imei1":"740725273090990","imei2":"740725273090990","popurl":"www.rati-jha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168281,"job_number":"JOB_168281","tr_customer_id":168298,"tr_customer_product_id":168288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhardwaj Shukla","mobile_number":"7025057013","email_id":"mayoor.iyer@hotmail.com","dop":"2026-01-17","serial_number":"135556889699370","imei1":"135556889699370","imei2":"135556889699370","popurl":"www.sharmila-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168280,"job_number":"JOB_168280","tr_customer_id":168297,"tr_customer_product_id":168287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Lal Ahuja","mobile_number":"7037608651","email_id":"dhanalakshmi.pothuvaal@gmail.com","dop":"2026-01-17","serial_number":"863448801333047","imei1":"863448801333047","imei2":"863448801333047","popurl":"www.jyoti-pothuvaal.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168279,"job_number":"JOB_168279","tr_customer_id":168296,"tr_customer_product_id":168286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ranjit Chopra","mobile_number":"7073725800","email_id":"bhagirathi.guneta@hotmail.com","dop":"2026-01-17","serial_number":"360525324757118","imei1":"360525324757118","imei2":"360525324757118","popurl":"www.jagadish-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168278,"job_number":"JOB_168278","tr_customer_id":168295,"tr_customer_product_id":168285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhargava Mukhopadhyay","mobile_number":"7026138278","email_id":"anurag.mishra@gmail.com","dop":"2026-01-17","serial_number":"875406830158462","imei1":"875406830158462","imei2":"875406830158462","popurl":"www.kali-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168277,"job_number":"JOB_168277","tr_customer_id":168294,"tr_customer_product_id":168284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chandi Malik","mobile_number":"7095444726","email_id":"deb.ahuja@yahoo.co.in","dop":"2026-01-17","serial_number":"912578778448772","imei1":"912578778448772","imei2":"912578778448772","popurl":"www.tanushree-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168276,"job_number":"JOB_168276","tr_customer_id":168293,"tr_customer_product_id":168283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chetanaanand Reddy","mobile_number":"7045392486","email_id":"anal.deshpande@yahoo.co.in","dop":"2026-01-17","serial_number":"408809447341215","imei1":"408809447341215","imei2":"408809447341215","popurl":"www.abhirath-achari.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168275,"job_number":"JOB_168275","tr_customer_id":168291,"tr_customer_product_id":168281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Pran Dubashi","mobile_number":"7068961883","email_id":"ekaparnika.agarwal@yahoo.co.in","dop":"2026-01-17","serial_number":"286857647138780","imei1":"286857647138780","imei2":"286857647138780","popurl":"www.amrita-embranthiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168274,"job_number":"JOB_168274","tr_customer_id":168292,"tr_customer_product_id":168282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ankal Nair","mobile_number":"7063975020","email_id":"gauraang.joshi@gmail.com","dop":"2026-01-17","serial_number":"907222504346697","imei1":"907222504346697","imei2":"907222504346697","popurl":"www.manoj-varman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168273,"job_number":"JOB_168273","tr_customer_id":168290,"tr_customer_product_id":168280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Anaadi Devar","mobile_number":"7084683703","email_id":"ekaling.namboothiri@hotmail.com","dop":"2026-01-17","serial_number":"656477353144113","imei1":"656477353144113","imei2":"656477353144113","popurl":"www.deepesh-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168272,"job_number":"JOB_168272","tr_customer_id":168289,"tr_customer_product_id":168279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:50.000Z","modified_at":"2026-01-27T13:45:02.000Z","name":"Oscar Ritchie","mobile_number":"719-318-1867","email_id":"Monserrate19@gmail.com","dop":"2025-12-01","serial_number":"17540098712072","imei1":"17540098712072","imei2":"17540098712072","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:45:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168271,"job_number":"JOB_168271","tr_customer_id":168288,"tr_customer_product_id":168278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:50.000Z","modified_at":"2026-01-27T13:44:50.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16137037844247","imei1":"16137037844247","imei2":"16137037844247","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168270,"job_number":"JOB_168270","tr_customer_id":168287,"tr_customer_product_id":168277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:34.000Z","modified_at":"2026-01-27T13:44:46.000Z","name":"Camylle Mertz","mobile_number":"942-200-2028","email_id":"Retha.Koss41@hotmail.com","dop":"2025-12-01","serial_number":"12355772743331","imei1":"12355772743331","imei2":"12355772743331","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168269,"job_number":"JOB_168269","tr_customer_id":168286,"tr_customer_product_id":168276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:33.000Z","modified_at":"2026-01-27T13:44:33.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11740035973162","imei1":"11740035973162","imei2":"11740035973162","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168268,"job_number":"JOB_168268","tr_customer_id":168285,"tr_customer_product_id":168275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:17.000Z","modified_at":"2026-01-27T13:44:29.000Z","name":"Janie Predovic","mobile_number":"221-782-5093","email_id":"Gladys_Hilpert73@hotmail.com","dop":"2025-12-01","serial_number":"15696191062648","imei1":"15696191062648","imei2":"15696191062648","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168267,"job_number":"JOB_168267","tr_customer_id":168284,"tr_customer_product_id":168274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:16.000Z","modified_at":"2026-01-27T13:44:16.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13972199692843","imei1":"13972199692843","imei2":"13972199692843","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168266,"job_number":"JOB_168266","tr_customer_id":168283,"tr_customer_product_id":168273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:18.000Z","modified_at":"2026-01-27T15:29:54.000Z","name":"Ena Jakubowski","mobile_number":"767-899-9822","email_id":"Conor_Gleason71@yahoo.com","dop":"2025-02-01","serial_number":"53730589633809","imei1":"53730589633809","imei2":"53730589633809","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T15:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168265,"job_number":"JOB_168265","tr_customer_id":168282,"tr_customer_product_id":168272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:12.000Z","name":"Rakesh Ganaka","mobile_number":"7081162089","email_id":"smriti.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"973373170161546","imei1":"973373170161546","imei2":"973373170161546","popurl":"www.deependra-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168264,"job_number":"JOB_168264","tr_customer_id":168281,"tr_customer_product_id":168271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhargava Kapoor","mobile_number":"7017308625","email_id":"ajeet.sinha@gmail.com","dop":"2026-01-17","serial_number":"210483892952342","imei1":"210483892952342","imei2":"210483892952342","popurl":"www.bhishma-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168263,"job_number":"JOB_168263","tr_customer_id":168280,"tr_customer_product_id":168270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhuvanesh Arora","mobile_number":"7059618969","email_id":"bhamini.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"030187202982318","imei1":"030187202982318","imei2":"030187202982318","popurl":"www.chaaruchandra-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168262,"job_number":"JOB_168262","tr_customer_id":168279,"tr_customer_product_id":168269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Swara Bandopadhyay","mobile_number":"7016741813","email_id":"aadi.varman@gmail.com","dop":"2026-01-17","serial_number":"447201130297179","imei1":"447201130297179","imei2":"447201130297179","popurl":"www.ekaparnika-ahuja.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168261,"job_number":"JOB_168261","tr_customer_id":168278,"tr_customer_product_id":168268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Budhil Kaul","mobile_number":"7007472388","email_id":"vidhya.johar@yahoo.co.in","dop":"2026-01-17","serial_number":"346899966887362","imei1":"346899966887362","imei2":"346899966887362","popurl":"www.dayamayee-pandey.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168260,"job_number":"JOB_168260","tr_customer_id":168277,"tr_customer_product_id":168267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ekadant Iyengar","mobile_number":"7083283137","email_id":"akshainie.varman@hotmail.com","dop":"2026-01-17","serial_number":"807684574494302","imei1":"807684574494302","imei2":"807684574494302","popurl":"www.anuja-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168259,"job_number":"JOB_168259","tr_customer_id":168276,"tr_customer_product_id":168266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Indra Bandopadhyay","mobile_number":"7084928060","email_id":"sarada.rana@hotmail.com","dop":"2026-01-17","serial_number":"119167337360261","imei1":"119167337360261","imei2":"119167337360261","popurl":"www.atmaja-rana.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168258,"job_number":"JOB_168258","tr_customer_id":168275,"tr_customer_product_id":168265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Triloki Nath Gill","mobile_number":"7020959627","email_id":"ajeet.shukla@yahoo.co.in","dop":"2026-01-17","serial_number":"154315835505877","imei1":"154315835505877","imei2":"154315835505877","popurl":"www.adhrit-talwar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168257,"job_number":"JOB_168257","tr_customer_id":168274,"tr_customer_product_id":168264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Chidananda Varman","mobile_number":"7081541989","email_id":"bhushan.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"520358638387078","imei1":"520358638387078","imei2":"520358638387078","popurl":"www.abhaidev-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168256,"job_number":"JOB_168256","tr_customer_id":168273,"tr_customer_product_id":168263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ganaka Ganaka","mobile_number":"7008604529","email_id":"chaturbhuj.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"580968190866739","imei1":"580968190866739","imei2":"580968190866739","popurl":"www.bhoopati-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168255,"job_number":"JOB_168255","tr_customer_id":168272,"tr_customer_product_id":168262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"hello Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10942232193440","imei1":"10942232193440","imei2":"10942232193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168254,"job_number":"JOB_168254","tr_customer_id":168271,"tr_customer_product_id":168261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"dfdfd Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10944432193440","imei1":"10944432193440","imei2":"10944432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168253,"job_number":"JOB_168253","tr_customer_id":168270,"tr_customer_product_id":168260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"World Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"18844432193440","imei1":"18844432193440","imei2":"18844432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168252,"job_number":"JOB_168252","tr_customer_id":168269,"tr_customer_product_id":168259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:57.000Z","modified_at":"2026-01-27T12:34:57.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"26009336482955","imei1":"26009336482955","imei2":"26009336482955","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168251,"job_number":"JOB_168251","tr_customer_id":168268,"tr_customer_product_id":168258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:55.000Z","modified_at":"2026-01-27T12:35:37.000Z","name":"Josianne Crooks","mobile_number":"541-260-9025","email_id":"Kyle_Kertzmann@yahoo.com","dop":"2026-01-04","serial_number":"15505682942558","imei1":"15505682942558","imei2":"15505682942558","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168250,"job_number":"JOB_168250","tr_customer_id":168267,"tr_customer_product_id":168257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:55.000Z","modified_at":"2026-01-27T12:34:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11132776219601","imei1":"11132776219601","imei2":"11132776219601","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168249,"job_number":"JOB_168249","tr_customer_id":168266,"tr_customer_product_id":168256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:05.000Z","modified_at":"2026-01-27T12:34:05.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49000460081954","imei1":"49000460081954","imei2":"49000460081954","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168248,"job_number":"JOB_168248","tr_customer_id":168265,"tr_customer_product_id":168255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:03.000Z","modified_at":"2026-01-27T12:34:46.000Z","name":"Maybelle Anderson","mobile_number":"329-623-8818","email_id":"Ariane63@gmail.com","dop":"2026-01-04","serial_number":"16242676039586","imei1":"16242676039586","imei2":"16242676039586","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168247,"job_number":"JOB_168247","tr_customer_id":168264,"tr_customer_product_id":168254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:03.000Z","modified_at":"2026-01-27T12:34:03.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19926693469878","imei1":"19926693469878","imei2":"19926693469878","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168246,"job_number":"JOB_168246","tr_customer_id":168263,"tr_customer_product_id":168253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:14.000Z","modified_at":"2026-01-27T12:33:14.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70322021367703","imei1":"70322021367703","imei2":"70322021367703","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168245,"job_number":"JOB_168245","tr_customer_id":168262,"tr_customer_product_id":168252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:12.000Z","modified_at":"2026-01-27T12:33:55.000Z","name":"Jerald Legros","mobile_number":"452-600-9203","email_id":"Hunter2@yahoo.com","dop":"2026-01-04","serial_number":"19900223977702","imei1":"19900223977702","imei2":"19900223977702","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168244,"job_number":"JOB_168244","tr_customer_id":168261,"tr_customer_product_id":168251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:12.000Z","modified_at":"2026-01-27T12:33:12.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16853693244096","imei1":"16853693244096","imei2":"16853693244096","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168243,"job_number":"JOB_168243","tr_customer_id":168260,"tr_customer_product_id":168250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:06.000Z","modified_at":"2026-01-27T12:24:06.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94175444839677","imei1":"94175444839677","imei2":"94175444839677","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168242,"job_number":"JOB_168242","tr_customer_id":168259,"tr_customer_product_id":168249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:04.000Z","modified_at":"2026-01-27T12:24:41.000Z","name":"Electa Bode","mobile_number":"377-553-5681","email_id":"Jadon.Hilpert23@yahoo.com","dop":"2026-01-04","serial_number":"18677593505476","imei1":"18677593505476","imei2":"18677593505476","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:24:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168241,"job_number":"JOB_168241","tr_customer_id":168258,"tr_customer_product_id":168248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:04.000Z","modified_at":"2026-01-27T12:24:04.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18019431176168","imei1":"18019431176168","imei2":"18019431176168","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168240,"job_number":"JOB_168240","tr_customer_id":168257,"tr_customer_product_id":168247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:22.000Z","modified_at":"2026-01-27T12:23:22.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"91869338609526","imei1":"91869338609526","imei2":"91869338609526","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168239,"job_number":"JOB_168239","tr_customer_id":168256,"tr_customer_product_id":168246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:21.000Z","modified_at":"2026-01-27T12:23:57.000Z","name":"Abdiel Mann","mobile_number":"414-359-7351","email_id":"Audra.Walker@gmail.com","dop":"2026-01-04","serial_number":"11613712934841","imei1":"11613712934841","imei2":"11613712934841","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:23:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168238,"job_number":"JOB_168238","tr_customer_id":168255,"tr_customer_product_id":168245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:20.000Z","modified_at":"2026-01-27T12:23:20.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17953161811409","imei1":"17953161811409","imei2":"17953161811409","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168237,"job_number":"JOB_168237","tr_customer_id":168254,"tr_customer_product_id":168244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Krishnadas Adiga","mobile_number":"7068260260","email_id":"poornima.verma@hotmail.com","dop":"2026-01-17","serial_number":"033577332190658","imei1":"033577332190658","imei2":"033577332190658","popurl":"www.jyotis-kocchar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168236,"job_number":"JOB_168236","tr_customer_id":168252,"tr_customer_product_id":168243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Amarnath Saini","mobile_number":"7066114456","email_id":"gopee.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"054434794473818","imei1":"054434794473818","imei2":"054434794473818","popurl":"www.bharadwaj-mehra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168235,"job_number":"JOB_168235","tr_customer_id":168253,"tr_customer_product_id":168242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Aanandaswarup Menon","mobile_number":"7050715808","email_id":"arindam.singh@hotmail.com","dop":"2026-01-17","serial_number":"830722785884696","imei1":"830722785884696","imei2":"830722785884696","popurl":"www.daksha-jain.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168234,"job_number":"JOB_168234","tr_customer_id":168250,"tr_customer_product_id":168240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Anish Chopra","mobile_number":"7015546136","email_id":"divakar.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"073590567887108","imei1":"073590567887108","imei2":"073590567887108","popurl":"www.deevakar-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168233,"job_number":"JOB_168233","tr_customer_id":168251,"tr_customer_product_id":168241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Prayag Johar","mobile_number":"7003652757","email_id":"adheesh.mehrotra@gmail.com","dop":"2026-01-17","serial_number":"304306716864460","imei1":"304306716864460","imei2":"304306716864460","popurl":"www.brahma-jain.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168232,"job_number":"JOB_168232","tr_customer_id":168249,"tr_customer_product_id":168239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Trisha Johar","mobile_number":"7068949896","email_id":"agrata.iyer@hotmail.com","dop":"2026-01-17","serial_number":"233185802174858","imei1":"233185802174858","imei2":"233185802174858","popurl":"www.ranjeet-agarwal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168231,"job_number":"JOB_168231","tr_customer_id":168248,"tr_customer_product_id":168238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Jaya Kaul","mobile_number":"7053995341","email_id":"girindra.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"445076252064431","imei1":"445076252064431","imei2":"445076252064431","popurl":"www.chaturbhuj-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168230,"job_number":"JOB_168230","tr_customer_id":168247,"tr_customer_product_id":168237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Bheeshma Jain","mobile_number":"7059421692","email_id":"prasanna.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"833050871578067","imei1":"833050871578067","imei2":"833050871578067","popurl":"www.vaijayanthi-ahuja.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168229,"job_number":"JOB_168229","tr_customer_id":168246,"tr_customer_product_id":168236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Vasudev Bharadwaj","mobile_number":"7073845519","email_id":"ajit.guha@hotmail.com","dop":"2026-01-17","serial_number":"967332951939340","imei1":"967332951939340","imei2":"967332951939340","popurl":"www.dayaananda-gowda.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168228,"job_number":"JOB_168228","tr_customer_id":168245,"tr_customer_product_id":168235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Tanya Bhattacharya","mobile_number":"7059149789","email_id":"deeptiman.kaniyar@gmail.com","dop":"2026-01-17","serial_number":"012788348914751","imei1":"012788348914751","imei2":"012788348914751","popurl":"www.mohana-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168227,"job_number":"JOB_168227","tr_customer_id":168244,"tr_customer_product_id":168234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:38.000Z","modified_at":"2026-01-27T12:22:38.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53668157243722","imei1":"53668157243722","imei2":"53668157243722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168226,"job_number":"JOB_168226","tr_customer_id":168243,"tr_customer_product_id":168233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:37.000Z","modified_at":"2026-01-27T12:23:13.000Z","name":"Jayme Langosh","mobile_number":"560-299-9535","email_id":"Lorenzo_Davis95@gmail.com","dop":"2026-01-04","serial_number":"10318885661706","imei1":"10318885661706","imei2":"10318885661706","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:23:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168225,"job_number":"JOB_168225","tr_customer_id":168242,"tr_customer_product_id":168232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:36.000Z","modified_at":"2026-01-27T12:22:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16487763938218","imei1":"16487763938218","imei2":"16487763938218","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168224,"job_number":"JOB_168224","tr_customer_id":168240,"tr_customer_product_id":168231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Lakshmidhar Malik","mobile_number":"7073899809","email_id":"arindam.tagore@hotmail.com","dop":"2026-01-17","serial_number":"678891533948343","imei1":"678891533948343","imei2":"678891533948343","popurl":"www.aadi-adiga.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168223,"job_number":"JOB_168223","tr_customer_id":168241,"tr_customer_product_id":168230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Devesh Kaur","mobile_number":"7098102148","email_id":"yogendra.kaur@gmail.com","dop":"2026-01-17","serial_number":"743193379623075","imei1":"743193379623075","imei2":"743193379623075","popurl":"www.subhasini-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168222,"job_number":"JOB_168222","tr_customer_id":168238,"tr_customer_product_id":168228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Harinakshi Mehrotra","mobile_number":"7097412792","email_id":"omana.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"611970057824369","imei1":"611970057824369","imei2":"611970057824369","popurl":"www.tapan-arora.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168221,"job_number":"JOB_168221","tr_customer_id":168239,"tr_customer_product_id":168229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Anasuya Varma","mobile_number":"7056285526","email_id":"shridevi.varrier@hotmail.com","dop":"2026-01-17","serial_number":"884127054365020","imei1":"884127054365020","imei2":"884127054365020","popurl":"www.hari-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168220,"job_number":"JOB_168220","tr_customer_id":168237,"tr_customer_product_id":168227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Jai Pillai","mobile_number":"7048987638","email_id":"digambara.dwivedi@hotmail.com","dop":"2026-01-17","serial_number":"351663360147969","imei1":"351663360147969","imei2":"351663360147969","popurl":"www.acaryatanaya-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168219,"job_number":"JOB_168219","tr_customer_id":168236,"tr_customer_product_id":168226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:17.000Z","modified_at":"2026-01-27T12:10:29.000Z","name":"Miller Doyle","mobile_number":"858-538-7878","email_id":"Barton_Schumm@hotmail.com","dop":"2025-12-01","serial_number":"12648511043464","imei1":"12648511043464","imei2":"12648511043464","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168218,"job_number":"JOB_168218","tr_customer_id":168235,"tr_customer_product_id":168225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:17.000Z","modified_at":"2026-01-27T12:10:17.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16459082111863","imei1":"16459082111863","imei2":"16459082111863","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168217,"job_number":"JOB_168217","tr_customer_id":168234,"tr_customer_product_id":168224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:01.000Z","modified_at":"2026-01-27T12:10:13.000Z","name":"Verdie Kessler","mobile_number":"847-994-3783","email_id":"Emmanuel20@yahoo.com","dop":"2025-12-01","serial_number":"16460719711611","imei1":"16460719711611","imei2":"16460719711611","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:10:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168216,"job_number":"JOB_168216","tr_customer_id":168233,"tr_customer_product_id":168223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:00.000Z","modified_at":"2026-01-27T12:10:00.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15888285633922","imei1":"15888285633922","imei2":"15888285633922","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168215,"job_number":"JOB_168215","tr_customer_id":168232,"tr_customer_product_id":168222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:09:44.000Z","modified_at":"2026-01-27T12:09:56.000Z","name":"Cruz DuBuque","mobile_number":"241-624-0192","email_id":"Marielle.Effertz@hotmail.com","dop":"2025-12-01","serial_number":"10648418062851","imei1":"10648418062851","imei2":"10648418062851","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168214,"job_number":"JOB_168214","tr_customer_id":168231,"tr_customer_product_id":168221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:09:44.000Z","modified_at":"2026-01-27T12:09:44.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15585732066824","imei1":"15585732066824","imei2":"15585732066824","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168213,"job_number":"JOB_168213","tr_customer_id":168230,"tr_customer_product_id":168220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Dandak Jain","mobile_number":"7031859260","email_id":"charvi.nambeesan@hotmail.com","dop":"2026-01-17","serial_number":"256378860455060","imei1":"256378860455060","imei2":"256378860455060","popurl":"www.shashi-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168212,"job_number":"JOB_168212","tr_customer_id":168229,"tr_customer_product_id":168219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bhooshit Ganaka","mobile_number":"7016630121","email_id":"girija.bhat@hotmail.com","dop":"2026-01-17","serial_number":"140321290638336","imei1":"140321290638336","imei2":"140321290638336","popurl":"www.anagh-chopra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168211,"job_number":"JOB_168211","tr_customer_id":168228,"tr_customer_product_id":168218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Jitendra Pillai","mobile_number":"7073043265","email_id":"shantanu.chaturvedi@yahoo.co.in","dop":"2026-01-17","serial_number":"046515445662526","imei1":"046515445662526","imei2":"046515445662526","popurl":"www.eshana-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168210,"job_number":"JOB_168210","tr_customer_id":168227,"tr_customer_product_id":168217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Ekaling Asan","mobile_number":"7017995918","email_id":"aasa.guha@hotmail.com","dop":"2026-01-17","serial_number":"361064068307831","imei1":"361064068307831","imei2":"361064068307831","popurl":"www.ghanshyam-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168209,"job_number":"JOB_168209","tr_customer_id":168226,"tr_customer_product_id":168216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Devdan Dutta","mobile_number":"7027492908","email_id":"chandran.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"858922008389057","imei1":"858922008389057","imei2":"858922008389057","popurl":"www.chandraswaroopa-varman.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168208,"job_number":"JOB_168208","tr_customer_id":168225,"tr_customer_product_id":168215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Prema Trivedi","mobile_number":"7068084525","email_id":"vasundhara.marar@hotmail.com","dop":"2026-01-17","serial_number":"205887612107788","imei1":"205887612107788","imei2":"205887612107788","popurl":"www.jagdish-tandon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168207,"job_number":"JOB_168207","tr_customer_id":168224,"tr_customer_product_id":168214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bishnu Dutta","mobile_number":"7051455224","email_id":"anjushri.gill@yahoo.co.in","dop":"2026-01-17","serial_number":"333310769090549","imei1":"333310769090549","imei2":"333310769090549","popurl":"www.bakula-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168205,"job_number":"JOB_168205","tr_customer_id":168222,"tr_customer_product_id":168212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Akshita Mehrotra","mobile_number":"7086685963","email_id":"dwaipayana.mahajan@gmail.com","dop":"2026-01-17","serial_number":"086564955613631","imei1":"086564955613631","imei2":"086564955613631","popurl":"www.darshan-bhattacharya.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168204,"job_number":"JOB_168204","tr_customer_id":168221,"tr_customer_product_id":168211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Gouranga Gupta","mobile_number":"7066851917","email_id":"shivakari.varrier@hotmail.com","dop":"2026-01-17","serial_number":"057270962748011","imei1":"057270962748011","imei2":"057270962748011","popurl":"www.bhargava-shukla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168203,"job_number":"JOB_168203","tr_customer_id":168220,"tr_customer_product_id":168210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Deeptimay Ganaka","mobile_number":"7069328342","email_id":"anjaneya.kaur@gmail.com","dop":"2026-01-17","serial_number":"301862860042281","imei1":"301862860042281","imei2":"301862860042281","popurl":"www.gaurang-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168202,"job_number":"JOB_168202","tr_customer_id":168218,"tr_customer_product_id":168209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Buddhana Mahajan","mobile_number":"7081108320","email_id":"arindam.khatri@hotmail.com","dop":"2026-01-17","serial_number":"739069177439111","imei1":"739069177439111","imei2":"739069177439111","popurl":"www.ramaa-tagore.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168201,"job_number":"JOB_168201","tr_customer_id":168219,"tr_customer_product_id":168208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Dhara Varman","mobile_number":"7087454376","email_id":"shivakari.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"975768866653230","imei1":"975768866653230","imei2":"975768866653230","popurl":"www.lavanya-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168200,"job_number":"JOB_168200","tr_customer_id":168217,"tr_customer_product_id":168207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Bhooshit Abbott","mobile_number":"7080102585","email_id":"aaryan.butt@gmail.com","dop":"2026-01-17","serial_number":"706792543344082","imei1":"706792543344082","imei2":"706792543344082","popurl":"www.shashi-varma.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168199,"job_number":"JOB_168199","tr_customer_id":168216,"tr_customer_product_id":168206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Nambeesan","mobile_number":"7068570208","email_id":"deeptendu.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"590159293640789","imei1":"590159293640789","imei2":"590159293640789","popurl":"www.hiranya-dutta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168198,"job_number":"JOB_168198","tr_customer_id":168215,"tr_customer_product_id":168205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chakradhar Pillai","mobile_number":"7065856347","email_id":"aatreya.pillai@yahoo.co.in","dop":"2026-01-17","serial_number":"543748323384088","imei1":"543748323384088","imei2":"543748323384088","popurl":"www.trilok-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168197,"job_number":"JOB_168197","tr_customer_id":168214,"tr_customer_product_id":168204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Prajapat","mobile_number":"7097444520","email_id":"swara.ganaka@gmail.com","dop":"2026-01-17","serial_number":"914701472395236","imei1":"914701472395236","imei2":"914701472395236","popurl":"www.kama-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168196,"job_number":"JOB_168196","tr_customer_id":168213,"tr_customer_product_id":168203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anil Dhawan","mobile_number":"7070028894","email_id":"kumari.mehra@gmail.com","dop":"2026-01-17","serial_number":"325586393928619","imei1":"325586393928619","imei2":"325586393928619","popurl":"www.chakrika-kaul.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168195,"job_number":"JOB_168195","tr_customer_id":168212,"tr_customer_product_id":168202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Suresh Namboothiri","mobile_number":"7069695354","email_id":"prasad.talwar@hotmail.com","dop":"2026-01-17","serial_number":"174630033067530","imei1":"174630033067530","imei2":"174630033067530","popurl":"www.adhrit-menon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168191,"job_number":"JOB_168191","tr_customer_id":168208,"tr_customer_product_id":168198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Aalok Deshpande","mobile_number":"7072539080","email_id":"gemine.bhat@yahoo.co.in","dop":"2026-01-17","serial_number":"768846817619370","imei1":"768846817619370","imei2":"768846817619370","popurl":"www.narinder-bhat.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168190,"job_number":"JOB_168190","tr_customer_id":168207,"tr_customer_product_id":168197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balachandra Kakkar","mobile_number":"7032263868","email_id":"devdan.bhat@hotmail.com","dop":"2026-01-17","serial_number":"105468873924195","imei1":"105468873924195","imei2":"105468873924195","popurl":"www.darshwana-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168189,"job_number":"JOB_168189","tr_customer_id":168206,"tr_customer_product_id":168196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kin Mahajan","mobile_number":"7072531315","email_id":"ahalya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"999754818649567","imei1":"999754818649567","imei2":"999754818649567","popurl":"www.chetan-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168188,"job_number":"JOB_168188","tr_customer_id":168205,"tr_customer_product_id":168195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balagovind Arora","mobile_number":"7031531462","email_id":"swara.iyengar@gmail.com","dop":"2026-01-17","serial_number":"891818401023159","imei1":"891818401023159","imei2":"891818401023159","popurl":"www.chandraswaroopa-kaul.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168187,"job_number":"JOB_168187","tr_customer_id":168204,"tr_customer_product_id":168194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Puneet Tagore","mobile_number":"7070208753","email_id":"krishnadas.sinha@hotmail.com","dop":"2026-01-17","serial_number":"861937628171568","imei1":"861937628171568","imei2":"861937628171568","popurl":"www.bilwa-mishra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168186,"job_number":"JOB_168186","tr_customer_id":168203,"tr_customer_product_id":168193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chandramauli Gowda","mobile_number":"7076718782","email_id":"goswamee.butt@hotmail.com","dop":"2026-01-17","serial_number":"325575926878631","imei1":"325575926878631","imei2":"325575926878631","popurl":"www.aagneya-abbott.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168185,"job_number":"JOB_168185","tr_customer_id":168202,"tr_customer_product_id":168192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ekaparnika Nambeesan","mobile_number":"7084505881","email_id":"deven.joshi@hotmail.com","dop":"2026-01-17","serial_number":"527685975145976","imei1":"527685975145976","imei2":"527685975145976","popurl":"www.durgeshwari-nayar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168184,"job_number":"JOB_168184","tr_customer_id":168201,"tr_customer_product_id":168191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kama Butt","mobile_number":"7096618951","email_id":"vaijayanthi.adiga@gmail.com","dop":"2026-01-17","serial_number":"597206991755010","imei1":"597206991755010","imei2":"597206991755010","popurl":"www.anish-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168183,"job_number":"JOB_168183","tr_customer_id":168200,"tr_customer_product_id":168190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ayushmati Iyer","mobile_number":"7082704090","email_id":"deveshwar.sethi@gmail.com","dop":"2026-01-17","serial_number":"291456131511690","imei1":"291456131511690","imei2":"291456131511690","popurl":"www.krishnadasa-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168182,"job_number":"JOB_168182","tr_customer_id":168199,"tr_customer_product_id":168189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anish Gupta","mobile_number":"7076814182","email_id":"keerti.gupta@yahoo.co.in","dop":"2026-01-17","serial_number":"543748313039813","imei1":"543748313039813","imei2":"543748313039813","popurl":"www.sucheta-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168181,"job_number":"JOB_168181","tr_customer_id":168198,"tr_customer_product_id":168188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Esha Dwivedi","mobile_number":"7004691045","email_id":"rageshwari.khan@hotmail.com","dop":"2026-01-17","serial_number":"220686204728928","imei1":"220686204728928","imei2":"220686204728928","popurl":"www.mohana-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168180,"job_number":"JOB_168180","tr_customer_id":168197,"tr_customer_product_id":168187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vimala Ahluwalia","mobile_number":"7060379205","email_id":"bhaaswar.kaur@gmail.com","dop":"2026-01-17","serial_number":"844536140617269","imei1":"844536140617269","imei2":"844536140617269","popurl":"www.mani-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168179,"job_number":"JOB_168179","tr_customer_id":168196,"tr_customer_product_id":168186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Malati Adiga","mobile_number":"7094360070","email_id":"amish.patel@gmail.com","dop":"2026-01-17","serial_number":"110365663258033","imei1":"110365663258033","imei2":"110365663258033","popurl":"www.agnimitra-kapoor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168177,"job_number":"JOB_168177","tr_customer_id":168194,"tr_customer_product_id":168184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Shreya Varrier","mobile_number":"7068383646","email_id":"alok.chattopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"389605102861964","imei1":"389605102861964","imei2":"389605102861964","popurl":"www.vimala-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168176,"job_number":"JOB_168176","tr_customer_id":168193,"tr_customer_product_id":168183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandra Verma","mobile_number":"7044521018","email_id":"jaimini.embranthiri@gmail.com","dop":"2026-01-17","serial_number":"645789974821454","imei1":"645789974821454","imei2":"645789974821454","popurl":"www.arjun-devar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168175,"job_number":"JOB_168175","tr_customer_id":168192,"tr_customer_product_id":168182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandrani Mishra","mobile_number":"7064597699","email_id":"karunanidhi.devar@yahoo.co.in","dop":"2026-01-17","serial_number":"248544469332468","imei1":"248544469332468","imei2":"248544469332468","popurl":"www.sarvin-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168174,"job_number":"JOB_168174","tr_customer_id":168191,"tr_customer_product_id":168181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vaishno Joshi","mobile_number":"7052129887","email_id":"divya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"717050178609297","imei1":"717050178609297","imei2":"717050178609297","popurl":"www.opalina-kaniyar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168173,"job_number":"JOB_168173","tr_customer_id":168190,"tr_customer_product_id":168180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Agnivesh Asan","mobile_number":"7041935288","email_id":"adheesh.agarwal@hotmail.com","dop":"2026-01-17","serial_number":"435415770960833","imei1":"435415770960833","imei2":"435415770960833","popurl":"www.jagdish-menon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168172,"job_number":"JOB_168172","tr_customer_id":168189,"tr_customer_product_id":168179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jaimini Saini","mobile_number":"7031287970","email_id":"kailash.khanna@hotmail.com","dop":"2026-01-17","serial_number":"559283513943345","imei1":"559283513943345","imei2":"559283513943345","popurl":"www.bharat-gill.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168171,"job_number":"JOB_168171","tr_customer_id":168188,"tr_customer_product_id":168178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Manik Naik","mobile_number":"7098731844","email_id":"anaadi.adiga@gmail.com","dop":"2026-01-17","serial_number":"944365764024148","imei1":"944365764024148","imei2":"944365764024148","popurl":"www.ranjeet-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168170,"job_number":"JOB_168170","tr_customer_id":168187,"tr_customer_product_id":168177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gouranga Namboothiri","mobile_number":"7078335088","email_id":"chitraksh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"871232881901224","imei1":"871232881901224","imei2":"871232881901224","popurl":"www.anshula-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168168,"job_number":"JOB_168168","tr_customer_id":168185,"tr_customer_product_id":168175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jagathi Ahuja","mobile_number":"7027791643","email_id":"tarun.mehra@gmail.com","dop":"2026-01-17","serial_number":"461271118766369","imei1":"461271118766369","imei2":"461271118766369","popurl":"www.dhana-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168167,"job_number":"JOB_168167","tr_customer_id":168184,"tr_customer_product_id":168174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gudakesa Malik","mobile_number":"7080605948","email_id":"suryakantam.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"951588140678395","imei1":"951588140678395","imei2":"951588140678395","popurl":"www.rudra-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168166,"job_number":"JOB_168166","tr_customer_id":168183,"tr_customer_product_id":168173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vasudev Arora","mobile_number":"7096359367","email_id":"brijesh.mehrotra@hotmail.com","dop":"2026-01-17","serial_number":"807427463894279","imei1":"807427463894279","imei2":"807427463894279","popurl":"www.chanda-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168165,"job_number":"JOB_168165","tr_customer_id":168181,"tr_customer_product_id":168171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Trilok Bhat","mobile_number":"7061353480","email_id":"laxmi.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"390121326367210","imei1":"390121326367210","imei2":"390121326367210","popurl":"www.surya-menon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168164,"job_number":"JOB_168164","tr_customer_id":168182,"tr_customer_product_id":168172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Anal Kapoor","mobile_number":"7092967782","email_id":"shashi.marar@gmail.com","dop":"2026-01-17","serial_number":"365474243514874","imei1":"365474243514874","imei2":"365474243514874","popurl":"www.devvrat-iyer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168162,"job_number":"JOB_168162","tr_customer_id":168179,"tr_customer_product_id":168169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Rajan Pillai","mobile_number":"7054303001","email_id":"chakravarti.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"972464126806008","imei1":"972464126806008","imei2":"972464126806008","popurl":"www.nawal-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168161,"job_number":"JOB_168161","tr_customer_id":168178,"tr_customer_product_id":168168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Dipendra Kaur","mobile_number":"7063934579","email_id":"devi.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"008886117265645","imei1":"008886117265645","imei2":"008886117265645","popurl":"www.jay-bhat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168160,"job_number":"JOB_168160","tr_customer_id":168177,"tr_customer_product_id":168167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Tanirika Dutta","mobile_number":"7094460952","email_id":"suresh.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"298384874434685","imei1":"298384874434685","imei2":"298384874434685","popurl":"www.pramila-guha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168159,"job_number":"JOB_168159","tr_customer_id":168176,"tr_customer_product_id":168166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jyotsana Desai","mobile_number":"7094033006","email_id":"dipendra.kakkar@yahoo.co.in","dop":"2026-01-17","serial_number":"689594163720650","imei1":"689594163720650","imei2":"689594163720650","popurl":"www.dhyanesh-dubashi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168158,"job_number":"JOB_168158","tr_customer_id":168175,"tr_customer_product_id":168165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Atreyee Jha","mobile_number":"7034372951","email_id":"charvi.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"759582218524096","imei1":"759582218524096","imei2":"759582218524096","popurl":"www.shantanu-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168157,"job_number":"JOB_168157","tr_customer_id":168174,"tr_customer_product_id":168164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ankal Naik","mobile_number":"7063539442","email_id":"ravi.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"048709741680835","imei1":"048709741680835","imei2":"048709741680835","popurl":"www.amritambu-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168156,"job_number":"JOB_168156","tr_customer_id":168173,"tr_customer_product_id":168163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Dron Pilla","mobile_number":"7052554846","email_id":"shridevi.jha@gmail.com","dop":"2026-01-17","serial_number":"279731328437337","imei1":"279731328437337","imei2":"279731328437337","popurl":"www.aasha-bhattacharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168154,"job_number":"JOB_168154","tr_customer_id":168171,"tr_customer_product_id":168161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chaturaanan Achari","mobile_number":"7039079297","email_id":"balamani.arora@hotmail.com","dop":"2026-01-17","serial_number":"676863389987819","imei1":"676863389987819","imei2":"676863389987819","popurl":"www.kashyapi-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168153,"job_number":"JOB_168153","tr_customer_id":168170,"tr_customer_product_id":168160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Mohinder Arora","mobile_number":"7097518283","email_id":"gautam.marar@yahoo.co.in","dop":"2026-01-17","serial_number":"018857431115019","imei1":"018857431115019","imei2":"018857431115019","popurl":"www.divya-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168152,"job_number":"JOB_168152","tr_customer_id":168169,"tr_customer_product_id":168159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Trilochan Bhattacharya","mobile_number":"7049030944","email_id":"bhoopati.shukla@hotmail.com","dop":"2026-01-17","serial_number":"207048873057713","imei1":"207048873057713","imei2":"207048873057713","popurl":"www.bhaaswar-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168151,"job_number":"JOB_168151","tr_customer_id":168168,"tr_customer_product_id":168158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Bhudeva Pilla","mobile_number":"7022462365","email_id":"vijay.rana@gmail.com","dop":"2026-01-17","serial_number":"067699963893899","imei1":"067699963893899","imei2":"067699963893899","popurl":"www.eshana-dutta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168150,"job_number":"JOB_168150","tr_customer_id":168167,"tr_customer_product_id":168157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Atmanand Panicker","mobile_number":"7069046339","email_id":"akshata.bhat@gmail.com","dop":"2026-01-17","serial_number":"741904475795533","imei1":"741904475795533","imei2":"741904475795533","popurl":"www.aashritha-singh.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168149,"job_number":"JOB_168149","tr_customer_id":168166,"tr_customer_product_id":168156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Agasti Rana","mobile_number":"7013045241","email_id":"ankal.tandon@yahoo.co.in","dop":"2026-01-17","serial_number":"637229060533061","imei1":"637229060533061","imei2":"637229060533061","popurl":"www.mukesh-nair.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168147,"job_number":"JOB_168147","tr_customer_id":168164,"tr_customer_product_id":168154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Radha Bhattathiri","mobile_number":"7046638210","email_id":"ashlesh.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"576693739985423","imei1":"576693739985423","imei2":"576693739985423","popurl":"www.vyas-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168145,"job_number":"JOB_168145","tr_customer_id":168162,"tr_customer_product_id":168152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Purnima Chopra","mobile_number":"7062577270","email_id":"tanirika.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"558052995970928","imei1":"558052995970928","imei2":"558052995970928","popurl":"www.satyen-dutta.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168144,"job_number":"JOB_168144","tr_customer_id":168161,"tr_customer_product_id":168151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Umang Dubashi","mobile_number":"7095280293","email_id":"laxman.pillai@hotmail.com","dop":"2026-01-17","serial_number":"668114476052544","imei1":"668114476052544","imei2":"668114476052544","popurl":"www.bhoj-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168142,"job_number":"JOB_168142","tr_customer_id":168158,"tr_customer_product_id":168149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Menaka Dubashi","mobile_number":"7063392696","email_id":"eshana.deshpande@gmail.com","dop":"2026-01-17","serial_number":"545804079777901","imei1":"545804079777901","imei2":"545804079777901","popurl":"www.himadri-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168141,"job_number":"JOB_168141","tr_customer_id":168159,"tr_customer_product_id":168148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chandan Trivedi","mobile_number":"7082691140","email_id":"shresth.marar@hotmail.com","dop":"2026-01-17","serial_number":"578304891432731","imei1":"578304891432731","imei2":"578304891432731","popurl":"www.shanti-ahuja.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168140,"job_number":"JOB_168140","tr_customer_id":168157,"tr_customer_product_id":168147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Kamla Sethi","mobile_number":"7053092670","email_id":"abhisyanta.dhawan@gmail.com","dop":"2026-01-17","serial_number":"309696347747517","imei1":"309696347747517","imei2":"309696347747517","popurl":"www.sarla-achari.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168139,"job_number":"JOB_168139","tr_customer_id":168156,"tr_customer_product_id":168146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Brajesh Bhattacharya","mobile_number":"7000755810","email_id":"shankar.deshpande@hotmail.com","dop":"2026-01-17","serial_number":"481619011154954","imei1":"481619011154954","imei2":"481619011154954","popurl":"www.deeksha-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168138,"job_number":"JOB_168138","tr_customer_id":168154,"tr_customer_product_id":168144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Gajbaahu Devar","mobile_number":"7040761451","email_id":"chandraketu.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"301544663395500","imei1":"301544663395500","imei2":"301544663395500","popurl":"www.bhooshit-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168136,"job_number":"JOB_168136","tr_customer_id":168153,"tr_customer_product_id":168143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ameyatma Panicker","mobile_number":"7009052053","email_id":"sloka.bhat@gmail.com","dop":"2026-01-17","serial_number":"564558063234056","imei1":"564558063234056","imei2":"564558063234056","popurl":"www.mani-desai.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168135,"job_number":"JOB_168135","tr_customer_id":168152,"tr_customer_product_id":168142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Anjushree Ahuja","mobile_number":"7093622839","email_id":"param.varma@gmail.com","dop":"2026-01-17","serial_number":"735102050658064","imei1":"735102050658064","imei2":"735102050658064","popurl":"www.anila-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168134,"job_number":"JOB_168134","tr_customer_id":168151,"tr_customer_product_id":168141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Aditeya Varman","mobile_number":"7059878884","email_id":"girika.devar@gmail.com","dop":"2026-01-17","serial_number":"998877163061849","imei1":"998877163061849","imei2":"998877163061849","popurl":"www.narayan-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168133,"job_number":"JOB_168133","tr_customer_id":168150,"tr_customer_product_id":168140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Tej Adiga","mobile_number":"7097756946","email_id":"ajit.asan@yahoo.co.in","dop":"2026-01-17","serial_number":"915363317933422","imei1":"915363317933422","imei2":"915363317933422","popurl":"www.aayushmaan-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168132,"job_number":"JOB_168132","tr_customer_id":168149,"tr_customer_product_id":168139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Triloki Reddy","mobile_number":"7074524680","email_id":"daiwik.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"582044519230478","imei1":"582044519230478","imei2":"582044519230478","popurl":"www.chakravartee-pilla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168131,"job_number":"JOB_168131","tr_customer_id":168148,"tr_customer_product_id":168138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Prem Bandopadhyay","mobile_number":"7057629086","email_id":"suryakantam.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"752692838275909","imei1":"752692838275909","imei2":"752692838275909","popurl":"www.jay-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168130,"job_number":"JOB_168130","tr_customer_id":168147,"tr_customer_product_id":168137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Harita Nehru","mobile_number":"7028581997","email_id":"bhooshan.iyer@yahoo.co.in","dop":"2026-01-17","serial_number":"411029494786547","imei1":"411029494786547","imei2":"411029494786547","popurl":"www.deb-kaniyar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168128,"job_number":"JOB_168128","tr_customer_id":168144,"tr_customer_product_id":168135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Lalita Naik","mobile_number":"7096134116","email_id":"chinmayananda.gandhi@hotmail.com","dop":"2026-01-17","serial_number":"839850126727197","imei1":"839850126727197","imei2":"839850126727197","popurl":"www.chatur-chopra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168127,"job_number":"JOB_168127","tr_customer_id":168145,"tr_customer_product_id":168134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Hiranmaya Kapoor","mobile_number":"7000563171","email_id":"chandraprabha.kapoor@hotmail.com","dop":"2026-01-17","serial_number":"203844334287867","imei1":"203844334287867","imei2":"203844334287867","popurl":"www.gautami-gowda.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168126,"job_number":"JOB_168126","tr_customer_id":168143,"tr_customer_product_id":168133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Atreyee Mishra","mobile_number":"7042881344","email_id":"kumar.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"760372592354182","imei1":"760372592354182","imei2":"760372592354182","popurl":"www.opalina-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168125,"job_number":"JOB_168125","tr_customer_id":168142,"tr_customer_product_id":168132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Ekalavya Prajapat","mobile_number":"7027031395","email_id":"girindra.singh@gmail.com","dop":"2026-01-17","serial_number":"625229067885722","imei1":"625229067885722","imei2":"625229067885722","popurl":"www.narinder-gupta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168124,"job_number":"JOB_168124","tr_customer_id":168141,"tr_customer_product_id":168131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Arnesh Naik","mobile_number":"7026502515","email_id":"bhaves.adiga@gmail.com","dop":"2026-01-17","serial_number":"009430159542014","imei1":"009430159542014","imei2":"009430159542014","popurl":"www.dipankar-jha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168123,"job_number":"JOB_168123","tr_customer_id":168140,"tr_customer_product_id":168130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gajbaahu Naik","mobile_number":"7011312659","email_id":"opalina.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"499659301286756","imei1":"499659301286756","imei2":"499659301286756","popurl":"www.chidaatma-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168120,"job_number":"JOB_168120","tr_customer_id":168137,"tr_customer_product_id":168127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Chidananda Saini","mobile_number":"7038154119","email_id":"vidya.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"248686736072686","imei1":"248686736072686","imei2":"248686736072686","popurl":"www.akshat-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168119,"job_number":"JOB_168119","tr_customer_id":168136,"tr_customer_product_id":168126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Preity Marar","mobile_number":"7042454286","email_id":"jagdeep.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"789527067923371","imei1":"789527067923371","imei2":"789527067923371","popurl":"www.aagneya-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168118,"job_number":"JOB_168118","tr_customer_id":168135,"tr_customer_product_id":168125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Charuvrat Joshi","mobile_number":"7056104190","email_id":"lila.reddy@gmail.com","dop":"2026-01-17","serial_number":"856338598873551","imei1":"856338598873551","imei2":"856338598873551","popurl":"www.deveshwar-shah.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168116,"job_number":"JOB_168116","tr_customer_id":168134,"tr_customer_product_id":168124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gautam Malik","mobile_number":"7003481251","email_id":"anasooya.marar@hotmail.com","dop":"2026-01-17","serial_number":"534352085791320","imei1":"534352085791320","imei2":"534352085791320","popurl":"www.narinder-johar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168115,"job_number":"JOB_168115","tr_customer_id":168132,"tr_customer_product_id":168122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Deeptiman Mukhopadhyay","mobile_number":"7036756072","email_id":"amaresh.shah@yahoo.co.in","dop":"2026-01-17","serial_number":"154130403797601","imei1":"154130403797601","imei2":"154130403797601","popurl":"www.himadri-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168114,"job_number":"JOB_168114","tr_customer_id":168131,"tr_customer_product_id":168121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Sarisha Patil","mobile_number":"7054498271","email_id":"chaitan.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"409448997239688","imei1":"409448997239688","imei2":"409448997239688","popurl":"www.chiranjeev-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168111,"job_number":"JOB_168111","tr_customer_id":168128,"tr_customer_product_id":168118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Opaline Iyer","mobile_number":"7080190857","email_id":"bhaumik.nair@yahoo.co.in","dop":"2026-01-17","serial_number":"277703652598165","imei1":"277703652598165","imei2":"277703652598165","popurl":"www.subodh-nayar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168108,"job_number":"JOB_168108","tr_customer_id":168125,"tr_customer_product_id":168115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Sudeva Saini","mobile_number":"7033354004","email_id":"meghnad.sharma@gmail.com","dop":"2026-01-17","serial_number":"416797514683630","imei1":"416797514683630","imei2":"416797514683630","popurl":"www.arindam-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168107,"job_number":"JOB_168107","tr_customer_id":168124,"tr_customer_product_id":168114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Amaresh Bhattacharya","mobile_number":"7061713097","email_id":"tanushri.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"927025758856775","imei1":"927025758856775","imei2":"927025758856775","popurl":"www.vinay-agarwal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168106,"job_number":"JOB_168106","tr_customer_id":168123,"tr_customer_product_id":168113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Arindam Iyengar","mobile_number":"7051262696","email_id":"sarla.prajapat@gmail.com","dop":"2026-01-17","serial_number":"801538441827409","imei1":"801538441827409","imei2":"801538441827409","popurl":"www.dhyaneshwar-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168105,"job_number":"JOB_168105","tr_customer_id":168122,"tr_customer_product_id":168112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Parvati Tagore","mobile_number":"7075078350","email_id":"kumar.chaturvedi@gmail.com","dop":"2026-01-17","serial_number":"174404026142835","imei1":"174404026142835","imei2":"174404026142835","popurl":"www.abani-naik.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168104,"job_number":"JOB_168104","tr_customer_id":168121,"tr_customer_product_id":168111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Shiv Jain","mobile_number":"7021304252","email_id":"anaadi.arora@gmail.com","dop":"2026-01-17","serial_number":"815931614299749","imei1":"815931614299749","imei2":"815931614299749","popurl":"www.bhudeva-johar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168103,"job_number":"JOB_168103","tr_customer_id":168119,"tr_customer_product_id":168109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Chandni Bharadwaj","mobile_number":"7000435554","email_id":"chandraswaroopa.ganaka@hotmail.com","dop":"2026-01-17","serial_number":"799703476412351","imei1":"799703476412351","imei2":"799703476412351","popurl":"www.sukanya-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168102,"job_number":"JOB_168102","tr_customer_id":168118,"tr_customer_product_id":168108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Aarya Dhawan","mobile_number":"7009541020","email_id":"pushti.mehrotra@yahoo.co.in","dop":"2026-01-17","serial_number":"461930447346194","imei1":"461930447346194","imei2":"461930447346194","popurl":"www.chandrakin-kaul.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168101,"job_number":"JOB_168101","tr_customer_id":168120,"tr_customer_product_id":168110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Bodhan Jha","mobile_number":"7019352905","email_id":"girija.panicker@yahoo.co.in","dop":"2026-01-17","serial_number":"249888041324613","imei1":"249888041324613","imei2":"249888041324613","popurl":"www.bodhan-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168100,"job_number":"JOB_168100","tr_customer_id":168117,"tr_customer_product_id":168107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Ananta Abbott","mobile_number":"7035814727","email_id":"bheeshma.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"547520397464950","imei1":"547520397464950","imei2":"547520397464950","popurl":"www.tanushri-iyengar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168099,"job_number":"JOB_168099","tr_customer_id":168116,"tr_customer_product_id":168106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Amarnath Bandopadhyay","mobile_number":"7006474379","email_id":"sumitra.jain@gmail.com","dop":"2026-01-17","serial_number":"873225925366992","imei1":"873225925366992","imei2":"873225925366992","popurl":"www.dinkar-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168096,"job_number":"JOB_168096","tr_customer_id":168113,"tr_customer_product_id":168103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:34:44.000Z","modified_at":"2026-01-27T11:34:44.000Z","name":"Millie Moore","mobile_number":"283-938-0730","email_id":"Raleigh.West48@hotmail.com","dop":"2025-04-06","serial_number":"18214233132792","imei1":"18214233132792","imei2":"18214233132792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168094,"job_number":"JOB_168094","tr_customer_id":168111,"tr_customer_product_id":168101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:49.000Z","modified_at":"2026-01-27T11:15:02.000Z","name":"Dallin Gislason","mobile_number":"567-614-0674","email_id":"Asa.Dickens2@hotmail.com","dop":"2025-12-01","serial_number":"19252033319325","imei1":"19252033319325","imei2":"19252033319325","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:15:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168093,"job_number":"JOB_168093","tr_customer_id":168110,"tr_customer_product_id":168100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:49.000Z","modified_at":"2026-01-27T11:14:49.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19142688776222","imei1":"19142688776222","imei2":"19142688776222","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168092,"job_number":"JOB_168092","tr_customer_id":168109,"tr_customer_product_id":168099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:32.000Z","modified_at":"2026-01-27T11:14:45.000Z","name":"Jace Goyette","mobile_number":"220-994-9442","email_id":"Eldon.Collins79@hotmail.com","dop":"2025-12-01","serial_number":"12901445906599","imei1":"12901445906599","imei2":"12901445906599","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:14:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168091,"job_number":"JOB_168091","tr_customer_id":168108,"tr_customer_product_id":168098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:32.000Z","modified_at":"2026-01-27T11:14:32.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14373295899167","imei1":"14373295899167","imei2":"14373295899167","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168090,"job_number":"JOB_168090","tr_customer_id":168107,"tr_customer_product_id":168097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:15.000Z","modified_at":"2026-01-27T11:14:27.000Z","name":"Tierra Wisoky","mobile_number":"796-535-6757","email_id":"Juliet_DAmore64@yahoo.com","dop":"2025-12-01","serial_number":"17080372061804","imei1":"17080372061804","imei2":"17080372061804","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:14:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168089,"job_number":"JOB_168089","tr_customer_id":168106,"tr_customer_product_id":168096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:14.000Z","modified_at":"2026-01-27T11:14:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14568324586099","imei1":"14568324586099","imei2":"14568324586099","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168088,"job_number":"JOB_168088","tr_customer_id":168105,"tr_customer_product_id":168095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:03:33.000Z","modified_at":"2026-01-27T11:03:40.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"11927539170002","imei1":"11927539170002","imei2":"11927539170002","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:03:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168087,"job_number":"JOB_168087","tr_customer_id":168104,"tr_customer_product_id":168094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:25.000Z","modified_at":"2026-01-27T11:01:37.000Z","name":"Susan Herzog","mobile_number":"679-937-8561","email_id":"Lawrence.Davis@gmail.com","dop":"2025-12-01","serial_number":"15544212656046","imei1":"15544212656046","imei2":"15544212656046","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168086,"job_number":"JOB_168086","tr_customer_id":168103,"tr_customer_product_id":168093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:24.000Z","modified_at":"2026-01-27T11:01:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19579458966174","imei1":"19579458966174","imei2":"19579458966174","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168085,"job_number":"JOB_168085","tr_customer_id":168102,"tr_customer_product_id":168092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:08.000Z","modified_at":"2026-01-27T11:01:20.000Z","name":"Hailie Kiehn","mobile_number":"570-647-7279","email_id":"Alda.Glover87@hotmail.com","dop":"2025-12-01","serial_number":"12695029066728","imei1":"12695029066728","imei2":"12695029066728","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168084,"job_number":"JOB_168084","tr_customer_id":168101,"tr_customer_product_id":168091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:07.000Z","modified_at":"2026-01-27T11:01:07.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"18180244718360","imei1":"18180244718360","imei2":"18180244718360","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168083,"job_number":"JOB_168083","tr_customer_id":168100,"tr_customer_product_id":168090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:00:50.000Z","modified_at":"2026-01-27T11:01:03.000Z","name":"Viola Bode","mobile_number":"373-683-2937","email_id":"Valentina.Ernser9@gmail.com","dop":"2025-12-01","serial_number":"18806189003434","imei1":"18806189003434","imei2":"18806189003434","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168082,"job_number":"JOB_168082","tr_customer_id":168099,"tr_customer_product_id":168089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:00:50.000Z","modified_at":"2026-01-27T11:00:50.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17940614096082","imei1":"17940614096082","imei2":"17940614096082","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168081,"job_number":"JOB_168081","tr_customer_id":168098,"tr_customer_product_id":168088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:49:01.000Z","modified_at":"2026-01-27T10:49:01.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-17","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-17T10:48:52.186039238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168080,"job_number":"JOB_168080","tr_customer_id":168097,"tr_customer_product_id":168087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:44.000Z","modified_at":"2026-01-27T10:33:44.000Z","name":"Bethany Blick","mobile_number":"910-264-4532","email_id":"Krystina87@hotmail.com","dop":"2025-04-06","serial_number":"14656868258073714","imei1":"14656868258073714","imei2":"14656868258073714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168079,"job_number":"JOB_168079","tr_customer_id":168096,"tr_customer_product_id":168086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:42.000Z","modified_at":"2026-01-27T10:34:26.000Z","name":"Ezekiel Hartmann","mobile_number":"324-276-6526","email_id":"Ashleigh_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"14122225292562","imei1":"14122225292562","imei2":"14122225292562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168078,"job_number":"JOB_168078","tr_customer_id":168095,"tr_customer_product_id":168085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:42.000Z","modified_at":"2026-01-27T10:33:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13897299528519","imei1":"13897299528519","imei2":"13897299528519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168077,"job_number":"JOB_168077","tr_customer_id":168094,"tr_customer_product_id":168084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:52.000Z","modified_at":"2026-01-27T10:32:52.000Z","name":"Kiley Jacobi","mobile_number":"907-604-4678","email_id":"Vada_Kautzer@yahoo.com","dop":"2025-04-06","serial_number":"12166755076229060","imei1":"12166755076229060","imei2":"12166755076229060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168076,"job_number":"JOB_168076","tr_customer_id":168093,"tr_customer_product_id":168083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:50.000Z","modified_at":"2026-01-27T10:33:34.000Z","name":"Jannie Johnston","mobile_number":"519-667-6296","email_id":"Gina2@yahoo.com","dop":"2025-04-06","serial_number":"15319421858389","imei1":"15319421858389","imei2":"15319421858389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168075,"job_number":"JOB_168075","tr_customer_id":168092,"tr_customer_product_id":168082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:50.000Z","modified_at":"2026-01-27T10:32:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18370379783433","imei1":"18370379783433","imei2":"18370379783433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168074,"job_number":"JOB_168074","tr_customer_id":168091,"tr_customer_product_id":168081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:59.000Z","modified_at":"2026-01-27T10:31:59.000Z","name":"Spencer Bradtke","mobile_number":"766-232-9018","email_id":"Bertram.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"16456366235064740","imei1":"16456366235064740","imei2":"16456366235064740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168073,"job_number":"JOB_168073","tr_customer_id":168090,"tr_customer_product_id":168080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:58.000Z","modified_at":"2026-01-27T10:32:42.000Z","name":"Johnathan Rosenbaum","mobile_number":"237-569-0610","email_id":"Rebekah.Jast21@yahoo.com","dop":"2025-04-06","serial_number":"19110824912225","imei1":"19110824912225","imei2":"19110824912225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:32:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168072,"job_number":"JOB_168072","tr_customer_id":168089,"tr_customer_product_id":168079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:57.000Z","modified_at":"2026-01-27T10:31:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13051487611195","imei1":"13051487611195","imei2":"13051487611195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168071,"job_number":"JOB_168071","tr_customer_id":168088,"tr_customer_product_id":168078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:30:13.000Z","modified_at":"2026-01-27T10:30:13.000Z","name":"Trilokesh Marar","mobile_number":"7032987427","email_id":"chaaruchandra.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"726115221745062","imei1":"726115221745062","imei2":"726115221745062","popurl":"www.chandranath-chaturvedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168070,"job_number":"JOB_168070","tr_customer_id":168087,"tr_customer_product_id":168077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-17T10:29:54.227274578Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168069,"job_number":"JOB_168069","tr_customer_id":168086,"tr_customer_product_id":168076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-17T10:29:53.581159372Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168068,"job_number":"JOB_168068","tr_customer_id":168085,"tr_customer_product_id":168075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:53.000Z","modified_at":"2026-01-27T10:29:53.000Z","name":"Chandraswaroopa Banerjee","mobile_number":"7027267191","email_id":"param.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"330044600363053","imei1":"330044600363053","imei2":"330044600363053","popurl":"www.hiranmaya-varrier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168067,"job_number":"JOB_168067","tr_customer_id":168084,"tr_customer_product_id":168074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:52.000Z","modified_at":"2026-01-27T10:29:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-17T10:29:52.116647678Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168066,"job_number":"JOB_168066","tr_customer_id":168083,"tr_customer_product_id":168073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:51.000Z","modified_at":"2026-01-27T10:57:23.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"14356638927458","imei1":"14356638927458","imei2":"14356638927458","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168065,"job_number":"JOB_168065","tr_customer_id":168082,"tr_customer_product_id":168072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:49.000Z","modified_at":"2026-01-27T10:27:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"85525624946737","imei1":"85525624946737","imei2":"85525624946737","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168064,"job_number":"JOB_168064","tr_customer_id":168081,"tr_customer_product_id":168071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:47.000Z","modified_at":"2026-01-27T10:28:25.000Z","name":"Chet Schaden","mobile_number":"279-274-4333","email_id":"Brayan64@gmail.com","dop":"2026-01-04","serial_number":"17453629624168","imei1":"17453629624168","imei2":"17453629624168","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168063,"job_number":"JOB_168063","tr_customer_id":168080,"tr_customer_product_id":168070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:47.000Z","modified_at":"2026-01-27T10:27:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10086722086397","imei1":"10086722086397","imei2":"10086722086397","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168062,"job_number":"JOB_168062","tr_customer_id":168079,"tr_customer_product_id":168069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:04.000Z","modified_at":"2026-01-27T10:27:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"105262706836429","imei1":"105262706836429","imei2":"105262706836429","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168061,"job_number":"JOB_168061","tr_customer_id":168078,"tr_customer_product_id":168068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:03.000Z","modified_at":"2026-01-27T10:27:40.000Z","name":"Joaquin Mohr","mobile_number":"805-544-3660","email_id":"Opal_Lebsack47@gmail.com","dop":"2026-01-04","serial_number":"12114928346598","imei1":"12114928346598","imei2":"12114928346598","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168060,"job_number":"JOB_168060","tr_customer_id":168077,"tr_customer_product_id":168067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:02.000Z","modified_at":"2026-01-27T10:27:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15196187490723","imei1":"15196187490723","imei2":"15196187490723","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168059,"job_number":"JOB_168059","tr_customer_id":168076,"tr_customer_product_id":168066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:19.000Z","modified_at":"2026-01-27T10:26:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70090916724970","imei1":"70090916724970","imei2":"70090916724970","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168058,"job_number":"JOB_168058","tr_customer_id":168075,"tr_customer_product_id":168065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:18.000Z","modified_at":"2026-01-27T10:26:55.000Z","name":"Roscoe Kertzmann","mobile_number":"487-663-7383","email_id":"Giovani62@gmail.com","dop":"2026-01-04","serial_number":"18684721868853","imei1":"18684721868853","imei2":"18684721868853","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168057,"job_number":"JOB_168057","tr_customer_id":168074,"tr_customer_product_id":168064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:17.000Z","modified_at":"2026-01-27T10:26:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15008487771068","imei1":"15008487771068","imei2":"15008487771068","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168056,"job_number":"JOB_168056","tr_customer_id":168073,"tr_customer_product_id":168063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:06:55.000Z","modified_at":"2026-01-27T10:07:03.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"16889598345165","imei1":"16889598345165","imei2":"16889598345165","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:07:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168055,"job_number":"JOB_168055","tr_customer_id":168072,"tr_customer_product_id":168062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:05:36.000Z","modified_at":"2026-01-27T10:05:43.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"19174995388693","imei1":"19174995388693","imei2":"19174995388693","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168054,"job_number":"JOB_168054","tr_customer_id":168071,"tr_customer_product_id":168061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:02.000Z","modified_at":"2026-01-27T10:03:02.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21023390899357","imei1":"21023390899357","imei2":"21023390899357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168053,"job_number":"JOB_168053","tr_customer_id":168070,"tr_customer_product_id":168060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:00.000Z","modified_at":"2026-01-27T10:03:41.000Z","name":"Bette Spencer","mobile_number":"250-318-3070","email_id":"Abigail50@gmail.com","dop":"2026-01-04","serial_number":"19518074213425","imei1":"19518074213425","imei2":"19518074213425","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168052,"job_number":"JOB_168052","tr_customer_id":168069,"tr_customer_product_id":168059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:00.000Z","modified_at":"2026-01-27T10:03:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14121883814283","imei1":"14121883814283","imei2":"14121883814283","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168051,"job_number":"JOB_168051","tr_customer_id":168068,"tr_customer_product_id":168058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:42.000Z","modified_at":"2026-01-27T10:02:53.000Z","name":"Emmalee Moore","mobile_number":"222-544-8078","email_id":"Clarabelle_Pfeffer83@gmail.com","dop":"2025-12-01","serial_number":"15076112657731","imei1":"15076112657731","imei2":"15076112657731","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168050,"job_number":"JOB_168050","tr_customer_id":168067,"tr_customer_product_id":168057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:42.000Z","modified_at":"2026-01-27T10:02:42.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12713579852426","imei1":"12713579852426","imei2":"12713579852426","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168049,"job_number":"JOB_168049","tr_customer_id":168066,"tr_customer_product_id":168056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:26.000Z","modified_at":"2026-01-27T10:02:38.000Z","name":"Claud Pouros","mobile_number":"664-760-5960","email_id":"Milan_Deckow70@gmail.com","dop":"2025-12-01","serial_number":"10208018693131","imei1":"10208018693131","imei2":"10208018693131","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168048,"job_number":"JOB_168048","tr_customer_id":168065,"tr_customer_product_id":168055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:26.000Z","modified_at":"2026-01-27T10:02:26.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15535990488868","imei1":"15535990488868","imei2":"15535990488868","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168047,"job_number":"JOB_168047","tr_customer_id":168064,"tr_customer_product_id":168054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:13.000Z","modified_at":"2026-01-27T10:02:13.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49829973315619","imei1":"49829973315619","imei2":"49829973315619","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168046,"job_number":"JOB_168046","tr_customer_id":168063,"tr_customer_product_id":168053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:12.000Z","modified_at":"2026-01-27T10:02:52.000Z","name":"Kaley Lehner","mobile_number":"614-802-6010","email_id":"Kacie_Larson33@hotmail.com","dop":"2026-01-04","serial_number":"10636137962998","imei1":"10636137962998","imei2":"10636137962998","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168045,"job_number":"JOB_168045","tr_customer_id":168062,"tr_customer_product_id":168052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:11.000Z","modified_at":"2026-01-27T10:02:11.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15197467892503","imei1":"15197467892503","imei2":"15197467892503","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168044,"job_number":"JOB_168044","tr_customer_id":168061,"tr_customer_product_id":168051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:10.000Z","modified_at":"2026-01-27T10:02:22.000Z","name":"Esmeralda Bode","mobile_number":"205-625-4081","email_id":"Santina4@yahoo.com","dop":"2025-12-01","serial_number":"18277239641642","imei1":"18277239641642","imei2":"18277239641642","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168043,"job_number":"JOB_168043","tr_customer_id":168060,"tr_customer_product_id":168050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:10.000Z","modified_at":"2026-01-27T10:02:10.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15333739332560","imei1":"15333739332560","imei2":"15333739332560","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168042,"job_number":"JOB_168042","tr_customer_id":168059,"tr_customer_product_id":168049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:52.000Z","modified_at":"2026-01-27T10:02:04.000Z","name":"Icie Ward","mobile_number":"766-810-4574","email_id":"Ardella.Rowe@hotmail.com","dop":"2025-12-01","serial_number":"12935030125237","imei1":"12935030125237","imei2":"12935030125237","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168041,"job_number":"JOB_168041","tr_customer_id":168058,"tr_customer_product_id":168048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:52.000Z","modified_at":"2026-01-27T10:01:52.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18807163856024","imei1":"18807163856024","imei2":"18807163856024","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168040,"job_number":"JOB_168040","tr_customer_id":168057,"tr_customer_product_id":168047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:36.000Z","modified_at":"2026-01-27T10:01:48.000Z","name":"Laron Hirthe","mobile_number":"731-940-9575","email_id":"Theodora_Shields@yahoo.com","dop":"2025-12-01","serial_number":"15743888369608","imei1":"15743888369608","imei2":"15743888369608","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168039,"job_number":"JOB_168039","tr_customer_id":168056,"tr_customer_product_id":168046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:36.000Z","modified_at":"2026-01-27T10:01:36.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"13883489966333","imei1":"13883489966333","imei2":"13883489966333","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168038,"job_number":"JOB_168038","tr_customer_id":168055,"tr_customer_product_id":168045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:24.000Z","modified_at":"2026-01-27T10:01:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"71404026316495","imei1":"71404026316495","imei2":"71404026316495","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168037,"job_number":"JOB_168037","tr_customer_id":168054,"tr_customer_product_id":168044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:22.000Z","modified_at":"2026-01-27T10:02:03.000Z","name":"Maye McGlynn","mobile_number":"834-778-6179","email_id":"Nellie9@yahoo.com","dop":"2026-01-04","serial_number":"16067822324575","imei1":"16067822324575","imei2":"16067822324575","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168036,"job_number":"JOB_168036","tr_customer_id":168053,"tr_customer_product_id":168043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:22.000Z","modified_at":"2026-01-27T10:01:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15984186970614","imei1":"15984186970614","imei2":"15984186970614","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168035,"job_number":"JOB_168035","tr_customer_id":168052,"tr_customer_product_id":168042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:20.000Z","modified_at":"2026-01-27T10:01:32.000Z","name":"Jalon Walker","mobile_number":"853-780-9973","email_id":"Dario_Raynor@yahoo.com","dop":"2025-12-01","serial_number":"16126387345604","imei1":"16126387345604","imei2":"16126387345604","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168034,"job_number":"JOB_168034","tr_customer_id":168051,"tr_customer_product_id":168041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:20.000Z","modified_at":"2026-01-27T10:01:20.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15799047576521","imei1":"15799047576521","imei2":"15799047576521","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168033,"job_number":"JOB_168033","tr_customer_id":168050,"tr_customer_product_id":168040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:29.000Z","modified_at":"2026-01-27T09:49:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"102925169068228","imei1":"102925169068228","imei2":"102925169068228","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168032,"job_number":"JOB_168032","tr_customer_id":168049,"tr_customer_product_id":168039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:27.000Z","modified_at":"2026-01-27T09:50:04.000Z","name":"Larue Stokes","mobile_number":"288-297-2561","email_id":"Shaylee_Homenick72@hotmail.com","dop":"2026-01-04","serial_number":"11815380446916","imei1":"11815380446916","imei2":"11815380446916","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168031,"job_number":"JOB_168031","tr_customer_id":168048,"tr_customer_product_id":168038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:27.000Z","modified_at":"2026-01-27T09:49:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13132742559880","imei1":"13132742559880","imei2":"13132742559880","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168030,"job_number":"JOB_168030","tr_customer_id":168047,"tr_customer_product_id":168037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:44.000Z","modified_at":"2026-01-27T09:48:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"58312133565411","imei1":"58312133565411","imei2":"58312133565411","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168029,"job_number":"JOB_168029","tr_customer_id":168046,"tr_customer_product_id":168036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:43.000Z","modified_at":"2026-01-27T09:49:20.000Z","name":"Alba Hayes","mobile_number":"946-524-4468","email_id":"Ally34@yahoo.com","dop":"2026-01-04","serial_number":"13051341482851","imei1":"13051341482851","imei2":"13051341482851","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168028,"job_number":"JOB_168028","tr_customer_id":168045,"tr_customer_product_id":168035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:42.000Z","modified_at":"2026-01-27T09:48:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16235870868165","imei1":"16235870868165","imei2":"16235870868165","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168027,"job_number":"JOB_168027","tr_customer_id":168044,"tr_customer_product_id":168034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:59.000Z","modified_at":"2026-01-27T09:47:59.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101295640004756","imei1":"101295640004756","imei2":"101295640004756","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168026,"job_number":"JOB_168026","tr_customer_id":168043,"tr_customer_product_id":168033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:58.000Z","modified_at":"2026-01-27T09:48:35.000Z","name":"Kenyon Dickinson","mobile_number":"620-470-9782","email_id":"Clement_Morissette23@gmail.com","dop":"2026-01-04","serial_number":"17783464001877","imei1":"17783464001877","imei2":"17783464001877","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168025,"job_number":"JOB_168025","tr_customer_id":168042,"tr_customer_product_id":168032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:57.000Z","modified_at":"2026-01-27T09:47:57.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13147707996685","imei1":"13147707996685","imei2":"13147707996685","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168023,"job_number":"JOB_168023","tr_customer_id":168040,"tr_customer_product_id":168030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:47.000Z","modified_at":"2026-01-27T09:32:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"56838812347357","imei1":"56838812347357","imei2":"56838812347357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168022,"job_number":"JOB_168022","tr_customer_id":168039,"tr_customer_product_id":168029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:46.000Z","modified_at":"2026-01-27T09:33:23.000Z","name":"Laura Prohaska","mobile_number":"581-701-0460","email_id":"Dax_Heller@gmail.com","dop":"2026-01-04","serial_number":"15736813211429","imei1":"15736813211429","imei2":"15736813211429","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:33:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168021,"job_number":"JOB_168021","tr_customer_id":168038,"tr_customer_product_id":168028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:45.000Z","modified_at":"2026-01-27T09:32:45.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15077719249563","imei1":"15077719249563","imei2":"15077719249563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168020,"job_number":"JOB_168020","tr_customer_id":168037,"tr_customer_product_id":168027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:01.000Z","modified_at":"2026-01-27T09:32:01.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106111584816717","imei1":"106111584816717","imei2":"106111584816717","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168019,"job_number":"JOB_168019","tr_customer_id":168036,"tr_customer_product_id":168026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:00.000Z","modified_at":"2026-01-27T09:32:38.000Z","name":"Pierce Halvorson","mobile_number":"371-333-3337","email_id":"Mozelle.Graham61@yahoo.com","dop":"2026-01-04","serial_number":"10964045513198","imei1":"10964045513198","imei2":"10964045513198","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:32:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168018,"job_number":"JOB_168018","tr_customer_id":168035,"tr_customer_product_id":168025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:00.000Z","modified_at":"2026-01-27T09:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13574165691530","imei1":"13574165691530","imei2":"13574165691530","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168017,"job_number":"JOB_168017","tr_customer_id":168034,"tr_customer_product_id":168024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:17.000Z","modified_at":"2026-01-27T09:31:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"48564958011580","imei1":"48564958011580","imei2":"48564958011580","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168016,"job_number":"JOB_168016","tr_customer_id":168033,"tr_customer_product_id":168023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:15.000Z","modified_at":"2026-01-27T09:31:52.000Z","name":"Tyrell Stracke","mobile_number":"973-623-8982","email_id":"Jordi_Harvey@hotmail.com","dop":"2026-01-04","serial_number":"12360610215024","imei1":"12360610215024","imei2":"12360610215024","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168015,"job_number":"JOB_168015","tr_customer_id":168032,"tr_customer_product_id":168022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:15.000Z","modified_at":"2026-01-27T09:31:15.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10511466909083","imei1":"10511466909083","imei2":"10511466909083","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168014,"job_number":"JOB_168014","tr_customer_id":168031,"tr_customer_product_id":168021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:41.000Z","modified_at":"2026-01-27T09:23:41.000Z","name":"Darwin Hirthe","mobile_number":"355-725-9085","email_id":"Jamir_Mante@hotmail.com","dop":"2025-04-06","serial_number":"19124045741107572","imei1":"19124045741107572","imei2":"19124045741107572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168013,"job_number":"JOB_168013","tr_customer_id":168030,"tr_customer_product_id":168020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:40.000Z","modified_at":"2026-01-27T09:24:20.000Z","name":"Llewellyn Anderson","mobile_number":"981-423-6620","email_id":"Ozella.Schultz@hotmail.com","dop":"2025-04-06","serial_number":"12599688938243","imei1":"12599688938243","imei2":"12599688938243","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:24:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168012,"job_number":"JOB_168012","tr_customer_id":168029,"tr_customer_product_id":168019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:40.000Z","modified_at":"2026-01-27T09:23:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11487792491978","imei1":"11487792491978","imei2":"11487792491978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168011,"job_number":"JOB_168011","tr_customer_id":168028,"tr_customer_product_id":168018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:53.000Z","modified_at":"2026-01-27T09:22:53.000Z","name":"Hettie Herman","mobile_number":"478-577-7605","email_id":"Buddy_McDermott79@gmail.com","dop":"2025-04-06","serial_number":"15580317961174560","imei1":"15580317961174560","imei2":"15580317961174560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168010,"job_number":"JOB_168010","tr_customer_id":168027,"tr_customer_product_id":168017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:52.000Z","modified_at":"2026-01-27T09:23:32.000Z","name":"Josefa Powlowski","mobile_number":"579-508-1792","email_id":"Stewart_Wolff@hotmail.com","dop":"2025-04-06","serial_number":"10836086319804","imei1":"10836086319804","imei2":"10836086319804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:23:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168009,"job_number":"JOB_168009","tr_customer_id":168026,"tr_customer_product_id":168016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:52.000Z","modified_at":"2026-01-27T09:22:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11379433404838","imei1":"11379433404838","imei2":"11379433404838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168008,"job_number":"JOB_168008","tr_customer_id":168025,"tr_customer_product_id":168015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:05.000Z","modified_at":"2026-01-27T09:22:05.000Z","name":"Barrett Krajcik","mobile_number":"525-447-1327","email_id":"Hertha.Hansen3@hotmail.com","dop":"2025-04-06","serial_number":"16518029229351820","imei1":"16518029229351820","imei2":"16518029229351820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168007,"job_number":"JOB_168007","tr_customer_id":168024,"tr_customer_product_id":168014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:04.000Z","modified_at":"2026-01-27T09:22:44.000Z","name":"Marianne Gaylord","mobile_number":"926-519-0941","email_id":"Will.Labadie@gmail.com","dop":"2025-04-06","serial_number":"16801264837988","imei1":"16801264837988","imei2":"16801264837988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:22:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168006,"job_number":"JOB_168006","tr_customer_id":168023,"tr_customer_product_id":168013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:03.000Z","modified_at":"2026-01-27T09:22:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11865609686049","imei1":"11865609686049","imei2":"11865609686049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168005,"job_number":"JOB_168005","tr_customer_id":168022,"tr_customer_product_id":168012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:12:02.000Z","modified_at":"2026-01-27T09:12:02.000Z","name":"Vivek Yadav","mobile_number":"8788138617","email_id":"ccivivek123@gmail.com","dop":"2026-01-17","serial_number":"891398385161723","imei1":"891398385161723","imei2":"891398385161723","popurl":"2026-01-17T09:12:01.481590051Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:12:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168004,"job_number":"JOB_168004","tr_customer_id":168021,"tr_customer_product_id":168011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:47:49.000Z","modified_at":"2026-01-27T09:50:36.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"11931605085264","imei1":"11931605085264","imei2":"11931605085264","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168003,"job_number":"JOB_168003","tr_customer_id":168020,"tr_customer_product_id":168010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:46.000Z","modified_at":"2026-01-27T08:42:58.000Z","name":"Charity Ernser","mobile_number":"898-282-6410","email_id":"Alta1@yahoo.com","dop":"2025-12-01","serial_number":"11906099697335","imei1":"11906099697335","imei2":"11906099697335","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168002,"job_number":"JOB_168002","tr_customer_id":168019,"tr_customer_product_id":168009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:46.000Z","modified_at":"2026-01-27T08:42:46.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"13316918075108","imei1":"13316918075108","imei2":"13316918075108","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168001,"job_number":"JOB_168001","tr_customer_id":168018,"tr_customer_product_id":168008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:30.000Z","modified_at":"2026-01-27T08:42:42.000Z","name":"Lila Bartell","mobile_number":"600-870-0568","email_id":"Watson_Wolf83@gmail.com","dop":"2025-12-01","serial_number":"12257249469649","imei1":"12257249469649","imei2":"12257249469649","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168000,"job_number":"JOB_168000","tr_customer_id":168017,"tr_customer_product_id":168007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:30.000Z","modified_at":"2026-01-27T08:42:30.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11958109097406","imei1":"11958109097406","imei2":"11958109097406","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167999,"job_number":"JOB_167999","tr_customer_id":168016,"tr_customer_product_id":168006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:14.000Z","modified_at":"2026-01-27T08:42:26.000Z","name":"Avery Bartell","mobile_number":"892-349-7859","email_id":"Laron.Donnelly41@gmail.com","dop":"2025-12-01","serial_number":"10123534099788","imei1":"10123534099788","imei2":"10123534099788","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167998,"job_number":"JOB_167998","tr_customer_id":168015,"tr_customer_product_id":168005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:14.000Z","modified_at":"2026-01-27T08:42:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14259892350420","imei1":"14259892350420","imei2":"14259892350420","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167997,"job_number":"JOB_167997","tr_customer_id":168014,"tr_customer_product_id":168004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:40:01.000Z","modified_at":"2026-01-27T08:40:01.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"14732742119680","imei1":"14732742119680","imei2":"14732742119680","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167996,"job_number":"JOB_167996","tr_customer_id":168013,"tr_customer_product_id":168003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:39:37.000Z","modified_at":"2026-01-27T08:39:37.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"13765835130561","imei1":"13765835130561","imei2":"13765835130561","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:39:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167995,"job_number":"JOB_167995","tr_customer_id":168012,"tr_customer_product_id":168002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:36:40.000Z","modified_at":"2026-01-27T08:36:40.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"19248780212751","imei1":"19248780212751","imei2":"19248780212751","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:36:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167994,"job_number":"JOB_167994","tr_customer_id":168011,"tr_customer_product_id":168001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:55.000Z","modified_at":"2026-01-27T08:30:55.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"10256589793129","imei1":"10256589793129","imei2":"10256589793129","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167993,"job_number":"JOB_167993","tr_customer_id":168010,"tr_customer_product_id":168000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:49.000Z","modified_at":"2026-01-27T08:30:49.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"16937654532065","imei1":"16937654532065","imei2":"16937654532065","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167992,"job_number":"JOB_167992","tr_customer_id":168009,"tr_customer_product_id":167999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:31.000Z","modified_at":"2026-01-27T08:30:31.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"18595240715145","imei1":"18595240715145","imei2":"18595240715145","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167991,"job_number":"JOB_167991","tr_customer_id":168008,"tr_customer_product_id":167998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:03.000Z","modified_at":"2026-01-27T08:20:03.000Z","name":"Rosalind Kreiger","mobile_number":"334-544-9200","email_id":"Hunter.Schamberger@yahoo.com","dop":"2025-04-06","serial_number":"10419097285708058","imei1":"10419097285708058","imei2":"10419097285708058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167990,"job_number":"JOB_167990","tr_customer_id":168007,"tr_customer_product_id":167997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:02.000Z","modified_at":"2026-01-27T08:20:39.000Z","name":"Mylene Paucek","mobile_number":"366-759-2532","email_id":"Aubrey_Harber@gmail.com","dop":"2025-04-06","serial_number":"13419527922307","imei1":"13419527922307","imei2":"13419527922307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167989,"job_number":"JOB_167989","tr_customer_id":168006,"tr_customer_product_id":167996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:01.000Z","modified_at":"2026-01-27T08:20:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16228039361944","imei1":"16228039361944","imei2":"16228039361944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167988,"job_number":"JOB_167988","tr_customer_id":168005,"tr_customer_product_id":167995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:18.000Z","modified_at":"2026-01-27T08:19:18.000Z","name":"Electa Casper","mobile_number":"671-854-5386","email_id":"Keeley_Kessler75@yahoo.com","dop":"2025-04-06","serial_number":"10993514331888866","imei1":"10993514331888866","imei2":"10993514331888866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167987,"job_number":"JOB_167987","tr_customer_id":168004,"tr_customer_product_id":167994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:17.000Z","modified_at":"2026-01-27T08:19:55.000Z","name":"Amber Larson","mobile_number":"948-282-8530","email_id":"Consuelo.Weissnat73@yahoo.com","dop":"2025-04-06","serial_number":"12861735933223","imei1":"12861735933223","imei2":"12861735933223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167986,"job_number":"JOB_167986","tr_customer_id":168003,"tr_customer_product_id":167993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:17.000Z","modified_at":"2026-01-27T08:19:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14876666988513","imei1":"14876666988513","imei2":"14876666988513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167985,"job_number":"JOB_167985","tr_customer_id":168002,"tr_customer_product_id":167992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:33.000Z","modified_at":"2026-01-27T08:18:33.000Z","name":"Derick Rohan","mobile_number":"943-371-0272","email_id":"Joesph58@yahoo.com","dop":"2025-04-06","serial_number":"19714674691620584","imei1":"19714674691620584","imei2":"19714674691620584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167984,"job_number":"JOB_167984","tr_customer_id":168001,"tr_customer_product_id":167991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:32.000Z","modified_at":"2026-01-27T08:19:10.000Z","name":"Carolyne Paucek","mobile_number":"545-983-9520","email_id":"Lucile_Wolf52@hotmail.com","dop":"2025-04-06","serial_number":"14271654836682","imei1":"14271654836682","imei2":"14271654836682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167983,"job_number":"JOB_167983","tr_customer_id":168000,"tr_customer_product_id":167990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:32.000Z","modified_at":"2026-01-27T08:18:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10992418351194","imei1":"10992418351194","imei2":"10992418351194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167982,"job_number":"JOB_167982","tr_customer_id":167999,"tr_customer_product_id":167989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:03:56.000Z","modified_at":"2026-01-27T08:03:56.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"78948745849733","imei1":"78948745849733","imei2":"78948745849733","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167981,"job_number":"JOB_167981","tr_customer_id":167998,"tr_customer_product_id":167988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:00:03.000Z","modified_at":"2026-01-27T08:00:14.000Z","name":"Fletcher Franecki","mobile_number":"786-836-3975","email_id":"Loy79@hotmail.com","dop":"2025-12-01","serial_number":"10738362324388","imei1":"10738362324388","imei2":"10738362324388","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167980,"job_number":"JOB_167980","tr_customer_id":167997,"tr_customer_product_id":167987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:00:03.000Z","modified_at":"2026-01-27T08:00:03.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16634399654249","imei1":"16634399654249","imei2":"16634399654249","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167979,"job_number":"JOB_167979","tr_customer_id":167996,"tr_customer_product_id":167986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:47.000Z","modified_at":"2026-01-27T07:59:58.000Z","name":"Joel Schmeler","mobile_number":"474-846-8783","email_id":"Vada.Crona7@hotmail.com","dop":"2025-12-01","serial_number":"19660589554505","imei1":"19660589554505","imei2":"19660589554505","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167978,"job_number":"JOB_167978","tr_customer_id":167995,"tr_customer_product_id":167985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:47.000Z","modified_at":"2026-01-27T07:59:47.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14742460549015","imei1":"14742460549015","imei2":"14742460549015","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167977,"job_number":"JOB_167977","tr_customer_id":167994,"tr_customer_product_id":167984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:31.000Z","modified_at":"2026-01-27T07:59:42.000Z","name":"Columbus Deckow","mobile_number":"894-371-3585","email_id":"Joel_Leuschke@gmail.com","dop":"2025-12-01","serial_number":"18261600913888","imei1":"18261600913888","imei2":"18261600913888","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167976,"job_number":"JOB_167976","tr_customer_id":167993,"tr_customer_product_id":167983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:31.000Z","modified_at":"2026-01-27T07:59:31.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17369535765768","imei1":"17369535765768","imei2":"17369535765768","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167974,"job_number":"JOB_167974","tr_customer_id":167991,"tr_customer_product_id":167981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:44.000Z","name":"Kristian Gibson","mobile_number":"551-888-9007","email_id":"Clement.Haag@hotmail.com","dop":"2025-04-06","serial_number":"19625716723951844","imei1":"19625716723951844","imei2":"19625716723951844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167973,"job_number":"JOB_167973","tr_customer_id":167990,"tr_customer_product_id":167980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:42.000Z","modified_at":"2026-01-27T07:48:20.000Z","name":"Arvel Kuhn","mobile_number":"615-319-7198","email_id":"Chaz_Robel@hotmail.com","dop":"2025-04-06","serial_number":"14431655523975","imei1":"14431655523975","imei2":"14431655523975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:48:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167970,"job_number":"JOB_167970","tr_customer_id":167987,"tr_customer_product_id":167977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:57.000Z","modified_at":"2026-01-27T07:46:57.000Z","name":"Addie Mertz","mobile_number":"296-519-9094","email_id":"Lambert.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10321152826079464","imei1":"10321152826079464","imei2":"10321152826079464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167969,"job_number":"JOB_167969","tr_customer_id":167986,"tr_customer_product_id":167976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:56.000Z","modified_at":"2026-01-27T07:47:36.000Z","name":"Maud Cummerata","mobile_number":"646-422-3272","email_id":"Tamara.Witting12@gmail.com","dop":"2025-04-06","serial_number":"13661529653762","imei1":"13661529653762","imei2":"13661529653762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167968,"job_number":"JOB_167968","tr_customer_id":167985,"tr_customer_product_id":167975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:47.000Z","name":"Mariah Hamill","mobile_number":"652-797-8772","email_id":"Noemy.Jakubowski@yahoo.com","dop":"2025-12-01","serial_number":"11895969562146","imei1":"11895969562146","imei2":"11895969562146","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167967,"job_number":"JOB_167967","tr_customer_id":167984,"tr_customer_product_id":167974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:34.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16020089347172","imei1":"16020089347172","imei2":"16020089347172","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167966,"job_number":"JOB_167966","tr_customer_id":167983,"tr_customer_product_id":167973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:29.000Z","name":"Ellen Ernser","mobile_number":"773-782-1692","email_id":"Jay32@yahoo.com","dop":"2025-12-01","serial_number":"18035647441755","imei1":"18035647441755","imei2":"18035647441755","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167965,"job_number":"JOB_167965","tr_customer_id":167982,"tr_customer_product_id":167972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19818407352524","imei1":"19818407352524","imei2":"19818407352524","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167964,"job_number":"JOB_167964","tr_customer_id":167981,"tr_customer_product_id":167971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:45:11.000Z","name":"Carol Harber","mobile_number":"791-589-1054","email_id":"Tabitha36@hotmail.com","dop":"2025-12-01","serial_number":"13015239403347","imei1":"13015239403347","imei2":"13015239403347","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167963,"job_number":"JOB_167963","tr_customer_id":167980,"tr_customer_product_id":167970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:44:58.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13067462755559","imei1":"13067462755559","imei2":"13067462755559","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167962,"job_number":"JOB_167962","tr_customer_id":167979,"tr_customer_product_id":167969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:22.000Z","name":"Dangelo Mann","mobile_number":"687-934-9912","email_id":"Bradly_Bogisich@gmail.com","dop":"2025-12-01","serial_number":"14223691814750","imei1":"14223691814750","imei2":"14223691814750","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167961,"job_number":"JOB_167961","tr_customer_id":167978,"tr_customer_product_id":167968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:10.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12826889896801","imei1":"12826889896801","imei2":"12826889896801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167960,"job_number":"JOB_167960","tr_customer_id":167977,"tr_customer_product_id":167967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:41:06.000Z","name":"Marquise Reichert","mobile_number":"587-475-6993","email_id":"Mireya_Armstrong@gmail.com","dop":"2025-12-01","serial_number":"11570715098623","imei1":"11570715098623","imei2":"11570715098623","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167959,"job_number":"JOB_167959","tr_customer_id":167976,"tr_customer_product_id":167966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:40:54.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"12836241188214","imei1":"12836241188214","imei2":"12836241188214","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167958,"job_number":"JOB_167958","tr_customer_id":167975,"tr_customer_product_id":167965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:38.000Z","modified_at":"2026-01-27T07:40:50.000Z","name":"Juanita Leffler","mobile_number":"636-521-5568","email_id":"Patience37@hotmail.com","dop":"2025-12-01","serial_number":"17253145582378","imei1":"17253145582378","imei2":"17253145582378","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167957,"job_number":"JOB_167957","tr_customer_id":167974,"tr_customer_product_id":167964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:37.000Z","modified_at":"2026-01-27T07:40:37.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17738472759011","imei1":"17738472759011","imei2":"17738472759011","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167950,"job_number":"JOB_167950","tr_customer_id":167967,"tr_customer_product_id":167957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:15.000Z","modified_at":"2026-01-27T07:05:15.000Z","name":"Kellie Lubowitz","mobile_number":"217-327-9980","email_id":"Selina_Pacocha9@yahoo.com","dop":"2025-04-06","serial_number":"14946686752066788","imei1":"14946686752066788","imei2":"14946686752066788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167949,"job_number":"JOB_167949","tr_customer_id":167966,"tr_customer_product_id":167956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:14.000Z","modified_at":"2026-01-27T07:05:53.000Z","name":"Blanca Schneider","mobile_number":"399-331-5349","email_id":"Howard.Klocko@hotmail.com","dop":"2025-04-06","serial_number":"18972673309267","imei1":"18972673309267","imei2":"18972673309267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167948,"job_number":"JOB_167948","tr_customer_id":167965,"tr_customer_product_id":167955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:31.000Z","modified_at":"2026-01-27T07:04:31.000Z","name":"Miller Hagenes","mobile_number":"363-948-0072","email_id":"Antwon.Kiehn95@hotmail.com","dop":"2025-04-06","serial_number":"14549798314648444","imei1":"14549798314648444","imei2":"14549798314648444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:04:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167947,"job_number":"JOB_167947","tr_customer_id":167964,"tr_customer_product_id":167954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:29.000Z","modified_at":"2026-01-27T07:05:07.000Z","name":"Dasia Weissnat","mobile_number":"217-928-5689","email_id":"Cordie.Mayert15@yahoo.com","dop":"2025-04-06","serial_number":"18151854735051","imei1":"18151854735051","imei2":"18151854735051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167946,"job_number":"JOB_167946","tr_customer_id":167963,"tr_customer_product_id":167953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:46.000Z","modified_at":"2026-01-27T07:03:46.000Z","name":"Esperanza Roberts","mobile_number":"363-465-4153","email_id":"Cleo_Jacobi1@gmail.com","dop":"2025-04-06","serial_number":"18899724181012810","imei1":"18899724181012810","imei2":"18899724181012810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167945,"job_number":"JOB_167945","tr_customer_id":167962,"tr_customer_product_id":167952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:45.000Z","modified_at":"2026-01-27T07:04:22.000Z","name":"Carolanne Johnston","mobile_number":"835-983-6740","email_id":"Demond45@hotmail.com","dop":"2025-04-06","serial_number":"12500515806340","imei1":"12500515806340","imei2":"12500515806340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:04:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167944,"job_number":"JOB_167944","tr_customer_id":167961,"tr_customer_product_id":167951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:28.000Z","name":"Izaiah Goodwin","mobile_number":"667-308-1378","email_id":"Elouise43@hotmail.com","dop":"2025-12-01","serial_number":"17184857919726","imei1":"17184857919726","imei2":"17184857919726","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167943,"job_number":"JOB_167943","tr_customer_id":167960,"tr_customer_product_id":167950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:15.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"14875645655732","imei1":"14875645655732","imei2":"14875645655732","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167942,"job_number":"JOB_167942","tr_customer_id":167959,"tr_customer_product_id":167949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:54:10.000Z","name":"Pietro Stracke","mobile_number":"336-677-3457","email_id":"Darrick_Wilderman4@gmail.com","dop":"2025-12-01","serial_number":"11510163451561","imei1":"11510163451561","imei2":"11510163451561","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167941,"job_number":"JOB_167941","tr_customer_id":167958,"tr_customer_product_id":167948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:53:57.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15533783976054","imei1":"15533783976054","imei2":"15533783976054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167940,"job_number":"JOB_167940","tr_customer_id":167957,"tr_customer_product_id":167947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:52.000Z","name":"Cara Rath","mobile_number":"987-859-1105","email_id":"Amir60@gmail.com","dop":"2025-12-01","serial_number":"10948899776550","imei1":"10948899776550","imei2":"10948899776550","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167939,"job_number":"JOB_167939","tr_customer_id":167956,"tr_customer_product_id":167946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14442504887526","imei1":"14442504887526","imei2":"14442504887526","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167938,"job_number":"JOB_167938","tr_customer_id":167955,"tr_customer_product_id":167945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:27.000Z","modified_at":"2026-01-27T06:51:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10931088604581","imei1":"10931088604581","imei2":"10931088604581","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167937,"job_number":"JOB_167937","tr_customer_id":167954,"tr_customer_product_id":167944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:26.000Z","modified_at":"2026-01-27T06:52:03.000Z","name":"Allene Erdman","mobile_number":"213-477-2942","email_id":"Reilly.Klocko@yahoo.com","dop":"2026-01-04","serial_number":"12959238722478","imei1":"12959238722478","imei2":"12959238722478","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167936,"job_number":"JOB_167936","tr_customer_id":167953,"tr_customer_product_id":167943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:25.000Z","modified_at":"2026-01-27T06:51:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11495474994629","imei1":"11495474994629","imei2":"11495474994629","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167935,"job_number":"JOB_167935","tr_customer_id":167952,"tr_customer_product_id":167942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:00.000Z","modified_at":"2026-01-27T06:51:00.000Z","name":"Abe Borer","mobile_number":"232-802-4714","email_id":"Alfreda56@hotmail.com","dop":"2025-04-06","serial_number":"14248653361242728","imei1":"14248653361242728","imei2":"14248653361242728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167934,"job_number":"JOB_167934","tr_customer_id":167951,"tr_customer_product_id":167941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:51:36.000Z","name":"Miracle Doyle","mobile_number":"985-838-2059","email_id":"Jett_Bosco@hotmail.com","dop":"2025-04-06","serial_number":"17756785529011","imei1":"17756785529011","imei2":"17756785529011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167933,"job_number":"JOB_167933","tr_customer_id":167950,"tr_customer_product_id":167940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:50:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16248942148525","imei1":"16248942148525","imei2":"16248942148525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167932,"job_number":"JOB_167932","tr_customer_id":167949,"tr_customer_product_id":167939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:42.000Z","modified_at":"2026-01-27T06:50:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42969104263391","imei1":"42969104263391","imei2":"42969104263391","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167931,"job_number":"JOB_167931","tr_customer_id":167948,"tr_customer_product_id":167938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:51:18.000Z","name":"Brando Johnston","mobile_number":"935-317-2882","email_id":"Edmund50@hotmail.com","dop":"2026-01-04","serial_number":"17810372015745","imei1":"17810372015745","imei2":"17810372015745","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167930,"job_number":"JOB_167930","tr_customer_id":167947,"tr_customer_product_id":167937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:50:40.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11366144519689","imei1":"11366144519689","imei2":"11366144519689","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167929,"job_number":"JOB_167929","tr_customer_id":167946,"tr_customer_product_id":167936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:13.000Z","modified_at":"2026-01-27T06:50:13.000Z","name":"Arno Kessler","mobile_number":"230-754-1794","email_id":"Stanley57@hotmail.com","dop":"2025-04-06","serial_number":"18194212640282856","imei1":"18194212640282856","imei2":"18194212640282856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167928,"job_number":"JOB_167928","tr_customer_id":167945,"tr_customer_product_id":167935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:51.000Z","name":"Bernadine Rutherford","mobile_number":"704-539-2876","email_id":"Emmett_Kohler@gmail.com","dop":"2025-04-06","serial_number":"14534602088922","imei1":"14534602088922","imei2":"14534602088922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167927,"job_number":"JOB_167927","tr_customer_id":167944,"tr_customer_product_id":167934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13203431323945","imei1":"13203431323945","imei2":"13203431323945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167926,"job_number":"JOB_167926","tr_customer_id":167943,"tr_customer_product_id":167933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:54.000Z","modified_at":"2026-01-27T06:49:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"90321257518944","imei1":"90321257518944","imei2":"90321257518944","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167925,"job_number":"JOB_167925","tr_customer_id":167942,"tr_customer_product_id":167932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:50:33.000Z","name":"Kris Bernier","mobile_number":"258-592-8541","email_id":"Kaycee96@gmail.com","dop":"2026-01-04","serial_number":"18439341230313","imei1":"18439341230313","imei2":"18439341230313","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167924,"job_number":"JOB_167924","tr_customer_id":167941,"tr_customer_product_id":167931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:49:52.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10934874410701","imei1":"10934874410701","imei2":"10934874410701","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167923,"job_number":"JOB_167923","tr_customer_id":167940,"tr_customer_product_id":167930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:30.000Z","modified_at":"2026-01-27T06:49:30.000Z","name":"Milton Bartell","mobile_number":"357-620-1896","email_id":"Kian46@hotmail.com","dop":"2025-04-06","serial_number":"17118551920422780","imei1":"17118551920422780","imei2":"17118551920422780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167922,"job_number":"JOB_167922","tr_customer_id":167939,"tr_customer_product_id":167929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:29.000Z","modified_at":"2026-01-27T06:50:09.000Z","name":"Bell Stracke","mobile_number":"915-750-4333","email_id":"Saul58@hotmail.com","dop":"2025-04-06","serial_number":"10400148993354","imei1":"10400148993354","imei2":"10400148993354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167921,"job_number":"JOB_167921","tr_customer_id":167938,"tr_customer_product_id":167928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:26.000Z","modified_at":"2026-01-27T06:49:26.000Z","name":"Garry Haag","mobile_number":"330-706-5364","email_id":"Lenna35@hotmail.com","dop":"2025-04-06","serial_number":"11179143080451844","imei1":"11179143080451844","imei2":"11179143080451844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167920,"job_number":"JOB_167920","tr_customer_id":167937,"tr_customer_product_id":167927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:50:04.000Z","name":"Ignacio Farrell","mobile_number":"320-500-1584","email_id":"Felipe52@hotmail.com","dop":"2025-04-06","serial_number":"18659899859152","imei1":"18659899859152","imei2":"18659899859152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167919,"job_number":"JOB_167919","tr_customer_id":167936,"tr_customer_product_id":167926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:49:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17402848540623","imei1":"17402848540623","imei2":"17402848540623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167918,"job_number":"JOB_167918","tr_customer_id":167935,"tr_customer_product_id":167925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:39.000Z","modified_at":"2026-01-27T06:44:39.000Z","name":"Golden Brown","mobile_number":"840-732-0041","email_id":"Hailie73@hotmail.com","dop":"2025-04-06","serial_number":"15818286366602872","imei1":"15818286366602872","imei2":"15818286366602872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167917,"job_number":"JOB_167917","tr_customer_id":167934,"tr_customer_product_id":167924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:45:18.000Z","name":"Joaquin Kulas","mobile_number":"583-240-9817","email_id":"Kirsten25@yahoo.com","dop":"2025-04-06","serial_number":"17938551459730","imei1":"17938551459730","imei2":"17938551459730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167916,"job_number":"JOB_167916","tr_customer_id":167933,"tr_customer_product_id":167923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17063374650545","imei1":"17063374650545","imei2":"17063374650545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167915,"job_number":"JOB_167915","tr_customer_id":167932,"tr_customer_product_id":167922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:18.000Z","modified_at":"2026-01-27T06:44:18.000Z","name":"Ariane Hamill","mobile_number":"398-734-1884","email_id":"Ryleigh.Tremblay42@hotmail.com","dop":"2025-04-06","serial_number":"10595233660109322","imei1":"10595233660109322","imei2":"10595233660109322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167914,"job_number":"JOB_167914","tr_customer_id":167931,"tr_customer_product_id":167921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:16.000Z","modified_at":"2026-01-27T06:44:58.000Z","name":"Grady Schaden","mobile_number":"682-416-2165","email_id":"Megane_Barrows5@gmail.com","dop":"2025-04-06","serial_number":"13986612123238","imei1":"13986612123238","imei2":"13986612123238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167913,"job_number":"JOB_167913","tr_customer_id":167930,"tr_customer_product_id":167920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:51.000Z","modified_at":"2026-01-27T06:43:51.000Z","name":"Serenity Boyer","mobile_number":"339-974-1255","email_id":"Carleton.Marvin98@gmail.com","dop":"2025-04-06","serial_number":"15255955352476028","imei1":"15255955352476028","imei2":"15255955352476028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167912,"job_number":"JOB_167912","tr_customer_id":167929,"tr_customer_product_id":167919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:50.000Z","modified_at":"2026-01-27T06:44:30.000Z","name":"Sam Baumbach","mobile_number":"278-216-6264","email_id":"Abdul.Schoen24@gmail.com","dop":"2025-04-06","serial_number":"19651107341783","imei1":"19651107341783","imei2":"19651107341783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167911,"job_number":"JOB_167911","tr_customer_id":167928,"tr_customer_product_id":167918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:49.000Z","modified_at":"2026-01-27T06:43:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13742475805245","imei1":"13742475805245","imei2":"13742475805245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167910,"job_number":"JOB_167910","tr_customer_id":167927,"tr_customer_product_id":167917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:46.000Z","modified_at":"2026-01-27T06:43:46.000Z","name":"Percy Crist","mobile_number":"935-950-9106","email_id":"Krystel.Ankunding67@yahoo.com","dop":"2025-04-06","serial_number":"18545814363637170","imei1":"18545814363637170","imei2":"18545814363637170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167909,"job_number":"JOB_167909","tr_customer_id":167926,"tr_customer_product_id":167916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:45.000Z","modified_at":"2026-01-27T06:44:28.000Z","name":"Kaitlin Zboncak","mobile_number":"891-592-1390","email_id":"Furman_Ziemann@gmail.com","dop":"2025-04-06","serial_number":"19030635434719","imei1":"19030635434719","imei2":"19030635434719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167908,"job_number":"JOB_167908","tr_customer_id":167925,"tr_customer_product_id":167915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:44.000Z","modified_at":"2026-01-27T06:43:44.000Z","name":"Victor Schroeder","mobile_number":"473-540-3534","email_id":"Dexter_Marks@gmail.com","dop":"2025-04-06","serial_number":"16447744665311734","imei1":"16447744665311734","imei2":"16447744665311734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167907,"job_number":"JOB_167907","tr_customer_id":167924,"tr_customer_product_id":167914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:44:24.000Z","name":"Harley Runte","mobile_number":"656-420-5648","email_id":"Martina.Walker@yahoo.com","dop":"2025-04-06","serial_number":"14023871545970","imei1":"14023871545970","imei2":"14023871545970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167906,"job_number":"JOB_167906","tr_customer_id":167923,"tr_customer_product_id":167913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:43:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15646928553703","imei1":"15646928553703","imei2":"15646928553703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167905,"job_number":"JOB_167905","tr_customer_id":167922,"tr_customer_product_id":167912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:03.000Z","modified_at":"2026-01-27T06:43:03.000Z","name":"Roy Aufderhar","mobile_number":"826-647-3721","email_id":"Sheila.Murphy83@yahoo.com","dop":"2025-04-06","serial_number":"10699411250399026","imei1":"10699411250399026","imei2":"10699411250399026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167904,"job_number":"JOB_167904","tr_customer_id":167921,"tr_customer_product_id":167911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:02.000Z","modified_at":"2026-01-27T06:43:42.000Z","name":"Cortez Kshlerin","mobile_number":"404-335-4217","email_id":"Caroline.Hyatt@gmail.com","dop":"2025-04-06","serial_number":"15859812046555","imei1":"15859812046555","imei2":"15859812046555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167903,"job_number":"JOB_167903","tr_customer_id":167920,"tr_customer_product_id":167910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:01.000Z","modified_at":"2026-01-27T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14958910419154","imei1":"14958910419154","imei2":"14958910419154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167902,"job_number":"JOB_167902","tr_customer_id":167919,"tr_customer_product_id":167909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:56.000Z","modified_at":"2026-01-27T06:42:56.000Z","name":"Ned Dach","mobile_number":"535-612-0082","email_id":"Adolfo_Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15430774571147254","imei1":"15430774571147254","imei2":"15430774571147254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167901,"job_number":"JOB_167901","tr_customer_id":167918,"tr_customer_product_id":167908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:43:35.000Z","name":"Jeanie Bailey","mobile_number":"254-447-6959","email_id":"Otha93@hotmail.com","dop":"2025-04-06","serial_number":"13830389477544","imei1":"13830389477544","imei2":"13830389477544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167900,"job_number":"JOB_167900","tr_customer_id":167917,"tr_customer_product_id":167907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:42:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17079659156633","imei1":"17079659156633","imei2":"17079659156633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167899,"job_number":"JOB_167899","tr_customer_id":167916,"tr_customer_product_id":167906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:06.000Z","modified_at":"2026-01-27T06:42:06.000Z","name":"Lisa Zulauf","mobile_number":"250-618-8688","email_id":"Chelsea9@yahoo.com","dop":"2025-04-06","serial_number":"17611184738963124","imei1":"17611184738963124","imei2":"17611184738963124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167898,"job_number":"JOB_167898","tr_customer_id":167915,"tr_customer_product_id":167905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:46.000Z","name":"Berta Gleason","mobile_number":"670-959-8671","email_id":"Nelle.Douglas@hotmail.com","dop":"2025-04-06","serial_number":"17500260885098","imei1":"17500260885098","imei2":"17500260885098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167897,"job_number":"JOB_167897","tr_customer_id":167914,"tr_customer_product_id":167904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18231155699279","imei1":"18231155699279","imei2":"18231155699279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167896,"job_number":"JOB_167896","tr_customer_id":167913,"tr_customer_product_id":167903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:33.000Z","modified_at":"2026-01-27T06:38:33.000Z","name":"Marty Corkery","mobile_number":"727-204-3064","email_id":"Domenico.Huels@yahoo.com","dop":"2025-04-06","serial_number":"10948488540603988","imei1":"10948488540603988","imei2":"10948488540603988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167895,"job_number":"JOB_167895","tr_customer_id":167912,"tr_customer_product_id":167902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:32.000Z","modified_at":"2026-01-27T06:39:09.000Z","name":"Mylene Ziemann","mobile_number":"268-456-3179","email_id":"Monserrate.Padberg96@hotmail.com","dop":"2025-04-06","serial_number":"13422109656931","imei1":"13422109656931","imei2":"13422109656931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167894,"job_number":"JOB_167894","tr_customer_id":167911,"tr_customer_product_id":167901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:31.000Z","modified_at":"2026-01-27T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14777744687360","imei1":"14777744687360","imei2":"14777744687360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167892,"job_number":"JOB_167892","tr_customer_id":167909,"tr_customer_product_id":167899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:00.000Z","modified_at":"2026-01-27T06:38:36.000Z","name":"Adrain Flatley","mobile_number":"625-204-1955","email_id":"Iliana_Green@gmail.com","dop":"2000-01-31","serial_number":"10327360941022","imei1":"10327360941022","imei2":"10327360941022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167890,"job_number":"JOB_167890","tr_customer_id":167907,"tr_customer_product_id":167897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:49.000Z","modified_at":"2026-01-27T06:37:49.000Z","name":"Davion Gaylord","mobile_number":"478-883-2288","email_id":"Alejandrin_OKeefe47@gmail.com","dop":"2025-04-06","serial_number":"11487920209396314","imei1":"11487920209396314","imei2":"11487920209396314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167889,"job_number":"JOB_167889","tr_customer_id":167906,"tr_customer_product_id":167896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:38:24.000Z","name":"Christa Kutch","mobile_number":"447-746-4829","email_id":"Krista_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"16625501213741","imei1":"16625501213741","imei2":"16625501213741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167888,"job_number":"JOB_167888","tr_customer_id":167905,"tr_customer_product_id":167895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:37:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10244847596438","imei1":"10244847596438","imei2":"10244847596438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167886,"job_number":"JOB_167886","tr_customer_id":167903,"tr_customer_product_id":167893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:16.000Z","modified_at":"2026-01-27T06:37:53.000Z","name":"Vivianne Kuvalis","mobile_number":"928-407-3268","email_id":"Nola37@hotmail.com","dop":"2000-01-31","serial_number":"10539760183863","imei1":"10539760183863","imei2":"10539760183863","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167884,"job_number":"JOB_167884","tr_customer_id":167901,"tr_customer_product_id":167891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Wyatt Friesen","mobile_number":"592-951-6370","email_id":"Willard57@yahoo.com","dop":"2025-04-06","serial_number":"18984968440466710","imei1":"18984968440466710","imei2":"18984968440466710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167883,"job_number":"JOB_167883","tr_customer_id":167900,"tr_customer_product_id":167890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Avis Fadel","mobile_number":"908-634-0138","email_id":"Norene.Raynor@gmail.com","dop":"2025-04-06","serial_number":"18320246082397332","imei1":"18320246082397332","imei2":"18320246082397332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167882,"job_number":"JOB_167882","tr_customer_id":167899,"tr_customer_product_id":167889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:42.000Z","name":"Jaylen Kerluke","mobile_number":"546-909-9233","email_id":"Domingo45@gmail.com","dop":"2025-04-06","serial_number":"16862134829963","imei1":"16862134829963","imei2":"16862134829963","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167881,"job_number":"JOB_167881","tr_customer_id":167898,"tr_customer_product_id":167888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:40.000Z","name":"Celestine Kilback","mobile_number":"975-592-9244","email_id":"Maximillian46@gmail.com","dop":"2025-04-06","serial_number":"17951541323118","imei1":"17951541323118","imei2":"17951541323118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167880,"job_number":"JOB_167880","tr_customer_id":167897,"tr_customer_product_id":167887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15941554825756","imei1":"15941554825756","imei2":"15941554825756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167879,"job_number":"JOB_167879","tr_customer_id":167896,"tr_customer_product_id":167886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797132248973","imei1":"12797132248973","imei2":"12797132248973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167878,"job_number":"JOB_167878","tr_customer_id":167895,"tr_customer_product_id":167885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:37:22.000Z","name":"Ezequiel Hauck","mobile_number":"402-515-8716","email_id":"Ethel52@hotmail.com","dop":"2025-10-21","serial_number":"12597963508580","imei1":"12597963508580","imei2":"12597963508580","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167877,"job_number":"JOB_167877","tr_customer_id":167894,"tr_customer_product_id":167884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:36:42.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16171174787922","imei1":"16171174787922","imei2":"16171174787922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167875,"job_number":"JOB_167875","tr_customer_id":167892,"tr_customer_product_id":167882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:32.000Z","modified_at":"2026-01-27T06:37:09.000Z","name":"Jakayla Stehr","mobile_number":"889-226-7042","email_id":"Oswald_Blanda50@hotmail.com","dop":"2000-01-31","serial_number":"10809822361810","imei1":"10809822361810","imei2":"10809822361810","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167873,"job_number":"JOB_167873","tr_customer_id":167890,"tr_customer_product_id":167880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:17.000Z","modified_at":"2026-01-27T06:36:17.000Z","name":"Maye Rodriguez","mobile_number":"655-525-8401","email_id":"Edward.Walsh28@gmail.com","dop":"2025-04-06","serial_number":"18172135488968240","imei1":"18172135488968240","imei2":"18172135488968240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167872,"job_number":"JOB_167872","tr_customer_id":167889,"tr_customer_product_id":167879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:16.000Z","modified_at":"2026-01-27T06:36:55.000Z","name":"Cruz Hoeger","mobile_number":"934-485-6036","email_id":"Zelda13@yahoo.com","dop":"2025-04-06","serial_number":"14583018003932","imei1":"14583018003932","imei2":"14583018003932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167871,"job_number":"JOB_167871","tr_customer_id":167888,"tr_customer_product_id":167878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:15.000Z","modified_at":"2026-01-27T06:36:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18948317579051","imei1":"18948317579051","imei2":"18948317579051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167870,"job_number":"JOB_167870","tr_customer_id":167887,"tr_customer_product_id":167877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:55.000Z","modified_at":"2026-01-27T06:36:34.000Z","name":"Fletcher Langosh","mobile_number":"961-716-6775","email_id":"Danyka74@hotmail.com","dop":"2025-10-21","serial_number":"12097514595498","imei1":"12097514595498","imei2":"12097514595498","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167869,"job_number":"JOB_167869","tr_customer_id":167886,"tr_customer_product_id":167876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:54.000Z","modified_at":"2026-01-27T06:35:54.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17324433358007","imei1":"17324433358007","imei2":"17324433358007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167867,"job_number":"JOB_167867","tr_customer_id":167884,"tr_customer_product_id":167874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:36:24.000Z","name":"Keenan Strosin","mobile_number":"493-722-5111","email_id":"Athena3@yahoo.com","dop":"2000-01-31","serial_number":"10961625417361","imei1":"10961625417361","imei2":"10961625417361","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167865,"job_number":"JOB_167865","tr_customer_id":167882,"tr_customer_product_id":167872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:30.000Z","modified_at":"2026-01-27T06:35:30.000Z","name":"Omer Maggio","mobile_number":"655-959-8696","email_id":"Hershel99@gmail.com","dop":"2025-04-06","serial_number":"11488347981559736","imei1":"11488347981559736","imei2":"11488347981559736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167864,"job_number":"JOB_167864","tr_customer_id":167881,"tr_customer_product_id":167871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:29.000Z","modified_at":"2026-01-27T06:36:08.000Z","name":"Natasha Towne","mobile_number":"539-944-7993","email_id":"Elinore77@hotmail.com","dop":"2025-04-06","serial_number":"15990339465447","imei1":"15990339465447","imei2":"15990339465447","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167863,"job_number":"JOB_167863","tr_customer_id":167880,"tr_customer_product_id":167870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:28.000Z","modified_at":"2026-01-27T06:35:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12322716487394","imei1":"12322716487394","imei2":"12322716487394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167862,"job_number":"JOB_167862","tr_customer_id":167879,"tr_customer_product_id":167869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:07.000Z","modified_at":"2026-01-27T06:35:46.000Z","name":"Erling Schowalter","mobile_number":"297-720-6965","email_id":"Emerald.Hayes@yahoo.com","dop":"2025-10-21","serial_number":"17024058576990","imei1":"17024058576990","imei2":"17024058576990","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167861,"job_number":"JOB_167861","tr_customer_id":167878,"tr_customer_product_id":167868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:06.000Z","modified_at":"2026-01-27T06:35:06.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17343592327259","imei1":"17343592327259","imei2":"17343592327259","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167860,"job_number":"JOB_167860","tr_customer_id":167877,"tr_customer_product_id":167867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:28.000Z","modified_at":"2026-01-27T06:34:28.000Z","name":"Felton Jones","mobile_number":"461-830-5368","email_id":"Donald_Muller@gmail.com","dop":"2025-04-06","serial_number":"15954666796721888","imei1":"15954666796721888","imei2":"15954666796721888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167859,"job_number":"JOB_167859","tr_customer_id":167876,"tr_customer_product_id":167866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:26.000Z","modified_at":"2026-01-27T06:35:09.000Z","name":"Darius Hane","mobile_number":"861-784-3255","email_id":"Isac8@hotmail.com","dop":"2025-04-06","serial_number":"10330263504588","imei1":"10330263504588","imei2":"10330263504588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167858,"job_number":"JOB_167858","tr_customer_id":167875,"tr_customer_product_id":167865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:18.000Z","modified_at":"2026-01-27T06:32:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12423253098832","imei2":"12423253098832","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167857,"job_number":"JOB_167857","tr_customer_id":167874,"tr_customer_product_id":167864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:17.000Z","modified_at":"2026-01-27T06:32:17.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12347251322045","imei2":"12347251322045","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167856,"job_number":"JOB_167856","tr_customer_id":167873,"tr_customer_product_id":167863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10053012872262","imei2":"10053012872262","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167855,"job_number":"JOB_167855","tr_customer_id":167872,"tr_customer_product_id":167862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14206461523702","imei2":"14206461523702","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167854,"job_number":"JOB_167854","tr_customer_id":167871,"tr_customer_product_id":167861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:52.000Z","modified_at":"2026-01-27T06:31:52.000Z","name":"Sadye Sipes","mobile_number":"779-875-8270","email_id":"Ebony.Hirthe@gmail.com","dop":"2025-04-06","serial_number":"10349692400180752","imei1":"10349692400180752","imei2":"10349692400180752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167853,"job_number":"JOB_167853","tr_customer_id":167870,"tr_customer_product_id":167860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:32:30.000Z","name":"Allie Stiedemann","mobile_number":"434-823-0869","email_id":"Hershel.Johnson34@hotmail.com","dop":"2025-04-06","serial_number":"12101566250387","imei1":"12101566250387","imei2":"12101566250387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167852,"job_number":"JOB_167852","tr_customer_id":167869,"tr_customer_product_id":167859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:31:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11373056543091","imei1":"11373056543091","imei2":"11373056543091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167851,"job_number":"JOB_167851","tr_customer_id":167868,"tr_customer_product_id":167858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:32:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14240408583347","imei2":"14240408583347","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167850,"job_number":"JOB_167850","tr_customer_id":167867,"tr_customer_product_id":167857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:31:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10477906422672","imei2":"10477906422672","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167849,"job_number":"JOB_167849","tr_customer_id":167866,"tr_customer_product_id":167856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:05.000Z","modified_at":"2026-01-27T06:31:05.000Z","name":"Giovani McKenzie","mobile_number":"898-307-0001","email_id":"Brady_Leannon@hotmail.com","dop":"2025-04-06","serial_number":"19451465414718350","imei1":"19451465414718350","imei2":"19451465414718350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167848,"job_number":"JOB_167848","tr_customer_id":167865,"tr_customer_product_id":167855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:43.000Z","name":"Dorcas Schinner","mobile_number":"993-457-8106","email_id":"Helena_Herzog2@hotmail.com","dop":"2025-04-06","serial_number":"16557584408408","imei1":"16557584408408","imei2":"16557584408408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167847,"job_number":"JOB_167847","tr_customer_id":167864,"tr_customer_product_id":167854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15985961373989","imei1":"15985961373989","imei2":"15985961373989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167845,"job_number":"JOB_167845","tr_customer_id":167862,"tr_customer_product_id":167852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:17.000Z","name":"Modesto Sauer","mobile_number":"424-849-3916","email_id":"Delilah_Treutel27@hotmail.com","dop":"2025-04-06","serial_number":"11996959230079538","imei1":"11996959230079538","imei2":"11996959230079538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167844,"job_number":"JOB_167844","tr_customer_id":167861,"tr_customer_product_id":167851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:56.000Z","name":"Rey Reichert","mobile_number":"904-355-8506","email_id":"Maxime.Brekke12@gmail.com","dop":"2025-04-06","serial_number":"13183922370106","imei1":"13183922370106","imei2":"13183922370106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167843,"job_number":"JOB_167843","tr_customer_id":167860,"tr_customer_product_id":167850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17339423269073","imei1":"17339423269073","imei2":"17339423269073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167840,"job_number":"JOB_167840","tr_customer_id":167857,"tr_customer_product_id":167847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:06.000Z","modified_at":"2026-01-27T06:29:06.000Z","name":"Anastacio Ebert","mobile_number":"971-557-1170","email_id":"Reba3@hotmail.com","dop":"2025-04-06","serial_number":"14007303508030568","imei1":"14007303508030568","imei2":"14007303508030568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167839,"job_number":"JOB_167839","tr_customer_id":167856,"tr_customer_product_id":167846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:40.000Z","name":"Stanford Kuhlman","mobile_number":"548-543-0439","email_id":"Afton_Mayert73@gmail.com","dop":"2025-04-06","serial_number":"19371343198470","imei1":"19371343198470","imei2":"19371343198470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167838,"job_number":"JOB_167838","tr_customer_id":167855,"tr_customer_product_id":167845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19420379464284","imei1":"19420379464284","imei2":"19420379464284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167837,"job_number":"JOB_167837","tr_customer_id":167854,"tr_customer_product_id":167844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:23.000Z","modified_at":"2026-01-27T06:28:23.000Z","name":"Bobby Bogan","mobile_number":"519-540-8511","email_id":"Moriah.Torp35@gmail.com","dop":"2025-04-06","serial_number":"10461022854004748","imei1":"10461022854004748","imei2":"10461022854004748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167836,"job_number":"JOB_167836","tr_customer_id":167853,"tr_customer_product_id":167843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:57.000Z","name":"Maiya Hartmann","mobile_number":"805-965-1463","email_id":"Soledad52@hotmail.com","dop":"2025-04-06","serial_number":"19886852653800","imei1":"19886852653800","imei2":"19886852653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167835,"job_number":"JOB_167835","tr_customer_id":167852,"tr_customer_product_id":167842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19904485216653","imei1":"19904485216653","imei2":"19904485216653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167834,"job_number":"JOB_167834","tr_customer_id":167851,"tr_customer_product_id":167841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:39.000Z","modified_at":"2026-01-27T06:27:39.000Z","name":"Hettie Brakus","mobile_number":"920-884-7742","email_id":"Lillian.Steuber98@gmail.com","dop":"2025-04-06","serial_number":"17652142820175848","imei1":"17652142820175848","imei2":"17652142820175848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167833,"job_number":"JOB_167833","tr_customer_id":167850,"tr_customer_product_id":167840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:28:14.000Z","name":"Dayne Beatty","mobile_number":"976-674-2026","email_id":"Herminio_Kovacek@gmail.com","dop":"2025-04-06","serial_number":"13833034191551","imei1":"13833034191551","imei2":"13833034191551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167832,"job_number":"JOB_167832","tr_customer_id":167849,"tr_customer_product_id":167839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:27:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11615152671057","imei1":"11615152671057","imei2":"11615152671057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167831,"job_number":"JOB_167831","tr_customer_id":167848,"tr_customer_product_id":167838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:19.000Z","modified_at":"2026-01-27T06:26:19.000Z","name":"Lazaro Hoppe","mobile_number":"805-669-5412","email_id":"Leland_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"18267334371696710","imei1":"18267334371696710","imei2":"18267334371696710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167830,"job_number":"JOB_167830","tr_customer_id":167847,"tr_customer_product_id":167837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:27:00.000Z","name":"Cecelia Bauch","mobile_number":"671-610-2410","email_id":"Emilie_Ullrich20@gmail.com","dop":"2025-04-06","serial_number":"11963927712940","imei1":"11963927712940","imei2":"11963927712940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167829,"job_number":"JOB_167829","tr_customer_id":167846,"tr_customer_product_id":167836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:26:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15802935641808","imei1":"15802935641808","imei2":"15802935641808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167828,"job_number":"JOB_167828","tr_customer_id":167845,"tr_customer_product_id":167835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:28.000Z","modified_at":"2026-01-27T06:25:28.000Z","name":"Ramon Hilll","mobile_number":"811-699-6550","email_id":"Brook56@gmail.com","dop":"2025-04-06","serial_number":"19695958491683900","imei1":"19695958491683900","imei2":"19695958491683900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167827,"job_number":"JOB_167827","tr_customer_id":167844,"tr_customer_product_id":167834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:27.000Z","modified_at":"2026-01-27T06:26:09.000Z","name":"Bo Tromp","mobile_number":"574-636-5595","email_id":"Darwin.Runolfsson@hotmail.com","dop":"2025-04-06","serial_number":"14330271912505","imei1":"14330271912505","imei2":"14330271912505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167826,"job_number":"JOB_167826","tr_customer_id":167843,"tr_customer_product_id":167833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:26.000Z","modified_at":"2026-01-27T06:25:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12338518242380","imei1":"12338518242380","imei2":"12338518242380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167825,"job_number":"JOB_167825","tr_customer_id":167842,"tr_customer_product_id":167832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:37.000Z","modified_at":"2026-01-27T06:24:37.000Z","name":"Kaleb Beahan","mobile_number":"242-722-0254","email_id":"Sunny81@hotmail.com","dop":"2025-04-06","serial_number":"18555023955379372","imei1":"18555023955379372","imei2":"18555023955379372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167824,"job_number":"JOB_167824","tr_customer_id":167841,"tr_customer_product_id":167831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:25:18.000Z","name":"Fidel Stoltenberg","mobile_number":"888-752-5165","email_id":"Lauriane87@hotmail.com","dop":"2025-04-06","serial_number":"11748226776697","imei1":"11748226776697","imei2":"11748226776697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167823,"job_number":"JOB_167823","tr_customer_id":167840,"tr_customer_product_id":167830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:24:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11740984830074","imei1":"11740984830074","imei2":"11740984830074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167822,"job_number":"JOB_167822","tr_customer_id":167839,"tr_customer_product_id":167829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:49.000Z","modified_at":"2026-01-27T06:23:49.000Z","name":"Stefanie Lemke","mobile_number":"292-504-2515","email_id":"Kali24@gmail.com","dop":"2025-06-18","serial_number":"1067109977151928","imei1":"1067109977151928","imei2":"1067109977151928","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167821,"job_number":"JOB_167821","tr_customer_id":167838,"tr_customer_product_id":167828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:24:24.000Z","name":"Antonina Maggio","mobile_number":"602-978-3602","email_id":"Bo.Bechtelar0@yahoo.com","dop":"2025-06-18","serial_number":"10055833646600","imei1":"10055833646600","imei2":"10055833646600","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167820,"job_number":"JOB_167820","tr_customer_id":167837,"tr_customer_product_id":167827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:23:48.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10101267317766","imei1":"10101267317766","imei2":"10101267317766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167819,"job_number":"JOB_167819","tr_customer_id":167836,"tr_customer_product_id":167826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:06.000Z","modified_at":"2026-01-27T06:23:06.000Z","name":"Aniya Mueller","mobile_number":"546-393-9663","email_id":"Chanelle2@hotmail.com","dop":"2025-06-18","serial_number":"1072434199213766","imei1":"1072434199213766","imei2":"1072434199213766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167818,"job_number":"JOB_167818","tr_customer_id":167835,"tr_customer_product_id":167825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:41.000Z","name":"Donny Hayes","mobile_number":"206-293-1033","email_id":"Kenyon.Walsh@yahoo.com","dop":"2025-06-18","serial_number":"10185353647351","imei1":"10185353647351","imei2":"10185353647351","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167817,"job_number":"JOB_167817","tr_customer_id":167834,"tr_customer_product_id":167824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"Dedrick Sawayn","mobile_number":"606-435-9603","email_id":"Cedrick18@gmail.com","dop":"2025-04-06","serial_number":"14284034712076870","imei1":"14284034712076870","imei2":"14284034712076870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167816,"job_number":"JOB_167816","tr_customer_id":167833,"tr_customer_product_id":167823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10590065726560","imei1":"10590065726560","imei2":"10590065726560","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167815,"job_number":"JOB_167815","tr_customer_id":167832,"tr_customer_product_id":167822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:04.000Z","modified_at":"2026-01-27T06:23:42.000Z","name":"Ellis Walter","mobile_number":"583-518-4689","email_id":"Vena_Streich@hotmail.com","dop":"2025-04-06","serial_number":"18312915331901","imei1":"18312915331901","imei2":"18312915331901","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167810,"job_number":"JOB_167810","tr_customer_id":167827,"tr_customer_product_id":167817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:32.000Z","modified_at":"2026-01-27T06:20:32.000Z","name":"Hipolito Hermiston","mobile_number":"643-640-8790","email_id":"Minnie50@yahoo.com","dop":"2025-04-06","serial_number":"16738148478419176","imei1":"16738148478419176","imei2":"16738148478419176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167809,"job_number":"JOB_167809","tr_customer_id":167826,"tr_customer_product_id":167816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:31.000Z","modified_at":"2026-01-27T06:21:07.000Z","name":"Pansy Fritsch","mobile_number":"318-635-6350","email_id":"Lenore22@gmail.com","dop":"2025-04-06","serial_number":"12752952311240","imei1":"12752952311240","imei2":"12752952311240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167808,"job_number":"JOB_167808","tr_customer_id":167825,"tr_customer_product_id":167815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:30.000Z","modified_at":"2026-01-27T06:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16491092711122","imei1":"16491092711122","imei2":"16491092711122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167801,"job_number":"JOB_167801","tr_customer_id":167818,"tr_customer_product_id":167808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:48.000Z","modified_at":"2026-01-27T06:19:48.000Z","name":"Clarissa Gerlach","mobile_number":"329-576-0565","email_id":"Amani46@hotmail.com","dop":"2025-04-06","serial_number":"19841535420662280","imei1":"19841535420662280","imei2":"19841535420662280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167800,"job_number":"JOB_167800","tr_customer_id":167817,"tr_customer_product_id":167807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:20:23.000Z","name":"Jennyfer Weber","mobile_number":"506-331-5511","email_id":"Bradly_Wisozk54@yahoo.com","dop":"2025-04-06","serial_number":"16469269473320","imei1":"16469269473320","imei2":"16469269473320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167799,"job_number":"JOB_167799","tr_customer_id":167816,"tr_customer_product_id":167806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18187635174485","imei1":"18187635174485","imei2":"18187635174485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167798,"job_number":"JOB_167798","tr_customer_id":167815,"tr_customer_product_id":167805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:04.000Z","modified_at":"2026-01-27T06:19:04.000Z","name":"Brown Bednar","mobile_number":"861-977-4122","email_id":"Karlie_Green48@gmail.com","dop":"2025-04-06","serial_number":"18532545821601696","imei1":"18532545821601696","imei2":"18532545821601696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167797,"job_number":"JOB_167797","tr_customer_id":167814,"tr_customer_product_id":167804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:39.000Z","name":"Eloy Ledner","mobile_number":"477-272-0753","email_id":"Dessie.Metz@gmail.com","dop":"2025-04-06","serial_number":"15793220981851","imei1":"15793220981851","imei2":"15793220981851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167796,"job_number":"JOB_167796","tr_customer_id":167813,"tr_customer_product_id":167803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11730143042933","imei1":"11730143042933","imei2":"11730143042933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167792,"job_number":"JOB_167792","tr_customer_id":167809,"tr_customer_product_id":167799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:40.000Z","modified_at":"2026-01-27T05:19:40.000Z","name":"Vella Smitham","mobile_number":"409-455-6807","email_id":"Theresa.Collins@gmail.com","dop":"2025-04-06","serial_number":"11657422336501164","imei1":"11657422336501164","imei2":"11657422336501164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167791,"job_number":"JOB_167791","tr_customer_id":167808,"tr_customer_product_id":167798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:39.000Z","modified_at":"2026-01-27T05:20:16.000Z","name":"Alisha Jast","mobile_number":"302-636-5500","email_id":"Christ.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10308584976477","imei1":"10308584976477","imei2":"10308584976477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:20:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167790,"job_number":"JOB_167790","tr_customer_id":167807,"tr_customer_product_id":167797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:38.000Z","modified_at":"2026-01-27T05:19:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12162921804378","imei1":"12162921804378","imei2":"12162921804378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167789,"job_number":"JOB_167789","tr_customer_id":167806,"tr_customer_product_id":167796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:55.000Z","modified_at":"2026-01-27T05:18:55.000Z","name":"Samantha Heidenreich","mobile_number":"264-977-5406","email_id":"Alanna.Keebler55@hotmail.com","dop":"2025-04-06","serial_number":"17862732445518564","imei1":"17862732445518564","imei2":"17862732445518564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167788,"job_number":"JOB_167788","tr_customer_id":167805,"tr_customer_product_id":167795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:54.000Z","modified_at":"2026-01-27T05:19:31.000Z","name":"Talia Nicolas","mobile_number":"760-854-8658","email_id":"Melyna_Trantow7@gmail.com","dop":"2025-04-06","serial_number":"15591401403235","imei1":"15591401403235","imei2":"15591401403235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:19:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167787,"job_number":"JOB_167787","tr_customer_id":167804,"tr_customer_product_id":167794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:53.000Z","modified_at":"2026-01-27T05:18:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17393390155661","imei1":"17393390155661","imei2":"17393390155661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167786,"job_number":"JOB_167786","tr_customer_id":167803,"tr_customer_product_id":167793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:10.000Z","modified_at":"2026-01-27T05:18:10.000Z","name":"Concepcion Kling","mobile_number":"485-572-1549","email_id":"Gwendolyn_Prohaska74@hotmail.com","dop":"2025-04-06","serial_number":"15864204710609916","imei1":"15864204710609916","imei2":"15864204710609916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167785,"job_number":"JOB_167785","tr_customer_id":167802,"tr_customer_product_id":167792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:09.000Z","modified_at":"2026-01-27T05:18:46.000Z","name":"Bert Cremin","mobile_number":"880-469-4883","email_id":"Mertie36@gmail.com","dop":"2025-04-06","serial_number":"10424599133818","imei1":"10424599133818","imei2":"10424599133818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167784,"job_number":"JOB_167784","tr_customer_id":167801,"tr_customer_product_id":167791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:08.000Z","modified_at":"2026-01-27T05:18:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18105688226137","imei1":"18105688226137","imei2":"18105688226137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167783,"job_number":"JOB_167783","tr_customer_id":167800,"tr_customer_product_id":167790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:12.000Z","modified_at":"2026-01-27T05:01:12.000Z","name":"Lucinda Smith","mobile_number":"711-707-2038","email_id":"Raven_Tromp68@hotmail.com","dop":"2025-04-06","serial_number":"18435660998000900","imei1":"18435660998000900","imei2":"18435660998000900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167782,"job_number":"JOB_167782","tr_customer_id":167799,"tr_customer_product_id":167789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:11.000Z","modified_at":"2026-01-27T05:01:48.000Z","name":"Cyrus Prosacco","mobile_number":"968-467-5339","email_id":"Aiyana.Bashirian@yahoo.com","dop":"2025-04-06","serial_number":"15957104757718","imei1":"15957104757718","imei2":"15957104757718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167781,"job_number":"JOB_167781","tr_customer_id":167798,"tr_customer_product_id":167788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:54.000Z","modified_at":"2026-01-27T05:00:54.000Z","name":"Celia Hamill","mobile_number":"980-656-1254","email_id":"Jayme80@yahoo.com","dop":"2025-04-06","serial_number":"17093614278677168","imei1":"17093614278677168","imei2":"17093614278677168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167780,"job_number":"JOB_167780","tr_customer_id":167797,"tr_customer_product_id":167787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:53.000Z","modified_at":"2026-01-27T05:01:30.000Z","name":"Penelope Haley","mobile_number":"314-974-3233","email_id":"Domingo14@yahoo.com","dop":"2025-04-06","serial_number":"18569555503460","imei1":"18569555503460","imei2":"18569555503460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167779,"job_number":"JOB_167779","tr_customer_id":167796,"tr_customer_product_id":167786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:11.000Z","modified_at":"2026-01-27T04:59:11.000Z","name":"Gene Effertz","mobile_number":"977-611-6671","email_id":"Javier.Rutherford@gmail.com","dop":"2025-04-06","serial_number":"19594496775397960","imei1":"19594496775397960","imei2":"19594496775397960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167778,"job_number":"JOB_167778","tr_customer_id":167795,"tr_customer_product_id":167785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:09.000Z","modified_at":"2026-01-27T04:59:48.000Z","name":"Tina Fahey","mobile_number":"555-225-7781","email_id":"Dolly93@gmail.com","dop":"2025-04-06","serial_number":"18314748738357","imei1":"18314748738357","imei2":"18314748738357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167777,"job_number":"JOB_167777","tr_customer_id":167794,"tr_customer_product_id":167784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:25.000Z","modified_at":"2026-01-27T04:58:25.000Z","name":"Tillman Schultz","mobile_number":"358-708-5320","email_id":"Helena_Kuhic@gmail.com","dop":"2025-04-06","serial_number":"13321667553343650","imei1":"13321667553343650","imei2":"13321667553343650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167776,"job_number":"JOB_167776","tr_customer_id":167793,"tr_customer_product_id":167783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:24.000Z","modified_at":"2026-01-27T04:59:02.000Z","name":"Keith Ernser","mobile_number":"971-520-9943","email_id":"Jean97@gmail.com","dop":"2025-04-06","serial_number":"15123889471853","imei1":"15123889471853","imei2":"15123889471853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167775,"job_number":"JOB_167775","tr_customer_id":167792,"tr_customer_product_id":167782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:39.000Z","modified_at":"2026-01-27T04:57:39.000Z","name":"Diego Bayer","mobile_number":"665-414-9415","email_id":"Mara.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"11332008650035692","imei1":"11332008650035692","imei2":"11332008650035692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167774,"job_number":"JOB_167774","tr_customer_id":167791,"tr_customer_product_id":167781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:38.000Z","modified_at":"2026-01-27T04:58:16.000Z","name":"Houston Lockman","mobile_number":"807-303-0969","email_id":"Katelin_Wintheiser@yahoo.com","dop":"2025-04-06","serial_number":"10033490901667","imei1":"10033490901667","imei2":"10033490901667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167773,"job_number":"JOB_167773","tr_customer_id":167790,"tr_customer_product_id":167780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:52:06.000Z","name":"Akeem Hirthe","mobile_number":"846-525-7749","email_id":"Victoria58@gmail.com","dop":"2025-07-01","serial_number":"109682923227161","imei1":"109682923227161","imei2":"109682923227161","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167772,"job_number":"JOB_167772","tr_customer_id":167789,"tr_customer_product_id":167779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:51:55.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100099889244294","imei1":"100099889244294","imei2":"100099889244294","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167771,"job_number":"JOB_167771","tr_customer_id":167788,"tr_customer_product_id":167778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:52.000Z","name":"Lauretta Ledner","mobile_number":"979-501-3503","email_id":"Ephraim67@yahoo.com","dop":"2025-07-01","serial_number":"102525710077270","imei1":"102525710077270","imei2":"102525710077270","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:51:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167770,"job_number":"JOB_167770","tr_customer_id":167787,"tr_customer_product_id":167777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103498957615061","imei1":"103498957615061","imei2":"103498957615061","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167769,"job_number":"JOB_167769","tr_customer_id":167786,"tr_customer_product_id":167776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:32.000Z","modified_at":"2026-01-27T04:43:32.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"79668445389652","imei1":"79668445389652","imei2":"79668445389652","popurl":"2026-01-17T04:43:32.109403420Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167768,"job_number":"JOB_167768","tr_customer_id":167785,"tr_customer_product_id":167775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:07.000Z","modified_at":"2026-01-27T04:43:07.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"15444292375424","imei1":"15444292375424","imei2":"15444292375424","popurl":"2026-01-17T04:43:07.439793018Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167767,"job_number":"JOB_167767","tr_customer_id":167784,"tr_customer_product_id":167774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:05.000Z","modified_at":"2026-01-27T04:43:05.000Z","name":"Brycen Hartmann","mobile_number":"920-423-2523","email_id":"Billy38@yahoo.com","dop":"2025-04-06","serial_number":"17160575372195656","imei1":"17160575372195656","imei2":"17160575372195656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167766,"job_number":"JOB_167766","tr_customer_id":167783,"tr_customer_product_id":167773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:04.000Z","modified_at":"2026-01-27T04:43:44.000Z","name":"Tiara Gerlach","mobile_number":"705-255-9198","email_id":"Alan.Dietrich48@yahoo.com","dop":"2025-04-06","serial_number":"13673813176470","imei1":"13673813176470","imei2":"13673813176470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167765,"job_number":"JOB_167765","tr_customer_id":167782,"tr_customer_product_id":167772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:03.000Z","modified_at":"2026-01-27T04:43:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19948686107370","imei1":"19948686107370","imei2":"19948686107370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167764,"job_number":"JOB_167764","tr_customer_id":167781,"tr_customer_product_id":167771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:17.000Z","modified_at":"2026-01-27T04:42:17.000Z","name":"Jabari Wyman","mobile_number":"655-718-3360","email_id":"Roosevelt.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"14727302101919016","imei1":"14727302101919016","imei2":"14727302101919016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167763,"job_number":"JOB_167763","tr_customer_id":167780,"tr_customer_product_id":167770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:16.000Z","modified_at":"2026-01-27T04:42:56.000Z","name":"Holden Altenwerth","mobile_number":"331-282-0181","email_id":"Christop_Fahey@gmail.com","dop":"2025-04-06","serial_number":"11081960558031","imei1":"11081960558031","imei2":"11081960558031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167762,"job_number":"JOB_167762","tr_customer_id":167779,"tr_customer_product_id":167769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:15.000Z","modified_at":"2026-01-27T04:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18798652558941","imei1":"18798652558941","imei2":"18798652558941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167761,"job_number":"JOB_167761","tr_customer_id":167778,"tr_customer_product_id":167768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:29.000Z","modified_at":"2026-01-27T04:41:29.000Z","name":"Jonathon Kohler","mobile_number":"323-332-8852","email_id":"Hollis.Hegmann72@gmail.com","dop":"2025-04-06","serial_number":"16750184270928274","imei1":"16750184270928274","imei2":"16750184270928274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167760,"job_number":"JOB_167760","tr_customer_id":167777,"tr_customer_product_id":167767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:42:08.000Z","name":"Mackenzie Herman","mobile_number":"617-390-5098","email_id":"Dwight_Flatley77@hotmail.com","dop":"2025-04-06","serial_number":"13555570658205","imei1":"13555570658205","imei2":"13555570658205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167759,"job_number":"JOB_167759","tr_customer_id":167776,"tr_customer_product_id":167766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:41:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10503948481380","imei1":"10503948481380","imei2":"10503948481380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167756,"job_number":"JOB_167756","tr_customer_id":167773,"tr_customer_product_id":167763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:08.000Z","modified_at":"2026-01-27T04:05:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74072070477227","imei1":"74072070477227","imei2":"74072070477227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167755,"job_number":"JOB_167755","tr_customer_id":167772,"tr_customer_product_id":167762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40729081242918","imei1":"40729081242918","imei2":"40729081242918","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167754,"job_number":"JOB_167754","tr_customer_id":167771,"tr_customer_product_id":167761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15031952061543","imei1":"15031952061543","imei2":"15031952061543","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167753,"job_number":"JOB_167753","tr_customer_id":167770,"tr_customer_product_id":167760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46674199155380","imei1":"46674199155380","imei2":"46674199155380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167752,"job_number":"JOB_167752","tr_customer_id":167769,"tr_customer_product_id":167759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13224128065911","imei1":"13224128065911","imei2":"13224128065911","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167751,"job_number":"JOB_167751","tr_customer_id":167768,"tr_customer_product_id":167758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73599827046103","imei1":"73599827046103","imei2":"73599827046103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167750,"job_number":"JOB_167750","tr_customer_id":167767,"tr_customer_product_id":167757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12920615173484","imei1":"12920615173484","imei2":"12920615173484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167749,"job_number":"JOB_167749","tr_customer_id":167766,"tr_customer_product_id":167756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:36.000Z","modified_at":"2026-01-27T04:05:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24590586092397","imei1":"24590586092397","imei2":"24590586092397","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167748,"job_number":"JOB_167748","tr_customer_id":167765,"tr_customer_product_id":167755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41394992103667","imei1":"41394992103667","imei2":"41394992103667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167747,"job_number":"JOB_167747","tr_customer_id":167764,"tr_customer_product_id":167754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63891004325201","imei1":"63891004325201","imei2":"63891004325201","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167746,"job_number":"JOB_167746","tr_customer_id":167763,"tr_customer_product_id":167753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53625626675668","imei1":"53625626675668","imei2":"53625626675668","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167745,"job_number":"JOB_167745","tr_customer_id":167762,"tr_customer_product_id":167752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46523212624438","imei1":"46523212624438","imei2":"46523212624438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167744,"job_number":"JOB_167744","tr_customer_id":167761,"tr_customer_product_id":167751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84840740161320","imei1":"84840740161320","imei2":"84840740161320","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167743,"job_number":"JOB_167743","tr_customer_id":167760,"tr_customer_product_id":167750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46488600950401","imei1":"46488600950401","imei2":"46488600950401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167742,"job_number":"JOB_167742","tr_customer_id":167759,"tr_customer_product_id":167749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:04.000Z","modified_at":"2026-01-27T04:04:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19395955050300","imei1":"19395955050300","imei2":"19395955050300","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167741,"job_number":"JOB_167741","tr_customer_id":167758,"tr_customer_product_id":167748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18506977235583","imei1":"18506977235583","imei2":"18506977235583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167740,"job_number":"JOB_167740","tr_customer_id":167757,"tr_customer_product_id":167747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25474750557996","imei1":"25474750557996","imei2":"25474750557996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167739,"job_number":"JOB_167739","tr_customer_id":167756,"tr_customer_product_id":167746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23206692471066","imei1":"23206692471066","imei2":"23206692471066","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167738,"job_number":"JOB_167738","tr_customer_id":167755,"tr_customer_product_id":167745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69648210848652","imei1":"69648210848652","imei2":"69648210848652","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167737,"job_number":"JOB_167737","tr_customer_id":167754,"tr_customer_product_id":167744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87908979667028","imei1":"87908979667028","imei2":"87908979667028","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167736,"job_number":"JOB_167736","tr_customer_id":167753,"tr_customer_product_id":167743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68750095402755","imei1":"68750095402755","imei2":"68750095402755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167735,"job_number":"JOB_167735","tr_customer_id":167752,"tr_customer_product_id":167742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:26.000Z","modified_at":"2026-01-27T04:00:26.000Z","name":"Alessandro Klein","mobile_number":"249-949-3079","email_id":"Antonette_Ward49@hotmail.com","dop":"2025-04-06","serial_number":"16760489880667088","imei1":"16760489880667088","imei2":"16760489880667088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167734,"job_number":"JOB_167734","tr_customer_id":167751,"tr_customer_product_id":167741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:01:06.000Z","name":"Dedric Dach","mobile_number":"454-939-6364","email_id":"Quinton_Mohr96@hotmail.com","dop":"2025-04-06","serial_number":"15561692835654","imei1":"15561692835654","imei2":"15561692835654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167733,"job_number":"JOB_167733","tr_customer_id":167750,"tr_customer_product_id":167740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:00:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11149211780437","imei1":"11149211780437","imei2":"11149211780437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167732,"job_number":"JOB_167732","tr_customer_id":167749,"tr_customer_product_id":167739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:00.000Z","modified_at":"2026-01-27T04:00:00.000Z","name":"Amparo Stroman","mobile_number":"652-396-9062","email_id":"Theodora_Cormier@yahoo.com","dop":"2025-04-06","serial_number":"12770672414828126","imei1":"12770672414828126","imei2":"12770672414828126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167731,"job_number":"JOB_167731","tr_customer_id":167748,"tr_customer_product_id":167738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T04:00:35.000Z","name":"Nils Price","mobile_number":"848-506-9428","email_id":"Hope26@gmail.com","dop":"2025-04-06","serial_number":"11136216434096","imei1":"11136216434096","imei2":"11136216434096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167730,"job_number":"JOB_167730","tr_customer_id":167747,"tr_customer_product_id":167737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T03:59:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16140328322120","imei1":"16140328322120","imei2":"16140328322120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167729,"job_number":"JOB_167729","tr_customer_id":167746,"tr_customer_product_id":167736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:41.000Z","modified_at":"2026-01-27T03:59:41.000Z","name":"Leonie Stoltenberg","mobile_number":"632-793-6650","email_id":"Lia98@yahoo.com","dop":"2025-04-06","serial_number":"18862572585037620","imei1":"18862572585037620","imei2":"18862572585037620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167728,"job_number":"JOB_167728","tr_customer_id":167745,"tr_customer_product_id":167735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T04:00:17.000Z","name":"Camron McCullough","mobile_number":"343-821-8580","email_id":"Lucas.Kunze44@hotmail.com","dop":"2025-04-06","serial_number":"15156817870785","imei1":"15156817870785","imei2":"15156817870785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167727,"job_number":"JOB_167727","tr_customer_id":167744,"tr_customer_product_id":167734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T03:59:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18169069886721","imei1":"18169069886721","imei2":"18169069886721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167725,"job_number":"JOB_167725","tr_customer_id":167742,"tr_customer_product_id":167732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T04:00:11.000Z","name":"Lorena Raynor","mobile_number":"505-412-7010","email_id":"Jayson36@gmail.com","dop":"2000-01-31","serial_number":"10356871190723","imei1":"10356871190723","imei2":"10356871190723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167723,"job_number":"JOB_167723","tr_customer_id":167740,"tr_customer_product_id":167730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:27.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Larissa Wilderman","mobile_number":"612-596-5819","email_id":"Cassie_King98@yahoo.com","dop":"2025-04-06","serial_number":"17988825406305388","imei1":"17988825406305388","imei2":"17988825406305388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167722,"job_number":"JOB_167722","tr_customer_id":167739,"tr_customer_product_id":167729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T04:00:04.000Z","name":"Johnpaul VonRueden","mobile_number":"695-818-2037","email_id":"Josue88@hotmail.com","dop":"2025-04-06","serial_number":"11345006253222","imei1":"11345006253222","imei2":"11345006253222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167721,"job_number":"JOB_167721","tr_customer_id":167738,"tr_customer_product_id":167728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T03:59:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11172627533643","imei1":"11172627533643","imei2":"11172627533643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167720,"job_number":"JOB_167720","tr_customer_id":167737,"tr_customer_product_id":167727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:15.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Baron Gleichner","mobile_number":"569-974-0764","email_id":"Tillman67@yahoo.com","dop":"2025-04-06","serial_number":"16696866616047820","imei1":"16696866616047820","imei2":"16696866616047820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167719,"job_number":"JOB_167719","tr_customer_id":167736,"tr_customer_product_id":167726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:51.000Z","name":"Brock Williamson","mobile_number":"289-805-9878","email_id":"Shaun.Wiegand@yahoo.com","dop":"2025-04-06","serial_number":"12249866341232","imei1":"12249866341232","imei2":"12249866341232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167718,"job_number":"JOB_167718","tr_customer_id":167735,"tr_customer_product_id":167725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17008880227135","imei1":"17008880227135","imei2":"17008880227135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167714,"job_number":"JOB_167714","tr_customer_id":167731,"tr_customer_product_id":167721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:09.000Z","modified_at":"2026-01-27T03:59:09.000Z","name":"Gwendolyn Marquardt","mobile_number":"397-315-5494","email_id":"Ida.Block4@yahoo.com","dop":"2025-04-06","serial_number":"12069322754066996","imei1":"12069322754066996","imei2":"12069322754066996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167713,"job_number":"JOB_167713","tr_customer_id":167730,"tr_customer_product_id":167720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:45.000Z","name":"Demetris McDermott","mobile_number":"892-834-6175","email_id":"Rylan_Weber42@yahoo.com","dop":"2025-04-06","serial_number":"12065573541048","imei1":"12065573541048","imei2":"12065573541048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167712,"job_number":"JOB_167712","tr_customer_id":167729,"tr_customer_product_id":167719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Rusty Rosenbaum","mobile_number":"266-273-5065","email_id":"Herminio31@hotmail.com","dop":"2025-04-06","serial_number":"10406673123257408","imei1":"10406673123257408","imei2":"10406673123257408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167711,"job_number":"JOB_167711","tr_customer_id":167728,"tr_customer_product_id":167718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11985838423999","imei1":"11985838423999","imei2":"11985838423999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167710,"job_number":"JOB_167710","tr_customer_id":167727,"tr_customer_product_id":167717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:43.000Z","name":"Jadon Morar","mobile_number":"323-667-0750","email_id":"Easton.Anderson@yahoo.com","dop":"2025-04-06","serial_number":"17965079550692","imei1":"17965079550692","imei2":"17965079550692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167709,"job_number":"JOB_167709","tr_customer_id":167726,"tr_customer_product_id":167716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15598275721214","imei1":"15598275721214","imei2":"15598275721214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167708,"job_number":"JOB_167708","tr_customer_id":167725,"tr_customer_product_id":167715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Betsy Beatty","mobile_number":"962-207-0290","email_id":"Bell.Orn3@gmail.com","dop":"2025-04-06","serial_number":"14434650120704726","imei1":"14434650120704726","imei2":"14434650120704726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167704,"job_number":"JOB_167704","tr_customer_id":167721,"tr_customer_product_id":167711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:59:33.000Z","name":"Vince Schimmel","mobile_number":"478-276-5763","email_id":"Lou_Shanahan@hotmail.com","dop":"2025-04-06","serial_number":"13224935401756","imei1":"13224935401756","imei2":"13224935401756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167703,"job_number":"JOB_167703","tr_customer_id":167720,"tr_customer_product_id":167710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:58:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15568245128975","imei1":"15568245128975","imei2":"15568245128975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167702,"job_number":"JOB_167702","tr_customer_id":167719,"tr_customer_product_id":167709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14534040176453","imei1":"14534040176453","imei2":"14534040176453","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167700,"job_number":"JOB_167700","tr_customer_id":167717,"tr_customer_product_id":167707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:50.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Stanford Grady","mobile_number":"998-542-9403","email_id":"Meggie_Vandervort63@yahoo.com","dop":"2026-01-04","serial_number":"16049334971563","imei1":"16049334971563","imei2":"16049334971563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167699,"job_number":"JOB_167699","tr_customer_id":167716,"tr_customer_product_id":167706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Ruth Spinka","mobile_number":"567-517-0880","email_id":"Junius_Emard@gmail.com","dop":"2000-01-31","serial_number":"10994193539382","imei1":"10994193539382","imei2":"10994193539382","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167698,"job_number":"JOB_167698","tr_customer_id":167715,"tr_customer_product_id":167705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18722576579872","imei1":"18722576579872","imei2":"18722576579872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167696,"job_number":"JOB_167696","tr_customer_id":167713,"tr_customer_product_id":167703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Kathryne Windler","mobile_number":"871-332-1922","email_id":"Irwin.Denesik@gmail.com","dop":"2025-04-06","serial_number":"11471488602647400","imei1":"11471488602647400","imei2":"11471488602647400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167695,"job_number":"JOB_167695","tr_customer_id":167712,"tr_customer_product_id":167702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Thalia Volkman","mobile_number":"462-730-8924","email_id":"Hazel30@hotmail.com","dop":"2025-04-06","serial_number":"17868655623113104","imei1":"17868655623113104","imei2":"17868655623113104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167694,"job_number":"JOB_167694","tr_customer_id":167711,"tr_customer_product_id":167701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Tristian Hyatt","mobile_number":"790-919-9318","email_id":"Holly.Halvorson11@hotmail.com","dop":"2025-04-06","serial_number":"18978779641805","imei1":"18978779641805","imei2":"18978779641805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167693,"job_number":"JOB_167693","tr_customer_id":167710,"tr_customer_product_id":167700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Ruth Bartell","mobile_number":"918-233-1057","email_id":"Carmela.Little@yahoo.com","dop":"2025-04-06","serial_number":"16603912358281","imei1":"16603912358281","imei2":"16603912358281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167692,"job_number":"JOB_167692","tr_customer_id":167709,"tr_customer_product_id":167699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16413009223480","imei1":"16413009223480","imei2":"16413009223480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167691,"job_number":"JOB_167691","tr_customer_id":167708,"tr_customer_product_id":167698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16061707656514","imei1":"16061707656514","imei2":"16061707656514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167689,"job_number":"JOB_167689","tr_customer_id":167706,"tr_customer_product_id":167696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Jamarcus Conn","mobile_number":"258-569-2257","email_id":"Olin94@gmail.com","dop":"2025-04-06","serial_number":"14336684273308248","imei1":"14336684273308248","imei2":"14336684273308248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167687,"job_number":"JOB_167687","tr_customer_id":167704,"tr_customer_product_id":167694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Keely Gleason","mobile_number":"753-466-1947","email_id":"Francisco23@gmail.com","dop":"2025-04-06","serial_number":"16512057136923444","imei1":"16512057136923444","imei2":"16512057136923444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167685,"job_number":"JOB_167685","tr_customer_id":167702,"tr_customer_product_id":167692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:58:40.000Z","name":"Conner Hilpert","mobile_number":"396-688-0700","email_id":"Gilda.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"14712767531465108","imei1":"14712767531465108","imei2":"14712767531465108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167684,"job_number":"JOB_167684","tr_customer_id":167701,"tr_customer_product_id":167691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:16.000Z","name":"Jeramie Maggio","mobile_number":"786-396-4048","email_id":"Laverne.Wyman16@hotmail.com","dop":"2025-04-06","serial_number":"14322311223889","imei1":"14322311223889","imei2":"14322311223889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167683,"job_number":"JOB_167683","tr_customer_id":167700,"tr_customer_product_id":167690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Gloria Herman","mobile_number":"813-628-4878","email_id":"Heather.Howe@hotmail.com","dop":"2025-04-06","serial_number":"12891406720167","imei1":"12891406720167","imei2":"12891406720167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167682,"job_number":"JOB_167682","tr_customer_id":167699,"tr_customer_product_id":167689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597778340898","imei1":"15597778340898","imei2":"15597778340898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167681,"job_number":"JOB_167681","tr_customer_id":167698,"tr_customer_product_id":167688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12578106237988","imei1":"12578106237988","imei2":"12578106237988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167680,"job_number":"JOB_167680","tr_customer_id":167697,"tr_customer_product_id":167687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:59:17.000Z","name":"Jazmyne Deckow","mobile_number":"226-299-1912","email_id":"Dangelo60@hotmail.com","dop":"2025-04-06","serial_number":"17185399314974","imei1":"17185399314974","imei2":"17185399314974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167679,"job_number":"JOB_167679","tr_customer_id":167696,"tr_customer_product_id":167686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:38.000Z","modified_at":"2026-01-27T03:58:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17290529992797","imei1":"17290529992797","imei2":"17290529992797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167678,"job_number":"JOB_167678","tr_customer_id":167695,"tr_customer_product_id":167685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:31.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Sabryna Prohaska","mobile_number":"474-710-1560","email_id":"Eleazar_Daniel46@gmail.com","dop":"2025-04-06","serial_number":"11237624186230580","imei1":"11237624186230580","imei2":"11237624186230580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167677,"job_number":"JOB_167677","tr_customer_id":167694,"tr_customer_product_id":167684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:30.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Maggie Wunsch","mobile_number":"463-465-6284","email_id":"Moses_Luettgen@gmail.com","dop":"2025-04-06","serial_number":"16707991643310","imei1":"16707991643310","imei2":"16707991643310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167676,"job_number":"JOB_167676","tr_customer_id":167693,"tr_customer_product_id":167683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"Aida Cummings","mobile_number":"665-428-6820","email_id":"Beth_Reinger82@hotmail.com","dop":"2025-04-06","serial_number":"11263284855498930","imei1":"11263284855498930","imei2":"11263284855498930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167675,"job_number":"JOB_167675","tr_customer_id":167692,"tr_customer_product_id":167682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17256386993031","imei1":"17256386993031","imei2":"17256386993031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167674,"job_number":"JOB_167674","tr_customer_id":167691,"tr_customer_product_id":167681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Reece Hagenes","mobile_number":"352-694-6042","email_id":"Monserrate27@yahoo.com","dop":"2025-04-06","serial_number":"16477743361753","imei1":"16477743361753","imei2":"16477743361753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167673,"job_number":"JOB_167673","tr_customer_id":167690,"tr_customer_product_id":167680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:58:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19734921860320","imei1":"19734921860320","imei2":"19734921860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167672,"job_number":"JOB_167672","tr_customer_id":167689,"tr_customer_product_id":167679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:25.000Z","modified_at":"2026-01-27T03:58:25.000Z","name":"Kamryn Grady","mobile_number":"862-360-9767","email_id":"Karli11@hotmail.com","dop":"2025-04-06","serial_number":"12026280895334058","imei1":"12026280895334058","imei2":"12026280895334058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167671,"job_number":"JOB_167671","tr_customer_id":167688,"tr_customer_product_id":167678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:24.000Z","modified_at":"2026-01-27T03:58:24.000Z","name":"Daphne Kub","mobile_number":"467-731-6481","email_id":"Jake_Mann14@hotmail.com","dop":"2025-04-06","serial_number":"14942007399332052","imei1":"14942007399332052","imei2":"14942007399332052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167670,"job_number":"JOB_167670","tr_customer_id":167687,"tr_customer_product_id":167677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:59:01.000Z","name":"Claudia Ernser","mobile_number":"614-220-6810","email_id":"Lloyd20@hotmail.com","dop":"2025-04-06","serial_number":"12106786739450","imei1":"12106786739450","imei2":"12106786739450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167669,"job_number":"JOB_167669","tr_customer_id":167686,"tr_customer_product_id":167676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19373817541206","imei1":"19373817541206","imei2":"19373817541206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167668,"job_number":"JOB_167668","tr_customer_id":167685,"tr_customer_product_id":167675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:59.000Z","name":"Earnestine Turner","mobile_number":"392-761-9346","email_id":"Glennie26@yahoo.com","dop":"2025-04-06","serial_number":"12775873567516","imei1":"12775873567516","imei2":"12775873567516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167667,"job_number":"JOB_167667","tr_customer_id":167684,"tr_customer_product_id":167674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:22.000Z","modified_at":"2026-01-27T03:58:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17305399664989","imei1":"17305399664989","imei2":"17305399664989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167666,"job_number":"JOB_167666","tr_customer_id":167683,"tr_customer_product_id":167673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:20.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Tyler Watsica","mobile_number":"349-948-0788","email_id":"Bell.Nolan52@gmail.com","dop":"2025-04-06","serial_number":"13879215740009048","imei1":"13879215740009048","imei2":"13879215740009048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167665,"job_number":"JOB_167665","tr_customer_id":167682,"tr_customer_product_id":167672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:55.000Z","name":"Winston Runolfsson","mobile_number":"574-557-1859","email_id":"Eldon.Bechtelar@gmail.com","dop":"2025-04-06","serial_number":"14560577097895","imei1":"14560577097895","imei2":"14560577097895","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167664,"job_number":"JOB_167664","tr_customer_id":167681,"tr_customer_product_id":167671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14442196169883","imei1":"14442196169883","imei2":"14442196169883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167663,"job_number":"JOB_167663","tr_customer_id":167680,"tr_customer_product_id":167670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:16.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Francesca Murphy","mobile_number":"621-475-6586","email_id":"Shakira49@yahoo.com","dop":"2025-04-06","serial_number":"17519966068101636","imei1":"17519966068101636","imei2":"17519966068101636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167662,"job_number":"JOB_167662","tr_customer_id":167679,"tr_customer_product_id":167669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:53.000Z","name":"Daphnee Mueller","mobile_number":"577-891-9429","email_id":"Jesse.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"10283043729439","imei1":"10283043729439","imei2":"10283043729439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167661,"job_number":"JOB_167661","tr_customer_id":167678,"tr_customer_product_id":167668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:14.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19698683003812","imei1":"19698683003812","imei2":"19698683003812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167659,"job_number":"JOB_167659","tr_customer_id":167676,"tr_customer_product_id":167666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51229279347468","imei1":"51229279347468","imei2":"51229279347468","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167658,"job_number":"JOB_167658","tr_customer_id":167675,"tr_customer_product_id":167665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Giovani Becker","mobile_number":"836-554-6598","email_id":"Justice.Gerlach17@gmail.com","dop":"2000-01-31","serial_number":"10624707653449","imei1":"10624707653449","imei2":"10624707653449","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167657,"job_number":"JOB_167657","tr_customer_id":167674,"tr_customer_product_id":167664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Juston Harvey","mobile_number":"486-447-3733","email_id":"Arlo_Harber@yahoo.com","dop":"2026-01-04","serial_number":"19484132032512","imei1":"19484132032512","imei2":"19484132032512","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167655,"job_number":"JOB_167655","tr_customer_id":167672,"tr_customer_product_id":167662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13403960447968","imei1":"13403960447968","imei2":"13403960447968","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167654,"job_number":"JOB_167654","tr_customer_id":167671,"tr_customer_product_id":167661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Gerda Cormier","mobile_number":"613-921-9054","email_id":"Erwin.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"12704528046663076","imei1":"12704528046663076","imei2":"12704528046663076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167653,"job_number":"JOB_167653","tr_customer_id":167670,"tr_customer_product_id":167660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Asha Torphy","mobile_number":"843-641-3938","email_id":"Isaac14@gmail.com","dop":"2025-04-06","serial_number":"10240867845893942","imei1":"10240867845893942","imei2":"10240867845893942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167652,"job_number":"JOB_167652","tr_customer_id":167669,"tr_customer_product_id":167659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:03.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Yvonne Beatty","mobile_number":"938-538-7270","email_id":"Harley58@gmail.com","dop":"2025-04-06","serial_number":"10337553747472","imei1":"10337553747472","imei2":"10337553747472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167651,"job_number":"JOB_167651","tr_customer_id":167668,"tr_customer_product_id":167658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18941925353118","imei1":"18941925353118","imei2":"18941925353118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167650,"job_number":"JOB_167650","tr_customer_id":167667,"tr_customer_product_id":167657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Elizabeth Mayer","mobile_number":"239-473-6514","email_id":"Pedro.Zemlak38@yahoo.com","dop":"2025-04-06","serial_number":"13196075461242","imei1":"13196075461242","imei2":"13196075461242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167649,"job_number":"JOB_167649","tr_customer_id":167666,"tr_customer_product_id":167656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13548679991903","imei1":"13548679991903","imei2":"13548679991903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167648,"job_number":"JOB_167648","tr_customer_id":167665,"tr_customer_product_id":167655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Ena Skiles","mobile_number":"298-265-4144","email_id":"Carolyn.Daniel@gmail.com","dop":"2025-04-06","serial_number":"14437299231964732","imei1":"14437299231964732","imei2":"14437299231964732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167643,"job_number":"JOB_167643","tr_customer_id":167660,"tr_customer_product_id":167650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:58:33.000Z","name":"Robyn Schmeler","mobile_number":"907-510-1822","email_id":"Emely.Koepp50@gmail.com","dop":"2025-04-06","serial_number":"10144809869542","imei1":"10144809869542","imei2":"10144809869542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167642,"job_number":"JOB_167642","tr_customer_id":167659,"tr_customer_product_id":167649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13690465004998","imei1":"13690465004998","imei2":"13690465004998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167641,"job_number":"JOB_167641","tr_customer_id":167658,"tr_customer_product_id":167648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Louvenia Davis","mobile_number":"553-560-1286","email_id":"Schuyler_Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11329337661782124","imei1":"11329337661782124","imei2":"11329337661782124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167640,"job_number":"JOB_167640","tr_customer_id":167657,"tr_customer_product_id":167647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:58:32.000Z","name":"Adrienne Grimes","mobile_number":"729-212-0939","email_id":"Brenda34@yahoo.com","dop":"2025-04-06","serial_number":"12219865944575","imei1":"12219865944575","imei2":"12219865944575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167639,"job_number":"JOB_167639","tr_customer_id":167656,"tr_customer_product_id":167646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:57:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18017191928328","imei1":"18017191928328","imei2":"18017191928328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167638,"job_number":"JOB_167638","tr_customer_id":167655,"tr_customer_product_id":167645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:54.000Z","modified_at":"2026-01-27T03:57:54.000Z","name":"Reece Trantow","mobile_number":"302-541-3363","email_id":"Mack.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"17585914696480564","imei1":"17585914696480564","imei2":"17585914696480564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167637,"job_number":"JOB_167637","tr_customer_id":167654,"tr_customer_product_id":167644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Nova Stamm","mobile_number":"693-895-3641","email_id":"Brody.Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"16445619666337","imei1":"16445619666337","imei2":"16445619666337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167636,"job_number":"JOB_167636","tr_customer_id":167653,"tr_customer_product_id":167643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:57:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12031893215833","imei1":"12031893215833","imei2":"12031893215833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167630,"job_number":"JOB_167630","tr_customer_id":167647,"tr_customer_product_id":167637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Aryanna Schmidt","mobile_number":"786-202-1752","email_id":"Herta.Terry@hotmail.com","dop":"2025-04-06","serial_number":"19423229681970136","imei1":"19423229681970136","imei2":"19423229681970136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167629,"job_number":"JOB_167629","tr_customer_id":167646,"tr_customer_product_id":167636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16285862842434","imei2":"16285862842434","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167628,"job_number":"JOB_167628","tr_customer_id":167645,"tr_customer_product_id":167635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15979907799204","imei2":"15979907799204","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167627,"job_number":"JOB_167627","tr_customer_id":167644,"tr_customer_product_id":167634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Charley Schroeder","mobile_number":"568-209-7381","email_id":"Ara90@yahoo.com","dop":"2025-04-06","serial_number":"16362528662636","imei1":"16362528662636","imei2":"16362528662636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167626,"job_number":"JOB_167626","tr_customer_id":167643,"tr_customer_product_id":167633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:57:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13397876407749","imei1":"13397876407749","imei2":"13397876407749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167625,"job_number":"JOB_167625","tr_customer_id":167642,"tr_customer_product_id":167632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Juana Kuhn","mobile_number":"932-705-7734","email_id":"Will.Schinner@gmail.com","dop":"2025-04-06","serial_number":"12582442804487736","imei1":"12582442804487736","imei2":"12582442804487736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167624,"job_number":"JOB_167624","tr_customer_id":167641,"tr_customer_product_id":167631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Carmelo Hudson","mobile_number":"287-770-1385","email_id":"Elmore_Wiegand26@gmail.com","dop":"2025-04-06","serial_number":"13661757631461158","imei1":"13661757631461158","imei2":"13661757631461158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167623,"job_number":"JOB_167623","tr_customer_id":167640,"tr_customer_product_id":167630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:15.000Z","name":"Louisa Becker","mobile_number":"387-647-0142","email_id":"Tania.Thompson21@gmail.com","dop":"2025-04-06","serial_number":"15989499921791","imei1":"15989499921791","imei2":"15989499921791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167622,"job_number":"JOB_167622","tr_customer_id":167639,"tr_customer_product_id":167629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16786630480147","imei1":"16786630480147","imei2":"16786630480147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167621,"job_number":"JOB_167621","tr_customer_id":167638,"tr_customer_product_id":167628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Jacklyn Jakubowski","mobile_number":"297-831-5014","email_id":"Mia.Sanford25@hotmail.com","dop":"2025-04-06","serial_number":"11316762641745","imei1":"11316762641745","imei2":"11316762641745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167620,"job_number":"JOB_167620","tr_customer_id":167637,"tr_customer_product_id":167627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:38.000Z","modified_at":"2026-01-27T03:57:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18682989177130","imei1":"18682989177130","imei2":"18682989177130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167619,"job_number":"JOB_167619","tr_customer_id":167636,"tr_customer_product_id":167626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:37.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Justice Stroman","mobile_number":"432-530-0600","email_id":"Edgar41@gmail.com","dop":"2025-05-30","serial_number":"1961560333862636","imei1":"1961560333862636","imei2":"1961560333862636","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167618,"job_number":"JOB_167618","tr_customer_id":167635,"tr_customer_product_id":167625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jerad Considine","mobile_number":"716-463-1971","email_id":"Karina_Mertz@yahoo.com","dop":"2025-04-06","serial_number":"17065802865327806","imei1":"17065802865327806","imei2":"17065802865327806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167617,"job_number":"JOB_167617","tr_customer_id":167634,"tr_customer_product_id":167624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Arlie Goyette","mobile_number":"774-884-8093","email_id":"Gabriella.Kiehn@gmail.com","dop":"2025-05-30","serial_number":"18680927987810","imei1":"18680927987810","imei2":"18680927987810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167616,"job_number":"JOB_167616","tr_customer_id":167633,"tr_customer_product_id":167623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jacinto Kerluke","mobile_number":"466-294-4601","email_id":"Isadore_Gerhold@hotmail.com","dop":"2025-06-18","serial_number":"1003114341051045","imei1":"1003114341051045","imei2":"1003114341051045","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167615,"job_number":"JOB_167615","tr_customer_id":167632,"tr_customer_product_id":167622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Flavio Roberts","mobile_number":"486-327-5797","email_id":"Lexie_Konopelski@hotmail.com","dop":"2025-05-30","serial_number":"11200459191432","imei1":"11200459191432","imei2":"11200459191432","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167614,"job_number":"JOB_167614","tr_customer_id":167631,"tr_customer_product_id":167621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:13.000Z","name":"Garfield Trantow","mobile_number":"242-483-1707","email_id":"Giovani.Schuppe16@gmail.com","dop":"2025-06-18","serial_number":"10352114694924","imei1":"10352114694924","imei2":"10352114694924","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167613,"job_number":"JOB_167613","tr_customer_id":167630,"tr_customer_product_id":167620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Devonte O'Connell","mobile_number":"401-954-4982","email_id":"Ariane.Marks54@hotmail.com","dop":"2025-04-06","serial_number":"19501973653514","imei1":"19501973653514","imei2":"19501973653514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167612,"job_number":"JOB_167612","tr_customer_id":167629,"tr_customer_product_id":167619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10855843315205","imei1":"10855843315205","imei2":"10855843315205","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167611,"job_number":"JOB_167611","tr_customer_id":167628,"tr_customer_product_id":167618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11217777692370","imei1":"11217777692370","imei2":"11217777692370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167609,"job_number":"JOB_167609","tr_customer_id":167626,"tr_customer_product_id":167616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17302095058646","imei2":"17302095058646","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167608,"job_number":"JOB_167608","tr_customer_id":167625,"tr_customer_product_id":167615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:29.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10001369553073","imei2":"10001369553073","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167607,"job_number":"JOB_167607","tr_customer_id":167624,"tr_customer_product_id":167614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:28.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Jacey Collins","mobile_number":"944-652-7578","email_id":"Elfrieda.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"19632183660748910","imei1":"19632183660748910","imei2":"19632183660748910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167606,"job_number":"JOB_167606","tr_customer_id":167623,"tr_customer_product_id":167613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:27.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Adalberto Dare","mobile_number":"493-574-9135","email_id":"Maegan_Considine@gmail.com","dop":"2025-04-06","serial_number":"16021243648821","imei1":"16021243648821","imei2":"16021243648821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167605,"job_number":"JOB_167605","tr_customer_id":167622,"tr_customer_product_id":167612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:26.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19051448305296","imei1":"19051448305296","imei2":"19051448305296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167603,"job_number":"JOB_167603","tr_customer_id":167620,"tr_customer_product_id":167610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:21.000Z","modified_at":"2026-01-27T03:57:21.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68516838558450","imei1":"68516838558450","imei2":"68516838558450","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167602,"job_number":"JOB_167602","tr_customer_id":167619,"tr_customer_product_id":167609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Grace Blick","mobile_number":"744-224-5481","email_id":"Nayeli.Wintheiser@hotmail.com","dop":"2000-01-31","serial_number":"10459943038758","imei1":"10459943038758","imei2":"10459943038758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167600,"job_number":"JOB_167600","tr_customer_id":167617,"tr_customer_product_id":167607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Sherman DuBuque","mobile_number":"937-364-8939","email_id":"Jettie_Schowalter@hotmail.com","dop":"2026-01-04","serial_number":"17965430311336","imei1":"17965430311336","imei2":"17965430311336","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167599,"job_number":"JOB_167599","tr_customer_id":167616,"tr_customer_product_id":167606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Jeremy Herzog","mobile_number":"282-555-4118","email_id":"Ena.Bechtelar65@gmail.com","dop":"2025-04-06","serial_number":"10173421977002996","imei1":"10173421977002996","imei2":"10173421977002996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167597,"job_number":"JOB_167597","tr_customer_id":167614,"tr_customer_product_id":167604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19110931384626","imei1":"19110931384626","imei2":"19110931384626","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167596,"job_number":"JOB_167596","tr_customer_id":167613,"tr_customer_product_id":167603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:55.000Z","name":"Garland Herman","mobile_number":"810-930-1921","email_id":"Brayan.Zemlak4@hotmail.com","dop":"2025-04-06","serial_number":"15119514571700","imei1":"15119514571700","imei2":"15119514571700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167595,"job_number":"JOB_167595","tr_customer_id":167612,"tr_customer_product_id":167602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11356138290626","imei1":"11356138290626","imei2":"11356138290626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167594,"job_number":"JOB_167594","tr_customer_id":167611,"tr_customer_product_id":167601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"Leanne Bergnaum","mobile_number":"640-423-3191","email_id":"Newton0@gmail.com","dop":"2025-04-06","serial_number":"16213996860965236","imei1":"16213996860965236","imei2":"16213996860965236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167593,"job_number":"JOB_167593","tr_customer_id":167610,"tr_customer_product_id":167600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14638873223178","imei2":"14638873223178","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167592,"job_number":"JOB_167592","tr_customer_id":167609,"tr_customer_product_id":167599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12906189910328","imei2":"12906189910328","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167591,"job_number":"JOB_167591","tr_customer_id":167608,"tr_customer_product_id":167598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Jailyn Blanda","mobile_number":"281-356-8623","email_id":"Emelie_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18291131966712","imei1":"18291131966712","imei2":"18291131966712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167590,"job_number":"JOB_167590","tr_customer_id":167607,"tr_customer_product_id":167597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15246673098955","imei1":"15246673098955","imei2":"15246673098955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167588,"job_number":"JOB_167588","tr_customer_id":167605,"tr_customer_product_id":167595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:14.000Z","modified_at":"2026-01-27T03:57:14.000Z","name":"Jarod Romaguera","mobile_number":"883-986-3014","email_id":"Veda.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"11033018324819376","imei1":"11033018324819376","imei2":"11033018324819376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167587,"job_number":"JOB_167587","tr_customer_id":167604,"tr_customer_product_id":167594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:49.000Z","name":"Amani Donnelly","mobile_number":"253-395-8643","email_id":"Diamond_Keebler@hotmail.com","dop":"2025-04-06","serial_number":"10832037510535","imei1":"10832037510535","imei2":"10832037510535","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167586,"job_number":"JOB_167586","tr_customer_id":167603,"tr_customer_product_id":167593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13215400182104","imei1":"13215400182104","imei2":"13215400182104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167585,"job_number":"JOB_167585","tr_customer_id":167602,"tr_customer_product_id":167592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:11.000Z","modified_at":"2026-01-27T03:57:11.000Z","name":"Emmy Fisher","mobile_number":"650-427-0306","email_id":"Duane_Lueilwitz57@gmail.com","dop":"2025-04-06","serial_number":"11336384071000982","imei1":"11336384071000982","imei2":"11336384071000982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167584,"job_number":"JOB_167584","tr_customer_id":167601,"tr_customer_product_id":167591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:10.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Cole Rath","mobile_number":"325-290-3631","email_id":"Berry_Schuster@hotmail.com","dop":"2025-04-06","serial_number":"11190183779068","imei1":"11190183779068","imei2":"11190183779068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167582,"job_number":"JOB_167582","tr_customer_id":167599,"tr_customer_product_id":167589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:02.000Z","modified_at":"2026-01-27T03:57:02.000Z","name":"Orrin O'Reilly","mobile_number":"946-754-6258","email_id":"Palma_Kassulke@hotmail.com","dop":"2025-04-06","serial_number":"18298148128893764","imei1":"18298148128893764","imei2":"18298148128893764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167581,"job_number":"JOB_167581","tr_customer_id":167598,"tr_customer_product_id":167588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:00.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Gwendolyn Hackett","mobile_number":"673-237-0686","email_id":"Christina_McClure8@yahoo.com","dop":"2025-04-06","serial_number":"14889064039695","imei1":"14889064039695","imei2":"14889064039695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167578,"job_number":"JOB_167578","tr_customer_id":167595,"tr_customer_product_id":167585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:56.000Z","modified_at":"2026-01-27T03:56:56.000Z","name":"Gabrielle Lesch","mobile_number":"230-823-5194","email_id":"Modesta.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"18158410318607250","imei1":"18158410318607250","imei2":"18158410318607250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167577,"job_number":"JOB_167577","tr_customer_id":167594,"tr_customer_product_id":167584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:57:33.000Z","name":"Marilie Rohan","mobile_number":"248-304-9540","email_id":"Vance25@yahoo.com","dop":"2025-04-06","serial_number":"15987577073440","imei1":"15987577073440","imei2":"15987577073440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167576,"job_number":"JOB_167576","tr_customer_id":167593,"tr_customer_product_id":167583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15299749897933","imei1":"15299749897933","imei2":"15299749897933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167575,"job_number":"JOB_167575","tr_customer_id":167592,"tr_customer_product_id":167582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"Shany Skiles","mobile_number":"343-313-8058","email_id":"Blaze70@hotmail.com","dop":"2025-04-06","serial_number":"15894210290610844","imei1":"15894210290610844","imei2":"15894210290610844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167574,"job_number":"JOB_167574","tr_customer_id":167591,"tr_customer_product_id":167581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:53.000Z","modified_at":"2026-01-27T03:56:53.000Z","name":"Mertie Bruen","mobile_number":"690-491-2264","email_id":"Zion.Goyette@hotmail.com","dop":"2025-04-06","serial_number":"15584272345159952","imei1":"15584272345159952","imei2":"15584272345159952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167573,"job_number":"JOB_167573","tr_customer_id":167590,"tr_customer_product_id":167580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:31.000Z","name":"Austen Champlin","mobile_number":"469-982-3538","email_id":"Albin_Treutel36@gmail.com","dop":"2025-04-06","serial_number":"14891749000162","imei1":"14891749000162","imei2":"14891749000162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167572,"job_number":"JOB_167572","tr_customer_id":167589,"tr_customer_product_id":167579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:56:52.000Z","name":"Vicky Haag","mobile_number":"371-669-9415","email_id":"Braden83@yahoo.com","dop":"2025-04-06","serial_number":"17866526886439260","imei1":"17866526886439260","imei2":"17866526886439260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167571,"job_number":"JOB_167571","tr_customer_id":167588,"tr_customer_product_id":167578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Rosella Bergstrom","mobile_number":"701-715-2032","email_id":"Kassandra39@yahoo.com","dop":"2025-04-06","serial_number":"14025417199656","imei1":"14025417199656","imei2":"14025417199656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167570,"job_number":"JOB_167570","tr_customer_id":167587,"tr_customer_product_id":167577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12442143109962","imei1":"12442143109962","imei2":"12442143109962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167569,"job_number":"JOB_167569","tr_customer_id":167586,"tr_customer_product_id":167576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"Brionna Lakin","mobile_number":"382-873-6677","email_id":"Desiree.Carroll36@gmail.com","dop":"2025-06-18","serial_number":"1066996724856225","imei1":"1066996724856225","imei2":"1066996724856225","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167568,"job_number":"JOB_167568","tr_customer_id":167585,"tr_customer_product_id":167575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:57:30.000Z","name":"Damion Walker","mobile_number":"425-372-2349","email_id":"Zola23@hotmail.com","dop":"2025-04-06","serial_number":"11972983969648","imei1":"11972983969648","imei2":"11972983969648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167567,"job_number":"JOB_167567","tr_customer_id":167584,"tr_customer_product_id":167574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Kirsten Purdy","mobile_number":"667-490-5340","email_id":"Ellsworth.Lynch@yahoo.com","dop":"2025-06-18","serial_number":"10974195504643","imei1":"10974195504643","imei2":"10974195504643","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167566,"job_number":"JOB_167566","tr_customer_id":167583,"tr_customer_product_id":167573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:56:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10377252459264","imei1":"10377252459264","imei2":"10377252459264","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167565,"job_number":"JOB_167565","tr_customer_id":167582,"tr_customer_product_id":167572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:49.000Z","modified_at":"2026-01-27T03:56:49.000Z","name":"Julie Welch","mobile_number":"571-317-7787","email_id":"Raymond93@hotmail.com","dop":"2025-04-06","serial_number":"19012616646092010","imei1":"19012616646092010","imei2":"19012616646092010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167564,"job_number":"JOB_167564","tr_customer_id":167581,"tr_customer_product_id":167571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:47.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Ralph Gerlach","mobile_number":"746-208-3832","email_id":"Trey_Reilly@gmail.com","dop":"2025-04-06","serial_number":"16572571827001","imei1":"16572571827001","imei2":"16572571827001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167563,"job_number":"JOB_167563","tr_customer_id":167580,"tr_customer_product_id":167570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:41.000Z","modified_at":"2026-01-27T03:56:41.000Z","name":"Lisandro Bruen","mobile_number":"911-424-7644","email_id":"Jodie_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13282450462299732","imei1":"13282450462299732","imei2":"13282450462299732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167562,"job_number":"JOB_167562","tr_customer_id":167579,"tr_customer_product_id":167569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Lue Schinner","mobile_number":"470-782-4153","email_id":"Braulio37@hotmail.com","dop":"2025-04-06","serial_number":"19673463751655","imei1":"19673463751655","imei2":"19673463751655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167561,"job_number":"JOB_167561","tr_customer_id":167578,"tr_customer_product_id":167568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:56:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13427742008225","imei1":"13427742008225","imei2":"13427742008225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167560,"job_number":"JOB_167560","tr_customer_id":167577,"tr_customer_product_id":167567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:38.000Z","modified_at":"2026-01-27T03:56:47.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"46832736178143","imei1":"46832736178143","imei2":"46832736178143","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167559,"job_number":"JOB_167559","tr_customer_id":167576,"tr_customer_product_id":167566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:28.000Z","modified_at":"2026-01-27T03:56:28.000Z","name":"Deron Sanford","mobile_number":"639-632-3468","email_id":"Rey.Kiehn35@yahoo.com","dop":"2025-04-06","serial_number":"18509899910406510","imei1":"18509899910406510","imei2":"18509899910406510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167558,"job_number":"JOB_167558","tr_customer_id":167575,"tr_customer_product_id":167565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:56:36.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"86433522314885","imei1":"86433522314885","imei2":"86433522314885","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167557,"job_number":"JOB_167557","tr_customer_id":167574,"tr_customer_product_id":167564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:57:03.000Z","name":"Cortez Okuneva","mobile_number":"243-379-2128","email_id":"Evangeline.Haag37@yahoo.com","dop":"2025-04-06","serial_number":"13784274402878","imei1":"13784274402878","imei2":"13784274402878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167556,"job_number":"JOB_167556","tr_customer_id":167573,"tr_customer_product_id":167563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:19.000Z","modified_at":"2026-01-27T03:05:19.000Z","name":"Alvena Williamson","mobile_number":"423-695-9416","email_id":"Ralph_Daniel99@gmail.com","dop":"2025-04-06","serial_number":"13929952924531452","imei1":"13929952924531452","imei2":"13929952924531452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167555,"job_number":"JOB_167555","tr_customer_id":167572,"tr_customer_product_id":167562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:18.000Z","modified_at":"2026-01-27T03:05:53.000Z","name":"Lue Koss","mobile_number":"890-272-0890","email_id":"Kariane88@yahoo.com","dop":"2025-04-06","serial_number":"12622222412301","imei1":"12622222412301","imei2":"12622222412301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167554,"job_number":"JOB_167554","tr_customer_id":167571,"tr_customer_product_id":167561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:17.000Z","modified_at":"2026-01-27T03:05:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14795401254556","imei1":"14795401254556","imei2":"14795401254556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167553,"job_number":"JOB_167553","tr_customer_id":167570,"tr_customer_product_id":167560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:37.000Z","modified_at":"2026-01-27T03:04:37.000Z","name":"Donato Labadie","mobile_number":"458-864-3903","email_id":"Osbaldo.Skiles@yahoo.com","dop":"2025-04-06","serial_number":"16685826357599888","imei1":"16685826357599888","imei2":"16685826357599888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167552,"job_number":"JOB_167552","tr_customer_id":167569,"tr_customer_product_id":167559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:05:10.000Z","name":"Ines Bins","mobile_number":"331-644-1254","email_id":"Marianne95@hotmail.com","dop":"2025-04-06","serial_number":"10196588918332","imei1":"10196588918332","imei2":"10196588918332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167551,"job_number":"JOB_167551","tr_customer_id":167568,"tr_customer_product_id":167558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:04:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11769976971366","imei1":"11769976971366","imei2":"11769976971366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167550,"job_number":"JOB_167550","tr_customer_id":167567,"tr_customer_product_id":167557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:54.000Z","modified_at":"2026-01-27T03:03:54.000Z","name":"Jayce Olson","mobile_number":"471-289-5640","email_id":"Sister83@gmail.com","dop":"2025-04-06","serial_number":"16134674822616796","imei1":"16134674822616796","imei2":"16134674822616796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167549,"job_number":"JOB_167549","tr_customer_id":167566,"tr_customer_product_id":167556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:04:28.000Z","name":"Murphy Walker","mobile_number":"437-509-6401","email_id":"Jadyn_Dickinson89@hotmail.com","dop":"2025-04-06","serial_number":"16209779649139","imei1":"16209779649139","imei2":"16209779649139","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167548,"job_number":"JOB_167548","tr_customer_id":167565,"tr_customer_product_id":167555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:03:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14540231857564","imei1":"14540231857564","imei2":"14540231857564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167543,"job_number":"JOB_167543","tr_customer_id":167560,"tr_customer_product_id":167550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T01:31:06.000Z","modified_at":"2026-01-27T01:31:06.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-17","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-17T01:31:05.469619446Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T01:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168469,"job_number":"JOB_168469","tr_customer_id":168486,"tr_customer_product_id":168476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:07.000Z","modified_at":"2026-01-27T14:28:07.000Z","name":"Callie Bernhard","mobile_number":"870-614-3117","email_id":"Walton_Jakubowski30@yahoo.com","dop":"2000-01-31","serial_number":"1030842983708839","imei1":"1030842983708839","imei2":"1030842983708839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168467,"job_number":"JOB_168467","tr_customer_id":168484,"tr_customer_product_id":168474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:05.000Z","modified_at":"2026-01-27T14:28:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10669631252517","imei1":"10669631252517","imei2":"10669631252517","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168460,"job_number":"JOB_168460","tr_customer_id":168477,"tr_customer_product_id":168467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:14.000Z","modified_at":"2026-01-27T14:27:14.000Z","name":"Mossie Lindgren","mobile_number":"897-460-5705","email_id":"Keara.Funk@yahoo.com","dop":"2000-01-31","serial_number":"1076906634427195","imei1":"1076906634427195","imei2":"1076906634427195","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168458,"job_number":"JOB_168458","tr_customer_id":168475,"tr_customer_product_id":168465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:12.000Z","modified_at":"2026-01-27T14:27:12.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10272219680675","imei1":"10272219680675","imei2":"10272219680675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168457,"job_number":"JOB_168457","tr_customer_id":168474,"tr_customer_product_id":168464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:21.000Z","modified_at":"2026-01-27T14:26:21.000Z","name":"Valerie Hayes","mobile_number":"990-952-5100","email_id":"Odell.Lowe@yahoo.com","dop":"2000-01-31","serial_number":"1048247811600389","imei1":"1048247811600389","imei2":"1048247811600389","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168455,"job_number":"JOB_168455","tr_customer_id":168472,"tr_customer_product_id":168462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:19.000Z","modified_at":"2026-01-27T14:26:19.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10008870097241","imei1":"10008870097241","imei2":"10008870097241","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168450,"job_number":"JOB_168450","tr_customer_id":168467,"tr_customer_product_id":168457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:27.000Z","modified_at":"2026-01-27T14:25:27.000Z","name":"Alessandro Brekke","mobile_number":"308-295-0330","email_id":"Brionna_Wolff12@gmail.com","dop":"2000-01-31","serial_number":"1050533870084755","imei1":"1050533870084755","imei2":"1050533870084755","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168448,"job_number":"JOB_168448","tr_customer_id":168465,"tr_customer_product_id":168455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:25.000Z","modified_at":"2026-01-27T14:25:25.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10058359478847","imei1":"10058359478847","imei2":"10058359478847","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167893,"job_number":"JOB_167893","tr_customer_id":167910,"tr_customer_product_id":167900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:01.000Z","modified_at":"2026-01-27T06:38:01.000Z","name":"Jonatan Boyle","mobile_number":"565-294-8891","email_id":"Domenica_Bosco@gmail.com","dop":"2000-01-31","serial_number":"1030009739899854","imei1":"1030009739899854","imei2":"1030009739899854","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167891,"job_number":"JOB_167891","tr_customer_id":167908,"tr_customer_product_id":167898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:59.000Z","modified_at":"2026-01-27T06:37:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10174215740446","imei1":"10174215740446","imei2":"10174215740446","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167887,"job_number":"JOB_167887","tr_customer_id":167904,"tr_customer_product_id":167894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:17.000Z","modified_at":"2026-01-27T06:37:17.000Z","name":"Phyllis Stoltenberg","mobile_number":"269-487-7127","email_id":"Enos.Ernser@yahoo.com","dop":"2000-01-31","serial_number":"1017361775799387","imei1":"1017361775799387","imei2":"1017361775799387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167885,"job_number":"JOB_167885","tr_customer_id":167902,"tr_customer_product_id":167892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:15.000Z","modified_at":"2026-01-27T06:37:15.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10975522372856","imei1":"10975522372856","imei2":"10975522372856","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167876,"job_number":"JOB_167876","tr_customer_id":167893,"tr_customer_product_id":167883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:33.000Z","modified_at":"2026-01-27T06:36:33.000Z","name":"Princess Bartell","mobile_number":"610-243-2625","email_id":"Frederique.Nienow41@gmail.com","dop":"2000-01-31","serial_number":"1008582811372429","imei1":"1008582811372429","imei2":"1008582811372429","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167874,"job_number":"JOB_167874","tr_customer_id":167891,"tr_customer_product_id":167881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:31.000Z","modified_at":"2026-01-27T06:36:31.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10620499692264","imei1":"10620499692264","imei2":"10620499692264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167868,"job_number":"JOB_167868","tr_customer_id":167885,"tr_customer_product_id":167875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:49.000Z","modified_at":"2026-01-27T06:35:49.000Z","name":"Marcelle Zieme","mobile_number":"348-753-9040","email_id":"Lottie_Schiller95@hotmail.com","dop":"2000-01-31","serial_number":"1044629435192454","imei1":"1044629435192454","imei2":"1044629435192454","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167866,"job_number":"JOB_167866","tr_customer_id":167883,"tr_customer_product_id":167873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:35:47.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10437737016874","imei1":"10437737016874","imei2":"10437737016874","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167726,"job_number":"JOB_167726","tr_customer_id":167743,"tr_customer_product_id":167733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:35.000Z","modified_at":"2026-01-27T03:59:35.000Z","name":"Ansel Durgan","mobile_number":"326-411-8036","email_id":"Geo.Bayer12@yahoo.com","dop":"2000-01-31","serial_number":"1040609851694983","imei1":"1040609851694983","imei2":"1040609851694983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167724,"job_number":"JOB_167724","tr_customer_id":167741,"tr_customer_product_id":167731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T03:59:34.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10756932133754","imei1":"10756932133754","imei2":"10756932133754","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167701,"job_number":"JOB_167701","tr_customer_id":167718,"tr_customer_product_id":167708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"Gilda Moore","mobile_number":"609-676-5261","email_id":"Wade_Bernier40@hotmail.com","dop":"2000-01-31","serial_number":"1014467587513357","imei1":"1014467587513357","imei2":"1014467587513357","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167697,"job_number":"JOB_167697","tr_customer_id":167714,"tr_customer_product_id":167704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10404146666771","imei1":"10404146666771","imei2":"10404146666771","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167660,"job_number":"JOB_167660","tr_customer_id":167677,"tr_customer_product_id":167667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Lilla Rodriguez","mobile_number":"471-903-4904","email_id":"Miracle77@hotmail.com","dop":"2000-01-31","serial_number":"1003103858390333","imei1":"1003103858390333","imei2":"1003103858390333","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167656,"job_number":"JOB_167656","tr_customer_id":167673,"tr_customer_product_id":167663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10368661501071","imei1":"10368661501071","imei2":"10368661501071","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167604,"job_number":"JOB_167604","tr_customer_id":167621,"tr_customer_product_id":167611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:22.000Z","modified_at":"2026-01-27T03:57:22.000Z","name":"Kathlyn Emard","mobile_number":"883-509-2132","email_id":"Flavie_Vandervort@hotmail.com","dop":"2000-01-31","serial_number":"1042892078118244","imei1":"1042892078118244","imei2":"1042892078118244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167601,"job_number":"JOB_167601","tr_customer_id":167618,"tr_customer_product_id":167608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10001153009440","imei1":"10001153009440","imei2":"10001153009440","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_151329"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 1007B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTN9.3PG9LpGEP4GDC_6Y9sAoDSH4iRbHMa7OjtFVT3IF2wc
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 184d2d1f-2b7b-4b80-a87c-f0106b343f2f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 27
Request Body
{"searchText":"JOB_168613"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1007
ETag W/"3ef-6BWR2SK4BL/r2cAW5Xx9YSeqse8"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":168613,"job_number":"JOB_168613","tr_customer_id":168630,"tr_customer_product_id":168620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19220833279008","imei2":"19220833279008","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T17:05:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_151329' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_168613
Response Information
Response Code: 200 - OK
Mean time per request: 255ms
Mean size per request: 2.56KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MTN9.3PG9LpGEP4GDC_6Y9sAoDSH4iRbHMa7OjtFVT3IF2wc
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 9ecd5a7b-4841-4a2f-8b7b-1a6a728b80e9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"a3a-Me8NgG8Yc+lYSGpM04CNOM69n7I"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":168613,"job_number":"JOB_168613","tr_customer_id":168630,"tr_customer_product_id":168620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19220833279008","imei2":"19220833279008","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T17:05:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":645268,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-27T17:05:15.000Z","created_at":"2026-01-27T17:05:15.000Z"},{"id":645269,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-27T17:05:15.000Z","created_at":"2026-01-27T17:05:15.000Z"},{"id":645270,"mst_action_status":"Pending For Repair","assigned_by":"John Cena","assigned_to":"Mark zuk","assigned_on":"2026-01-27T17:05:19.000Z","created_at":"2026-01-27T17:05:19.000Z"},{"id":645271,"mst_action_status":"Pending For QC","assigned_by":"Mark zuk","assigned_to":null,"assigned_on":"2026-01-27T17:05:21.000Z","created_at":"2026-01-27T17:05:21.000Z"},{"id":645272,"mst_action_status":"Pending for Delivery","assigned_by":"qc qc","assigned_to":null,"assigned_on":"2026-01-27T17:05:24.000Z","created_at":"2026-01-27T17:05:24.000Z"},{"id":645273,"mst_action_status":"Delivered to customer","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-27T17:05:26.000Z","created_at":"2026-01-27T17:05:26.000Z"},{"id":645274,"mst_action_status":"Job Closed Successfully","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-27T17:05:26.000Z","created_at":"2026-01-27T17:05:26.000Z"}],"problems":[{"id":150048,"problem":"Smartphone is running slow","remark":"phone slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-27T17:05:15.000Z"},{"id":150049,"problem":"Smartphone is running slow","remark":"updated os","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-01-27T17:05:21.000Z"}],"quatations":[]}}
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login?
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 690B

Test Pass Percentage
75 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 26704574-1a81-4b6a-a049-22e97cb38bd4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-am3uBQUlufaR9GRnYGcFQbsgbzM"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mjh9.ax2Hdzq1LzvQQ6sf-WjoD14n-BoviHrWbawUh3cajSU"}}
Test Information
NamePassedFailedSkipped
verify if the status code is 200 1 0 0
verify if the response message is Success 1 0 0
verify if the response time is less than 100 0 1 0
verify if the response token is not null 1 0 0
Total 3 1 0
Test Failure
Test NameAssertion Error
verify if the response time is less than 100
expected 226 to be below 100
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login?
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 224ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f11c4980-4d78-415f-acc5-4696a24b5ded
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 72
Request Body
{
            "username": "iamfdinvalid",
            "password": "invalidPassword"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
verify if the status code is 401 0 1 0
verify error message 1 0 0
validate json schema response 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
verify if the status code is 401
expected response to have status code 401 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://v1/userdetails
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mjh9.ax2Hdzq1LzvQQ6sf-WjoD14n-BoviHrWbawUh3cajSU
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e3a33f97-d8a4-419d-bc8c-6c4e14e0a6da
Host
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 243B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mjh9.ax2Hdzq1LzvQQ6sf-WjoD14n-BoviHrWbawUh3cajSU
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dae979b3-a97d-4972-ba44-e62190193fa9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 243
ETag W/"f3-1UID1D9AEaFQ5AbqS0Q6vQj86bI"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":1048},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 243B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mjh9.ax2Hdzq1LzvQQ6sf-WjoD14n-BoviHrWbawUh3cajSU
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fa52fa11-b7d8-40d8-8689-daf5c6270726
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 243
ETag W/"f3-1UID1D9AEaFQ5AbqS0Q6vQj86bI"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":1048},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
verify status code is 200 1 0 0
verify if the keys are present in response data array 1 0 0
Verify if the count for the json object Pending for delivery is Number or not 1 0 0
Verify if the count for the json object Created today is Number or not 1 0 0
Verify if the count for the json object Pending for FST assignment is Number or not 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 233ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mjh9.ax2Hdzq1LzvQQ6sf-WjoD14n-BoviHrWbawUh3cajSU
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f44b6b05-8ccc-4bb0-8e96-12198d04e8a3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 10.53KB

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mjh9.ax2Hdzq1LzvQQ6sf-WjoD14n-BoviHrWbawUh3cajSU
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f0e32748-a2d1-4cda-928d-8cce1b6371d1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify whether the key mst_oem is present in the response 1 0 0
verify if the key is storing a non empty array 0 1 0
Total 1 1 0
Test Failure
Test NameAssertion Error
verify if the key is storing a non empty array
expected_keys is not defined
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Praj","last_name":"Test","mobile_number":"1234567891","mobile_number_alt":"","email_id":"praj22@test.com","email_id_alt":""},"customer_address":{"flat_number":"56","apartment_name":"ress","street_name":"4th Cross Road","landmark":"data","area":"4567","pincode":"560066","country":"India","state":"Karnataka"},"customer_product":{"dop":"2026-01-09T18:30:00.000Z","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","product_id":1,"mst_model_id":1},"problems":[{"id":1,"remark":"phone slow"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 286ms
Mean size per request: 233B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mjh9.ax2Hdzq1LzvQQ6sf-WjoD14n-BoviHrWbawUh3cajSU
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ebdfd3c2-7c01-415f-a9db-72d8c2ebda61
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1038
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Praj",
                "last_name": "Test",
                "mobile_number": "1234567891",
                "mobile_number_alt": "",
                "email_id": "praj22@test.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "56",
                "apartment_name": "ress",
                "street_name": "4th Cross Road",
                "landmark": "data",
                "area": "4567",
                "pincode": "560066",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2026-01-09T18:30:00.000Z",
                "serial_number": "12345678567567",
                "imei1": "13836594412538",
                "imei2": "13836594412538",
                "popurl": "2026-01-09T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 1
            },
            "problems": [
                {
                    "id": 1,
                    "remark": "phone slow"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-2+Nfcf54olgyNYF5wS7r3oCWsO4"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":168614,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":168631,"tr_customer_product_id":168621,"job_number":"JOB_168614"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Praj","last_name":"Test","mobile_number":"1234567891","mobile_number_alt":"","email_id":"praj22@test.com","email_id_alt":""},"customer_address":{"flat_number":"56","apartment_name":"ress","street_name":"4th Cross Road","landmark":"data","area":"4567","pincode":"560066","country":"India","state":"Karnataka"},"customer_product":{"dop":"2026-01-09T18:30:00.000Z","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","product_id":1,"mst_model_id":1},"problems":[{"id":1,"remark":"phone slow"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create?randomNumber=19544426198673
Response Information
Response Code: 200 - OK
Mean time per request: 292ms
Mean size per request: 233B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mjh9.ax2Hdzq1LzvQQ6sf-WjoD14n-BoviHrWbawUh3cajSU
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3bfa055d-2220-473e-a95a-d2eb59ab8251
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1038
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Praj",
                "last_name": "Test",
                "mobile_number": "1234567891",
                "mobile_number_alt": "",
                "email_id": "praj22@test.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "56",
                "apartment_name": "ress",
                "street_name": "4th Cross Road",
                "landmark": "data",
                "area": "4567",
                "pincode": "560066",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2026-01-09T18:30:00.000Z",
                "serial_number": "12345678567567",
                "imei1": "19544426198673",
                "imei2": "19544426198673",
                "popurl": "2026-01-09T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 1
            },
            "problems": [
                {
                    "id": 1,
                    "remark": "phone slow"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-guN2LfehSI+lYdX8VVrAEDAVAgE"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":168615,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":168632,"tr_customer_product_id":168622,"job_number":"JOB_168615"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 243B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mjh9.ax2Hdzq1LzvQQ6sf-WjoD14n-BoviHrWbawUh3cajSU
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f1f9a8c2-6c06-4ce0-b614-f3a6b49e5c9c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 243
ETag W/"f3-mjWfzpOqhemjm6fYM0G7XnvHHys"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":1050},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
verify if the count for the created job today is incremented 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 619ms
Mean size per request: 1019.51KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mjh9.ax2Hdzq1LzvQQ6sf-WjoD14n-BoviHrWbawUh3cajSU
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Cache-Control no-cache
Postman-Token 05b06919-7818-4f88-8f89-408526b7f971
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"fee08-peZ+4Qrpk8K98q79lzGkLiV7X0o"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168555,"job_number":"JOB_168555","tr_customer_id":168572,"tr_customer_product_id":168562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:04.000Z","modified_at":"2026-01-27T14:39:14.000Z","name":"giyu tomiaka","mobile_number":"664-638-8499","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"942601100539197","imei1":"942601100539197","imei2":"942601100539197","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168554,"job_number":"JOB_168554","tr_customer_id":168571,"tr_customer_product_id":168561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:52.000Z","modified_at":"2026-01-27T14:39:02.000Z","name":"tanjiro kamado","mobile_number":"433-273-3217","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"207073624441731","imei1":"207073624441731","imei2":"207073624441731","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168553,"job_number":"JOB_168553","tr_customer_id":168570,"tr_customer_product_id":168560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:40.000Z","modified_at":"2026-01-27T14:38:50.000Z","name":"saitama sensei","mobile_number":"339-446-2160","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"875463016242838","imei1":"875463016242838","imei2":"875463016242838","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168535,"job_number":"JOB_168535","tr_customer_id":168552,"tr_customer_product_id":168542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Larissa Leuschke","mobile_number":"426-795-3122","email_id":"Elna.Rolfson28@hotmail.com","dop":"2025-06-09","serial_number":"109669950200651","imei1":"109669950200651","imei2":"109669950200651","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168534,"job_number":"JOB_168534","tr_customer_id":168551,"tr_customer_product_id":168541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:29.000Z","name":"Garfield Farrell","mobile_number":"952-254-4057","email_id":"Domenick87@hotmail.com","dop":"2025-06-09","serial_number":"100645100343978","imei1":"100645100343978","imei2":"100645100343978","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168533,"job_number":"JOB_168533","tr_customer_id":168550,"tr_customer_product_id":168540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:16.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103570441628619","imei1":"103570441628619","imei2":"103570441628619","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168530,"job_number":"JOB_168530","tr_customer_id":168547,"tr_customer_product_id":168537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Izaiah Kozey","mobile_number":"445-730-8619","email_id":"Tomasa2@hotmail.com","dop":"2025-06-09","serial_number":"105219142185075","imei1":"105219142185075","imei2":"105219142185075","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168528,"job_number":"JOB_168528","tr_customer_id":168545,"tr_customer_product_id":168535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:36:11.000Z","name":"Blanche VonRueden","mobile_number":"500-940-1093","email_id":"Andre.Schmidt@yahoo.com","dop":"2025-06-09","serial_number":"103384821840244","imei1":"103384821840244","imei2":"103384821840244","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168526,"job_number":"JOB_168526","tr_customer_id":168543,"tr_customer_product_id":168533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100344471231049","imei1":"100344471231049","imei2":"100344471231049","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168525,"job_number":"JOB_168525","tr_customer_id":168542,"tr_customer_product_id":168532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:43.000Z","modified_at":"2026-01-27T14:35:43.000Z","name":"Elise Dicki","mobile_number":"458-642-9793","email_id":"Reece.Crist@gmail.com","dop":"2025-06-09","serial_number":"16083747907973634","imei1":"16083747907973634","imei2":"16083747907973634","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168524,"job_number":"JOB_168524","tr_customer_id":168541,"tr_customer_product_id":168531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:42.000Z","modified_at":"2026-01-27T14:35:42.000Z","name":"Chaz Bogisich","mobile_number":"392-210-9533","email_id":"Celia_Kris@yahoo.com","dop":"2025-06-09","serial_number":"108671743184142","imei1":"108671743184142","imei2":"108671743184142","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168523,"job_number":"JOB_168523","tr_customer_id":168540,"tr_customer_product_id":168530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:41.000Z","modified_at":"2026-01-27T14:35:54.000Z","name":"Godfrey Dickens","mobile_number":"885-371-1600","email_id":"Cecelia.Satterfield13@yahoo.com","dop":"2025-06-09","serial_number":"107593543432128","imei1":"107593543432128","imei2":"107593543432128","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168522,"job_number":"JOB_168522","tr_customer_id":168539,"tr_customer_product_id":168529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:41.000Z","modified_at":"2026-01-27T14:35:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109228975100349","imei1":"109228975100349","imei2":"109228975100349","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168454,"job_number":"JOB_168454","tr_customer_id":168471,"tr_customer_product_id":168461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:02.000Z","modified_at":"2026-01-27T14:29:21.000Z","name":"Harsha VK","mobile_number":"8217871373","email_id":"harshahar03@gmail.com","dop":"2026-01-07","serial_number":"12312343243432","imei1":"12312343243432","imei2":"12312343243432","popurl":"2026-01-07T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-27T14:29:21.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":168420,"job_number":"JOB_168420","tr_customer_id":168437,"tr_customer_product_id":168427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:08.000Z","modified_at":"2026-01-27T14:20:32.000Z","name":"Jalyn Roberts","mobile_number":"622-230-0011","email_id":"Jess.Grant61@yahoo.com","dop":"2025-10-01","serial_number":"11790772838237","imei1":"11790772838237","imei2":"11790772838237","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168419,"job_number":"JOB_168419","tr_customer_id":168436,"tr_customer_product_id":168426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Herta Muller","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166178795897785","imei1":"166178795897785","imei2":"166178795897785","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168418,"job_number":"JOB_168418","tr_customer_id":168435,"tr_customer_product_id":168425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Tom Weber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166434105009195","imei1":"166434105009195","imei2":"166434105009195","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168417,"job_number":"JOB_168417","tr_customer_id":168434,"tr_customer_product_id":168424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Beryl Borer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128719321275112","imei1":"128719321275112","imei2":"128719321275112","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168416,"job_number":"JOB_168416","tr_customer_id":168433,"tr_customer_product_id":168423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:02.000Z","modified_at":"2026-01-27T14:20:02.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"184639982898047","imei1":"184639982898047","imei2":"184639982898047","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168415,"job_number":"JOB_168415","tr_customer_id":168432,"tr_customer_product_id":168422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:49.000Z","modified_at":"2026-01-27T14:19:49.000Z","name":"Lennie Hyatt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128484971475887","imei1":"128484971475887","imei2":"128484971475887","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168414,"job_number":"JOB_168414","tr_customer_id":168431,"tr_customer_product_id":168421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Irwin Schulist","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170474120072593","imei1":"170474120072593","imei2":"170474120072593","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168413,"job_number":"JOB_168413","tr_customer_id":168430,"tr_customer_product_id":168420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Kaitlin Macejkovic","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123011456727925","imei1":"123011456727925","imei2":"123011456727925","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168412,"job_number":"JOB_168412","tr_customer_id":168429,"tr_customer_product_id":168419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"136721794885198","imei1":"136721794885198","imei2":"136721794885198","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168408,"job_number":"JOB_168408","tr_customer_id":168425,"tr_customer_product_id":168415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:03.000Z","modified_at":"2026-01-27T14:03:15.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"61244624026113","imei1":"61244624026113","imei2":"61244624026113","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:03:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168404,"job_number":"JOB_168404","tr_customer_id":168421,"tr_customer_product_id":168411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:47.000Z","modified_at":"2026-01-27T14:02:59.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"83368626841605","imei1":"83368626841605","imei2":"83368626841605","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168024,"job_number":"JOB_168024","tr_customer_id":168041,"tr_customer_product_id":168031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:44:16.000Z","modified_at":"2026-01-27T16:39:15.000Z","name":"Nitin Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"97707161098983","imei1":"97707161098983","imei2":"97707161098983","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167975,"job_number":"JOB_167975","tr_customer_id":167992,"tr_customer_product_id":167982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:57.000Z","name":"Tyra Bode","mobile_number":"345-387-5492","email_id":"Vinnie_Hansen8@hotmail.com","dop":"2025-11-04","serial_number":"15467931154278","imei1":"15467931154278","imei2":"15467931154278","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167972,"job_number":"JOB_167972","tr_customer_id":167989,"tr_customer_product_id":167979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:27.000Z","modified_at":"2026-01-27T07:47:40.000Z","name":"Myrtie Von","mobile_number":"535-695-3663","email_id":"Garry.Deckow@gmail.com","dop":"2025-11-04","serial_number":"55820820197905","imei1":"55820820197905","imei2":"55820820197905","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167971,"job_number":"JOB_167971","tr_customer_id":167988,"tr_customer_product_id":167978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:10.000Z","modified_at":"2026-01-27T07:47:22.000Z","name":"Hailey Rath","mobile_number":"746-636-4364","email_id":"George0@yahoo.com","dop":"2025-11-04","serial_number":"84569898271866","imei1":"84569898271866","imei2":"84569898271866","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167956,"job_number":"JOB_167956","tr_customer_id":167973,"tr_customer_product_id":167963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:36:05.000Z","modified_at":"2026-01-27T07:36:05.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Bernita92@hotmail.com","dop":"2025-07-02","serial_number":"19468135399299","imei1":"19468135399299","imei2":"19468135399299","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167955,"job_number":"JOB_167955","tr_customer_id":167972,"tr_customer_product_id":167962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:45.000Z","modified_at":"2026-01-27T07:35:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Markus_Morar4@gmail.com","dop":"2025-07-02","serial_number":"11330791329777","imei1":"11330791329777","imei2":"11330791329777","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167954,"job_number":"JOB_167954","tr_customer_id":167971,"tr_customer_product_id":167961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:24.000Z","modified_at":"2026-01-27T07:35:24.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Jovan_Lakin@yahoo.com","dop":"2025-07-02","serial_number":"12311241407709","imei1":"12311241407709","imei2":"12311241407709","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167953,"job_number":"JOB_167953","tr_customer_id":167970,"tr_customer_product_id":167960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:28:10.000Z","modified_at":"2026-01-27T07:28:21.000Z","name":"Emie Bergstrom","mobile_number":"359-635-2065","email_id":"Marjorie.Larkin@yahoo.com","dop":"2025-11-04","serial_number":"32225753709504","imei1":"32225753709504","imei2":"32225753709504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167952,"job_number":"JOB_167952","tr_customer_id":167969,"tr_customer_product_id":167959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:55.000Z","modified_at":"2026-01-27T07:28:06.000Z","name":"Hubert Rolfson","mobile_number":"399-357-0889","email_id":"Giuseppe18@yahoo.com","dop":"2025-11-04","serial_number":"52472548051072","imei1":"52472548051072","imei2":"52472548051072","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167951,"job_number":"JOB_167951","tr_customer_id":167968,"tr_customer_product_id":167958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:39.000Z","modified_at":"2026-01-27T07:27:51.000Z","name":"Bernita Johnston","mobile_number":"924-316-2364","email_id":"Sylvester.Thompson@yahoo.com","dop":"2025-11-04","serial_number":"51972504316060","imei1":"51972504316060","imei2":"51972504316060","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167846,"job_number":"JOB_167846","tr_customer_id":167863,"tr_customer_product_id":167853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"63418459119098","imei1":"63418459119098","imei2":"63418459119098","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167842,"job_number":"JOB_167842","tr_customer_id":167859,"tr_customer_product_id":167849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:59.000Z","modified_at":"2026-01-27T06:30:12.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"14949087610513","imei1":"14949087610513","imei2":"14949087610513","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167841,"job_number":"JOB_167841","tr_customer_id":167858,"tr_customer_product_id":167848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:41.000Z","modified_at":"2026-01-27T06:29:54.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"83346861180614","imei1":"83346861180614","imei2":"83346861180614","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167814,"job_number":"JOB_167814","tr_customer_id":167831,"tr_customer_product_id":167821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:22:09.000Z","modified_at":"2026-01-27T06:22:36.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"87489460908188","imei1":"87489460908188","imei2":"87489460908188","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167813,"job_number":"JOB_167813","tr_customer_id":167830,"tr_customer_product_id":167820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:34.000Z","modified_at":"2026-01-27T06:20:34.000Z","name":"Sonny Turner","mobile_number":"799-958-6159","email_id":"Donna.MacGyver@yahoo.com","dop":"2025-06-09","serial_number":"103029682528025","imei1":"103029682528025","imei2":"103029682528025","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167812,"job_number":"JOB_167812","tr_customer_id":167829,"tr_customer_product_id":167819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:44.000Z","name":"Bryce Leffler","mobile_number":"385-608-7314","email_id":"Eleanora34@gmail.com","dop":"2025-06-09","serial_number":"101447873691916","imei1":"101447873691916","imei2":"101447873691916","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167811,"job_number":"JOB_167811","tr_customer_id":167828,"tr_customer_product_id":167818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100068897076486","imei1":"100068897076486","imei2":"100068897076486","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167807,"job_number":"JOB_167807","tr_customer_id":167824,"tr_customer_product_id":167814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:18.000Z","modified_at":"2026-01-27T06:20:18.000Z","name":"Adan Padberg","mobile_number":"624-381-5378","email_id":"Jessika.Roob@hotmail.com","dop":"2025-06-09","serial_number":"101487988748895","imei1":"101487988748895","imei2":"101487988748895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167806,"job_number":"JOB_167806","tr_customer_id":167823,"tr_customer_product_id":167813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:29.000Z","name":"Ruben Christiansen","mobile_number":"731-322-8089","email_id":"Rylan70@gmail.com","dop":"2025-06-09","serial_number":"101454981814787","imei1":"101454981814787","imei2":"101454981814787","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167805,"job_number":"JOB_167805","tr_customer_id":167822,"tr_customer_product_id":167812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:17.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107185650913150","imei1":"107185650913150","imei2":"107185650913150","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167804,"job_number":"JOB_167804","tr_customer_id":167821,"tr_customer_product_id":167811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:02.000Z","modified_at":"2026-01-27T06:20:02.000Z","name":"Margarete Runolfsson","mobile_number":"585-678-2135","email_id":"Neha_McCullough@yahoo.com","dop":"2025-06-09","serial_number":"102551438914382","imei1":"102551438914382","imei2":"102551438914382","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167803,"job_number":"JOB_167803","tr_customer_id":167820,"tr_customer_product_id":167810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:13.000Z","name":"Rashad Fritsch","mobile_number":"226-706-0013","email_id":"Jan_Boyle4@hotmail.com","dop":"2025-06-09","serial_number":"109276788223497","imei1":"109276788223497","imei2":"109276788223497","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167802,"job_number":"JOB_167802","tr_customer_id":167819,"tr_customer_product_id":167809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:01.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101552759016705","imei1":"101552759016705","imei2":"101552759016705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167795,"job_number":"JOB_167795","tr_customer_id":167812,"tr_customer_product_id":167802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:18:21.000Z","modified_at":"2026-01-27T06:18:44.000Z","name":"Enrico Kirlin","mobile_number":"251-555-3855","email_id":"Eli72@yahoo.com","dop":"2025-10-01","serial_number":"11322837650533","imei1":"11322837650533","imei2":"11322837650533","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167794,"job_number":"JOB_167794","tr_customer_id":167811,"tr_customer_product_id":167801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:35.000Z","modified_at":"2026-01-27T06:18:02.000Z","name":"Troy Langworth","mobile_number":"692-491-3396","email_id":"Bernadine.Runolfsdottir@hotmail.com","dop":"2025-11-04","serial_number":"84989457462321","imei1":"84989457462321","imei2":"84989457462321","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167793,"job_number":"JOB_167793","tr_customer_id":167810,"tr_customer_product_id":167800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:19.000Z","modified_at":"2026-01-27T06:17:30.000Z","name":"Wilhelmine Nienow","mobile_number":"634-944-3525","email_id":"Vena.Toy@gmail.com","dop":"2025-11-04","serial_number":"50739144913283","imei1":"50739144913283","imei2":"50739144913283","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167758,"job_number":"JOB_167758","tr_customer_id":167775,"tr_customer_product_id":167765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:13.000Z","modified_at":"2026-01-27T04:39:13.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19392864251321","imei1":"19392864251321","imei2":"19392864251321","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167757,"job_number":"JOB_167757","tr_customer_id":167774,"tr_customer_product_id":167764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:12.000Z","modified_at":"2026-01-27T04:39:22.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15588334816566","imei1":"15588334816566","imei2":"15588334816566","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167717,"job_number":"JOB_167717","tr_customer_id":167734,"tr_customer_product_id":167724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:13.000Z","name":"Emie Greenholt","mobile_number":"985-658-9900","email_id":"Rod41@hotmail.com","dop":"2025-06-09","serial_number":"105938978155234","imei1":"105938978155234","imei2":"105938978155234","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167716,"job_number":"JOB_167716","tr_customer_id":167733,"tr_customer_product_id":167723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:24.000Z","name":"Bennie Franecki","mobile_number":"802-828-9137","email_id":"Mario.Sanford@yahoo.com","dop":"2025-06-09","serial_number":"108192504023156","imei1":"108192504023156","imei2":"108192504023156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167715,"job_number":"JOB_167715","tr_customer_id":167732,"tr_customer_product_id":167722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:12.000Z","modified_at":"2026-01-27T03:59:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109186152508815","imei1":"109186152508815","imei2":"109186152508815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167707,"job_number":"JOB_167707","tr_customer_id":167724,"tr_customer_product_id":167714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Fermin Morar","mobile_number":"734-674-9275","email_id":"Monica.Schroeder@hotmail.com","dop":"2025-06-09","serial_number":"109431696412298","imei1":"109431696412298","imei2":"109431696412298","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167706,"job_number":"JOB_167706","tr_customer_id":167723,"tr_customer_product_id":167713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Kayley Grant","mobile_number":"987-283-8009","email_id":"Germaine16@gmail.com","dop":"2025-06-09","serial_number":"102323060459001","imei1":"102323060459001","imei2":"102323060459001","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167705,"job_number":"JOB_167705","tr_customer_id":167722,"tr_customer_product_id":167712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108554028495768","imei1":"108554028495768","imei2":"108554028495768","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167690,"job_number":"JOB_167690","tr_customer_id":167707,"tr_customer_product_id":167697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Yasmine O'Conner","mobile_number":"276-226-2059","email_id":"Micheal.Langworth@hotmail.com","dop":"2025-06-09","serial_number":"104117836226352","imei1":"104117836226352","imei2":"104117836226352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167688,"job_number":"JOB_167688","tr_customer_id":167705,"tr_customer_product_id":167695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:52.000Z","name":"Devyn Jerde","mobile_number":"833-279-3346","email_id":"Deja72@yahoo.com","dop":"2025-06-09","serial_number":"103696049142109","imei1":"103696049142109","imei2":"103696049142109","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167686,"job_number":"JOB_167686","tr_customer_id":167703,"tr_customer_product_id":167693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109429601299068","imei1":"109429601299068","imei2":"109429601299068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167647,"job_number":"JOB_167647","tr_customer_id":167664,"tr_customer_product_id":167654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Royce Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187031398724326","imei1":"187031398724326","imei2":"187031398724326","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167646,"job_number":"JOB_167646","tr_customer_id":167663,"tr_customer_product_id":167653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"George Wehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162741629655708","imei1":"162741629655708","imei2":"162741629655708","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167645,"job_number":"JOB_167645","tr_customer_id":167662,"tr_customer_product_id":167652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Joesph Wisozk","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180299567372427","imei1":"180299567372427","imei2":"180299567372427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167644,"job_number":"JOB_167644","tr_customer_id":167661,"tr_customer_product_id":167651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"160947787121403","imei1":"160947787121403","imei2":"160947787121403","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167635,"job_number":"JOB_167635","tr_customer_id":167652,"tr_customer_product_id":167642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Kayley Cartwright","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142568640052876","imei1":"142568640052876","imei2":"142568640052876","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167634,"job_number":"JOB_167634","tr_customer_id":167651,"tr_customer_product_id":167641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Constantin Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114120787849256","imei1":"114120787849256","imei2":"114120787849256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167633,"job_number":"JOB_167633","tr_customer_id":167650,"tr_customer_product_id":167640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Tanner Bernhard","mobile_number":"590-234-8156","email_id":"Hardy74@yahoo.com","dop":"2025-10-01","serial_number":"12083728362528","imei1":"12083728362528","imei2":"12083728362528","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167632,"job_number":"JOB_167632","tr_customer_id":167649,"tr_customer_product_id":167639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Krystel Mertz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169905397032309","imei1":"169905397032309","imei2":"169905397032309","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167631,"job_number":"JOB_167631","tr_customer_id":167648,"tr_customer_product_id":167638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:46.000Z","modified_at":"2026-01-27T03:57:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113592422631647","imei1":"113592422631647","imei2":"113592422631647","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167610,"job_number":"JOB_167610","tr_customer_id":167627,"tr_customer_product_id":167617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:32.000Z","modified_at":"2026-01-27T03:57:32.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Kim_Senger19@yahoo.com","dop":"2025-07-02","serial_number":"14478206148415","imei1":"14478206148415","imei2":"14478206148415","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167598,"job_number":"JOB_167598","tr_customer_id":167615,"tr_customer_product_id":167605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"giyu tomiaka","mobile_number":"325-918-4615","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"898295578132122","imei1":"898295578132122","imei2":"898295578132122","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167589,"job_number":"JOB_167589","tr_customer_id":167606,"tr_customer_product_id":167596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:15.000Z","modified_at":"2026-01-27T03:57:15.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kelsi_Schiller40@hotmail.com","dop":"2025-07-02","serial_number":"18330157911715","imei1":"18330157911715","imei2":"18330157911715","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167583,"job_number":"JOB_167583","tr_customer_id":167600,"tr_customer_product_id":167590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:08.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"tanjiro kamado","mobile_number":"491-800-0516","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"186981793403282","imei1":"186981793403282","imei2":"186981793403282","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167580,"job_number":"JOB_167580","tr_customer_id":167597,"tr_customer_product_id":167587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:58.000Z","modified_at":"2026-01-27T03:56:58.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Sonia_Reichel97@hotmail.com","dop":"2025-07-02","serial_number":"19374980428044","imei1":"19374980428044","imei2":"19374980428044","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167579,"job_number":"JOB_167579","tr_customer_id":167596,"tr_customer_product_id":167586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:57.000Z","modified_at":"2026-01-27T03:57:06.000Z","name":"saitama sensei","mobile_number":"241-714-5923","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"720202871951017","imei1":"720202871951017","imei2":"720202871951017","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167547,"job_number":"JOB_167547","tr_customer_id":167564,"tr_customer_product_id":167554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:17.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13975438843936","imei1":"13975438843936","imei2":"13975438843936","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167546,"job_number":"JOB_167546","tr_customer_id":167563,"tr_customer_product_id":167553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:26.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19803285126055","imei1":"19803285126055","imei2":"19803285126055","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167545,"job_number":"JOB_167545","tr_customer_id":167562,"tr_customer_product_id":167552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:15.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13453255964591","imei1":"13453255964591","imei2":"13453255964591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167544,"job_number":"JOB_167544","tr_customer_id":167561,"tr_customer_product_id":167551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:24.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16856548964448","imei1":"16856548964448","imei2":"16856548964448","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168615,"job_number":"JOB_168615","tr_customer_id":168632,"tr_customer_product_id":168622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:30.000Z","modified_at":"2026-01-27T17:05:30.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19544426198673","imei2":"19544426198673","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168614,"job_number":"JOB_168614","tr_customer_id":168631,"tr_customer_product_id":168621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:30.000Z","modified_at":"2026-01-27T17:05:30.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13836594412538","imei2":"13836594412538","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168613,"job_number":"JOB_168613","tr_customer_id":168630,"tr_customer_product_id":168620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19220833279008","imei2":"19220833279008","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T17:05:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168612,"job_number":"JOB_168612","tr_customer_id":168629,"tr_customer_product_id":168619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16296194773734","imei2":"16296194773734","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168611,"job_number":"JOB_168611","tr_customer_id":168628,"tr_customer_product_id":168618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:02:16.000Z","modified_at":"2026-01-27T17:02:16.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-01-17","serial_number":"87988284085858","imei1":"87988284085858","imei2":"87988284085858","popurl":"2026-01-17T17:02:15.590744627Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168610,"job_number":"JOB_168610","tr_customer_id":168627,"tr_customer_product_id":168617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:59:19.000Z","modified_at":"2026-01-27T16:59:19.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-01-17","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-01-17T16:59:18.674666402Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:59:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168609,"job_number":"JOB_168609","tr_customer_id":168626,"tr_customer_product_id":168616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:52.000Z","modified_at":"2026-01-27T16:58:52.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2026-01-17T16:58:51.281320551Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168608,"job_number":"JOB_168608","tr_customer_id":168625,"tr_customer_product_id":168615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:46.000Z","modified_at":"2026-01-27T16:58:46.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376402","imei1":"499863806376402","imei2":"499863806376402","popurl":"2026-01-17T16:58:45.122655427Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168607,"job_number":"JOB_168607","tr_customer_id":168624,"tr_customer_product_id":168614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:33.000Z","modified_at":"2026-01-27T16:58:33.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806375566","imei1":"499863806375566","imei2":"499863806375566","popurl":"2026-01-17T16:58:32.562471011Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168606,"job_number":"JOB_168606","tr_customer_id":168623,"tr_customer_product_id":168613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:52.000Z","modified_at":"2026-01-27T16:57:52.000Z","name":"Goswamee Shukla","mobile_number":"7097990517","email_id":"kamla.marar@hotmail.com","dop":"2026-01-17","serial_number":"484627285911710","imei1":"484627285911710","imei2":"484627285911710","popurl":"www.mahesh-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168605,"job_number":"JOB_168605","tr_customer_id":168622,"tr_customer_product_id":168612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:33.000Z","modified_at":"2026-01-27T16:57:33.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-17","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-17T16:57:32.867823459Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168604,"job_number":"JOB_168604","tr_customer_id":168621,"tr_customer_product_id":168611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:17.000Z","modified_at":"2026-01-27T16:55:17.000Z","name":"Chandravati Chattopadhyay","mobile_number":"8631652004","email_id":"kalyani.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"19520624202631","imei1":"19520624202631","imei2":"19520624202631","popurl":"www.akula-banerjee.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168603,"job_number":"JOB_168603","tr_customer_id":168620,"tr_customer_product_id":168610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:05.000Z","modified_at":"2026-01-27T16:55:05.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"19953254555558","imei1":"19953254555558","imei2":"19953254555558","popurl":"2026-01-17T16:54:55.361742867Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168602,"job_number":"JOB_168602","tr_customer_id":168619,"tr_customer_product_id":168609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:19.000Z","modified_at":"2026-01-27T16:54:19.000Z","name":"Geeta Varma","mobile_number":"8645740548","email_id":"ajit.iyengar@gmail.com","dop":"2026-01-17","serial_number":"80907096314582","imei1":"80907096314582","imei2":"80907096314582","popurl":"www.devasree-gupta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168601,"job_number":"JOB_168601","tr_customer_id":168618,"tr_customer_product_id":168608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:07.000Z","modified_at":"2026-01-27T16:54:07.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"25343391732759","imei1":"25343391732759","imei2":"25343391732759","popurl":"2026-01-17T16:53:57.624039735Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168600,"job_number":"JOB_168600","tr_customer_id":168617,"tr_customer_product_id":168607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:41:27.000Z","modified_at":"2026-01-27T16:41:27.000Z","name":"Sharda Pillai","mobile_number":"8683347037","email_id":"chandranath.guha@gmail.com","dop":"2026-01-17","serial_number":"39843149417090","imei1":"39843149417090","imei2":"39843149417090","popurl":"www.vaishnavi-varrier.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168599,"job_number":"JOB_168599","tr_customer_id":168616,"tr_customer_product_id":168606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:39:44.000Z","modified_at":"2026-01-27T16:39:44.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"73596642243346","imei1":"73596642243346","imei2":"73596642243346","popurl":"2026-01-17T16:39:41.482427800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168598,"job_number":"JOB_168598","tr_customer_id":168615,"tr_customer_product_id":168605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:36.000Z","modified_at":"2026-01-27T16:32:36.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70603217290434","imei1":"70603217290434","imei2":"70603217290434","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168597,"job_number":"JOB_168597","tr_customer_id":168614,"tr_customer_product_id":168604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:35.000Z","modified_at":"2026-01-27T16:33:04.000Z","name":"Florida Renner","mobile_number":"473-632-9627","email_id":"Filomena.Lindgren91@gmail.com","dop":"2026-01-04","serial_number":"10975282029036","imei1":"10975282029036","imei2":"10975282029036","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168596,"job_number":"JOB_168596","tr_customer_id":168613,"tr_customer_product_id":168603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:34.000Z","modified_at":"2026-01-27T16:32:34.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15467269520743","imei1":"15467269520743","imei2":"15467269520743","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168595,"job_number":"JOB_168595","tr_customer_id":168612,"tr_customer_product_id":168602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:00.000Z","modified_at":"2026-01-27T16:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"35289861359381","imei1":"35289861359381","imei2":"35289861359381","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168594,"job_number":"JOB_168594","tr_customer_id":168611,"tr_customer_product_id":168601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:59.000Z","modified_at":"2026-01-27T16:32:29.000Z","name":"Onie Wehner","mobile_number":"525-707-7386","email_id":"Guiseppe10@yahoo.com","dop":"2026-01-04","serial_number":"19591251401430","imei1":"19591251401430","imei2":"19591251401430","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168593,"job_number":"JOB_168593","tr_customer_id":168610,"tr_customer_product_id":168600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:58.000Z","modified_at":"2026-01-27T16:31:58.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10242320510615","imei1":"10242320510615","imei2":"10242320510615","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168592,"job_number":"JOB_168592","tr_customer_id":168609,"tr_customer_product_id":168599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:24.000Z","modified_at":"2026-01-27T16:31:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"109956327037031","imei1":"109956327037031","imei2":"109956327037031","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168591,"job_number":"JOB_168591","tr_customer_id":168608,"tr_customer_product_id":168598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:22.000Z","modified_at":"2026-01-27T16:31:53.000Z","name":"Jewel Jakubowski","mobile_number":"344-549-8027","email_id":"Emmanuel.Gorczany85@yahoo.com","dop":"2026-01-04","serial_number":"13123661182437","imei1":"13123661182437","imei2":"13123661182437","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168590,"job_number":"JOB_168590","tr_customer_id":168607,"tr_customer_product_id":168597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:22.000Z","modified_at":"2026-01-27T16:31:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16840232757090","imei1":"16840232757090","imei2":"16840232757090","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168589,"job_number":"JOB_168589","tr_customer_id":168606,"tr_customer_product_id":168596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:13.000Z","modified_at":"2026-01-27T16:18:13.000Z","name":"Vivien Smitham","mobile_number":"858-499-2536","email_id":"Antonette78@yahoo.com","dop":"2025-04-06","serial_number":"18109953822130028","imei1":"18109953822130028","imei2":"18109953822130028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168588,"job_number":"JOB_168588","tr_customer_id":168605,"tr_customer_product_id":168595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:12.000Z","modified_at":"2026-01-27T16:18:50.000Z","name":"Vicenta Hickle","mobile_number":"903-700-9662","email_id":"Jolie_Goodwin99@gmail.com","dop":"2025-04-06","serial_number":"14823471304770","imei1":"14823471304770","imei2":"14823471304770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:18:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168587,"job_number":"JOB_168587","tr_customer_id":168604,"tr_customer_product_id":168594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:11.000Z","modified_at":"2026-01-27T16:18:11.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14714863311555","imei1":"14714863311555","imei2":"14714863311555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168586,"job_number":"JOB_168586","tr_customer_id":168603,"tr_customer_product_id":168593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:27.000Z","modified_at":"2026-01-27T16:17:27.000Z","name":"Howell Jacobson","mobile_number":"361-577-6200","email_id":"Bettye99@gmail.com","dop":"2025-04-06","serial_number":"11158835911723754","imei1":"11158835911723754","imei2":"11158835911723754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168585,"job_number":"JOB_168585","tr_customer_id":168602,"tr_customer_product_id":168592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:26.000Z","modified_at":"2026-01-27T16:18:05.000Z","name":"Nathan Bailey","mobile_number":"314-431-0996","email_id":"Christop_McDermott@hotmail.com","dop":"2025-04-06","serial_number":"14199266172636","imei1":"14199266172636","imei2":"14199266172636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:18:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168584,"job_number":"JOB_168584","tr_customer_id":168601,"tr_customer_product_id":168591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:26.000Z","modified_at":"2026-01-27T16:17:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18383213369686","imei1":"18383213369686","imei2":"18383213369686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168583,"job_number":"JOB_168583","tr_customer_id":168600,"tr_customer_product_id":168590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:41.000Z","modified_at":"2026-01-27T16:16:41.000Z","name":"Tracy Abshire","mobile_number":"502-523-6760","email_id":"Vicente_Gaylord40@hotmail.com","dop":"2025-04-06","serial_number":"19341599533965390","imei1":"19341599533965390","imei2":"19341599533965390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168582,"job_number":"JOB_168582","tr_customer_id":168599,"tr_customer_product_id":168589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:40.000Z","modified_at":"2026-01-27T16:17:19.000Z","name":"Elouise Turner","mobile_number":"281-714-2653","email_id":"Vincenzo_Watsica@hotmail.com","dop":"2025-04-06","serial_number":"13726058481533","imei1":"13726058481533","imei2":"13726058481533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:17:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168581,"job_number":"JOB_168581","tr_customer_id":168598,"tr_customer_product_id":168588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:40.000Z","modified_at":"2026-01-27T16:16:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19879525328995","imei1":"19879525328995","imei2":"19879525328995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168580,"job_number":"JOB_168580","tr_customer_id":168597,"tr_customer_product_id":168587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:27.000Z","modified_at":"2026-01-27T16:16:27.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"26134993278674","imei1":"26134993278674","imei2":"26134993278674","popurl":"2026-01-17T16:16:24.365383100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168579,"job_number":"JOB_168579","tr_customer_id":168596,"tr_customer_product_id":168586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:50:38.000Z","modified_at":"2026-01-27T15:50:38.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-27","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-27T15:50:37.630Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168578,"job_number":"JOB_168578","tr_customer_id":168595,"tr_customer_product_id":168585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:29.000Z","modified_at":"2026-01-27T15:48:39.000Z","name":"Alison Kuvalis","mobile_number":"379-968-0460","email_id":"Kirk66@hotmail.com","dop":"2025-07-01","serial_number":"101065600915747","imei1":"101065600915747","imei2":"101065600915747","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168577,"job_number":"JOB_168577","tr_customer_id":168594,"tr_customer_product_id":168584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:29.000Z","modified_at":"2026-01-27T15:48:29.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"107279565771392","imei1":"107279565771392","imei2":"107279565771392","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168576,"job_number":"JOB_168576","tr_customer_id":168593,"tr_customer_product_id":168583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:15.000Z","modified_at":"2026-01-27T15:48:27.000Z","name":"Juvenal Shanahan","mobile_number":"384-532-4924","email_id":"Pauline_Smitham@hotmail.com","dop":"2025-07-01","serial_number":"101202221373248","imei1":"101202221373248","imei2":"101202221373248","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168575,"job_number":"JOB_168575","tr_customer_id":168592,"tr_customer_product_id":168582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:15.000Z","modified_at":"2026-01-27T15:48:15.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109903425247588","imei1":"109903425247588","imei2":"109903425247588","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168574,"job_number":"JOB_168574","tr_customer_id":168591,"tr_customer_product_id":168581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:04:44.000Z","modified_at":"2026-01-27T15:04:44.000Z","name":"Mitchel Conn","mobile_number":"430-780-4511","email_id":"Syble18@yahoo.com","dop":"2025-04-06","serial_number":"15469866002304072","imei1":"15469866002304072","imei2":"15469866002304072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:04:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168573,"job_number":"JOB_168573","tr_customer_id":168590,"tr_customer_product_id":168580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:04:43.000Z","modified_at":"2026-01-27T15:05:22.000Z","name":"Wayne Jaskolski","mobile_number":"298-435-5449","email_id":"Earnest.Miller@yahoo.com","dop":"2025-04-06","serial_number":"15831377211719","imei1":"15831377211719","imei2":"15831377211719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168572,"job_number":"JOB_168572","tr_customer_id":168589,"tr_customer_product_id":168579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:57.000Z","modified_at":"2026-01-27T15:03:57.000Z","name":"Arch Langworth","mobile_number":"541-458-0847","email_id":"Piper.Brakus18@gmail.com","dop":"2025-04-06","serial_number":"13899110267169184","imei1":"13899110267169184","imei2":"13899110267169184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168571,"job_number":"JOB_168571","tr_customer_id":168588,"tr_customer_product_id":168578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:56.000Z","modified_at":"2026-01-27T15:04:35.000Z","name":"Victor Howell","mobile_number":"916-657-6218","email_id":"Granville37@hotmail.com","dop":"2025-04-06","serial_number":"19659009122260","imei1":"19659009122260","imei2":"19659009122260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168570,"job_number":"JOB_168570","tr_customer_id":168587,"tr_customer_product_id":168577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:11.000Z","modified_at":"2026-01-27T15:03:11.000Z","name":"Dandre Metz","mobile_number":"404-647-5022","email_id":"Ayla.Schaden10@hotmail.com","dop":"2025-04-06","serial_number":"12871564774883630","imei1":"12871564774883630","imei2":"12871564774883630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168569,"job_number":"JOB_168569","tr_customer_id":168586,"tr_customer_product_id":168576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:09.000Z","modified_at":"2026-01-27T15:03:49.000Z","name":"Jany McLaughlin","mobile_number":"915-529-7776","email_id":"Arturo_Robel@yahoo.com","dop":"2025-04-06","serial_number":"15921801393310","imei1":"15921801393310","imei2":"15921801393310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168568,"job_number":"JOB_168568","tr_customer_id":168585,"tr_customer_product_id":168575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:58:26.000Z","modified_at":"2026-01-27T14:58:26.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2025-03-26","serial_number":"234574345423535","imei1":"234574345423535","imei2":"234574345423535","popurl":"2025-03-26T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168567,"job_number":"JOB_168567","tr_customer_id":168584,"tr_customer_product_id":168574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:20.000Z","modified_at":"2026-01-27T14:57:20.000Z","name":"Claude Ritchie","mobile_number":"640-827-9545","email_id":"Kevin.Pollich44@gmail.com","dop":"2025-04-06","serial_number":"12914396569574010","imei1":"12914396569574010","imei2":"12914396569574010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168566,"job_number":"JOB_168566","tr_customer_id":168583,"tr_customer_product_id":168573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:18.000Z","modified_at":"2026-01-27T14:57:58.000Z","name":"Sammie Wunsch","mobile_number":"867-740-9117","email_id":"Sabrina.Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"14635524139974","imei1":"14635524139974","imei2":"14635524139974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168565,"job_number":"JOB_168565","tr_customer_id":168582,"tr_customer_product_id":168572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:18.000Z","modified_at":"2026-01-27T14:57:18.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16433155201313","imei1":"16433155201313","imei2":"16433155201313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168564,"job_number":"JOB_168564","tr_customer_id":168581,"tr_customer_product_id":168571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:33.000Z","modified_at":"2026-01-27T14:56:33.000Z","name":"Angelina Ryan","mobile_number":"259-711-2703","email_id":"Mara95@hotmail.com","dop":"2025-04-06","serial_number":"16152303670205284","imei1":"16152303670205284","imei2":"16152303670205284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168563,"job_number":"JOB_168563","tr_customer_id":168580,"tr_customer_product_id":168570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:32.000Z","modified_at":"2026-01-27T14:57:11.000Z","name":"Oran Kassulke","mobile_number":"968-259-9104","email_id":"Greyson94@yahoo.com","dop":"2025-04-06","serial_number":"16625743983442","imei1":"16625743983442","imei2":"16625743983442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168562,"job_number":"JOB_168562","tr_customer_id":168579,"tr_customer_product_id":168569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:31.000Z","modified_at":"2026-01-27T14:56:31.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17977304457910","imei1":"17977304457910","imei2":"17977304457910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168561,"job_number":"JOB_168561","tr_customer_id":168578,"tr_customer_product_id":168568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:51.000Z","modified_at":"2026-01-27T14:39:51.000Z","name":"Octavia Lesch","mobile_number":"758-927-2215","email_id":"Nasir42@gmail.com","dop":"2025-04-06","serial_number":"16931637053715728","imei1":"16931637053715728","imei2":"16931637053715728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168560,"job_number":"JOB_168560","tr_customer_id":168577,"tr_customer_product_id":168567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:50.000Z","modified_at":"2026-01-27T14:40:27.000Z","name":"Kristopher Hamill","mobile_number":"613-408-5068","email_id":"Marjory_Rempel6@hotmail.com","dop":"2025-04-06","serial_number":"11700184577754","imei1":"11700184577754","imei2":"11700184577754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:40:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168559,"job_number":"JOB_168559","tr_customer_id":168576,"tr_customer_product_id":168566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:49.000Z","modified_at":"2026-01-27T14:39:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11700268384381","imei1":"11700268384381","imei2":"11700268384381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168558,"job_number":"JOB_168558","tr_customer_id":168575,"tr_customer_product_id":168565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:06.000Z","modified_at":"2026-01-27T14:39:06.000Z","name":"Georgette Jacobs","mobile_number":"247-742-8468","email_id":"Rafael34@hotmail.com","dop":"2025-04-06","serial_number":"14793820117484506","imei1":"14793820117484506","imei2":"14793820117484506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168557,"job_number":"JOB_168557","tr_customer_id":168574,"tr_customer_product_id":168564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:05.000Z","modified_at":"2026-01-27T14:39:43.000Z","name":"Chasity Kilback","mobile_number":"444-243-6395","email_id":"Cortez_Koepp18@yahoo.com","dop":"2025-04-06","serial_number":"17632027953923","imei1":"17632027953923","imei2":"17632027953923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168556,"job_number":"JOB_168556","tr_customer_id":168573,"tr_customer_product_id":168563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:05.000Z","modified_at":"2026-01-27T14:39:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10427653289693","imei1":"10427653289693","imei2":"10427653289693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168552,"job_number":"JOB_168552","tr_customer_id":168569,"tr_customer_product_id":168559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:27.000Z","modified_at":"2026-01-27T14:38:27.000Z","name":"Katlynn Dickinson","mobile_number":"888-216-5011","email_id":"Rebekah39@yahoo.com","dop":"2025-04-06","serial_number":"18780250777439776","imei1":"18780250777439776","imei2":"18780250777439776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168551,"job_number":"JOB_168551","tr_customer_id":168568,"tr_customer_product_id":168558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:26.000Z","modified_at":"2026-01-27T14:39:04.000Z","name":"Malinda McKenzie","mobile_number":"582-354-7667","email_id":"Ashly.Von@yahoo.com","dop":"2025-04-06","serial_number":"14561773128151","imei1":"14561773128151","imei2":"14561773128151","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168550,"job_number":"JOB_168550","tr_customer_id":168567,"tr_customer_product_id":168557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:21.000Z","modified_at":"2026-01-27T14:38:21.000Z","name":"Bonnie Gaylord","mobile_number":"264-794-9881","email_id":"Alford.Funk52@gmail.com","dop":"2025-04-06","serial_number":"13725629609368930","imei1":"13725629609368930","imei2":"13725629609368930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168549,"job_number":"JOB_168549","tr_customer_id":168566,"tr_customer_product_id":168556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:20.000Z","modified_at":"2026-01-27T14:38:58.000Z","name":"Stephan Hayes","mobile_number":"380-772-1851","email_id":"Marc_Spencer@yahoo.com","dop":"2025-04-06","serial_number":"10304152059222","imei1":"10304152059222","imei2":"10304152059222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:38:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168548,"job_number":"JOB_168548","tr_customer_id":168565,"tr_customer_product_id":168555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:19.000Z","modified_at":"2026-01-27T14:38:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16759548521487","imei1":"16759548521487","imei2":"16759548521487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168547,"job_number":"JOB_168547","tr_customer_id":168564,"tr_customer_product_id":168554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:12.000Z","modified_at":"2026-01-27T14:37:12.000Z","name":"Raina Wisoky","mobile_number":"943-967-7925","email_id":"Jazmyn.Huel@gmail.com","dop":"2025-04-06","serial_number":"17122379770844340","imei1":"17122379770844340","imei2":"17122379770844340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168546,"job_number":"JOB_168546","tr_customer_id":168563,"tr_customer_product_id":168553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:11.000Z","modified_at":"2026-01-27T14:37:50.000Z","name":"Barton Medhurst","mobile_number":"320-834-1312","email_id":"Delmer42@gmail.com","dop":"2025-04-06","serial_number":"12439773307184","imei1":"12439773307184","imei2":"12439773307184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168545,"job_number":"JOB_168545","tr_customer_id":168562,"tr_customer_product_id":168552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:10.000Z","modified_at":"2026-01-27T14:37:10.000Z","name":"Darryl Tromp","mobile_number":"370-755-6086","email_id":"Delpha.Macejkovic21@yahoo.com","dop":"2025-04-06","serial_number":"14603900081931412","imei1":"14603900081931412","imei2":"14603900081931412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168544,"job_number":"JOB_168544","tr_customer_id":168561,"tr_customer_product_id":168551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:09.000Z","modified_at":"2026-01-27T14:37:48.000Z","name":"Daphne Reichel","mobile_number":"301-537-9725","email_id":"Hosea79@hotmail.com","dop":"2025-04-06","serial_number":"19073611825661","imei1":"19073611825661","imei2":"19073611825661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168543,"job_number":"JOB_168543","tr_customer_id":168560,"tr_customer_product_id":168550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:08.000Z","modified_at":"2026-01-27T14:37:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18150468332383","imei1":"18150468332383","imei2":"18150468332383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168542,"job_number":"JOB_168542","tr_customer_id":168559,"tr_customer_product_id":168549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:25.000Z","modified_at":"2026-01-27T14:36:25.000Z","name":"Buddy Parisian","mobile_number":"855-351-1399","email_id":"Daisy17@hotmail.com","dop":"2025-04-06","serial_number":"15382739782579398","imei1":"15382739782579398","imei2":"15382739782579398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168541,"job_number":"JOB_168541","tr_customer_id":168558,"tr_customer_product_id":168548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:37:03.000Z","name":"Jewel Sawayn","mobile_number":"785-939-7834","email_id":"Janessa.Bogisich61@gmail.com","dop":"2025-04-06","serial_number":"16278040109455","imei1":"16278040109455","imei2":"16278040109455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168540,"job_number":"JOB_168540","tr_customer_id":168557,"tr_customer_product_id":168547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19433432813257","imei1":"19433432813257","imei2":"19433432813257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168539,"job_number":"JOB_168539","tr_customer_id":168556,"tr_customer_product_id":168546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"Meredith Cormier","mobile_number":"307-402-7532","email_id":"Earnest.OKon@gmail.com","dop":"2025-04-06","serial_number":"17124229440146634","imei1":"17124229440146634","imei2":"17124229440146634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168538,"job_number":"JOB_168538","tr_customer_id":168555,"tr_customer_product_id":168545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:22.000Z","modified_at":"2026-01-27T14:37:01.000Z","name":"Morgan Hirthe","mobile_number":"906-638-8200","email_id":"Reanna.Schamberger52@yahoo.com","dop":"2025-04-06","serial_number":"15074619278145","imei1":"15074619278145","imei2":"15074619278145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168537,"job_number":"JOB_168537","tr_customer_id":168554,"tr_customer_product_id":168544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:22.000Z","modified_at":"2026-01-27T14:36:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12221313483675","imei1":"12221313483675","imei2":"12221313483675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168536,"job_number":"JOB_168536","tr_customer_id":168553,"tr_customer_product_id":168543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Fern Koch","mobile_number":"748-330-0629","email_id":"Morgan33@yahoo.com","dop":"2025-04-06","serial_number":"13029429243635488","imei1":"13029429243635488","imei2":"13029429243635488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168532,"job_number":"JOB_168532","tr_customer_id":168549,"tr_customer_product_id":168539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:54.000Z","name":"Nettie Konopelski","mobile_number":"681-473-6639","email_id":"Dewayne.Klocko40@yahoo.com","dop":"2025-04-06","serial_number":"15704777803318","imei1":"15704777803318","imei2":"15704777803318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168531,"job_number":"JOB_168531","tr_customer_id":168548,"tr_customer_product_id":168538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:00.000Z","modified_at":"2026-01-27T14:36:00.000Z","name":"Janet Mann","mobile_number":"766-776-3719","email_id":"Lionel_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"15327572934976914","imei1":"15327572934976914","imei2":"15327572934976914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168529,"job_number":"JOB_168529","tr_customer_id":168546,"tr_customer_product_id":168536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:36:38.000Z","name":"Mavis Sawayn","mobile_number":"376-753-5722","email_id":"Nat44@yahoo.com","dop":"2025-04-06","serial_number":"12295726618343","imei1":"12295726618343","imei2":"12295726618343","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168527,"job_number":"JOB_168527","tr_customer_id":168544,"tr_customer_product_id":168534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18558828219362","imei1":"18558828219362","imei2":"18558828219362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168521,"job_number":"JOB_168521","tr_customer_id":168538,"tr_customer_product_id":168528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:39.000Z","modified_at":"2026-01-27T14:35:39.000Z","name":"Citlalli Reinger","mobile_number":"466-384-0381","email_id":"Torrey.Nader14@yahoo.com","dop":"2025-04-06","serial_number":"10674827196074330","imei1":"10674827196074330","imei2":"10674827196074330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168520,"job_number":"JOB_168520","tr_customer_id":168537,"tr_customer_product_id":168527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:38.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Misty Mayer","mobile_number":"941-555-8417","email_id":"Benton.Reilly63@yahoo.com","dop":"2025-04-06","serial_number":"14657368347101","imei1":"14657368347101","imei2":"14657368347101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168519,"job_number":"JOB_168519","tr_customer_id":168536,"tr_customer_product_id":168526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10979258076079","imei1":"10979258076079","imei2":"10979258076079","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168518,"job_number":"JOB_168518","tr_customer_id":168535,"tr_customer_product_id":168525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"Zena Parker","mobile_number":"887-377-9330","email_id":"Javon22@gmail.com","dop":"2025-04-06","serial_number":"14788065448154626","imei1":"14788065448154626","imei2":"14788065448154626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168517,"job_number":"JOB_168517","tr_customer_id":168534,"tr_customer_product_id":168524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:35.000Z","modified_at":"2026-01-27T14:36:15.000Z","name":"Loma Haley","mobile_number":"295-685-6185","email_id":"Luna_Kuhn75@yahoo.com","dop":"2025-04-06","serial_number":"10897302547055","imei1":"10897302547055","imei2":"10897302547055","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168516,"job_number":"JOB_168516","tr_customer_id":168533,"tr_customer_product_id":168523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:35.000Z","modified_at":"2026-01-27T14:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10636780467265","imei1":"10636780467265","imei2":"10636780467265","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168515,"job_number":"JOB_168515","tr_customer_id":168532,"tr_customer_product_id":168522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:14.000Z","modified_at":"2026-01-27T14:35:14.000Z","name":"Clara Berge","mobile_number":"966-526-1397","email_id":"Antoinette.Gorczany@hotmail.com","dop":"2025-04-06","serial_number":"11201552173895188","imei1":"11201552173895188","imei2":"11201552173895188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168514,"job_number":"JOB_168514","tr_customer_id":168531,"tr_customer_product_id":168521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:13.000Z","modified_at":"2026-01-27T14:35:52.000Z","name":"Linda Kuhn","mobile_number":"486-238-1290","email_id":"Genoveva_Boyer@yahoo.com","dop":"2025-04-06","serial_number":"12209293410742","imei1":"12209293410742","imei2":"12209293410742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168513,"job_number":"JOB_168513","tr_customer_id":168530,"tr_customer_product_id":168520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:13.000Z","modified_at":"2026-01-27T14:35:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12825379195318","imei1":"12825379195318","imei2":"12825379195318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168512,"job_number":"JOB_168512","tr_customer_id":168529,"tr_customer_product_id":168519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:52.000Z","modified_at":"2026-01-27T14:34:52.000Z","name":"Kathleen Smith","mobile_number":"564-877-7560","email_id":"Anissa87@yahoo.com","dop":"2025-04-06","serial_number":"16714326067981780","imei1":"16714326067981780","imei2":"16714326067981780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168511,"job_number":"JOB_168511","tr_customer_id":168528,"tr_customer_product_id":168518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:51.000Z","modified_at":"2026-01-27T14:35:30.000Z","name":"Scotty Effertz","mobile_number":"345-626-3325","email_id":"Sofia.Hintz77@hotmail.com","dop":"2025-04-06","serial_number":"15028614031468","imei1":"15028614031468","imei2":"15028614031468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168510,"job_number":"JOB_168510","tr_customer_id":168527,"tr_customer_product_id":168517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:51.000Z","modified_at":"2026-01-27T14:34:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16754758835269","imei1":"16754758835269","imei2":"16754758835269","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168509,"job_number":"JOB_168509","tr_customer_id":168526,"tr_customer_product_id":168516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:28.000Z","modified_at":"2026-01-27T14:34:28.000Z","name":"Emmie Yundt","mobile_number":"870-367-3921","email_id":"Carlos40@hotmail.com","dop":"2025-04-06","serial_number":"12401243268094944","imei1":"12401243268094944","imei2":"12401243268094944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168508,"job_number":"JOB_168508","tr_customer_id":168525,"tr_customer_product_id":168515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:27.000Z","modified_at":"2026-01-27T14:35:06.000Z","name":"Raoul Schuster","mobile_number":"673-377-6936","email_id":"Chandler_Corkery@gmail.com","dop":"2025-04-06","serial_number":"14774245487869","imei1":"14774245487869","imei2":"14774245487869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168507,"job_number":"JOB_168507","tr_customer_id":168524,"tr_customer_product_id":168514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:26.000Z","modified_at":"2026-01-27T14:34:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12900428527484","imei1":"12900428527484","imei2":"12900428527484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168506,"job_number":"JOB_168506","tr_customer_id":168523,"tr_customer_product_id":168513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:04.000Z","modified_at":"2026-01-27T14:33:04.000Z","name":"Jeanie O'Reilly","mobile_number":"796-586-4555","email_id":"Gilbert.Kerluke@gmail.com","dop":"2025-05-30","serial_number":"1695045726112051","imei1":"1695045726112051","imei2":"1695045726112051","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168505,"job_number":"JOB_168505","tr_customer_id":168522,"tr_customer_product_id":168512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:03.000Z","modified_at":"2026-01-27T14:33:03.000Z","name":"Aliya Thiel","mobile_number":"494-317-6488","email_id":"Clement86@hotmail.com","dop":"2025-05-30","serial_number":"12129825858027","imei1":"12129825858027","imei2":"12129825858027","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168504,"job_number":"JOB_168504","tr_customer_id":168521,"tr_customer_product_id":168511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:02.000Z","modified_at":"2026-01-27T14:33:02.000Z","name":"Armand Franecki","mobile_number":"246-564-2962","email_id":"Santos.Corwin@gmail.com","dop":"2025-05-30","serial_number":"10957484441006","imei1":"10957484441006","imei2":"10957484441006","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168503,"job_number":"JOB_168503","tr_customer_id":168520,"tr_customer_product_id":168510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:31:17.000Z","modified_at":"2026-01-27T14:31:17.000Z","name":"Sid Leuschke","mobile_number":"293-988-9908","email_id":"Sofia.Johns91@hotmail.com","dop":"2025-04-06","serial_number":"10105466433042800","imei1":"10105466433042800","imei2":"10105466433042800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168502,"job_number":"JOB_168502","tr_customer_id":168519,"tr_customer_product_id":168509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:31:16.000Z","modified_at":"2026-01-27T14:31:58.000Z","name":"Gwendolyn Streich","mobile_number":"469-863-0493","email_id":"Jarvis.Pacocha95@yahoo.com","dop":"2025-04-06","serial_number":"19254133947770","imei1":"19254133947770","imei2":"19254133947770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168501,"job_number":"JOB_168501","tr_customer_id":168518,"tr_customer_product_id":168508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:32.000Z","modified_at":"2026-01-27T14:30:32.000Z","name":"Emile Hand","mobile_number":"342-498-2232","email_id":"Aida65@yahoo.com","dop":"2025-04-06","serial_number":"13410457103030660","imei1":"13410457103030660","imei2":"13410457103030660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168500,"job_number":"JOB_168500","tr_customer_id":168517,"tr_customer_product_id":168507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:30.000Z","modified_at":"2026-01-27T14:31:09.000Z","name":"Hassie Gleichner","mobile_number":"222-593-1144","email_id":"Favian.Bosco71@yahoo.com","dop":"2025-04-06","serial_number":"17275651875635","imei1":"17275651875635","imei2":"17275651875635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168499,"job_number":"JOB_168499","tr_customer_id":168516,"tr_customer_product_id":168506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:30.000Z","modified_at":"2026-01-27T14:30:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11682996440726","imei1":"11682996440726","imei2":"11682996440726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168498,"job_number":"JOB_168498","tr_customer_id":168515,"tr_customer_product_id":168505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:25.000Z","modified_at":"2026-01-27T14:30:25.000Z","name":"Damian Berge","mobile_number":"692-250-2732","email_id":"Sophia65@yahoo.com","dop":"2025-04-06","serial_number":"13284192840530582","imei1":"13284192840530582","imei2":"13284192840530582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168497,"job_number":"JOB_168497","tr_customer_id":168514,"tr_customer_product_id":168504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:24.000Z","modified_at":"2026-01-27T14:31:03.000Z","name":"Bertha Sauer","mobile_number":"316-503-5802","email_id":"Maynard_Wolff50@gmail.com","dop":"2025-04-06","serial_number":"16503633279422","imei1":"16503633279422","imei2":"16503633279422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168496,"job_number":"JOB_168496","tr_customer_id":168513,"tr_customer_product_id":168503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:58.000Z","modified_at":"2026-01-27T14:29:58.000Z","name":"Guiseppe Zemlak","mobile_number":"718-322-1975","email_id":"Oren_Murray11@gmail.com","dop":"2025-04-06","serial_number":"11598004911748456","imei1":"11598004911748456","imei2":"11598004911748456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168495,"job_number":"JOB_168495","tr_customer_id":168512,"tr_customer_product_id":168502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:56.000Z","modified_at":"2026-01-27T14:30:34.000Z","name":"Selmer Lindgren","mobile_number":"492-260-8399","email_id":"Bill9@hotmail.com","dop":"2025-04-06","serial_number":"18294610486986","imei1":"18294610486986","imei2":"18294610486986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168494,"job_number":"JOB_168494","tr_customer_id":168511,"tr_customer_product_id":168501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:56.000Z","modified_at":"2026-01-27T14:29:56.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13740245050293","imei1":"13740245050293","imei2":"13740245050293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168493,"job_number":"JOB_168493","tr_customer_id":168510,"tr_customer_product_id":168500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:45.000Z","modified_at":"2026-01-27T14:29:45.000Z","name":"Keeley Hintz","mobile_number":"563-690-8723","email_id":"Chesley.Fadel42@gmail.com","dop":"2025-04-06","serial_number":"10724759919489682","imei1":"10724759919489682","imei2":"10724759919489682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168492,"job_number":"JOB_168492","tr_customer_id":168509,"tr_customer_product_id":168499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:44.000Z","modified_at":"2026-01-27T14:30:23.000Z","name":"Lila Weimann","mobile_number":"644-325-2914","email_id":"Ray_Kihn21@hotmail.com","dop":"2025-04-06","serial_number":"16320084019248","imei1":"16320084019248","imei2":"16320084019248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168491,"job_number":"JOB_168491","tr_customer_id":168508,"tr_customer_product_id":168498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:44.000Z","modified_at":"2026-01-27T14:29:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17002233766524","imei1":"17002233766524","imei2":"17002233766524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168490,"job_number":"JOB_168490","tr_customer_id":168507,"tr_customer_product_id":168497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:32.000Z","modified_at":"2026-01-27T14:29:32.000Z","name":"Elmira Reinger","mobile_number":"942-651-9148","email_id":"Jimmie89@gmail.com","dop":"2025-04-06","serial_number":"10126057285107164","imei1":"10126057285107164","imei2":"10126057285107164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168489,"job_number":"JOB_168489","tr_customer_id":168506,"tr_customer_product_id":168496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:30.000Z","modified_at":"2026-01-27T14:30:11.000Z","name":"Jennifer Vandervort","mobile_number":"955-783-1567","email_id":"Shany57@yahoo.com","dop":"2025-04-06","serial_number":"16066213290316","imei1":"16066213290316","imei2":"16066213290316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168488,"job_number":"JOB_168488","tr_customer_id":168505,"tr_customer_product_id":168495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:30.000Z","modified_at":"2026-01-27T14:29:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11607751095650","imei1":"11607751095650","imei2":"11607751095650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168487,"job_number":"JOB_168487","tr_customer_id":168504,"tr_customer_product_id":168494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:13.000Z","modified_at":"2026-01-27T14:29:13.000Z","name":"Earl Schmitt","mobile_number":"896-543-4459","email_id":"Vaughn35@hotmail.com","dop":"2025-04-06","serial_number":"17330789803041280","imei1":"17330789803041280","imei2":"17330789803041280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168486,"job_number":"JOB_168486","tr_customer_id":168503,"tr_customer_product_id":168493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:12.000Z","modified_at":"2026-01-27T14:29:49.000Z","name":"Cassie Murphy","mobile_number":"541-654-6783","email_id":"Charlene_Padberg@hotmail.com","dop":"2025-04-06","serial_number":"19150919557924","imei1":"19150919557924","imei2":"19150919557924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168485,"job_number":"JOB_168485","tr_customer_id":168502,"tr_customer_product_id":168492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:12.000Z","modified_at":"2026-01-27T14:29:12.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19322513910091","imei1":"19322513910091","imei2":"19322513910091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168484,"job_number":"JOB_168484","tr_customer_id":168501,"tr_customer_product_id":168491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:01.000Z","modified_at":"2026-01-27T14:29:01.000Z","name":"Aryanna Dicki","mobile_number":"307-325-5098","email_id":"Meda10@yahoo.com","dop":"2025-04-06","serial_number":"14365797911804354","imei1":"14365797911804354","imei2":"14365797911804354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168483,"job_number":"JOB_168483","tr_customer_id":168500,"tr_customer_product_id":168490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:29:41.000Z","name":"Abdullah Hauck","mobile_number":"559-913-9317","email_id":"Loma.Lowe9@yahoo.com","dop":"2025-04-06","serial_number":"10645030354603","imei1":"10645030354603","imei2":"10645030354603","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168482,"job_number":"JOB_168482","tr_customer_id":168499,"tr_customer_product_id":168489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"Danika Yost","mobile_number":"647-834-8170","email_id":"Arvid.Medhurst14@hotmail.com","dop":"2025-04-06","serial_number":"11789382839170934","imei1":"11789382839170934","imei2":"11789382839170934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168481,"job_number":"JOB_168481","tr_customer_id":168498,"tr_customer_product_id":168488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18525208861274","imei1":"18525208861274","imei2":"18525208861274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168480,"job_number":"JOB_168480","tr_customer_id":168497,"tr_customer_product_id":168487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:58.000Z","modified_at":"2026-01-27T14:29:37.000Z","name":"Shaina Bayer","mobile_number":"930-876-8174","email_id":"Vena.Waters4@hotmail.com","dop":"2025-04-06","serial_number":"19678374557526","imei1":"19678374557526","imei2":"19678374557526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168479,"job_number":"JOB_168479","tr_customer_id":168496,"tr_customer_product_id":168486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:57.000Z","modified_at":"2026-01-27T14:28:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14549865475600","imei1":"14549865475600","imei2":"14549865475600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168478,"job_number":"JOB_168478","tr_customer_id":168495,"tr_customer_product_id":168485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:43.000Z","modified_at":"2026-01-27T14:28:43.000Z","name":"Erich Gislason","mobile_number":"352-413-7789","email_id":"Heber_Gutkowski@yahoo.com","dop":"2025-04-06","serial_number":"18770492962576772","imei1":"18770492962576772","imei2":"18770492962576772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168477,"job_number":"JOB_168477","tr_customer_id":168494,"tr_customer_product_id":168484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:42.000Z","modified_at":"2026-01-27T14:29:23.000Z","name":"Alba Windler","mobile_number":"674-675-1997","email_id":"Emory_Hand@hotmail.com","dop":"2025-04-06","serial_number":"18381171344050","imei1":"18381171344050","imei2":"18381171344050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168476,"job_number":"JOB_168476","tr_customer_id":168493,"tr_customer_product_id":168483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:41.000Z","modified_at":"2026-01-27T14:28:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10123690691843","imei1":"10123690691843","imei2":"10123690691843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168475,"job_number":"JOB_168475","tr_customer_id":168492,"tr_customer_product_id":168482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:29.000Z","modified_at":"2026-01-27T14:28:29.000Z","name":"Sigmund Mueller","mobile_number":"421-301-9672","email_id":"Rhoda.Larkin@hotmail.com","dop":"2025-04-06","serial_number":"10448121615233540","imei1":"10448121615233540","imei2":"10448121615233540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168474,"job_number":"JOB_168474","tr_customer_id":168491,"tr_customer_product_id":168481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:28.000Z","modified_at":"2026-01-27T14:29:05.000Z","name":"Aliya Veum","mobile_number":"670-431-3876","email_id":"Ryley_Beer49@gmail.com","dop":"2025-04-06","serial_number":"14168131166077","imei1":"14168131166077","imei2":"14168131166077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168473,"job_number":"JOB_168473","tr_customer_id":168490,"tr_customer_product_id":168480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:28.000Z","modified_at":"2026-01-27T14:28:28.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"14404252990704","imei1":"14404252990704","imei2":"14404252990704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168472,"job_number":"JOB_168472","tr_customer_id":168489,"tr_customer_product_id":168479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:11.000Z","modified_at":"2026-01-27T14:28:11.000Z","name":"Leon Keeling","mobile_number":"790-406-3406","email_id":"Saul_Wuckert@hotmail.com","dop":"2025-04-06","serial_number":"11908915713720174","imei1":"11908915713720174","imei2":"11908915713720174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168471,"job_number":"JOB_168471","tr_customer_id":168488,"tr_customer_product_id":168478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:09.000Z","modified_at":"2026-01-27T14:28:51.000Z","name":"Earline Robel","mobile_number":"400-971-7194","email_id":"Ola38@yahoo.com","dop":"2025-04-06","serial_number":"13212992354154","imei1":"13212992354154","imei2":"13212992354154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168470,"job_number":"JOB_168470","tr_customer_id":168487,"tr_customer_product_id":168477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:09.000Z","modified_at":"2026-01-27T14:28:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19562831574480","imei1":"19562831574480","imei2":"19562831574480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168468,"job_number":"JOB_168468","tr_customer_id":168485,"tr_customer_product_id":168475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:05.000Z","modified_at":"2026-01-27T14:28:49.000Z","name":"Melba Nitzsche","mobile_number":"905-321-4795","email_id":"Prudence91@gmail.com","dop":"2000-01-31","serial_number":"10747505259247","imei1":"10747505259247","imei2":"10747505259247","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168466,"job_number":"JOB_168466","tr_customer_id":168483,"tr_customer_product_id":168473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:54.000Z","modified_at":"2026-01-27T14:27:54.000Z","name":"Lizeth Thompson","mobile_number":"204-207-4099","email_id":"Margie31@gmail.com","dop":"2025-04-06","serial_number":"12763104282409418","imei1":"12763104282409418","imei2":"12763104282409418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168465,"job_number":"JOB_168465","tr_customer_id":168482,"tr_customer_product_id":168472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:53.000Z","modified_at":"2026-01-27T14:28:34.000Z","name":"Erling Reichert","mobile_number":"558-595-2787","email_id":"Terrell.Braun@yahoo.com","dop":"2025-04-06","serial_number":"12395829403793","imei1":"12395829403793","imei2":"12395829403793","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168464,"job_number":"JOB_168464","tr_customer_id":168481,"tr_customer_product_id":168471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:52.000Z","modified_at":"2026-01-27T14:27:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15519760465235","imei1":"15519760465235","imei2":"15519760465235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168463,"job_number":"JOB_168463","tr_customer_id":168480,"tr_customer_product_id":168470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:20.000Z","modified_at":"2026-01-27T14:27:20.000Z","name":"Norwood Armstrong","mobile_number":"719-221-2982","email_id":"Joyce_Mueller@gmail.com","dop":"2025-04-06","serial_number":"14124170153083196","imei1":"14124170153083196","imei2":"14124170153083196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168462,"job_number":"JOB_168462","tr_customer_id":168479,"tr_customer_product_id":168469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:19.000Z","modified_at":"2026-01-27T14:28:01.000Z","name":"Marcelle Brown","mobile_number":"376-883-0965","email_id":"Royce_Veum@gmail.com","dop":"2025-04-06","serial_number":"19661842626993","imei1":"19661842626993","imei2":"19661842626993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168461,"job_number":"JOB_168461","tr_customer_id":168478,"tr_customer_product_id":168468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:19.000Z","modified_at":"2026-01-27T14:27:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14320379351493","imei1":"14320379351493","imei2":"14320379351493","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168459,"job_number":"JOB_168459","tr_customer_id":168476,"tr_customer_product_id":168466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:12.000Z","modified_at":"2026-01-27T14:27:57.000Z","name":"Makenzie Crooks","mobile_number":"882-926-5596","email_id":"Hope_Prosacco58@yahoo.com","dop":"2000-01-31","serial_number":"10480260514171","imei1":"10480260514171","imei2":"10480260514171","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168456,"job_number":"JOB_168456","tr_customer_id":168473,"tr_customer_product_id":168463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:20.000Z","modified_at":"2026-01-27T14:27:04.000Z","name":"Rafael Cummerata","mobile_number":"727-415-9791","email_id":"Zachery49@hotmail.com","dop":"2000-01-31","serial_number":"10903185794672","imei1":"10903185794672","imei2":"10903185794672","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168453,"job_number":"JOB_168453","tr_customer_id":168470,"tr_customer_product_id":168460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:37.000Z","modified_at":"2026-01-27T14:25:37.000Z","name":"Arianna Runte","mobile_number":"527-688-4375","email_id":"Colleen.Adams32@hotmail.com","dop":"2025-06-18","serial_number":"1050319766554530","imei1":"1050319766554530","imei2":"1050319766554530","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168452,"job_number":"JOB_168452","tr_customer_id":168469,"tr_customer_product_id":168459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:36.000Z","modified_at":"2026-01-27T14:26:15.000Z","name":"Sydney DuBuque","mobile_number":"601-924-2471","email_id":"Trenton_King75@gmail.com","dop":"2025-06-18","serial_number":"10943029013252","imei1":"10943029013252","imei2":"10943029013252","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168451,"job_number":"JOB_168451","tr_customer_id":168468,"tr_customer_product_id":168458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:36.000Z","modified_at":"2026-01-27T14:25:36.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10817511895228","imei1":"10817511895228","imei2":"10817511895228","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168449,"job_number":"JOB_168449","tr_customer_id":168466,"tr_customer_product_id":168456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:25.000Z","modified_at":"2026-01-27T14:26:11.000Z","name":"Ryann Beier","mobile_number":"993-563-2024","email_id":"Joanie.Hane@hotmail.com","dop":"2000-01-31","serial_number":"10794428457491","imei1":"10794428457491","imei2":"10794428457491","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168447,"job_number":"JOB_168447","tr_customer_id":168464,"tr_customer_product_id":168454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:50.000Z","modified_at":"2026-01-27T14:24:50.000Z","name":"Shakira Dickens","mobile_number":"522-320-0638","email_id":"Jewell_Harber@hotmail.com","dop":"2025-06-18","serial_number":"1065927066403027","imei1":"1065927066403027","imei2":"1065927066403027","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168446,"job_number":"JOB_168446","tr_customer_id":168463,"tr_customer_product_id":168453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:50.000Z","modified_at":"2026-01-27T14:25:29.000Z","name":"Shirley Hyatt","mobile_number":"202-527-9476","email_id":"Omer.Lind0@yahoo.com","dop":"2025-06-18","serial_number":"10792666762015","imei1":"10792666762015","imei2":"10792666762015","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168445,"job_number":"JOB_168445","tr_customer_id":168462,"tr_customer_product_id":168452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:49.000Z","modified_at":"2026-01-27T14:24:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10264613131218","imei1":"10264613131218","imei2":"10264613131218","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168444,"job_number":"JOB_168444","tr_customer_id":168461,"tr_customer_product_id":168451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:27.000Z","modified_at":"2026-01-27T14:24:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"38921985501182","imei1":"38921985501182","imei2":"38921985501182","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168443,"job_number":"JOB_168443","tr_customer_id":168460,"tr_customer_product_id":168450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:25:09.000Z","name":"Malinda Kub","mobile_number":"419-985-6718","email_id":"Ursula_Braun@gmail.com","dop":"2026-01-04","serial_number":"12189692618636","imei1":"12189692618636","imei2":"12189692618636","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168442,"job_number":"JOB_168442","tr_customer_id":168459,"tr_customer_product_id":168449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18150241088696","imei1":"18150241088696","imei2":"18150241088696","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168441,"job_number":"JOB_168441","tr_customer_id":168458,"tr_customer_product_id":168448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"Pauline Bosco","mobile_number":"637-209-6954","email_id":"Trey.Metz@hotmail.com","dop":"2025-04-06","serial_number":"18098126248934770","imei1":"18098126248934770","imei2":"18098126248934770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168440,"job_number":"JOB_168440","tr_customer_id":168457,"tr_customer_product_id":168447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:23.000Z","modified_at":"2026-01-27T14:25:05.000Z","name":"Sherman Fisher","mobile_number":"832-226-1707","email_id":"Leland.Gleason@hotmail.com","dop":"2025-04-06","serial_number":"13197785768191","imei1":"13197785768191","imei2":"13197785768191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168439,"job_number":"JOB_168439","tr_customer_id":168456,"tr_customer_product_id":168446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:23.000Z","modified_at":"2026-01-27T14:24:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12764741417890","imei1":"12764741417890","imei2":"12764741417890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168438,"job_number":"JOB_168438","tr_customer_id":168455,"tr_customer_product_id":168445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:36.000Z","modified_at":"2026-01-27T14:23:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"77974963574225","imei1":"77974963574225","imei2":"77974963574225","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168437,"job_number":"JOB_168437","tr_customer_id":168454,"tr_customer_product_id":168444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:35.000Z","modified_at":"2026-01-27T14:23:35.000Z","name":"Antonio Rath","mobile_number":"386-555-7909","email_id":"Talon_Daugherty40@hotmail.com","dop":"2025-04-06","serial_number":"14188275916221208","imei1":"14188275916221208","imei2":"14188275916221208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168436,"job_number":"JOB_168436","tr_customer_id":168453,"tr_customer_product_id":168443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:34.000Z","modified_at":"2026-01-27T14:24:17.000Z","name":"Lonnie Dietrich","mobile_number":"227-656-1271","email_id":"Jayda_Ward24@hotmail.com","dop":"2026-01-04","serial_number":"10420070579461","imei1":"10420070579461","imei2":"10420070579461","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168435,"job_number":"JOB_168435","tr_customer_id":168452,"tr_customer_product_id":168442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:34.000Z","modified_at":"2026-01-27T14:23:34.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13278662445784","imei1":"13278662445784","imei2":"13278662445784","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168434,"job_number":"JOB_168434","tr_customer_id":168451,"tr_customer_product_id":168441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:33.000Z","modified_at":"2026-01-27T14:24:15.000Z","name":"Oda Satterfield","mobile_number":"447-523-5988","email_id":"Ibrahim_Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15292049429215","imei1":"15292049429215","imei2":"15292049429215","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168433,"job_number":"JOB_168433","tr_customer_id":168450,"tr_customer_product_id":168440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:33.000Z","modified_at":"2026-01-27T14:23:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11982015895071","imei1":"11982015895071","imei2":"11982015895071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168432,"job_number":"JOB_168432","tr_customer_id":168449,"tr_customer_product_id":168439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:15.000Z","modified_at":"2026-01-27T14:23:25.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19234762927208","imei2":"19234762927208","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168431,"job_number":"JOB_168431","tr_customer_id":168448,"tr_customer_product_id":168438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:14.000Z","modified_at":"2026-01-27T14:23:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12539060878127","imei2":"12539060878127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168430,"job_number":"JOB_168430","tr_customer_id":168447,"tr_customer_product_id":168437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:00.000Z","modified_at":"2026-01-27T14:23:10.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13128104420663","imei2":"13128104420663","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168429,"job_number":"JOB_168429","tr_customer_id":168446,"tr_customer_product_id":168436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:59.000Z","modified_at":"2026-01-27T14:22:59.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18119193389560","imei2":"18119193389560","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168428,"job_number":"JOB_168428","tr_customer_id":168445,"tr_customer_product_id":168435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:45.000Z","modified_at":"2026-01-27T14:22:45.000Z","name":"Mafalda O'Reilly","mobile_number":"960-767-0186","email_id":"Austen88@hotmail.com","dop":"2025-04-06","serial_number":"14025083800533838","imei1":"14025083800533838","imei2":"14025083800533838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168427,"job_number":"JOB_168427","tr_customer_id":168444,"tr_customer_product_id":168434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:44.000Z","modified_at":"2026-01-27T14:22:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11282810467512","imei2":"11282810467512","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168426,"job_number":"JOB_168426","tr_customer_id":168443,"tr_customer_product_id":168433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:44.000Z","modified_at":"2026-01-27T14:22:44.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12411704113030","imei1":"12411704113030","imei2":"12411704113030","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168425,"job_number":"JOB_168425","tr_customer_id":168442,"tr_customer_product_id":168432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:43.000Z","modified_at":"2026-01-27T14:22:43.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11825960743819","imei2":"11825960743819","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168424,"job_number":"JOB_168424","tr_customer_id":168441,"tr_customer_product_id":168431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:43.000Z","modified_at":"2026-01-27T14:23:26.000Z","name":"Donavon Bergnaum","mobile_number":"313-856-0625","email_id":"Katheryn.Hand@gmail.com","dop":"2025-04-06","serial_number":"15138241422236","imei1":"15138241422236","imei2":"15138241422236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168423,"job_number":"JOB_168423","tr_customer_id":168440,"tr_customer_product_id":168430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12623175058629","imei1":"12623175058629","imei2":"12623175058629","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168422,"job_number":"JOB_168422","tr_customer_id":168439,"tr_customer_product_id":168429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:23:25.000Z","name":"Antone Rau","mobile_number":"710-877-1160","email_id":"Dariana90@gmail.com","dop":"2026-01-04","serial_number":"10727130797859","imei1":"10727130797859","imei2":"10727130797859","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168421,"job_number":"JOB_168421","tr_customer_id":168438,"tr_customer_product_id":168428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10964616645841","imei1":"10964616645841","imei2":"10964616645841","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168411,"job_number":"JOB_168411","tr_customer_id":168428,"tr_customer_product_id":168418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:45.000Z","modified_at":"2026-01-27T14:03:45.000Z","name":"Norma Murazik","mobile_number":"650-890-5400","email_id":"Keely76@gmail.com","dop":"2025-04-06","serial_number":"13983934307439388","imei1":"13983934307439388","imei2":"13983934307439388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168410,"job_number":"JOB_168410","tr_customer_id":168427,"tr_customer_product_id":168417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:44.000Z","modified_at":"2026-01-27T14:04:25.000Z","name":"Madalyn Gerhold","mobile_number":"288-565-3531","email_id":"Jeffry93@yahoo.com","dop":"2025-04-06","serial_number":"14981408932552","imei1":"14981408932552","imei2":"14981408932552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:04:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168409,"job_number":"JOB_168409","tr_customer_id":168426,"tr_customer_product_id":168416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:44.000Z","modified_at":"2026-01-27T14:03:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17336587485706","imei1":"17336587485706","imei2":"17336587485706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168407,"job_number":"JOB_168407","tr_customer_id":168424,"tr_customer_product_id":168414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:57.000Z","modified_at":"2026-01-27T14:02:57.000Z","name":"Carissa Grant","mobile_number":"966-304-0989","email_id":"Jared_Jacobi13@yahoo.com","dop":"2025-04-06","serial_number":"10263970880212450","imei1":"10263970880212450","imei2":"10263970880212450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168406,"job_number":"JOB_168406","tr_customer_id":168423,"tr_customer_product_id":168413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:55.000Z","modified_at":"2026-01-27T14:03:37.000Z","name":"Myrtis Keeling","mobile_number":"555-705-0085","email_id":"Arjun.Tillman@gmail.com","dop":"2025-04-06","serial_number":"14297321024410","imei1":"14297321024410","imei2":"14297321024410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168405,"job_number":"JOB_168405","tr_customer_id":168422,"tr_customer_product_id":168412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:55.000Z","modified_at":"2026-01-27T14:02:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182617344206","imei1":"18182617344206","imei2":"18182617344206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168403,"job_number":"JOB_168403","tr_customer_id":168420,"tr_customer_product_id":168410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:37.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17153397138612","imei1":"17153397138612","imei2":"17153397138612","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168402,"job_number":"JOB_168402","tr_customer_id":168419,"tr_customer_product_id":168409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97590247220528","imei1":"97590247220528","imei2":"97590247220528","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168401,"job_number":"JOB_168401","tr_customer_id":168418,"tr_customer_product_id":168408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50926255704989","imei1":"50926255704989","imei2":"50926255704989","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168400,"job_number":"JOB_168400","tr_customer_id":168417,"tr_customer_product_id":168407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89300376460928","imei1":"89300376460928","imei2":"89300376460928","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168399,"job_number":"JOB_168399","tr_customer_id":168416,"tr_customer_product_id":168406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80676074661303","imei1":"80676074661303","imei2":"80676074661303","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168398,"job_number":"JOB_168398","tr_customer_id":168415,"tr_customer_product_id":168405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55475719196539","imei1":"55475719196539","imei2":"55475719196539","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168397,"job_number":"JOB_168397","tr_customer_id":168414,"tr_customer_product_id":168404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:09.000Z","modified_at":"2026-01-27T14:02:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59578177438508","imei1":"59578177438508","imei2":"59578177438508","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168396,"job_number":"JOB_168396","tr_customer_id":168413,"tr_customer_product_id":168403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:08.000Z","modified_at":"2026-01-27T14:02:08.000Z","name":"Blaise Hirthe","mobile_number":"438-921-7648","email_id":"Adele84@hotmail.com","dop":"2025-04-06","serial_number":"10503958866342878","imei1":"10503958866342878","imei2":"10503958866342878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168395,"job_number":"JOB_168395","tr_customer_id":168412,"tr_customer_product_id":168402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:07.000Z","modified_at":"2026-01-27T14:02:48.000Z","name":"Paula Hamill","mobile_number":"366-595-0793","email_id":"Chauncey82@gmail.com","dop":"2025-04-06","serial_number":"18438797548175","imei1":"18438797548175","imei2":"18438797548175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168394,"job_number":"JOB_168394","tr_customer_id":168411,"tr_customer_product_id":168401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:06.000Z","modified_at":"2026-01-27T14:02:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19783492148115","imei1":"19783492148115","imei2":"19783492148115","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168393,"job_number":"JOB_168393","tr_customer_id":168410,"tr_customer_product_id":168400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:37.000Z","modified_at":"2026-01-27T14:02:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12751623846732","imei1":"12751623846732","imei2":"12751623846732","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168392,"job_number":"JOB_168392","tr_customer_id":168409,"tr_customer_product_id":168399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:37.000Z","modified_at":"2026-01-27T14:01:37.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73336585358586","imei1":"73336585358586","imei2":"73336585358586","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168391,"job_number":"JOB_168391","tr_customer_id":168408,"tr_customer_product_id":168398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90416539451323","imei1":"90416539451323","imei2":"90416539451323","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168390,"job_number":"JOB_168390","tr_customer_id":168407,"tr_customer_product_id":168397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35569371766624","imei1":"35569371766624","imei2":"35569371766624","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168389,"job_number":"JOB_168389","tr_customer_id":168406,"tr_customer_product_id":168396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71206279349103","imei1":"71206279349103","imei2":"71206279349103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168388,"job_number":"JOB_168388","tr_customer_id":168405,"tr_customer_product_id":168395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86164747961861","imei1":"86164747961861","imei2":"86164747961861","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168387,"job_number":"JOB_168387","tr_customer_id":168404,"tr_customer_product_id":168394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34977291546936","imei1":"34977291546936","imei2":"34977291546936","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168386,"job_number":"JOB_168386","tr_customer_id":168403,"tr_customer_product_id":168393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:08.000Z","modified_at":"2026-01-27T14:01:08.000Z","name":"Emily Strosin","mobile_number":"848-627-4057","email_id":"Luigi74@hotmail.com","dop":"2025-04-06","serial_number":"16407514125384720","imei1":"16407514125384720","imei2":"16407514125384720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168385,"job_number":"JOB_168385","tr_customer_id":168402,"tr_customer_product_id":168392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:07.000Z","modified_at":"2026-01-27T14:01:49.000Z","name":"Hortense Graham","mobile_number":"942-815-7603","email_id":"Shakira.Rath86@hotmail.com","dop":"2025-04-06","serial_number":"11468741649776","imei1":"11468741649776","imei2":"11468741649776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:01:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168384,"job_number":"JOB_168384","tr_customer_id":168401,"tr_customer_product_id":168391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36136714056796","imei1":"36136714056796","imei2":"36136714056796","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168383,"job_number":"JOB_168383","tr_customer_id":168400,"tr_customer_product_id":168390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16085127312844","imei1":"16085127312844","imei2":"16085127312844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168382,"job_number":"JOB_168382","tr_customer_id":168399,"tr_customer_product_id":168389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60030016225827","imei1":"60030016225827","imei2":"60030016225827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168381,"job_number":"JOB_168381","tr_customer_id":168398,"tr_customer_product_id":168388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28840266828053","imei1":"28840266828053","imei2":"28840266828053","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168380,"job_number":"JOB_168380","tr_customer_id":168397,"tr_customer_product_id":168387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39222786266748","imei1":"39222786266748","imei2":"39222786266748","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168379,"job_number":"JOB_168379","tr_customer_id":168396,"tr_customer_product_id":168386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75245419690268","imei1":"75245419690268","imei2":"75245419690268","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168378,"job_number":"JOB_168378","tr_customer_id":168395,"tr_customer_product_id":168385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73416323632825","imei1":"73416323632825","imei2":"73416323632825","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168377,"job_number":"JOB_168377","tr_customer_id":168394,"tr_customer_product_id":168384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Damodara Namboothiri","mobile_number":"7094721194","email_id":"kashyap.agarwal@gmail.com","dop":"2026-01-17","serial_number":"472737749995572","imei1":"472737749995572","imei2":"472737749995572","popurl":"www.kamalesh-nehru.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168376,"job_number":"JOB_168376","tr_customer_id":168392,"tr_customer_product_id":168382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Sachin Mishra","mobile_number":"7025701307","email_id":"aamod.gandhi@yahoo.co.in","dop":"2026-01-17","serial_number":"652516523757927","imei1":"652516523757927","imei2":"652516523757927","popurl":"www.goutam-tandon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168375,"job_number":"JOB_168375","tr_customer_id":168393,"tr_customer_product_id":168383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Kanti Guha","mobile_number":"7080753158","email_id":"krishnadasa.embranthiri@yahoo.co.in","dop":"2026-01-17","serial_number":"780601164464121","imei1":"780601164464121","imei2":"780601164464121","popurl":"www.chaturaanan-marar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168374,"job_number":"JOB_168374","tr_customer_id":168391,"tr_customer_product_id":168381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Akshaj Gowda","mobile_number":"7043120308","email_id":"bhoj.pandey@hotmail.com","dop":"2026-01-17","serial_number":"513976482680773","imei1":"513976482680773","imei2":"513976482680773","popurl":"www.akshita-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168373,"job_number":"JOB_168373","tr_customer_id":168390,"tr_customer_product_id":168380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Vrund Desai","mobile_number":"7001021043","email_id":"guru.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"516058943644872","imei1":"516058943644872","imei2":"516058943644872","popurl":"www.devagya-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168372,"job_number":"JOB_168372","tr_customer_id":168389,"tr_customer_product_id":168379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bishnu Varrier","mobile_number":"7096180955","email_id":"brajesh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"051797877589302","imei1":"051797877589302","imei2":"051797877589302","popurl":"www.ghanshyam-singh.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168371,"job_number":"JOB_168371","tr_customer_id":168388,"tr_customer_product_id":168378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bhilangana Nair","mobile_number":"7025684781","email_id":"lakshminath.mehra@yahoo.co.in","dop":"2026-01-17","serial_number":"854342691173107","imei1":"854342691173107","imei2":"854342691173107","popurl":"www.vasudeva-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168370,"job_number":"JOB_168370","tr_customer_id":168387,"tr_customer_product_id":168377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Priya Namboothiri","mobile_number":"7013847653","email_id":"dev.iyer@hotmail.com","dop":"2026-01-17","serial_number":"077055695813289","imei1":"077055695813289","imei2":"077055695813289","popurl":"www.lakshmidhar-bhat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168369,"job_number":"JOB_168369","tr_customer_id":168386,"tr_customer_product_id":168376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Kailash Guneta","mobile_number":"7090100585","email_id":"vaidehi.tandon@hotmail.com","dop":"2026-01-17","serial_number":"497105552825981","imei1":"497105552825981","imei2":"497105552825981","popurl":"www.dhatri-pillai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168368,"job_number":"JOB_168368","tr_customer_id":168385,"tr_customer_product_id":168375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bilwa Adiga","mobile_number":"7051290596","email_id":"nawal.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"593529066480426","imei1":"593529066480426","imei2":"593529066480426","popurl":"www.birjesh-khanna.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168367,"job_number":"JOB_168367","tr_customer_id":168384,"tr_customer_product_id":168374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Mohana Namboothiri","mobile_number":"7075742815","email_id":"urmila.gandhi@gmail.com","dop":"2026-01-17","serial_number":"145848997681710","imei1":"145848997681710","imei2":"145848997681710","popurl":"www.rakesh-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168366,"job_number":"JOB_168366","tr_customer_id":168383,"tr_customer_product_id":168373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Chinmayananda Talwar","mobile_number":"7029867753","email_id":"deepali.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"807692096572906","imei1":"807692096572906","imei2":"807692096572906","popurl":"www.tanirika-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168365,"job_number":"JOB_168365","tr_customer_id":168382,"tr_customer_product_id":168372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Akshaj Abbott","mobile_number":"7030785535","email_id":"devika.dhawan@hotmail.com","dop":"2026-01-17","serial_number":"185714094858276","imei1":"185714094858276","imei2":"185714094858276","popurl":"www.karan-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168364,"job_number":"JOB_168364","tr_customer_id":168381,"tr_customer_product_id":168371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chandani Iyengar","mobile_number":"7019505930","email_id":"gauranga.bharadwaj@hotmail.com","dop":"2026-01-17","serial_number":"016636860422462","imei1":"016636860422462","imei2":"016636860422462","popurl":"www.aayushman-naik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168363,"job_number":"JOB_168363","tr_customer_id":168380,"tr_customer_product_id":168370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chakor Gupta","mobile_number":"7009589550","email_id":"shobhana.johar@hotmail.com","dop":"2026-01-17","serial_number":"206538448713779","imei1":"206538448713779","imei2":"206538448713779","popurl":"www.abhirath-dutta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168362,"job_number":"JOB_168362","tr_customer_id":168379,"tr_customer_product_id":168369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rukhmani Nambeesan","mobile_number":"7009156879","email_id":"harit.ahluwalia@yahoo.co.in","dop":"2026-01-17","serial_number":"297676098700538","imei1":"297676098700538","imei2":"297676098700538","popurl":"www.krishna-achari.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168361,"job_number":"JOB_168361","tr_customer_id":168378,"tr_customer_product_id":168368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rohit Dhawan","mobile_number":"7010250076","email_id":"manisha.saini@yahoo.co.in","dop":"2026-01-17","serial_number":"817097590402320","imei1":"817097590402320","imei2":"817097590402320","popurl":"www.govinda-nair.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168360,"job_number":"JOB_168360","tr_customer_id":168377,"tr_customer_product_id":168367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bhavani Menon","mobile_number":"7051475661","email_id":"goutam.devar@hotmail.com","dop":"2026-01-17","serial_number":"149646746099263","imei1":"149646746099263","imei2":"149646746099263","popurl":"www.geeta-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168359,"job_number":"JOB_168359","tr_customer_id":168376,"tr_customer_product_id":168366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Mahesh Jha","mobile_number":"7038586704","email_id":"ankal.tandon@hotmail.com","dop":"2026-01-17","serial_number":"990013463977407","imei1":"990013463977407","imei2":"990013463977407","popurl":"www.bhuvaneshwar-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168358,"job_number":"JOB_168358","tr_customer_id":168374,"tr_customer_product_id":168364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Tanya Kapoor","mobile_number":"7016042539","email_id":"udai.tagore@hotmail.com","dop":"2026-01-17","serial_number":"198386518075332","imei1":"198386518075332","imei2":"198386518075332","popurl":"www.dinkar-devar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168357,"job_number":"JOB_168357","tr_customer_id":168375,"tr_customer_product_id":168365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Aanandaswarup Jha","mobile_number":"7076453342","email_id":"abhirath.adiga@hotmail.com","dop":"2026-01-17","serial_number":"335279886424002","imei1":"335279886424002","imei2":"335279886424002","popurl":"www.dhanapati-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168356,"job_number":"JOB_168356","tr_customer_id":168373,"tr_customer_product_id":168363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ravi Mukhopadhyay","mobile_number":"7067186902","email_id":"shivakari.joshi@hotmail.com","dop":"2026-01-17","serial_number":"142948129111347","imei1":"142948129111347","imei2":"142948129111347","popurl":"www.chanda-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168355,"job_number":"JOB_168355","tr_customer_id":168372,"tr_customer_product_id":168362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Lila Iyer","mobile_number":"7023393304","email_id":"narendra.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"089434342383766","imei1":"089434342383766","imei2":"089434342383766","popurl":"www.rohit-pillai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168354,"job_number":"JOB_168354","tr_customer_id":168371,"tr_customer_product_id":168361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Krishnadas Saini","mobile_number":"7074823966","email_id":"vrund.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"532303323194966","imei1":"532303323194966","imei2":"532303323194966","popurl":"www.pran-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168353,"job_number":"JOB_168353","tr_customer_id":168370,"tr_customer_product_id":168360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Kumar Iyer","mobile_number":"7087622205","email_id":"bahula.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"810569748036493","imei1":"810569748036493","imei2":"810569748036493","popurl":"www.sher-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168352,"job_number":"JOB_168352","tr_customer_id":168369,"tr_customer_product_id":168359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Meghnad Dhawan","mobile_number":"7038382114","email_id":"anjushri.rana@gmail.com","dop":"2026-01-17","serial_number":"469600577233594","imei1":"469600577233594","imei2":"469600577233594","popurl":"www.aadrika-arora.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168351,"job_number":"JOB_168351","tr_customer_id":168368,"tr_customer_product_id":168358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Heema Pilla","mobile_number":"7064517073","email_id":"prasad.guha@gmail.com","dop":"2026-01-17","serial_number":"964173172956775","imei1":"964173172956775","imei2":"964173172956775","popurl":"www.meghnad-sharma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168350,"job_number":"JOB_168350","tr_customer_id":168367,"tr_customer_product_id":168357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Abani Chaturvedi","mobile_number":"7036399880","email_id":"adhiraj.iyengar@hotmail.com","dop":"2026-01-17","serial_number":"106729502802142","imei1":"106729502802142","imei2":"106729502802142","popurl":"www.ahalya-bhat.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168349,"job_number":"JOB_168349","tr_customer_id":168366,"tr_customer_product_id":168356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Dhanu Dutta","mobile_number":"7018337846","email_id":"dandak.khanna@hotmail.com","dop":"2026-01-17","serial_number":"877052485523200","imei1":"877052485523200","imei2":"877052485523200","popurl":"www.atmanand-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168348,"job_number":"JOB_168348","tr_customer_id":168365,"tr_customer_product_id":168355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ritesh Reddy","mobile_number":"7090019130","email_id":"bela.mishra@hotmail.com","dop":"2026-01-17","serial_number":"220858470308955","imei1":"220858470308955","imei2":"220858470308955","popurl":"www.nikita-asan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168347,"job_number":"JOB_168347","tr_customer_id":168364,"tr_customer_product_id":168354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Apsara Mishra","mobile_number":"7047276167","email_id":"kannan.gowda@hotmail.com","dop":"2026-01-17","serial_number":"565742401215318","imei1":"565742401215318","imei2":"565742401215318","popurl":"www.bhargavi-patel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168346,"job_number":"JOB_168346","tr_customer_id":168363,"tr_customer_product_id":168353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Vyas Tandon","mobile_number":"7042667205","email_id":"purnima.joshi@yahoo.co.in","dop":"2026-01-17","serial_number":"759616770829453","imei1":"759616770829453","imei2":"759616770829453","popurl":"www.chinmayananda-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168345,"job_number":"JOB_168345","tr_customer_id":168362,"tr_customer_product_id":168352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bala Tagore","mobile_number":"7002970566","email_id":"uma.khatri@hotmail.com","dop":"2026-01-17","serial_number":"346712173888469","imei1":"346712173888469","imei2":"346712173888469","popurl":"www.vishnu-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168344,"job_number":"JOB_168344","tr_customer_id":168361,"tr_customer_product_id":168351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Eshana Mishra","mobile_number":"7035091717","email_id":"bhardwaj.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"567478943251205","imei1":"567478943251205","imei2":"567478943251205","popurl":"www.tara-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168343,"job_number":"JOB_168343","tr_customer_id":168360,"tr_customer_product_id":168350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chitrangada Jain","mobile_number":"7047940952","email_id":"atmaja.somayaji@yahoo.co.in","dop":"2026-01-17","serial_number":"534353500920242","imei1":"534353500920242","imei2":"534353500920242","popurl":"www.dhyanesh-embranthiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168342,"job_number":"JOB_168342","tr_customer_id":168359,"tr_customer_product_id":168349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipali Naik","mobile_number":"7046169636","email_id":"adityanandan.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"181904001668628","imei1":"181904001668628","imei2":"181904001668628","popurl":"www.divjot-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168341,"job_number":"JOB_168341","tr_customer_id":168358,"tr_customer_product_id":168348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipendra Guneta","mobile_number":"7089022167","email_id":"bhooshit.varrier@yahoo.co.in","dop":"2026-01-17","serial_number":"557394222355725","imei1":"557394222355725","imei2":"557394222355725","popurl":"www.veda-namboothiri.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168340,"job_number":"JOB_168340","tr_customer_id":168357,"tr_customer_product_id":168347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gandharv Mishra","mobile_number":"7037736873","email_id":"chandrakala.asan@hotmail.com","dop":"2026-01-17","serial_number":"054532771311509","imei1":"054532771311509","imei2":"054532771311509","popurl":"www.anshula-gandhi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168339,"job_number":"JOB_168339","tr_customer_id":168356,"tr_customer_product_id":168346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Abhirath Kocchar","mobile_number":"7095215331","email_id":"nirbhay.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"026538670104231","imei1":"026538670104231","imei2":"026538670104231","popurl":"www.bhilangana-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168338,"job_number":"JOB_168338","tr_customer_id":168355,"tr_customer_product_id":168345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Lakshman Malik","mobile_number":"7054809205","email_id":"samir.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"688001834688644","imei1":"688001834688644","imei2":"688001834688644","popurl":"www.parvati-embranthiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168337,"job_number":"JOB_168337","tr_customer_id":168354,"tr_customer_product_id":168344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girik Gowda","mobile_number":"7069755534","email_id":"agrata.guneta@gmail.com","dop":"2026-01-17","serial_number":"006437615865535","imei1":"006437615865535","imei2":"006437615865535","popurl":"www.opalina-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168336,"job_number":"JOB_168336","tr_customer_id":168353,"tr_customer_product_id":168343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Swarnalata Johar","mobile_number":"7078977856","email_id":"ujjwal.desai@yahoo.co.in","dop":"2026-01-17","serial_number":"868667207996938","imei1":"868667207996938","imei2":"868667207996938","popurl":"www.laxmi-adiga.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168335,"job_number":"JOB_168335","tr_customer_id":168352,"tr_customer_product_id":168342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Adhrit Kapoor","mobile_number":"7027432401","email_id":"aruna.pillai@hotmail.com","dop":"2026-01-17","serial_number":"348584581440138","imei1":"348584581440138","imei2":"348584581440138","popurl":"www.bhargavi-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168334,"job_number":"JOB_168334","tr_customer_id":168351,"tr_customer_product_id":168341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Anjushri Kakkar","mobile_number":"7053074102","email_id":"chitraksh.talwar@hotmail.com","dop":"2026-01-17","serial_number":"573357269817417","imei1":"573357269817417","imei2":"573357269817417","popurl":"www.tanya-nair.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168333,"job_number":"JOB_168333","tr_customer_id":168350,"tr_customer_product_id":168340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ramaa Ahluwalia","mobile_number":"7043740065","email_id":"krishnadasa.abbott@gmail.com","dop":"2026-01-17","serial_number":"055694745124624","imei1":"055694745124624","imei2":"055694745124624","popurl":"www.anilaabh-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168332,"job_number":"JOB_168332","tr_customer_id":168349,"tr_customer_product_id":168339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ananta Bandopadhyay","mobile_number":"7064038836","email_id":"ujjawal.asan@hotmail.com","dop":"2026-01-17","serial_number":"193785608841020","imei1":"193785608841020","imei2":"193785608841020","popurl":"www.gajabahu-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168331,"job_number":"JOB_168331","tr_customer_id":168348,"tr_customer_product_id":168338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gautam Khan","mobile_number":"7062693799","email_id":"siddarth.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"391242264746741","imei1":"391242264746741","imei2":"391242264746741","popurl":"www.ananda-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168330,"job_number":"JOB_168330","tr_customer_id":168347,"tr_customer_product_id":168337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girija Johar","mobile_number":"7087953579","email_id":"manoj.jain@gmail.com","dop":"2026-01-17","serial_number":"955820954820200","imei1":"955820954820200","imei2":"955820954820200","popurl":"www.vaishnavi-jha.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168329,"job_number":"JOB_168329","tr_customer_id":168346,"tr_customer_product_id":168336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Tanushri Desai","mobile_number":"7029790501","email_id":"bilva.achari@yahoo.co.in","dop":"2026-01-17","serial_number":"635481645607749","imei1":"635481645607749","imei2":"635481645607749","popurl":"www.chapala-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168328,"job_number":"JOB_168328","tr_customer_id":168345,"tr_customer_product_id":168335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Bhishma Ahluwalia","mobile_number":"7070024748","email_id":"gitanjali.patel@gmail.com","dop":"2026-01-17","serial_number":"909928173955236","imei1":"909928173955236","imei2":"909928173955236","popurl":"www.lavanya-ahluwalia.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168327,"job_number":"JOB_168327","tr_customer_id":168344,"tr_customer_product_id":168334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dhanapati Mukhopadhyay","mobile_number":"7060625797","email_id":"anasooya.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"677865205290071","imei1":"677865205290071","imei2":"677865205290071","popurl":"www.akshita-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168326,"job_number":"JOB_168326","tr_customer_id":168343,"tr_customer_product_id":168333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chandraayan Butt","mobile_number":"7010369756","email_id":"agnimitra.somayaji@gmail.com","dop":"2026-01-17","serial_number":"488999732494006","imei1":"488999732494006","imei2":"488999732494006","popurl":"www.gajabahu-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168325,"job_number":"JOB_168325","tr_customer_id":168342,"tr_customer_product_id":168332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Manoj Iyer","mobile_number":"7079001143","email_id":"giriraj.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"193173358287905","imei1":"193173358287905","imei2":"193173358287905","popurl":"www.rukmin-kaur.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168324,"job_number":"JOB_168324","tr_customer_id":168341,"tr_customer_product_id":168331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Devvrat Asan","mobile_number":"7036837584","email_id":"garuda.menon@hotmail.com","dop":"2026-01-17","serial_number":"186509279222993","imei1":"186509279222993","imei2":"186509279222993","popurl":"www.vaishno-nehru.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168323,"job_number":"JOB_168323","tr_customer_id":168340,"tr_customer_product_id":168330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrakin Chattopadhyay","mobile_number":"7097544273","email_id":"kannan.agarwal@gmail.com","dop":"2026-01-17","serial_number":"692303611362579","imei1":"692303611362579","imei2":"692303611362579","popurl":"www.bilwa-deshpande.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168322,"job_number":"JOB_168322","tr_customer_id":168339,"tr_customer_product_id":168329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Nanda Ahluwalia","mobile_number":"7061139361","email_id":"bhoopati.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"325520571898873","imei1":"325520571898873","imei2":"325520571898873","popurl":"www.pushti-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168321,"job_number":"JOB_168321","tr_customer_id":168338,"tr_customer_product_id":168328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gauranga Bharadwaj","mobile_number":"7040771236","email_id":"himani.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"963565872947585","imei1":"963565872947585","imei2":"963565872947585","popurl":"www.vishnu-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168320,"job_number":"JOB_168320","tr_customer_id":168337,"tr_customer_product_id":168327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamla Pillai","mobile_number":"7025530093","email_id":"devi.bhattacharya@hotmail.com","dop":"2026-01-17","serial_number":"720966471356811","imei1":"720966471356811","imei2":"720966471356811","popurl":"www.chinmayananda-gandhi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168319,"job_number":"JOB_168319","tr_customer_id":168336,"tr_customer_product_id":168326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Amaresh Mahajan","mobile_number":"7036858631","email_id":"brahmanandam.sharma@gmail.com","dop":"2026-01-17","serial_number":"993215241178645","imei1":"993215241178645","imei2":"993215241178645","popurl":"www.dulari-trivedi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168318,"job_number":"JOB_168318","tr_customer_id":168335,"tr_customer_product_id":168325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrabhaga Reddy","mobile_number":"7002922500","email_id":"gajadhar.pillai@hotmail.com","dop":"2026-01-17","serial_number":"670466987668843","imei1":"670466987668843","imei2":"670466987668843","popurl":"www.aadidev-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168317,"job_number":"JOB_168317","tr_customer_id":168334,"tr_customer_product_id":168324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Manisha Chattopadhyay","mobile_number":"7075391580","email_id":"aagneya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"231111320521551","imei1":"231111320521551","imei2":"231111320521551","popurl":"www.dron-dubashi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168316,"job_number":"JOB_168316","tr_customer_id":168333,"tr_customer_product_id":168323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gajadhar Khatri","mobile_number":"7009021832","email_id":"manik.pilla@hotmail.com","dop":"2026-01-17","serial_number":"824135075165620","imei1":"824135075165620","imei2":"824135075165620","popurl":"www.gaurang-patel.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168315,"job_number":"JOB_168315","tr_customer_id":168332,"tr_customer_product_id":168322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bandhu Mahajan","mobile_number":"7099106728","email_id":"dhruv.joshi@hotmail.com","dop":"2026-01-17","serial_number":"324381924619464","imei1":"324381924619464","imei2":"324381924619464","popurl":"www.shridevi-pothuvaal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168314,"job_number":"JOB_168314","tr_customer_id":168331,"tr_customer_product_id":168321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamlesh Khanna","mobile_number":"7095467911","email_id":"hiranya.marar@hotmail.com","dop":"2026-01-17","serial_number":"135205006698107","imei1":"135205006698107","imei2":"135205006698107","popurl":"www.garuda-pandey.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168313,"job_number":"JOB_168313","tr_customer_id":168330,"tr_customer_product_id":168320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ananda Malik","mobile_number":"7038373963","email_id":"malti.iyer@hotmail.com","dop":"2026-01-17","serial_number":"699733414024462","imei1":"699733414024462","imei2":"699733414024462","popurl":"www.anjushree-marar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168312,"job_number":"JOB_168312","tr_customer_id":168329,"tr_customer_product_id":168319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chiranjeev Ahluwalia","mobile_number":"7009145254","email_id":"geeta.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"643458496795587","imei1":"643458496795587","imei2":"643458496795587","popurl":"www.prem-desai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168311,"job_number":"JOB_168311","tr_customer_id":168328,"tr_customer_product_id":168318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Devesh Mishra","mobile_number":"7033273020","email_id":"chandi.kaniyar@yahoo.co.in","dop":"2026-01-17","serial_number":"932138702134532","imei1":"932138702134532","imei2":"932138702134532","popurl":"www.devani-reddy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168310,"job_number":"JOB_168310","tr_customer_id":168327,"tr_customer_product_id":168317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ritesh Bhattacharya","mobile_number":"7098501414","email_id":"sharmila.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"103975520579777","imei1":"103975520579777","imei2":"103975520579777","popurl":"www.harinarayan-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168309,"job_number":"JOB_168309","tr_customer_id":168326,"tr_customer_product_id":168316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Vidur Somayaji","mobile_number":"7073570313","email_id":"dharitri.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"027182720772522","imei1":"027182720772522","imei2":"027182720772522","popurl":"www.girindra-tandon.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168308,"job_number":"JOB_168308","tr_customer_id":168325,"tr_customer_product_id":168315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Trisha Embranthiri","mobile_number":"7078828412","email_id":"rageswari.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"379590032052216","imei1":"379590032052216","imei2":"379590032052216","popurl":"www.oormila-namboothiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168307,"job_number":"JOB_168307","tr_customer_id":168324,"tr_customer_product_id":168314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bharadwaj Gowda","mobile_number":"7047901798","email_id":"amrit.chopra@hotmail.com","dop":"2026-01-17","serial_number":"691884701084889","imei1":"691884701084889","imei2":"691884701084889","popurl":"www.aarya-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168306,"job_number":"JOB_168306","tr_customer_id":168323,"tr_customer_product_id":168313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Daiwik Pandey","mobile_number":"7015235624","email_id":"darshwana.saini@gmail.com","dop":"2026-01-17","serial_number":"922710613826902","imei1":"922710613826902","imei2":"922710613826902","popurl":"www.aayushman-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168305,"job_number":"JOB_168305","tr_customer_id":168322,"tr_customer_product_id":168312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Shanti Chaturvedi","mobile_number":"7074772557","email_id":"rukmin.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"167544080266806","imei1":"167544080266806","imei2":"167544080266806","popurl":"www.karunanidhi-joshi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168304,"job_number":"JOB_168304","tr_customer_id":168321,"tr_customer_product_id":168311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dhana Achari","mobile_number":"7027643900","email_id":"bala.deshpande@gmail.com","dop":"2026-01-17","serial_number":"259783489679083","imei1":"259783489679083","imei2":"259783489679083","popurl":"www.dhanesh-prajapat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168303,"job_number":"JOB_168303","tr_customer_id":168320,"tr_customer_product_id":168310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Kanishka Pandey","mobile_number":"7006447166","email_id":"deepesh.prajapat@gmail.com","dop":"2026-01-17","serial_number":"299828941401126","imei1":"299828941401126","imei2":"299828941401126","popurl":"www.aagneya-adiga.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168302,"job_number":"JOB_168302","tr_customer_id":168319,"tr_customer_product_id":168309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Eshita Malik","mobile_number":"7019334340","email_id":"charuvrat.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"797082632608609","imei1":"797082632608609","imei2":"797082632608609","popurl":"www.sarla-banerjee.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168301,"job_number":"JOB_168301","tr_customer_id":168318,"tr_customer_product_id":168308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Krishnadasa Kocchar","mobile_number":"7040706838","email_id":"vidya.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"039277206390215","imei1":"039277206390215","imei2":"039277206390215","popurl":"www.abhisyanta-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168300,"job_number":"JOB_168300","tr_customer_id":168317,"tr_customer_product_id":168307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Acaryatanaya Sharma","mobile_number":"7080385131","email_id":"kumuda.desai@gmail.com","dop":"2026-01-17","serial_number":"628297546043480","imei1":"628297546043480","imei2":"628297546043480","popurl":"www.sanka-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168299,"job_number":"JOB_168299","tr_customer_id":168316,"tr_customer_product_id":168306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Jyoti Bhat","mobile_number":"7026175150","email_id":"bilwa.dubashi@gmail.com","dop":"2026-01-17","serial_number":"143523016490660","imei1":"143523016490660","imei2":"143523016490660","popurl":"www.amritambu-sinha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168298,"job_number":"JOB_168298","tr_customer_id":168315,"tr_customer_product_id":168305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Baalagopaal Patil","mobile_number":"7096912025","email_id":"abhirath.mukhopadhyay@hotmail.com","dop":"2026-01-17","serial_number":"757612487874979","imei1":"757612487874979","imei2":"757612487874979","popurl":"www.bhushit-guha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168297,"job_number":"JOB_168297","tr_customer_id":168314,"tr_customer_product_id":168304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Nirbhay Chattopadhyay","mobile_number":"7061002611","email_id":"eshana.bhattathiri@hotmail.com","dop":"2026-01-17","serial_number":"297775248264917","imei1":"297775248264917","imei2":"297775248264917","popurl":"www.shubhaprada-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168296,"job_number":"JOB_168296","tr_customer_id":168313,"tr_customer_product_id":168303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Aaryan Varrier","mobile_number":"7086629267","email_id":"shashi.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"297041655924701","imei1":"297041655924701","imei2":"297041655924701","popurl":"www.gajabahu-rana.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168295,"job_number":"JOB_168295","tr_customer_id":168312,"tr_customer_product_id":168302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Abhisyanta Tagore","mobile_number":"7098322412","email_id":"chaitan.naik@hotmail.com","dop":"2026-01-17","serial_number":"462957100239314","imei1":"462957100239314","imei2":"462957100239314","popurl":"www.gati-nair.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168294,"job_number":"JOB_168294","tr_customer_id":168311,"tr_customer_product_id":168301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Deeptimoyee Trivedi","mobile_number":"7081075397","email_id":"rupinder.chopra@yahoo.co.in","dop":"2026-01-17","serial_number":"820682428873616","imei1":"820682428873616","imei2":"820682428873616","popurl":"www.jay-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168293,"job_number":"JOB_168293","tr_customer_id":168310,"tr_customer_product_id":168300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gayatri Gill","mobile_number":"7078914110","email_id":"tanya.gowda@yahoo.co.in","dop":"2026-01-17","serial_number":"425618954904736","imei1":"425618954904736","imei2":"425618954904736","popurl":"www.baala-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168292,"job_number":"JOB_168292","tr_customer_id":168309,"tr_customer_product_id":168299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Yogendra Rana","mobile_number":"7013127135","email_id":"ekalavya.pandey@hotmail.com","dop":"2026-01-17","serial_number":"181276253587809","imei1":"181276253587809","imei2":"181276253587809","popurl":"www.himadri-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168291,"job_number":"JOB_168291","tr_customer_id":168308,"tr_customer_product_id":168298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gitanjali Nehru","mobile_number":"7033196788","email_id":"bhramar.iyer@hotmail.com","dop":"2026-01-17","serial_number":"159118065780587","imei1":"159118065780587","imei2":"159118065780587","popurl":"www.adhrit-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168290,"job_number":"JOB_168290","tr_customer_id":168307,"tr_customer_product_id":168297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Param Namboothiri","mobile_number":"7051395959","email_id":"shresth.acharya@gmail.com","dop":"2026-01-17","serial_number":"939906965759411","imei1":"939906965759411","imei2":"939906965759411","popurl":"www.digambar-khatri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168289,"job_number":"JOB_168289","tr_customer_id":168306,"tr_customer_product_id":168296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Laxmi Khan","mobile_number":"7044561872","email_id":"amaranaath.mukhopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"798628166538875","imei1":"798628166538875","imei2":"798628166538875","popurl":"www.chakravartee-malik.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168288,"job_number":"JOB_168288","tr_customer_id":168305,"tr_customer_product_id":168295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Chandini Panicker","mobile_number":"7041401584","email_id":"nimit.shukla@hotmail.com","dop":"2026-01-17","serial_number":"030455514100990","imei1":"030455514100990","imei2":"030455514100990","popurl":"www.kama-mishra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168287,"job_number":"JOB_168287","tr_customer_id":168304,"tr_customer_product_id":168294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Rageshwari Sinha","mobile_number":"7007609666","email_id":"aaryan.mishra@hotmail.com","dop":"2026-01-17","serial_number":"762876885452505","imei1":"762876885452505","imei2":"762876885452505","popurl":"www.dandapaani-kakkar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168286,"job_number":"JOB_168286","tr_customer_id":168303,"tr_customer_product_id":168293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dayaamay Khan","mobile_number":"7027838011","email_id":"param.khanna@hotmail.com","dop":"2026-01-17","serial_number":"246434267233391","imei1":"246434267233391","imei2":"246434267233391","popurl":"www.mohinder-malik.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168285,"job_number":"JOB_168285","tr_customer_id":168302,"tr_customer_product_id":168292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Bhadrak Arora","mobile_number":"7032870005","email_id":"bhishma.acharya@hotmail.com","dop":"2026-01-17","serial_number":"559643001190677","imei1":"559643001190677","imei2":"559643001190677","popurl":"www.anjaneya-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168284,"job_number":"JOB_168284","tr_customer_id":168301,"tr_customer_product_id":168291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Shanti Bhattathiri","mobile_number":"7016029439","email_id":"oormila.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"247116872323691","imei1":"247116872323691","imei2":"247116872323691","popurl":"www.dayaanidhi-dwivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168283,"job_number":"JOB_168283","tr_customer_id":168300,"tr_customer_product_id":168290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Swarnalata Prajapat","mobile_number":"7099479914","email_id":"balaaditya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"141575034126703","imei1":"141575034126703","imei2":"141575034126703","popurl":"www.narinder-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168282,"job_number":"JOB_168282","tr_customer_id":168299,"tr_customer_product_id":168289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Girish Banerjee","mobile_number":"7048017873","email_id":"aaryan.guneta@hotmail.com","dop":"2026-01-17","serial_number":"740725273090990","imei1":"740725273090990","imei2":"740725273090990","popurl":"www.rati-jha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168281,"job_number":"JOB_168281","tr_customer_id":168298,"tr_customer_product_id":168288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhardwaj Shukla","mobile_number":"7025057013","email_id":"mayoor.iyer@hotmail.com","dop":"2026-01-17","serial_number":"135556889699370","imei1":"135556889699370","imei2":"135556889699370","popurl":"www.sharmila-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168280,"job_number":"JOB_168280","tr_customer_id":168297,"tr_customer_product_id":168287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Lal Ahuja","mobile_number":"7037608651","email_id":"dhanalakshmi.pothuvaal@gmail.com","dop":"2026-01-17","serial_number":"863448801333047","imei1":"863448801333047","imei2":"863448801333047","popurl":"www.jyoti-pothuvaal.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168279,"job_number":"JOB_168279","tr_customer_id":168296,"tr_customer_product_id":168286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ranjit Chopra","mobile_number":"7073725800","email_id":"bhagirathi.guneta@hotmail.com","dop":"2026-01-17","serial_number":"360525324757118","imei1":"360525324757118","imei2":"360525324757118","popurl":"www.jagadish-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168278,"job_number":"JOB_168278","tr_customer_id":168295,"tr_customer_product_id":168285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhargava Mukhopadhyay","mobile_number":"7026138278","email_id":"anurag.mishra@gmail.com","dop":"2026-01-17","serial_number":"875406830158462","imei1":"875406830158462","imei2":"875406830158462","popurl":"www.kali-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168277,"job_number":"JOB_168277","tr_customer_id":168294,"tr_customer_product_id":168284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chandi Malik","mobile_number":"7095444726","email_id":"deb.ahuja@yahoo.co.in","dop":"2026-01-17","serial_number":"912578778448772","imei1":"912578778448772","imei2":"912578778448772","popurl":"www.tanushree-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168276,"job_number":"JOB_168276","tr_customer_id":168293,"tr_customer_product_id":168283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chetanaanand Reddy","mobile_number":"7045392486","email_id":"anal.deshpande@yahoo.co.in","dop":"2026-01-17","serial_number":"408809447341215","imei1":"408809447341215","imei2":"408809447341215","popurl":"www.abhirath-achari.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168275,"job_number":"JOB_168275","tr_customer_id":168291,"tr_customer_product_id":168281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Pran Dubashi","mobile_number":"7068961883","email_id":"ekaparnika.agarwal@yahoo.co.in","dop":"2026-01-17","serial_number":"286857647138780","imei1":"286857647138780","imei2":"286857647138780","popurl":"www.amrita-embranthiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168274,"job_number":"JOB_168274","tr_customer_id":168292,"tr_customer_product_id":168282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ankal Nair","mobile_number":"7063975020","email_id":"gauraang.joshi@gmail.com","dop":"2026-01-17","serial_number":"907222504346697","imei1":"907222504346697","imei2":"907222504346697","popurl":"www.manoj-varman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168273,"job_number":"JOB_168273","tr_customer_id":168290,"tr_customer_product_id":168280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Anaadi Devar","mobile_number":"7084683703","email_id":"ekaling.namboothiri@hotmail.com","dop":"2026-01-17","serial_number":"656477353144113","imei1":"656477353144113","imei2":"656477353144113","popurl":"www.deepesh-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168272,"job_number":"JOB_168272","tr_customer_id":168289,"tr_customer_product_id":168279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:50.000Z","modified_at":"2026-01-27T13:45:02.000Z","name":"Oscar Ritchie","mobile_number":"719-318-1867","email_id":"Monserrate19@gmail.com","dop":"2025-12-01","serial_number":"17540098712072","imei1":"17540098712072","imei2":"17540098712072","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:45:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168271,"job_number":"JOB_168271","tr_customer_id":168288,"tr_customer_product_id":168278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:50.000Z","modified_at":"2026-01-27T13:44:50.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16137037844247","imei1":"16137037844247","imei2":"16137037844247","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168270,"job_number":"JOB_168270","tr_customer_id":168287,"tr_customer_product_id":168277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:34.000Z","modified_at":"2026-01-27T13:44:46.000Z","name":"Camylle Mertz","mobile_number":"942-200-2028","email_id":"Retha.Koss41@hotmail.com","dop":"2025-12-01","serial_number":"12355772743331","imei1":"12355772743331","imei2":"12355772743331","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168269,"job_number":"JOB_168269","tr_customer_id":168286,"tr_customer_product_id":168276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:33.000Z","modified_at":"2026-01-27T13:44:33.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11740035973162","imei1":"11740035973162","imei2":"11740035973162","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168268,"job_number":"JOB_168268","tr_customer_id":168285,"tr_customer_product_id":168275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:17.000Z","modified_at":"2026-01-27T13:44:29.000Z","name":"Janie Predovic","mobile_number":"221-782-5093","email_id":"Gladys_Hilpert73@hotmail.com","dop":"2025-12-01","serial_number":"15696191062648","imei1":"15696191062648","imei2":"15696191062648","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168267,"job_number":"JOB_168267","tr_customer_id":168284,"tr_customer_product_id":168274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:16.000Z","modified_at":"2026-01-27T13:44:16.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13972199692843","imei1":"13972199692843","imei2":"13972199692843","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168266,"job_number":"JOB_168266","tr_customer_id":168283,"tr_customer_product_id":168273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:18.000Z","modified_at":"2026-01-27T15:29:54.000Z","name":"Ena Jakubowski","mobile_number":"767-899-9822","email_id":"Conor_Gleason71@yahoo.com","dop":"2025-02-01","serial_number":"53730589633809","imei1":"53730589633809","imei2":"53730589633809","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T15:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168265,"job_number":"JOB_168265","tr_customer_id":168282,"tr_customer_product_id":168272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:12.000Z","name":"Rakesh Ganaka","mobile_number":"7081162089","email_id":"smriti.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"973373170161546","imei1":"973373170161546","imei2":"973373170161546","popurl":"www.deependra-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168264,"job_number":"JOB_168264","tr_customer_id":168281,"tr_customer_product_id":168271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhargava Kapoor","mobile_number":"7017308625","email_id":"ajeet.sinha@gmail.com","dop":"2026-01-17","serial_number":"210483892952342","imei1":"210483892952342","imei2":"210483892952342","popurl":"www.bhishma-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168263,"job_number":"JOB_168263","tr_customer_id":168280,"tr_customer_product_id":168270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhuvanesh Arora","mobile_number":"7059618969","email_id":"bhamini.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"030187202982318","imei1":"030187202982318","imei2":"030187202982318","popurl":"www.chaaruchandra-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168262,"job_number":"JOB_168262","tr_customer_id":168279,"tr_customer_product_id":168269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Swara Bandopadhyay","mobile_number":"7016741813","email_id":"aadi.varman@gmail.com","dop":"2026-01-17","serial_number":"447201130297179","imei1":"447201130297179","imei2":"447201130297179","popurl":"www.ekaparnika-ahuja.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168261,"job_number":"JOB_168261","tr_customer_id":168278,"tr_customer_product_id":168268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Budhil Kaul","mobile_number":"7007472388","email_id":"vidhya.johar@yahoo.co.in","dop":"2026-01-17","serial_number":"346899966887362","imei1":"346899966887362","imei2":"346899966887362","popurl":"www.dayamayee-pandey.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168260,"job_number":"JOB_168260","tr_customer_id":168277,"tr_customer_product_id":168267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ekadant Iyengar","mobile_number":"7083283137","email_id":"akshainie.varman@hotmail.com","dop":"2026-01-17","serial_number":"807684574494302","imei1":"807684574494302","imei2":"807684574494302","popurl":"www.anuja-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168259,"job_number":"JOB_168259","tr_customer_id":168276,"tr_customer_product_id":168266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Indra Bandopadhyay","mobile_number":"7084928060","email_id":"sarada.rana@hotmail.com","dop":"2026-01-17","serial_number":"119167337360261","imei1":"119167337360261","imei2":"119167337360261","popurl":"www.atmaja-rana.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168258,"job_number":"JOB_168258","tr_customer_id":168275,"tr_customer_product_id":168265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Triloki Nath Gill","mobile_number":"7020959627","email_id":"ajeet.shukla@yahoo.co.in","dop":"2026-01-17","serial_number":"154315835505877","imei1":"154315835505877","imei2":"154315835505877","popurl":"www.adhrit-talwar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168257,"job_number":"JOB_168257","tr_customer_id":168274,"tr_customer_product_id":168264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Chidananda Varman","mobile_number":"7081541989","email_id":"bhushan.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"520358638387078","imei1":"520358638387078","imei2":"520358638387078","popurl":"www.abhaidev-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168256,"job_number":"JOB_168256","tr_customer_id":168273,"tr_customer_product_id":168263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ganaka Ganaka","mobile_number":"7008604529","email_id":"chaturbhuj.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"580968190866739","imei1":"580968190866739","imei2":"580968190866739","popurl":"www.bhoopati-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168255,"job_number":"JOB_168255","tr_customer_id":168272,"tr_customer_product_id":168262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"hello Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10942232193440","imei1":"10942232193440","imei2":"10942232193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168254,"job_number":"JOB_168254","tr_customer_id":168271,"tr_customer_product_id":168261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"dfdfd Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10944432193440","imei1":"10944432193440","imei2":"10944432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168253,"job_number":"JOB_168253","tr_customer_id":168270,"tr_customer_product_id":168260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"World Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"18844432193440","imei1":"18844432193440","imei2":"18844432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168252,"job_number":"JOB_168252","tr_customer_id":168269,"tr_customer_product_id":168259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:57.000Z","modified_at":"2026-01-27T12:34:57.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"26009336482955","imei1":"26009336482955","imei2":"26009336482955","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168251,"job_number":"JOB_168251","tr_customer_id":168268,"tr_customer_product_id":168258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:55.000Z","modified_at":"2026-01-27T12:35:37.000Z","name":"Josianne Crooks","mobile_number":"541-260-9025","email_id":"Kyle_Kertzmann@yahoo.com","dop":"2026-01-04","serial_number":"15505682942558","imei1":"15505682942558","imei2":"15505682942558","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168250,"job_number":"JOB_168250","tr_customer_id":168267,"tr_customer_product_id":168257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:55.000Z","modified_at":"2026-01-27T12:34:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11132776219601","imei1":"11132776219601","imei2":"11132776219601","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168249,"job_number":"JOB_168249","tr_customer_id":168266,"tr_customer_product_id":168256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:05.000Z","modified_at":"2026-01-27T12:34:05.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49000460081954","imei1":"49000460081954","imei2":"49000460081954","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168248,"job_number":"JOB_168248","tr_customer_id":168265,"tr_customer_product_id":168255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:03.000Z","modified_at":"2026-01-27T12:34:46.000Z","name":"Maybelle Anderson","mobile_number":"329-623-8818","email_id":"Ariane63@gmail.com","dop":"2026-01-04","serial_number":"16242676039586","imei1":"16242676039586","imei2":"16242676039586","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168247,"job_number":"JOB_168247","tr_customer_id":168264,"tr_customer_product_id":168254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:03.000Z","modified_at":"2026-01-27T12:34:03.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19926693469878","imei1":"19926693469878","imei2":"19926693469878","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168246,"job_number":"JOB_168246","tr_customer_id":168263,"tr_customer_product_id":168253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:14.000Z","modified_at":"2026-01-27T12:33:14.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70322021367703","imei1":"70322021367703","imei2":"70322021367703","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168245,"job_number":"JOB_168245","tr_customer_id":168262,"tr_customer_product_id":168252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:12.000Z","modified_at":"2026-01-27T12:33:55.000Z","name":"Jerald Legros","mobile_number":"452-600-9203","email_id":"Hunter2@yahoo.com","dop":"2026-01-04","serial_number":"19900223977702","imei1":"19900223977702","imei2":"19900223977702","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168244,"job_number":"JOB_168244","tr_customer_id":168261,"tr_customer_product_id":168251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:12.000Z","modified_at":"2026-01-27T12:33:12.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16853693244096","imei1":"16853693244096","imei2":"16853693244096","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168243,"job_number":"JOB_168243","tr_customer_id":168260,"tr_customer_product_id":168250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:06.000Z","modified_at":"2026-01-27T12:24:06.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94175444839677","imei1":"94175444839677","imei2":"94175444839677","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168242,"job_number":"JOB_168242","tr_customer_id":168259,"tr_customer_product_id":168249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:04.000Z","modified_at":"2026-01-27T12:24:41.000Z","name":"Electa Bode","mobile_number":"377-553-5681","email_id":"Jadon.Hilpert23@yahoo.com","dop":"2026-01-04","serial_number":"18677593505476","imei1":"18677593505476","imei2":"18677593505476","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:24:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168241,"job_number":"JOB_168241","tr_customer_id":168258,"tr_customer_product_id":168248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:04.000Z","modified_at":"2026-01-27T12:24:04.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18019431176168","imei1":"18019431176168","imei2":"18019431176168","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168240,"job_number":"JOB_168240","tr_customer_id":168257,"tr_customer_product_id":168247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:22.000Z","modified_at":"2026-01-27T12:23:22.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"91869338609526","imei1":"91869338609526","imei2":"91869338609526","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168239,"job_number":"JOB_168239","tr_customer_id":168256,"tr_customer_product_id":168246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:21.000Z","modified_at":"2026-01-27T12:23:57.000Z","name":"Abdiel Mann","mobile_number":"414-359-7351","email_id":"Audra.Walker@gmail.com","dop":"2026-01-04","serial_number":"11613712934841","imei1":"11613712934841","imei2":"11613712934841","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:23:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168238,"job_number":"JOB_168238","tr_customer_id":168255,"tr_customer_product_id":168245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:20.000Z","modified_at":"2026-01-27T12:23:20.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17953161811409","imei1":"17953161811409","imei2":"17953161811409","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168237,"job_number":"JOB_168237","tr_customer_id":168254,"tr_customer_product_id":168244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Krishnadas Adiga","mobile_number":"7068260260","email_id":"poornima.verma@hotmail.com","dop":"2026-01-17","serial_number":"033577332190658","imei1":"033577332190658","imei2":"033577332190658","popurl":"www.jyotis-kocchar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168236,"job_number":"JOB_168236","tr_customer_id":168252,"tr_customer_product_id":168243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Amarnath Saini","mobile_number":"7066114456","email_id":"gopee.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"054434794473818","imei1":"054434794473818","imei2":"054434794473818","popurl":"www.bharadwaj-mehra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168235,"job_number":"JOB_168235","tr_customer_id":168253,"tr_customer_product_id":168242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Aanandaswarup Menon","mobile_number":"7050715808","email_id":"arindam.singh@hotmail.com","dop":"2026-01-17","serial_number":"830722785884696","imei1":"830722785884696","imei2":"830722785884696","popurl":"www.daksha-jain.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168234,"job_number":"JOB_168234","tr_customer_id":168250,"tr_customer_product_id":168240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Anish Chopra","mobile_number":"7015546136","email_id":"divakar.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"073590567887108","imei1":"073590567887108","imei2":"073590567887108","popurl":"www.deevakar-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168233,"job_number":"JOB_168233","tr_customer_id":168251,"tr_customer_product_id":168241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Prayag Johar","mobile_number":"7003652757","email_id":"adheesh.mehrotra@gmail.com","dop":"2026-01-17","serial_number":"304306716864460","imei1":"304306716864460","imei2":"304306716864460","popurl":"www.brahma-jain.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168232,"job_number":"JOB_168232","tr_customer_id":168249,"tr_customer_product_id":168239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Trisha Johar","mobile_number":"7068949896","email_id":"agrata.iyer@hotmail.com","dop":"2026-01-17","serial_number":"233185802174858","imei1":"233185802174858","imei2":"233185802174858","popurl":"www.ranjeet-agarwal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168231,"job_number":"JOB_168231","tr_customer_id":168248,"tr_customer_product_id":168238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Jaya Kaul","mobile_number":"7053995341","email_id":"girindra.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"445076252064431","imei1":"445076252064431","imei2":"445076252064431","popurl":"www.chaturbhuj-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168230,"job_number":"JOB_168230","tr_customer_id":168247,"tr_customer_product_id":168237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Bheeshma Jain","mobile_number":"7059421692","email_id":"prasanna.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"833050871578067","imei1":"833050871578067","imei2":"833050871578067","popurl":"www.vaijayanthi-ahuja.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168229,"job_number":"JOB_168229","tr_customer_id":168246,"tr_customer_product_id":168236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Vasudev Bharadwaj","mobile_number":"7073845519","email_id":"ajit.guha@hotmail.com","dop":"2026-01-17","serial_number":"967332951939340","imei1":"967332951939340","imei2":"967332951939340","popurl":"www.dayaananda-gowda.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168228,"job_number":"JOB_168228","tr_customer_id":168245,"tr_customer_product_id":168235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Tanya Bhattacharya","mobile_number":"7059149789","email_id":"deeptiman.kaniyar@gmail.com","dop":"2026-01-17","serial_number":"012788348914751","imei1":"012788348914751","imei2":"012788348914751","popurl":"www.mohana-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168227,"job_number":"JOB_168227","tr_customer_id":168244,"tr_customer_product_id":168234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:38.000Z","modified_at":"2026-01-27T12:22:38.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53668157243722","imei1":"53668157243722","imei2":"53668157243722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168226,"job_number":"JOB_168226","tr_customer_id":168243,"tr_customer_product_id":168233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:37.000Z","modified_at":"2026-01-27T12:23:13.000Z","name":"Jayme Langosh","mobile_number":"560-299-9535","email_id":"Lorenzo_Davis95@gmail.com","dop":"2026-01-04","serial_number":"10318885661706","imei1":"10318885661706","imei2":"10318885661706","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:23:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168225,"job_number":"JOB_168225","tr_customer_id":168242,"tr_customer_product_id":168232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:36.000Z","modified_at":"2026-01-27T12:22:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16487763938218","imei1":"16487763938218","imei2":"16487763938218","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168224,"job_number":"JOB_168224","tr_customer_id":168240,"tr_customer_product_id":168231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Lakshmidhar Malik","mobile_number":"7073899809","email_id":"arindam.tagore@hotmail.com","dop":"2026-01-17","serial_number":"678891533948343","imei1":"678891533948343","imei2":"678891533948343","popurl":"www.aadi-adiga.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168223,"job_number":"JOB_168223","tr_customer_id":168241,"tr_customer_product_id":168230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Devesh Kaur","mobile_number":"7098102148","email_id":"yogendra.kaur@gmail.com","dop":"2026-01-17","serial_number":"743193379623075","imei1":"743193379623075","imei2":"743193379623075","popurl":"www.subhasini-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168222,"job_number":"JOB_168222","tr_customer_id":168238,"tr_customer_product_id":168228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Harinakshi Mehrotra","mobile_number":"7097412792","email_id":"omana.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"611970057824369","imei1":"611970057824369","imei2":"611970057824369","popurl":"www.tapan-arora.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168221,"job_number":"JOB_168221","tr_customer_id":168239,"tr_customer_product_id":168229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Anasuya Varma","mobile_number":"7056285526","email_id":"shridevi.varrier@hotmail.com","dop":"2026-01-17","serial_number":"884127054365020","imei1":"884127054365020","imei2":"884127054365020","popurl":"www.hari-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168220,"job_number":"JOB_168220","tr_customer_id":168237,"tr_customer_product_id":168227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Jai Pillai","mobile_number":"7048987638","email_id":"digambara.dwivedi@hotmail.com","dop":"2026-01-17","serial_number":"351663360147969","imei1":"351663360147969","imei2":"351663360147969","popurl":"www.acaryatanaya-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168219,"job_number":"JOB_168219","tr_customer_id":168236,"tr_customer_product_id":168226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:17.000Z","modified_at":"2026-01-27T12:10:29.000Z","name":"Miller Doyle","mobile_number":"858-538-7878","email_id":"Barton_Schumm@hotmail.com","dop":"2025-12-01","serial_number":"12648511043464","imei1":"12648511043464","imei2":"12648511043464","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168218,"job_number":"JOB_168218","tr_customer_id":168235,"tr_customer_product_id":168225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:17.000Z","modified_at":"2026-01-27T12:10:17.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16459082111863","imei1":"16459082111863","imei2":"16459082111863","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168217,"job_number":"JOB_168217","tr_customer_id":168234,"tr_customer_product_id":168224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:01.000Z","modified_at":"2026-01-27T12:10:13.000Z","name":"Verdie Kessler","mobile_number":"847-994-3783","email_id":"Emmanuel20@yahoo.com","dop":"2025-12-01","serial_number":"16460719711611","imei1":"16460719711611","imei2":"16460719711611","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:10:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168216,"job_number":"JOB_168216","tr_customer_id":168233,"tr_customer_product_id":168223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:00.000Z","modified_at":"2026-01-27T12:10:00.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15888285633922","imei1":"15888285633922","imei2":"15888285633922","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168215,"job_number":"JOB_168215","tr_customer_id":168232,"tr_customer_product_id":168222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:09:44.000Z","modified_at":"2026-01-27T12:09:56.000Z","name":"Cruz DuBuque","mobile_number":"241-624-0192","email_id":"Marielle.Effertz@hotmail.com","dop":"2025-12-01","serial_number":"10648418062851","imei1":"10648418062851","imei2":"10648418062851","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168214,"job_number":"JOB_168214","tr_customer_id":168231,"tr_customer_product_id":168221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:09:44.000Z","modified_at":"2026-01-27T12:09:44.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15585732066824","imei1":"15585732066824","imei2":"15585732066824","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168213,"job_number":"JOB_168213","tr_customer_id":168230,"tr_customer_product_id":168220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Dandak Jain","mobile_number":"7031859260","email_id":"charvi.nambeesan@hotmail.com","dop":"2026-01-17","serial_number":"256378860455060","imei1":"256378860455060","imei2":"256378860455060","popurl":"www.shashi-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168212,"job_number":"JOB_168212","tr_customer_id":168229,"tr_customer_product_id":168219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bhooshit Ganaka","mobile_number":"7016630121","email_id":"girija.bhat@hotmail.com","dop":"2026-01-17","serial_number":"140321290638336","imei1":"140321290638336","imei2":"140321290638336","popurl":"www.anagh-chopra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168211,"job_number":"JOB_168211","tr_customer_id":168228,"tr_customer_product_id":168218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Jitendra Pillai","mobile_number":"7073043265","email_id":"shantanu.chaturvedi@yahoo.co.in","dop":"2026-01-17","serial_number":"046515445662526","imei1":"046515445662526","imei2":"046515445662526","popurl":"www.eshana-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168210,"job_number":"JOB_168210","tr_customer_id":168227,"tr_customer_product_id":168217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Ekaling Asan","mobile_number":"7017995918","email_id":"aasa.guha@hotmail.com","dop":"2026-01-17","serial_number":"361064068307831","imei1":"361064068307831","imei2":"361064068307831","popurl":"www.ghanshyam-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168209,"job_number":"JOB_168209","tr_customer_id":168226,"tr_customer_product_id":168216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Devdan Dutta","mobile_number":"7027492908","email_id":"chandran.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"858922008389057","imei1":"858922008389057","imei2":"858922008389057","popurl":"www.chandraswaroopa-varman.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168208,"job_number":"JOB_168208","tr_customer_id":168225,"tr_customer_product_id":168215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Prema Trivedi","mobile_number":"7068084525","email_id":"vasundhara.marar@hotmail.com","dop":"2026-01-17","serial_number":"205887612107788","imei1":"205887612107788","imei2":"205887612107788","popurl":"www.jagdish-tandon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168207,"job_number":"JOB_168207","tr_customer_id":168224,"tr_customer_product_id":168214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bishnu Dutta","mobile_number":"7051455224","email_id":"anjushri.gill@yahoo.co.in","dop":"2026-01-17","serial_number":"333310769090549","imei1":"333310769090549","imei2":"333310769090549","popurl":"www.bakula-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168205,"job_number":"JOB_168205","tr_customer_id":168222,"tr_customer_product_id":168212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Akshita Mehrotra","mobile_number":"7086685963","email_id":"dwaipayana.mahajan@gmail.com","dop":"2026-01-17","serial_number":"086564955613631","imei1":"086564955613631","imei2":"086564955613631","popurl":"www.darshan-bhattacharya.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168204,"job_number":"JOB_168204","tr_customer_id":168221,"tr_customer_product_id":168211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Gouranga Gupta","mobile_number":"7066851917","email_id":"shivakari.varrier@hotmail.com","dop":"2026-01-17","serial_number":"057270962748011","imei1":"057270962748011","imei2":"057270962748011","popurl":"www.bhargava-shukla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168203,"job_number":"JOB_168203","tr_customer_id":168220,"tr_customer_product_id":168210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Deeptimay Ganaka","mobile_number":"7069328342","email_id":"anjaneya.kaur@gmail.com","dop":"2026-01-17","serial_number":"301862860042281","imei1":"301862860042281","imei2":"301862860042281","popurl":"www.gaurang-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168202,"job_number":"JOB_168202","tr_customer_id":168218,"tr_customer_product_id":168209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Buddhana Mahajan","mobile_number":"7081108320","email_id":"arindam.khatri@hotmail.com","dop":"2026-01-17","serial_number":"739069177439111","imei1":"739069177439111","imei2":"739069177439111","popurl":"www.ramaa-tagore.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168201,"job_number":"JOB_168201","tr_customer_id":168219,"tr_customer_product_id":168208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Dhara Varman","mobile_number":"7087454376","email_id":"shivakari.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"975768866653230","imei1":"975768866653230","imei2":"975768866653230","popurl":"www.lavanya-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168200,"job_number":"JOB_168200","tr_customer_id":168217,"tr_customer_product_id":168207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Bhooshit Abbott","mobile_number":"7080102585","email_id":"aaryan.butt@gmail.com","dop":"2026-01-17","serial_number":"706792543344082","imei1":"706792543344082","imei2":"706792543344082","popurl":"www.shashi-varma.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168199,"job_number":"JOB_168199","tr_customer_id":168216,"tr_customer_product_id":168206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Nambeesan","mobile_number":"7068570208","email_id":"deeptendu.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"590159293640789","imei1":"590159293640789","imei2":"590159293640789","popurl":"www.hiranya-dutta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168198,"job_number":"JOB_168198","tr_customer_id":168215,"tr_customer_product_id":168205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chakradhar Pillai","mobile_number":"7065856347","email_id":"aatreya.pillai@yahoo.co.in","dop":"2026-01-17","serial_number":"543748323384088","imei1":"543748323384088","imei2":"543748323384088","popurl":"www.trilok-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168197,"job_number":"JOB_168197","tr_customer_id":168214,"tr_customer_product_id":168204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Prajapat","mobile_number":"7097444520","email_id":"swara.ganaka@gmail.com","dop":"2026-01-17","serial_number":"914701472395236","imei1":"914701472395236","imei2":"914701472395236","popurl":"www.kama-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168196,"job_number":"JOB_168196","tr_customer_id":168213,"tr_customer_product_id":168203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anil Dhawan","mobile_number":"7070028894","email_id":"kumari.mehra@gmail.com","dop":"2026-01-17","serial_number":"325586393928619","imei1":"325586393928619","imei2":"325586393928619","popurl":"www.chakrika-kaul.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168195,"job_number":"JOB_168195","tr_customer_id":168212,"tr_customer_product_id":168202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Suresh Namboothiri","mobile_number":"7069695354","email_id":"prasad.talwar@hotmail.com","dop":"2026-01-17","serial_number":"174630033067530","imei1":"174630033067530","imei2":"174630033067530","popurl":"www.adhrit-menon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168191,"job_number":"JOB_168191","tr_customer_id":168208,"tr_customer_product_id":168198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Aalok Deshpande","mobile_number":"7072539080","email_id":"gemine.bhat@yahoo.co.in","dop":"2026-01-17","serial_number":"768846817619370","imei1":"768846817619370","imei2":"768846817619370","popurl":"www.narinder-bhat.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168190,"job_number":"JOB_168190","tr_customer_id":168207,"tr_customer_product_id":168197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balachandra Kakkar","mobile_number":"7032263868","email_id":"devdan.bhat@hotmail.com","dop":"2026-01-17","serial_number":"105468873924195","imei1":"105468873924195","imei2":"105468873924195","popurl":"www.darshwana-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168189,"job_number":"JOB_168189","tr_customer_id":168206,"tr_customer_product_id":168196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kin Mahajan","mobile_number":"7072531315","email_id":"ahalya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"999754818649567","imei1":"999754818649567","imei2":"999754818649567","popurl":"www.chetan-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168188,"job_number":"JOB_168188","tr_customer_id":168205,"tr_customer_product_id":168195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balagovind Arora","mobile_number":"7031531462","email_id":"swara.iyengar@gmail.com","dop":"2026-01-17","serial_number":"891818401023159","imei1":"891818401023159","imei2":"891818401023159","popurl":"www.chandraswaroopa-kaul.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168187,"job_number":"JOB_168187","tr_customer_id":168204,"tr_customer_product_id":168194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Puneet Tagore","mobile_number":"7070208753","email_id":"krishnadas.sinha@hotmail.com","dop":"2026-01-17","serial_number":"861937628171568","imei1":"861937628171568","imei2":"861937628171568","popurl":"www.bilwa-mishra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168186,"job_number":"JOB_168186","tr_customer_id":168203,"tr_customer_product_id":168193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chandramauli Gowda","mobile_number":"7076718782","email_id":"goswamee.butt@hotmail.com","dop":"2026-01-17","serial_number":"325575926878631","imei1":"325575926878631","imei2":"325575926878631","popurl":"www.aagneya-abbott.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168185,"job_number":"JOB_168185","tr_customer_id":168202,"tr_customer_product_id":168192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ekaparnika Nambeesan","mobile_number":"7084505881","email_id":"deven.joshi@hotmail.com","dop":"2026-01-17","serial_number":"527685975145976","imei1":"527685975145976","imei2":"527685975145976","popurl":"www.durgeshwari-nayar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168184,"job_number":"JOB_168184","tr_customer_id":168201,"tr_customer_product_id":168191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kama Butt","mobile_number":"7096618951","email_id":"vaijayanthi.adiga@gmail.com","dop":"2026-01-17","serial_number":"597206991755010","imei1":"597206991755010","imei2":"597206991755010","popurl":"www.anish-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168183,"job_number":"JOB_168183","tr_customer_id":168200,"tr_customer_product_id":168190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ayushmati Iyer","mobile_number":"7082704090","email_id":"deveshwar.sethi@gmail.com","dop":"2026-01-17","serial_number":"291456131511690","imei1":"291456131511690","imei2":"291456131511690","popurl":"www.krishnadasa-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168182,"job_number":"JOB_168182","tr_customer_id":168199,"tr_customer_product_id":168189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anish Gupta","mobile_number":"7076814182","email_id":"keerti.gupta@yahoo.co.in","dop":"2026-01-17","serial_number":"543748313039813","imei1":"543748313039813","imei2":"543748313039813","popurl":"www.sucheta-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168181,"job_number":"JOB_168181","tr_customer_id":168198,"tr_customer_product_id":168188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Esha Dwivedi","mobile_number":"7004691045","email_id":"rageshwari.khan@hotmail.com","dop":"2026-01-17","serial_number":"220686204728928","imei1":"220686204728928","imei2":"220686204728928","popurl":"www.mohana-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168180,"job_number":"JOB_168180","tr_customer_id":168197,"tr_customer_product_id":168187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vimala Ahluwalia","mobile_number":"7060379205","email_id":"bhaaswar.kaur@gmail.com","dop":"2026-01-17","serial_number":"844536140617269","imei1":"844536140617269","imei2":"844536140617269","popurl":"www.mani-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168179,"job_number":"JOB_168179","tr_customer_id":168196,"tr_customer_product_id":168186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Malati Adiga","mobile_number":"7094360070","email_id":"amish.patel@gmail.com","dop":"2026-01-17","serial_number":"110365663258033","imei1":"110365663258033","imei2":"110365663258033","popurl":"www.agnimitra-kapoor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168177,"job_number":"JOB_168177","tr_customer_id":168194,"tr_customer_product_id":168184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Shreya Varrier","mobile_number":"7068383646","email_id":"alok.chattopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"389605102861964","imei1":"389605102861964","imei2":"389605102861964","popurl":"www.vimala-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168176,"job_number":"JOB_168176","tr_customer_id":168193,"tr_customer_product_id":168183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandra Verma","mobile_number":"7044521018","email_id":"jaimini.embranthiri@gmail.com","dop":"2026-01-17","serial_number":"645789974821454","imei1":"645789974821454","imei2":"645789974821454","popurl":"www.arjun-devar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168175,"job_number":"JOB_168175","tr_customer_id":168192,"tr_customer_product_id":168182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandrani Mishra","mobile_number":"7064597699","email_id":"karunanidhi.devar@yahoo.co.in","dop":"2026-01-17","serial_number":"248544469332468","imei1":"248544469332468","imei2":"248544469332468","popurl":"www.sarvin-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168174,"job_number":"JOB_168174","tr_customer_id":168191,"tr_customer_product_id":168181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vaishno Joshi","mobile_number":"7052129887","email_id":"divya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"717050178609297","imei1":"717050178609297","imei2":"717050178609297","popurl":"www.opalina-kaniyar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168173,"job_number":"JOB_168173","tr_customer_id":168190,"tr_customer_product_id":168180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Agnivesh Asan","mobile_number":"7041935288","email_id":"adheesh.agarwal@hotmail.com","dop":"2026-01-17","serial_number":"435415770960833","imei1":"435415770960833","imei2":"435415770960833","popurl":"www.jagdish-menon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168172,"job_number":"JOB_168172","tr_customer_id":168189,"tr_customer_product_id":168179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jaimini Saini","mobile_number":"7031287970","email_id":"kailash.khanna@hotmail.com","dop":"2026-01-17","serial_number":"559283513943345","imei1":"559283513943345","imei2":"559283513943345","popurl":"www.bharat-gill.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168171,"job_number":"JOB_168171","tr_customer_id":168188,"tr_customer_product_id":168178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Manik Naik","mobile_number":"7098731844","email_id":"anaadi.adiga@gmail.com","dop":"2026-01-17","serial_number":"944365764024148","imei1":"944365764024148","imei2":"944365764024148","popurl":"www.ranjeet-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168170,"job_number":"JOB_168170","tr_customer_id":168187,"tr_customer_product_id":168177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gouranga Namboothiri","mobile_number":"7078335088","email_id":"chitraksh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"871232881901224","imei1":"871232881901224","imei2":"871232881901224","popurl":"www.anshula-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168168,"job_number":"JOB_168168","tr_customer_id":168185,"tr_customer_product_id":168175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jagathi Ahuja","mobile_number":"7027791643","email_id":"tarun.mehra@gmail.com","dop":"2026-01-17","serial_number":"461271118766369","imei1":"461271118766369","imei2":"461271118766369","popurl":"www.dhana-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168167,"job_number":"JOB_168167","tr_customer_id":168184,"tr_customer_product_id":168174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gudakesa Malik","mobile_number":"7080605948","email_id":"suryakantam.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"951588140678395","imei1":"951588140678395","imei2":"951588140678395","popurl":"www.rudra-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168166,"job_number":"JOB_168166","tr_customer_id":168183,"tr_customer_product_id":168173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vasudev Arora","mobile_number":"7096359367","email_id":"brijesh.mehrotra@hotmail.com","dop":"2026-01-17","serial_number":"807427463894279","imei1":"807427463894279","imei2":"807427463894279","popurl":"www.chanda-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168165,"job_number":"JOB_168165","tr_customer_id":168181,"tr_customer_product_id":168171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Trilok Bhat","mobile_number":"7061353480","email_id":"laxmi.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"390121326367210","imei1":"390121326367210","imei2":"390121326367210","popurl":"www.surya-menon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168164,"job_number":"JOB_168164","tr_customer_id":168182,"tr_customer_product_id":168172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Anal Kapoor","mobile_number":"7092967782","email_id":"shashi.marar@gmail.com","dop":"2026-01-17","serial_number":"365474243514874","imei1":"365474243514874","imei2":"365474243514874","popurl":"www.devvrat-iyer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168162,"job_number":"JOB_168162","tr_customer_id":168179,"tr_customer_product_id":168169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Rajan Pillai","mobile_number":"7054303001","email_id":"chakravarti.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"972464126806008","imei1":"972464126806008","imei2":"972464126806008","popurl":"www.nawal-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168161,"job_number":"JOB_168161","tr_customer_id":168178,"tr_customer_product_id":168168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Dipendra Kaur","mobile_number":"7063934579","email_id":"devi.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"008886117265645","imei1":"008886117265645","imei2":"008886117265645","popurl":"www.jay-bhat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168160,"job_number":"JOB_168160","tr_customer_id":168177,"tr_customer_product_id":168167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Tanirika Dutta","mobile_number":"7094460952","email_id":"suresh.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"298384874434685","imei1":"298384874434685","imei2":"298384874434685","popurl":"www.pramila-guha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168159,"job_number":"JOB_168159","tr_customer_id":168176,"tr_customer_product_id":168166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jyotsana Desai","mobile_number":"7094033006","email_id":"dipendra.kakkar@yahoo.co.in","dop":"2026-01-17","serial_number":"689594163720650","imei1":"689594163720650","imei2":"689594163720650","popurl":"www.dhyanesh-dubashi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168158,"job_number":"JOB_168158","tr_customer_id":168175,"tr_customer_product_id":168165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Atreyee Jha","mobile_number":"7034372951","email_id":"charvi.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"759582218524096","imei1":"759582218524096","imei2":"759582218524096","popurl":"www.shantanu-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168157,"job_number":"JOB_168157","tr_customer_id":168174,"tr_customer_product_id":168164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ankal Naik","mobile_number":"7063539442","email_id":"ravi.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"048709741680835","imei1":"048709741680835","imei2":"048709741680835","popurl":"www.amritambu-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168156,"job_number":"JOB_168156","tr_customer_id":168173,"tr_customer_product_id":168163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Dron Pilla","mobile_number":"7052554846","email_id":"shridevi.jha@gmail.com","dop":"2026-01-17","serial_number":"279731328437337","imei1":"279731328437337","imei2":"279731328437337","popurl":"www.aasha-bhattacharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168154,"job_number":"JOB_168154","tr_customer_id":168171,"tr_customer_product_id":168161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chaturaanan Achari","mobile_number":"7039079297","email_id":"balamani.arora@hotmail.com","dop":"2026-01-17","serial_number":"676863389987819","imei1":"676863389987819","imei2":"676863389987819","popurl":"www.kashyapi-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168153,"job_number":"JOB_168153","tr_customer_id":168170,"tr_customer_product_id":168160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Mohinder Arora","mobile_number":"7097518283","email_id":"gautam.marar@yahoo.co.in","dop":"2026-01-17","serial_number":"018857431115019","imei1":"018857431115019","imei2":"018857431115019","popurl":"www.divya-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168152,"job_number":"JOB_168152","tr_customer_id":168169,"tr_customer_product_id":168159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Trilochan Bhattacharya","mobile_number":"7049030944","email_id":"bhoopati.shukla@hotmail.com","dop":"2026-01-17","serial_number":"207048873057713","imei1":"207048873057713","imei2":"207048873057713","popurl":"www.bhaaswar-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168151,"job_number":"JOB_168151","tr_customer_id":168168,"tr_customer_product_id":168158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Bhudeva Pilla","mobile_number":"7022462365","email_id":"vijay.rana@gmail.com","dop":"2026-01-17","serial_number":"067699963893899","imei1":"067699963893899","imei2":"067699963893899","popurl":"www.eshana-dutta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168150,"job_number":"JOB_168150","tr_customer_id":168167,"tr_customer_product_id":168157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Atmanand Panicker","mobile_number":"7069046339","email_id":"akshata.bhat@gmail.com","dop":"2026-01-17","serial_number":"741904475795533","imei1":"741904475795533","imei2":"741904475795533","popurl":"www.aashritha-singh.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168149,"job_number":"JOB_168149","tr_customer_id":168166,"tr_customer_product_id":168156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Agasti Rana","mobile_number":"7013045241","email_id":"ankal.tandon@yahoo.co.in","dop":"2026-01-17","serial_number":"637229060533061","imei1":"637229060533061","imei2":"637229060533061","popurl":"www.mukesh-nair.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168147,"job_number":"JOB_168147","tr_customer_id":168164,"tr_customer_product_id":168154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Radha Bhattathiri","mobile_number":"7046638210","email_id":"ashlesh.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"576693739985423","imei1":"576693739985423","imei2":"576693739985423","popurl":"www.vyas-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168145,"job_number":"JOB_168145","tr_customer_id":168162,"tr_customer_product_id":168152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Purnima Chopra","mobile_number":"7062577270","email_id":"tanirika.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"558052995970928","imei1":"558052995970928","imei2":"558052995970928","popurl":"www.satyen-dutta.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168144,"job_number":"JOB_168144","tr_customer_id":168161,"tr_customer_product_id":168151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Umang Dubashi","mobile_number":"7095280293","email_id":"laxman.pillai@hotmail.com","dop":"2026-01-17","serial_number":"668114476052544","imei1":"668114476052544","imei2":"668114476052544","popurl":"www.bhoj-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168142,"job_number":"JOB_168142","tr_customer_id":168158,"tr_customer_product_id":168149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Menaka Dubashi","mobile_number":"7063392696","email_id":"eshana.deshpande@gmail.com","dop":"2026-01-17","serial_number":"545804079777901","imei1":"545804079777901","imei2":"545804079777901","popurl":"www.himadri-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168141,"job_number":"JOB_168141","tr_customer_id":168159,"tr_customer_product_id":168148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chandan Trivedi","mobile_number":"7082691140","email_id":"shresth.marar@hotmail.com","dop":"2026-01-17","serial_number":"578304891432731","imei1":"578304891432731","imei2":"578304891432731","popurl":"www.shanti-ahuja.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168140,"job_number":"JOB_168140","tr_customer_id":168157,"tr_customer_product_id":168147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Kamla Sethi","mobile_number":"7053092670","email_id":"abhisyanta.dhawan@gmail.com","dop":"2026-01-17","serial_number":"309696347747517","imei1":"309696347747517","imei2":"309696347747517","popurl":"www.sarla-achari.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168139,"job_number":"JOB_168139","tr_customer_id":168156,"tr_customer_product_id":168146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Brajesh Bhattacharya","mobile_number":"7000755810","email_id":"shankar.deshpande@hotmail.com","dop":"2026-01-17","serial_number":"481619011154954","imei1":"481619011154954","imei2":"481619011154954","popurl":"www.deeksha-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168138,"job_number":"JOB_168138","tr_customer_id":168154,"tr_customer_product_id":168144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Gajbaahu Devar","mobile_number":"7040761451","email_id":"chandraketu.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"301544663395500","imei1":"301544663395500","imei2":"301544663395500","popurl":"www.bhooshit-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168136,"job_number":"JOB_168136","tr_customer_id":168153,"tr_customer_product_id":168143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ameyatma Panicker","mobile_number":"7009052053","email_id":"sloka.bhat@gmail.com","dop":"2026-01-17","serial_number":"564558063234056","imei1":"564558063234056","imei2":"564558063234056","popurl":"www.mani-desai.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168135,"job_number":"JOB_168135","tr_customer_id":168152,"tr_customer_product_id":168142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Anjushree Ahuja","mobile_number":"7093622839","email_id":"param.varma@gmail.com","dop":"2026-01-17","serial_number":"735102050658064","imei1":"735102050658064","imei2":"735102050658064","popurl":"www.anila-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168134,"job_number":"JOB_168134","tr_customer_id":168151,"tr_customer_product_id":168141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Aditeya Varman","mobile_number":"7059878884","email_id":"girika.devar@gmail.com","dop":"2026-01-17","serial_number":"998877163061849","imei1":"998877163061849","imei2":"998877163061849","popurl":"www.narayan-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168133,"job_number":"JOB_168133","tr_customer_id":168150,"tr_customer_product_id":168140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Tej Adiga","mobile_number":"7097756946","email_id":"ajit.asan@yahoo.co.in","dop":"2026-01-17","serial_number":"915363317933422","imei1":"915363317933422","imei2":"915363317933422","popurl":"www.aayushmaan-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168132,"job_number":"JOB_168132","tr_customer_id":168149,"tr_customer_product_id":168139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Triloki Reddy","mobile_number":"7074524680","email_id":"daiwik.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"582044519230478","imei1":"582044519230478","imei2":"582044519230478","popurl":"www.chakravartee-pilla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168131,"job_number":"JOB_168131","tr_customer_id":168148,"tr_customer_product_id":168138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Prem Bandopadhyay","mobile_number":"7057629086","email_id":"suryakantam.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"752692838275909","imei1":"752692838275909","imei2":"752692838275909","popurl":"www.jay-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168130,"job_number":"JOB_168130","tr_customer_id":168147,"tr_customer_product_id":168137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Harita Nehru","mobile_number":"7028581997","email_id":"bhooshan.iyer@yahoo.co.in","dop":"2026-01-17","serial_number":"411029494786547","imei1":"411029494786547","imei2":"411029494786547","popurl":"www.deb-kaniyar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168128,"job_number":"JOB_168128","tr_customer_id":168144,"tr_customer_product_id":168135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Lalita Naik","mobile_number":"7096134116","email_id":"chinmayananda.gandhi@hotmail.com","dop":"2026-01-17","serial_number":"839850126727197","imei1":"839850126727197","imei2":"839850126727197","popurl":"www.chatur-chopra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168127,"job_number":"JOB_168127","tr_customer_id":168145,"tr_customer_product_id":168134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Hiranmaya Kapoor","mobile_number":"7000563171","email_id":"chandraprabha.kapoor@hotmail.com","dop":"2026-01-17","serial_number":"203844334287867","imei1":"203844334287867","imei2":"203844334287867","popurl":"www.gautami-gowda.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168126,"job_number":"JOB_168126","tr_customer_id":168143,"tr_customer_product_id":168133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Atreyee Mishra","mobile_number":"7042881344","email_id":"kumar.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"760372592354182","imei1":"760372592354182","imei2":"760372592354182","popurl":"www.opalina-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168125,"job_number":"JOB_168125","tr_customer_id":168142,"tr_customer_product_id":168132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Ekalavya Prajapat","mobile_number":"7027031395","email_id":"girindra.singh@gmail.com","dop":"2026-01-17","serial_number":"625229067885722","imei1":"625229067885722","imei2":"625229067885722","popurl":"www.narinder-gupta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168124,"job_number":"JOB_168124","tr_customer_id":168141,"tr_customer_product_id":168131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Arnesh Naik","mobile_number":"7026502515","email_id":"bhaves.adiga@gmail.com","dop":"2026-01-17","serial_number":"009430159542014","imei1":"009430159542014","imei2":"009430159542014","popurl":"www.dipankar-jha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168123,"job_number":"JOB_168123","tr_customer_id":168140,"tr_customer_product_id":168130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gajbaahu Naik","mobile_number":"7011312659","email_id":"opalina.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"499659301286756","imei1":"499659301286756","imei2":"499659301286756","popurl":"www.chidaatma-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168120,"job_number":"JOB_168120","tr_customer_id":168137,"tr_customer_product_id":168127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Chidananda Saini","mobile_number":"7038154119","email_id":"vidya.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"248686736072686","imei1":"248686736072686","imei2":"248686736072686","popurl":"www.akshat-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168119,"job_number":"JOB_168119","tr_customer_id":168136,"tr_customer_product_id":168126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Preity Marar","mobile_number":"7042454286","email_id":"jagdeep.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"789527067923371","imei1":"789527067923371","imei2":"789527067923371","popurl":"www.aagneya-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168118,"job_number":"JOB_168118","tr_customer_id":168135,"tr_customer_product_id":168125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Charuvrat Joshi","mobile_number":"7056104190","email_id":"lila.reddy@gmail.com","dop":"2026-01-17","serial_number":"856338598873551","imei1":"856338598873551","imei2":"856338598873551","popurl":"www.deveshwar-shah.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168116,"job_number":"JOB_168116","tr_customer_id":168134,"tr_customer_product_id":168124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gautam Malik","mobile_number":"7003481251","email_id":"anasooya.marar@hotmail.com","dop":"2026-01-17","serial_number":"534352085791320","imei1":"534352085791320","imei2":"534352085791320","popurl":"www.narinder-johar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168115,"job_number":"JOB_168115","tr_customer_id":168132,"tr_customer_product_id":168122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Deeptiman Mukhopadhyay","mobile_number":"7036756072","email_id":"amaresh.shah@yahoo.co.in","dop":"2026-01-17","serial_number":"154130403797601","imei1":"154130403797601","imei2":"154130403797601","popurl":"www.himadri-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168114,"job_number":"JOB_168114","tr_customer_id":168131,"tr_customer_product_id":168121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Sarisha Patil","mobile_number":"7054498271","email_id":"chaitan.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"409448997239688","imei1":"409448997239688","imei2":"409448997239688","popurl":"www.chiranjeev-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168111,"job_number":"JOB_168111","tr_customer_id":168128,"tr_customer_product_id":168118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Opaline Iyer","mobile_number":"7080190857","email_id":"bhaumik.nair@yahoo.co.in","dop":"2026-01-17","serial_number":"277703652598165","imei1":"277703652598165","imei2":"277703652598165","popurl":"www.subodh-nayar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168108,"job_number":"JOB_168108","tr_customer_id":168125,"tr_customer_product_id":168115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Sudeva Saini","mobile_number":"7033354004","email_id":"meghnad.sharma@gmail.com","dop":"2026-01-17","serial_number":"416797514683630","imei1":"416797514683630","imei2":"416797514683630","popurl":"www.arindam-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168107,"job_number":"JOB_168107","tr_customer_id":168124,"tr_customer_product_id":168114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Amaresh Bhattacharya","mobile_number":"7061713097","email_id":"tanushri.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"927025758856775","imei1":"927025758856775","imei2":"927025758856775","popurl":"www.vinay-agarwal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168106,"job_number":"JOB_168106","tr_customer_id":168123,"tr_customer_product_id":168113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Arindam Iyengar","mobile_number":"7051262696","email_id":"sarla.prajapat@gmail.com","dop":"2026-01-17","serial_number":"801538441827409","imei1":"801538441827409","imei2":"801538441827409","popurl":"www.dhyaneshwar-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168105,"job_number":"JOB_168105","tr_customer_id":168122,"tr_customer_product_id":168112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Parvati Tagore","mobile_number":"7075078350","email_id":"kumar.chaturvedi@gmail.com","dop":"2026-01-17","serial_number":"174404026142835","imei1":"174404026142835","imei2":"174404026142835","popurl":"www.abani-naik.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168104,"job_number":"JOB_168104","tr_customer_id":168121,"tr_customer_product_id":168111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Shiv Jain","mobile_number":"7021304252","email_id":"anaadi.arora@gmail.com","dop":"2026-01-17","serial_number":"815931614299749","imei1":"815931614299749","imei2":"815931614299749","popurl":"www.bhudeva-johar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168103,"job_number":"JOB_168103","tr_customer_id":168119,"tr_customer_product_id":168109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Chandni Bharadwaj","mobile_number":"7000435554","email_id":"chandraswaroopa.ganaka@hotmail.com","dop":"2026-01-17","serial_number":"799703476412351","imei1":"799703476412351","imei2":"799703476412351","popurl":"www.sukanya-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168102,"job_number":"JOB_168102","tr_customer_id":168118,"tr_customer_product_id":168108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Aarya Dhawan","mobile_number":"7009541020","email_id":"pushti.mehrotra@yahoo.co.in","dop":"2026-01-17","serial_number":"461930447346194","imei1":"461930447346194","imei2":"461930447346194","popurl":"www.chandrakin-kaul.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168101,"job_number":"JOB_168101","tr_customer_id":168120,"tr_customer_product_id":168110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Bodhan Jha","mobile_number":"7019352905","email_id":"girija.panicker@yahoo.co.in","dop":"2026-01-17","serial_number":"249888041324613","imei1":"249888041324613","imei2":"249888041324613","popurl":"www.bodhan-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168100,"job_number":"JOB_168100","tr_customer_id":168117,"tr_customer_product_id":168107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Ananta Abbott","mobile_number":"7035814727","email_id":"bheeshma.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"547520397464950","imei1":"547520397464950","imei2":"547520397464950","popurl":"www.tanushri-iyengar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168099,"job_number":"JOB_168099","tr_customer_id":168116,"tr_customer_product_id":168106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Amarnath Bandopadhyay","mobile_number":"7006474379","email_id":"sumitra.jain@gmail.com","dop":"2026-01-17","serial_number":"873225925366992","imei1":"873225925366992","imei2":"873225925366992","popurl":"www.dinkar-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168096,"job_number":"JOB_168096","tr_customer_id":168113,"tr_customer_product_id":168103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:34:44.000Z","modified_at":"2026-01-27T11:34:44.000Z","name":"Millie Moore","mobile_number":"283-938-0730","email_id":"Raleigh.West48@hotmail.com","dop":"2025-04-06","serial_number":"18214233132792","imei1":"18214233132792","imei2":"18214233132792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168094,"job_number":"JOB_168094","tr_customer_id":168111,"tr_customer_product_id":168101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:49.000Z","modified_at":"2026-01-27T11:15:02.000Z","name":"Dallin Gislason","mobile_number":"567-614-0674","email_id":"Asa.Dickens2@hotmail.com","dop":"2025-12-01","serial_number":"19252033319325","imei1":"19252033319325","imei2":"19252033319325","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:15:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168093,"job_number":"JOB_168093","tr_customer_id":168110,"tr_customer_product_id":168100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:49.000Z","modified_at":"2026-01-27T11:14:49.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19142688776222","imei1":"19142688776222","imei2":"19142688776222","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168092,"job_number":"JOB_168092","tr_customer_id":168109,"tr_customer_product_id":168099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:32.000Z","modified_at":"2026-01-27T11:14:45.000Z","name":"Jace Goyette","mobile_number":"220-994-9442","email_id":"Eldon.Collins79@hotmail.com","dop":"2025-12-01","serial_number":"12901445906599","imei1":"12901445906599","imei2":"12901445906599","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:14:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168091,"job_number":"JOB_168091","tr_customer_id":168108,"tr_customer_product_id":168098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:32.000Z","modified_at":"2026-01-27T11:14:32.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14373295899167","imei1":"14373295899167","imei2":"14373295899167","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168090,"job_number":"JOB_168090","tr_customer_id":168107,"tr_customer_product_id":168097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:15.000Z","modified_at":"2026-01-27T11:14:27.000Z","name":"Tierra Wisoky","mobile_number":"796-535-6757","email_id":"Juliet_DAmore64@yahoo.com","dop":"2025-12-01","serial_number":"17080372061804","imei1":"17080372061804","imei2":"17080372061804","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:14:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168089,"job_number":"JOB_168089","tr_customer_id":168106,"tr_customer_product_id":168096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:14.000Z","modified_at":"2026-01-27T11:14:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14568324586099","imei1":"14568324586099","imei2":"14568324586099","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168088,"job_number":"JOB_168088","tr_customer_id":168105,"tr_customer_product_id":168095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:03:33.000Z","modified_at":"2026-01-27T11:03:40.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"11927539170002","imei1":"11927539170002","imei2":"11927539170002","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:03:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168087,"job_number":"JOB_168087","tr_customer_id":168104,"tr_customer_product_id":168094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:25.000Z","modified_at":"2026-01-27T11:01:37.000Z","name":"Susan Herzog","mobile_number":"679-937-8561","email_id":"Lawrence.Davis@gmail.com","dop":"2025-12-01","serial_number":"15544212656046","imei1":"15544212656046","imei2":"15544212656046","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168086,"job_number":"JOB_168086","tr_customer_id":168103,"tr_customer_product_id":168093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:24.000Z","modified_at":"2026-01-27T11:01:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19579458966174","imei1":"19579458966174","imei2":"19579458966174","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168085,"job_number":"JOB_168085","tr_customer_id":168102,"tr_customer_product_id":168092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:08.000Z","modified_at":"2026-01-27T11:01:20.000Z","name":"Hailie Kiehn","mobile_number":"570-647-7279","email_id":"Alda.Glover87@hotmail.com","dop":"2025-12-01","serial_number":"12695029066728","imei1":"12695029066728","imei2":"12695029066728","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168084,"job_number":"JOB_168084","tr_customer_id":168101,"tr_customer_product_id":168091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:07.000Z","modified_at":"2026-01-27T11:01:07.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"18180244718360","imei1":"18180244718360","imei2":"18180244718360","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168083,"job_number":"JOB_168083","tr_customer_id":168100,"tr_customer_product_id":168090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:00:50.000Z","modified_at":"2026-01-27T11:01:03.000Z","name":"Viola Bode","mobile_number":"373-683-2937","email_id":"Valentina.Ernser9@gmail.com","dop":"2025-12-01","serial_number":"18806189003434","imei1":"18806189003434","imei2":"18806189003434","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168082,"job_number":"JOB_168082","tr_customer_id":168099,"tr_customer_product_id":168089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:00:50.000Z","modified_at":"2026-01-27T11:00:50.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17940614096082","imei1":"17940614096082","imei2":"17940614096082","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168081,"job_number":"JOB_168081","tr_customer_id":168098,"tr_customer_product_id":168088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:49:01.000Z","modified_at":"2026-01-27T10:49:01.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-17","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-17T10:48:52.186039238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168080,"job_number":"JOB_168080","tr_customer_id":168097,"tr_customer_product_id":168087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:44.000Z","modified_at":"2026-01-27T10:33:44.000Z","name":"Bethany Blick","mobile_number":"910-264-4532","email_id":"Krystina87@hotmail.com","dop":"2025-04-06","serial_number":"14656868258073714","imei1":"14656868258073714","imei2":"14656868258073714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168079,"job_number":"JOB_168079","tr_customer_id":168096,"tr_customer_product_id":168086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:42.000Z","modified_at":"2026-01-27T10:34:26.000Z","name":"Ezekiel Hartmann","mobile_number":"324-276-6526","email_id":"Ashleigh_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"14122225292562","imei1":"14122225292562","imei2":"14122225292562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168078,"job_number":"JOB_168078","tr_customer_id":168095,"tr_customer_product_id":168085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:42.000Z","modified_at":"2026-01-27T10:33:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13897299528519","imei1":"13897299528519","imei2":"13897299528519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168077,"job_number":"JOB_168077","tr_customer_id":168094,"tr_customer_product_id":168084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:52.000Z","modified_at":"2026-01-27T10:32:52.000Z","name":"Kiley Jacobi","mobile_number":"907-604-4678","email_id":"Vada_Kautzer@yahoo.com","dop":"2025-04-06","serial_number":"12166755076229060","imei1":"12166755076229060","imei2":"12166755076229060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168076,"job_number":"JOB_168076","tr_customer_id":168093,"tr_customer_product_id":168083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:50.000Z","modified_at":"2026-01-27T10:33:34.000Z","name":"Jannie Johnston","mobile_number":"519-667-6296","email_id":"Gina2@yahoo.com","dop":"2025-04-06","serial_number":"15319421858389","imei1":"15319421858389","imei2":"15319421858389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168075,"job_number":"JOB_168075","tr_customer_id":168092,"tr_customer_product_id":168082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:50.000Z","modified_at":"2026-01-27T10:32:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18370379783433","imei1":"18370379783433","imei2":"18370379783433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168074,"job_number":"JOB_168074","tr_customer_id":168091,"tr_customer_product_id":168081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:59.000Z","modified_at":"2026-01-27T10:31:59.000Z","name":"Spencer Bradtke","mobile_number":"766-232-9018","email_id":"Bertram.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"16456366235064740","imei1":"16456366235064740","imei2":"16456366235064740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168073,"job_number":"JOB_168073","tr_customer_id":168090,"tr_customer_product_id":168080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:58.000Z","modified_at":"2026-01-27T10:32:42.000Z","name":"Johnathan Rosenbaum","mobile_number":"237-569-0610","email_id":"Rebekah.Jast21@yahoo.com","dop":"2025-04-06","serial_number":"19110824912225","imei1":"19110824912225","imei2":"19110824912225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:32:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168072,"job_number":"JOB_168072","tr_customer_id":168089,"tr_customer_product_id":168079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:57.000Z","modified_at":"2026-01-27T10:31:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13051487611195","imei1":"13051487611195","imei2":"13051487611195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168071,"job_number":"JOB_168071","tr_customer_id":168088,"tr_customer_product_id":168078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:30:13.000Z","modified_at":"2026-01-27T10:30:13.000Z","name":"Trilokesh Marar","mobile_number":"7032987427","email_id":"chaaruchandra.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"726115221745062","imei1":"726115221745062","imei2":"726115221745062","popurl":"www.chandranath-chaturvedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168070,"job_number":"JOB_168070","tr_customer_id":168087,"tr_customer_product_id":168077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-17T10:29:54.227274578Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168069,"job_number":"JOB_168069","tr_customer_id":168086,"tr_customer_product_id":168076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-17T10:29:53.581159372Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168068,"job_number":"JOB_168068","tr_customer_id":168085,"tr_customer_product_id":168075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:53.000Z","modified_at":"2026-01-27T10:29:53.000Z","name":"Chandraswaroopa Banerjee","mobile_number":"7027267191","email_id":"param.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"330044600363053","imei1":"330044600363053","imei2":"330044600363053","popurl":"www.hiranmaya-varrier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168067,"job_number":"JOB_168067","tr_customer_id":168084,"tr_customer_product_id":168074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:52.000Z","modified_at":"2026-01-27T10:29:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-17T10:29:52.116647678Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168066,"job_number":"JOB_168066","tr_customer_id":168083,"tr_customer_product_id":168073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:51.000Z","modified_at":"2026-01-27T10:57:23.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"14356638927458","imei1":"14356638927458","imei2":"14356638927458","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168065,"job_number":"JOB_168065","tr_customer_id":168082,"tr_customer_product_id":168072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:49.000Z","modified_at":"2026-01-27T10:27:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"85525624946737","imei1":"85525624946737","imei2":"85525624946737","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168064,"job_number":"JOB_168064","tr_customer_id":168081,"tr_customer_product_id":168071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:47.000Z","modified_at":"2026-01-27T10:28:25.000Z","name":"Chet Schaden","mobile_number":"279-274-4333","email_id":"Brayan64@gmail.com","dop":"2026-01-04","serial_number":"17453629624168","imei1":"17453629624168","imei2":"17453629624168","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168063,"job_number":"JOB_168063","tr_customer_id":168080,"tr_customer_product_id":168070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:47.000Z","modified_at":"2026-01-27T10:27:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10086722086397","imei1":"10086722086397","imei2":"10086722086397","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168062,"job_number":"JOB_168062","tr_customer_id":168079,"tr_customer_product_id":168069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:04.000Z","modified_at":"2026-01-27T10:27:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"105262706836429","imei1":"105262706836429","imei2":"105262706836429","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168061,"job_number":"JOB_168061","tr_customer_id":168078,"tr_customer_product_id":168068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:03.000Z","modified_at":"2026-01-27T10:27:40.000Z","name":"Joaquin Mohr","mobile_number":"805-544-3660","email_id":"Opal_Lebsack47@gmail.com","dop":"2026-01-04","serial_number":"12114928346598","imei1":"12114928346598","imei2":"12114928346598","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168060,"job_number":"JOB_168060","tr_customer_id":168077,"tr_customer_product_id":168067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:02.000Z","modified_at":"2026-01-27T10:27:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15196187490723","imei1":"15196187490723","imei2":"15196187490723","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168059,"job_number":"JOB_168059","tr_customer_id":168076,"tr_customer_product_id":168066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:19.000Z","modified_at":"2026-01-27T10:26:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70090916724970","imei1":"70090916724970","imei2":"70090916724970","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168058,"job_number":"JOB_168058","tr_customer_id":168075,"tr_customer_product_id":168065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:18.000Z","modified_at":"2026-01-27T10:26:55.000Z","name":"Roscoe Kertzmann","mobile_number":"487-663-7383","email_id":"Giovani62@gmail.com","dop":"2026-01-04","serial_number":"18684721868853","imei1":"18684721868853","imei2":"18684721868853","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168057,"job_number":"JOB_168057","tr_customer_id":168074,"tr_customer_product_id":168064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:17.000Z","modified_at":"2026-01-27T10:26:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15008487771068","imei1":"15008487771068","imei2":"15008487771068","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168056,"job_number":"JOB_168056","tr_customer_id":168073,"tr_customer_product_id":168063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:06:55.000Z","modified_at":"2026-01-27T10:07:03.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"16889598345165","imei1":"16889598345165","imei2":"16889598345165","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:07:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168055,"job_number":"JOB_168055","tr_customer_id":168072,"tr_customer_product_id":168062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:05:36.000Z","modified_at":"2026-01-27T10:05:43.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"19174995388693","imei1":"19174995388693","imei2":"19174995388693","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168054,"job_number":"JOB_168054","tr_customer_id":168071,"tr_customer_product_id":168061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:02.000Z","modified_at":"2026-01-27T10:03:02.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21023390899357","imei1":"21023390899357","imei2":"21023390899357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168053,"job_number":"JOB_168053","tr_customer_id":168070,"tr_customer_product_id":168060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:00.000Z","modified_at":"2026-01-27T10:03:41.000Z","name":"Bette Spencer","mobile_number":"250-318-3070","email_id":"Abigail50@gmail.com","dop":"2026-01-04","serial_number":"19518074213425","imei1":"19518074213425","imei2":"19518074213425","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168052,"job_number":"JOB_168052","tr_customer_id":168069,"tr_customer_product_id":168059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:00.000Z","modified_at":"2026-01-27T10:03:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14121883814283","imei1":"14121883814283","imei2":"14121883814283","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168051,"job_number":"JOB_168051","tr_customer_id":168068,"tr_customer_product_id":168058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:42.000Z","modified_at":"2026-01-27T10:02:53.000Z","name":"Emmalee Moore","mobile_number":"222-544-8078","email_id":"Clarabelle_Pfeffer83@gmail.com","dop":"2025-12-01","serial_number":"15076112657731","imei1":"15076112657731","imei2":"15076112657731","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168050,"job_number":"JOB_168050","tr_customer_id":168067,"tr_customer_product_id":168057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:42.000Z","modified_at":"2026-01-27T10:02:42.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12713579852426","imei1":"12713579852426","imei2":"12713579852426","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168049,"job_number":"JOB_168049","tr_customer_id":168066,"tr_customer_product_id":168056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:26.000Z","modified_at":"2026-01-27T10:02:38.000Z","name":"Claud Pouros","mobile_number":"664-760-5960","email_id":"Milan_Deckow70@gmail.com","dop":"2025-12-01","serial_number":"10208018693131","imei1":"10208018693131","imei2":"10208018693131","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168048,"job_number":"JOB_168048","tr_customer_id":168065,"tr_customer_product_id":168055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:26.000Z","modified_at":"2026-01-27T10:02:26.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15535990488868","imei1":"15535990488868","imei2":"15535990488868","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168047,"job_number":"JOB_168047","tr_customer_id":168064,"tr_customer_product_id":168054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:13.000Z","modified_at":"2026-01-27T10:02:13.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49829973315619","imei1":"49829973315619","imei2":"49829973315619","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168046,"job_number":"JOB_168046","tr_customer_id":168063,"tr_customer_product_id":168053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:12.000Z","modified_at":"2026-01-27T10:02:52.000Z","name":"Kaley Lehner","mobile_number":"614-802-6010","email_id":"Kacie_Larson33@hotmail.com","dop":"2026-01-04","serial_number":"10636137962998","imei1":"10636137962998","imei2":"10636137962998","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168045,"job_number":"JOB_168045","tr_customer_id":168062,"tr_customer_product_id":168052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:11.000Z","modified_at":"2026-01-27T10:02:11.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15197467892503","imei1":"15197467892503","imei2":"15197467892503","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168044,"job_number":"JOB_168044","tr_customer_id":168061,"tr_customer_product_id":168051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:10.000Z","modified_at":"2026-01-27T10:02:22.000Z","name":"Esmeralda Bode","mobile_number":"205-625-4081","email_id":"Santina4@yahoo.com","dop":"2025-12-01","serial_number":"18277239641642","imei1":"18277239641642","imei2":"18277239641642","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168043,"job_number":"JOB_168043","tr_customer_id":168060,"tr_customer_product_id":168050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:10.000Z","modified_at":"2026-01-27T10:02:10.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15333739332560","imei1":"15333739332560","imei2":"15333739332560","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168042,"job_number":"JOB_168042","tr_customer_id":168059,"tr_customer_product_id":168049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:52.000Z","modified_at":"2026-01-27T10:02:04.000Z","name":"Icie Ward","mobile_number":"766-810-4574","email_id":"Ardella.Rowe@hotmail.com","dop":"2025-12-01","serial_number":"12935030125237","imei1":"12935030125237","imei2":"12935030125237","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168041,"job_number":"JOB_168041","tr_customer_id":168058,"tr_customer_product_id":168048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:52.000Z","modified_at":"2026-01-27T10:01:52.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18807163856024","imei1":"18807163856024","imei2":"18807163856024","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168040,"job_number":"JOB_168040","tr_customer_id":168057,"tr_customer_product_id":168047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:36.000Z","modified_at":"2026-01-27T10:01:48.000Z","name":"Laron Hirthe","mobile_number":"731-940-9575","email_id":"Theodora_Shields@yahoo.com","dop":"2025-12-01","serial_number":"15743888369608","imei1":"15743888369608","imei2":"15743888369608","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168039,"job_number":"JOB_168039","tr_customer_id":168056,"tr_customer_product_id":168046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:36.000Z","modified_at":"2026-01-27T10:01:36.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"13883489966333","imei1":"13883489966333","imei2":"13883489966333","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168038,"job_number":"JOB_168038","tr_customer_id":168055,"tr_customer_product_id":168045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:24.000Z","modified_at":"2026-01-27T10:01:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"71404026316495","imei1":"71404026316495","imei2":"71404026316495","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168037,"job_number":"JOB_168037","tr_customer_id":168054,"tr_customer_product_id":168044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:22.000Z","modified_at":"2026-01-27T10:02:03.000Z","name":"Maye McGlynn","mobile_number":"834-778-6179","email_id":"Nellie9@yahoo.com","dop":"2026-01-04","serial_number":"16067822324575","imei1":"16067822324575","imei2":"16067822324575","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168036,"job_number":"JOB_168036","tr_customer_id":168053,"tr_customer_product_id":168043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:22.000Z","modified_at":"2026-01-27T10:01:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15984186970614","imei1":"15984186970614","imei2":"15984186970614","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168035,"job_number":"JOB_168035","tr_customer_id":168052,"tr_customer_product_id":168042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:20.000Z","modified_at":"2026-01-27T10:01:32.000Z","name":"Jalon Walker","mobile_number":"853-780-9973","email_id":"Dario_Raynor@yahoo.com","dop":"2025-12-01","serial_number":"16126387345604","imei1":"16126387345604","imei2":"16126387345604","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168034,"job_number":"JOB_168034","tr_customer_id":168051,"tr_customer_product_id":168041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:20.000Z","modified_at":"2026-01-27T10:01:20.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15799047576521","imei1":"15799047576521","imei2":"15799047576521","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168033,"job_number":"JOB_168033","tr_customer_id":168050,"tr_customer_product_id":168040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:29.000Z","modified_at":"2026-01-27T09:49:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"102925169068228","imei1":"102925169068228","imei2":"102925169068228","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168032,"job_number":"JOB_168032","tr_customer_id":168049,"tr_customer_product_id":168039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:27.000Z","modified_at":"2026-01-27T09:50:04.000Z","name":"Larue Stokes","mobile_number":"288-297-2561","email_id":"Shaylee_Homenick72@hotmail.com","dop":"2026-01-04","serial_number":"11815380446916","imei1":"11815380446916","imei2":"11815380446916","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168031,"job_number":"JOB_168031","tr_customer_id":168048,"tr_customer_product_id":168038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:27.000Z","modified_at":"2026-01-27T09:49:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13132742559880","imei1":"13132742559880","imei2":"13132742559880","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168030,"job_number":"JOB_168030","tr_customer_id":168047,"tr_customer_product_id":168037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:44.000Z","modified_at":"2026-01-27T09:48:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"58312133565411","imei1":"58312133565411","imei2":"58312133565411","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168029,"job_number":"JOB_168029","tr_customer_id":168046,"tr_customer_product_id":168036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:43.000Z","modified_at":"2026-01-27T09:49:20.000Z","name":"Alba Hayes","mobile_number":"946-524-4468","email_id":"Ally34@yahoo.com","dop":"2026-01-04","serial_number":"13051341482851","imei1":"13051341482851","imei2":"13051341482851","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168028,"job_number":"JOB_168028","tr_customer_id":168045,"tr_customer_product_id":168035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:42.000Z","modified_at":"2026-01-27T09:48:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16235870868165","imei1":"16235870868165","imei2":"16235870868165","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168027,"job_number":"JOB_168027","tr_customer_id":168044,"tr_customer_product_id":168034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:59.000Z","modified_at":"2026-01-27T09:47:59.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101295640004756","imei1":"101295640004756","imei2":"101295640004756","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168026,"job_number":"JOB_168026","tr_customer_id":168043,"tr_customer_product_id":168033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:58.000Z","modified_at":"2026-01-27T09:48:35.000Z","name":"Kenyon Dickinson","mobile_number":"620-470-9782","email_id":"Clement_Morissette23@gmail.com","dop":"2026-01-04","serial_number":"17783464001877","imei1":"17783464001877","imei2":"17783464001877","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168025,"job_number":"JOB_168025","tr_customer_id":168042,"tr_customer_product_id":168032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:57.000Z","modified_at":"2026-01-27T09:47:57.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13147707996685","imei1":"13147707996685","imei2":"13147707996685","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168023,"job_number":"JOB_168023","tr_customer_id":168040,"tr_customer_product_id":168030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:47.000Z","modified_at":"2026-01-27T09:32:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"56838812347357","imei1":"56838812347357","imei2":"56838812347357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168022,"job_number":"JOB_168022","tr_customer_id":168039,"tr_customer_product_id":168029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:46.000Z","modified_at":"2026-01-27T09:33:23.000Z","name":"Laura Prohaska","mobile_number":"581-701-0460","email_id":"Dax_Heller@gmail.com","dop":"2026-01-04","serial_number":"15736813211429","imei1":"15736813211429","imei2":"15736813211429","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:33:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168021,"job_number":"JOB_168021","tr_customer_id":168038,"tr_customer_product_id":168028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:45.000Z","modified_at":"2026-01-27T09:32:45.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15077719249563","imei1":"15077719249563","imei2":"15077719249563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168020,"job_number":"JOB_168020","tr_customer_id":168037,"tr_customer_product_id":168027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:01.000Z","modified_at":"2026-01-27T09:32:01.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106111584816717","imei1":"106111584816717","imei2":"106111584816717","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168019,"job_number":"JOB_168019","tr_customer_id":168036,"tr_customer_product_id":168026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:00.000Z","modified_at":"2026-01-27T09:32:38.000Z","name":"Pierce Halvorson","mobile_number":"371-333-3337","email_id":"Mozelle.Graham61@yahoo.com","dop":"2026-01-04","serial_number":"10964045513198","imei1":"10964045513198","imei2":"10964045513198","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:32:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168018,"job_number":"JOB_168018","tr_customer_id":168035,"tr_customer_product_id":168025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:00.000Z","modified_at":"2026-01-27T09:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13574165691530","imei1":"13574165691530","imei2":"13574165691530","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168017,"job_number":"JOB_168017","tr_customer_id":168034,"tr_customer_product_id":168024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:17.000Z","modified_at":"2026-01-27T09:31:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"48564958011580","imei1":"48564958011580","imei2":"48564958011580","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168016,"job_number":"JOB_168016","tr_customer_id":168033,"tr_customer_product_id":168023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:15.000Z","modified_at":"2026-01-27T09:31:52.000Z","name":"Tyrell Stracke","mobile_number":"973-623-8982","email_id":"Jordi_Harvey@hotmail.com","dop":"2026-01-04","serial_number":"12360610215024","imei1":"12360610215024","imei2":"12360610215024","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168015,"job_number":"JOB_168015","tr_customer_id":168032,"tr_customer_product_id":168022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:15.000Z","modified_at":"2026-01-27T09:31:15.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10511466909083","imei1":"10511466909083","imei2":"10511466909083","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168014,"job_number":"JOB_168014","tr_customer_id":168031,"tr_customer_product_id":168021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:41.000Z","modified_at":"2026-01-27T09:23:41.000Z","name":"Darwin Hirthe","mobile_number":"355-725-9085","email_id":"Jamir_Mante@hotmail.com","dop":"2025-04-06","serial_number":"19124045741107572","imei1":"19124045741107572","imei2":"19124045741107572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168013,"job_number":"JOB_168013","tr_customer_id":168030,"tr_customer_product_id":168020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:40.000Z","modified_at":"2026-01-27T09:24:20.000Z","name":"Llewellyn Anderson","mobile_number":"981-423-6620","email_id":"Ozella.Schultz@hotmail.com","dop":"2025-04-06","serial_number":"12599688938243","imei1":"12599688938243","imei2":"12599688938243","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:24:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168012,"job_number":"JOB_168012","tr_customer_id":168029,"tr_customer_product_id":168019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:40.000Z","modified_at":"2026-01-27T09:23:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11487792491978","imei1":"11487792491978","imei2":"11487792491978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168011,"job_number":"JOB_168011","tr_customer_id":168028,"tr_customer_product_id":168018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:53.000Z","modified_at":"2026-01-27T09:22:53.000Z","name":"Hettie Herman","mobile_number":"478-577-7605","email_id":"Buddy_McDermott79@gmail.com","dop":"2025-04-06","serial_number":"15580317961174560","imei1":"15580317961174560","imei2":"15580317961174560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168010,"job_number":"JOB_168010","tr_customer_id":168027,"tr_customer_product_id":168017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:52.000Z","modified_at":"2026-01-27T09:23:32.000Z","name":"Josefa Powlowski","mobile_number":"579-508-1792","email_id":"Stewart_Wolff@hotmail.com","dop":"2025-04-06","serial_number":"10836086319804","imei1":"10836086319804","imei2":"10836086319804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:23:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168009,"job_number":"JOB_168009","tr_customer_id":168026,"tr_customer_product_id":168016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:52.000Z","modified_at":"2026-01-27T09:22:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11379433404838","imei1":"11379433404838","imei2":"11379433404838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168008,"job_number":"JOB_168008","tr_customer_id":168025,"tr_customer_product_id":168015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:05.000Z","modified_at":"2026-01-27T09:22:05.000Z","name":"Barrett Krajcik","mobile_number":"525-447-1327","email_id":"Hertha.Hansen3@hotmail.com","dop":"2025-04-06","serial_number":"16518029229351820","imei1":"16518029229351820","imei2":"16518029229351820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168007,"job_number":"JOB_168007","tr_customer_id":168024,"tr_customer_product_id":168014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:04.000Z","modified_at":"2026-01-27T09:22:44.000Z","name":"Marianne Gaylord","mobile_number":"926-519-0941","email_id":"Will.Labadie@gmail.com","dop":"2025-04-06","serial_number":"16801264837988","imei1":"16801264837988","imei2":"16801264837988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:22:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168006,"job_number":"JOB_168006","tr_customer_id":168023,"tr_customer_product_id":168013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:03.000Z","modified_at":"2026-01-27T09:22:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11865609686049","imei1":"11865609686049","imei2":"11865609686049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168005,"job_number":"JOB_168005","tr_customer_id":168022,"tr_customer_product_id":168012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:12:02.000Z","modified_at":"2026-01-27T09:12:02.000Z","name":"Vivek Yadav","mobile_number":"8788138617","email_id":"ccivivek123@gmail.com","dop":"2026-01-17","serial_number":"891398385161723","imei1":"891398385161723","imei2":"891398385161723","popurl":"2026-01-17T09:12:01.481590051Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:12:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168004,"job_number":"JOB_168004","tr_customer_id":168021,"tr_customer_product_id":168011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:47:49.000Z","modified_at":"2026-01-27T09:50:36.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"11931605085264","imei1":"11931605085264","imei2":"11931605085264","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168003,"job_number":"JOB_168003","tr_customer_id":168020,"tr_customer_product_id":168010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:46.000Z","modified_at":"2026-01-27T08:42:58.000Z","name":"Charity Ernser","mobile_number":"898-282-6410","email_id":"Alta1@yahoo.com","dop":"2025-12-01","serial_number":"11906099697335","imei1":"11906099697335","imei2":"11906099697335","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168002,"job_number":"JOB_168002","tr_customer_id":168019,"tr_customer_product_id":168009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:46.000Z","modified_at":"2026-01-27T08:42:46.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"13316918075108","imei1":"13316918075108","imei2":"13316918075108","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168001,"job_number":"JOB_168001","tr_customer_id":168018,"tr_customer_product_id":168008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:30.000Z","modified_at":"2026-01-27T08:42:42.000Z","name":"Lila Bartell","mobile_number":"600-870-0568","email_id":"Watson_Wolf83@gmail.com","dop":"2025-12-01","serial_number":"12257249469649","imei1":"12257249469649","imei2":"12257249469649","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168000,"job_number":"JOB_168000","tr_customer_id":168017,"tr_customer_product_id":168007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:30.000Z","modified_at":"2026-01-27T08:42:30.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11958109097406","imei1":"11958109097406","imei2":"11958109097406","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167999,"job_number":"JOB_167999","tr_customer_id":168016,"tr_customer_product_id":168006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:14.000Z","modified_at":"2026-01-27T08:42:26.000Z","name":"Avery Bartell","mobile_number":"892-349-7859","email_id":"Laron.Donnelly41@gmail.com","dop":"2025-12-01","serial_number":"10123534099788","imei1":"10123534099788","imei2":"10123534099788","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167998,"job_number":"JOB_167998","tr_customer_id":168015,"tr_customer_product_id":168005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:14.000Z","modified_at":"2026-01-27T08:42:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14259892350420","imei1":"14259892350420","imei2":"14259892350420","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167997,"job_number":"JOB_167997","tr_customer_id":168014,"tr_customer_product_id":168004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:40:01.000Z","modified_at":"2026-01-27T08:40:01.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"14732742119680","imei1":"14732742119680","imei2":"14732742119680","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167996,"job_number":"JOB_167996","tr_customer_id":168013,"tr_customer_product_id":168003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:39:37.000Z","modified_at":"2026-01-27T08:39:37.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"13765835130561","imei1":"13765835130561","imei2":"13765835130561","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:39:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167995,"job_number":"JOB_167995","tr_customer_id":168012,"tr_customer_product_id":168002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:36:40.000Z","modified_at":"2026-01-27T08:36:40.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"19248780212751","imei1":"19248780212751","imei2":"19248780212751","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:36:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167994,"job_number":"JOB_167994","tr_customer_id":168011,"tr_customer_product_id":168001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:55.000Z","modified_at":"2026-01-27T08:30:55.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"10256589793129","imei1":"10256589793129","imei2":"10256589793129","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167993,"job_number":"JOB_167993","tr_customer_id":168010,"tr_customer_product_id":168000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:49.000Z","modified_at":"2026-01-27T08:30:49.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"16937654532065","imei1":"16937654532065","imei2":"16937654532065","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167992,"job_number":"JOB_167992","tr_customer_id":168009,"tr_customer_product_id":167999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:31.000Z","modified_at":"2026-01-27T08:30:31.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"18595240715145","imei1":"18595240715145","imei2":"18595240715145","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167991,"job_number":"JOB_167991","tr_customer_id":168008,"tr_customer_product_id":167998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:03.000Z","modified_at":"2026-01-27T08:20:03.000Z","name":"Rosalind Kreiger","mobile_number":"334-544-9200","email_id":"Hunter.Schamberger@yahoo.com","dop":"2025-04-06","serial_number":"10419097285708058","imei1":"10419097285708058","imei2":"10419097285708058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167990,"job_number":"JOB_167990","tr_customer_id":168007,"tr_customer_product_id":167997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:02.000Z","modified_at":"2026-01-27T08:20:39.000Z","name":"Mylene Paucek","mobile_number":"366-759-2532","email_id":"Aubrey_Harber@gmail.com","dop":"2025-04-06","serial_number":"13419527922307","imei1":"13419527922307","imei2":"13419527922307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167989,"job_number":"JOB_167989","tr_customer_id":168006,"tr_customer_product_id":167996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:01.000Z","modified_at":"2026-01-27T08:20:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16228039361944","imei1":"16228039361944","imei2":"16228039361944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167988,"job_number":"JOB_167988","tr_customer_id":168005,"tr_customer_product_id":167995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:18.000Z","modified_at":"2026-01-27T08:19:18.000Z","name":"Electa Casper","mobile_number":"671-854-5386","email_id":"Keeley_Kessler75@yahoo.com","dop":"2025-04-06","serial_number":"10993514331888866","imei1":"10993514331888866","imei2":"10993514331888866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167987,"job_number":"JOB_167987","tr_customer_id":168004,"tr_customer_product_id":167994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:17.000Z","modified_at":"2026-01-27T08:19:55.000Z","name":"Amber Larson","mobile_number":"948-282-8530","email_id":"Consuelo.Weissnat73@yahoo.com","dop":"2025-04-06","serial_number":"12861735933223","imei1":"12861735933223","imei2":"12861735933223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167986,"job_number":"JOB_167986","tr_customer_id":168003,"tr_customer_product_id":167993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:17.000Z","modified_at":"2026-01-27T08:19:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14876666988513","imei1":"14876666988513","imei2":"14876666988513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167985,"job_number":"JOB_167985","tr_customer_id":168002,"tr_customer_product_id":167992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:33.000Z","modified_at":"2026-01-27T08:18:33.000Z","name":"Derick Rohan","mobile_number":"943-371-0272","email_id":"Joesph58@yahoo.com","dop":"2025-04-06","serial_number":"19714674691620584","imei1":"19714674691620584","imei2":"19714674691620584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167984,"job_number":"JOB_167984","tr_customer_id":168001,"tr_customer_product_id":167991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:32.000Z","modified_at":"2026-01-27T08:19:10.000Z","name":"Carolyne Paucek","mobile_number":"545-983-9520","email_id":"Lucile_Wolf52@hotmail.com","dop":"2025-04-06","serial_number":"14271654836682","imei1":"14271654836682","imei2":"14271654836682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167983,"job_number":"JOB_167983","tr_customer_id":168000,"tr_customer_product_id":167990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:32.000Z","modified_at":"2026-01-27T08:18:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10992418351194","imei1":"10992418351194","imei2":"10992418351194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167982,"job_number":"JOB_167982","tr_customer_id":167999,"tr_customer_product_id":167989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:03:56.000Z","modified_at":"2026-01-27T08:03:56.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"78948745849733","imei1":"78948745849733","imei2":"78948745849733","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167981,"job_number":"JOB_167981","tr_customer_id":167998,"tr_customer_product_id":167988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:00:03.000Z","modified_at":"2026-01-27T08:00:14.000Z","name":"Fletcher Franecki","mobile_number":"786-836-3975","email_id":"Loy79@hotmail.com","dop":"2025-12-01","serial_number":"10738362324388","imei1":"10738362324388","imei2":"10738362324388","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167980,"job_number":"JOB_167980","tr_customer_id":167997,"tr_customer_product_id":167987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:00:03.000Z","modified_at":"2026-01-27T08:00:03.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16634399654249","imei1":"16634399654249","imei2":"16634399654249","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167979,"job_number":"JOB_167979","tr_customer_id":167996,"tr_customer_product_id":167986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:47.000Z","modified_at":"2026-01-27T07:59:58.000Z","name":"Joel Schmeler","mobile_number":"474-846-8783","email_id":"Vada.Crona7@hotmail.com","dop":"2025-12-01","serial_number":"19660589554505","imei1":"19660589554505","imei2":"19660589554505","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167978,"job_number":"JOB_167978","tr_customer_id":167995,"tr_customer_product_id":167985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:47.000Z","modified_at":"2026-01-27T07:59:47.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14742460549015","imei1":"14742460549015","imei2":"14742460549015","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167977,"job_number":"JOB_167977","tr_customer_id":167994,"tr_customer_product_id":167984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:31.000Z","modified_at":"2026-01-27T07:59:42.000Z","name":"Columbus Deckow","mobile_number":"894-371-3585","email_id":"Joel_Leuschke@gmail.com","dop":"2025-12-01","serial_number":"18261600913888","imei1":"18261600913888","imei2":"18261600913888","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167976,"job_number":"JOB_167976","tr_customer_id":167993,"tr_customer_product_id":167983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:31.000Z","modified_at":"2026-01-27T07:59:31.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17369535765768","imei1":"17369535765768","imei2":"17369535765768","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167974,"job_number":"JOB_167974","tr_customer_id":167991,"tr_customer_product_id":167981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:44.000Z","name":"Kristian Gibson","mobile_number":"551-888-9007","email_id":"Clement.Haag@hotmail.com","dop":"2025-04-06","serial_number":"19625716723951844","imei1":"19625716723951844","imei2":"19625716723951844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167973,"job_number":"JOB_167973","tr_customer_id":167990,"tr_customer_product_id":167980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:42.000Z","modified_at":"2026-01-27T07:48:20.000Z","name":"Arvel Kuhn","mobile_number":"615-319-7198","email_id":"Chaz_Robel@hotmail.com","dop":"2025-04-06","serial_number":"14431655523975","imei1":"14431655523975","imei2":"14431655523975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:48:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167970,"job_number":"JOB_167970","tr_customer_id":167987,"tr_customer_product_id":167977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:57.000Z","modified_at":"2026-01-27T07:46:57.000Z","name":"Addie Mertz","mobile_number":"296-519-9094","email_id":"Lambert.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10321152826079464","imei1":"10321152826079464","imei2":"10321152826079464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167969,"job_number":"JOB_167969","tr_customer_id":167986,"tr_customer_product_id":167976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:56.000Z","modified_at":"2026-01-27T07:47:36.000Z","name":"Maud Cummerata","mobile_number":"646-422-3272","email_id":"Tamara.Witting12@gmail.com","dop":"2025-04-06","serial_number":"13661529653762","imei1":"13661529653762","imei2":"13661529653762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167968,"job_number":"JOB_167968","tr_customer_id":167985,"tr_customer_product_id":167975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:47.000Z","name":"Mariah Hamill","mobile_number":"652-797-8772","email_id":"Noemy.Jakubowski@yahoo.com","dop":"2025-12-01","serial_number":"11895969562146","imei1":"11895969562146","imei2":"11895969562146","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167967,"job_number":"JOB_167967","tr_customer_id":167984,"tr_customer_product_id":167974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:34.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16020089347172","imei1":"16020089347172","imei2":"16020089347172","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167966,"job_number":"JOB_167966","tr_customer_id":167983,"tr_customer_product_id":167973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:29.000Z","name":"Ellen Ernser","mobile_number":"773-782-1692","email_id":"Jay32@yahoo.com","dop":"2025-12-01","serial_number":"18035647441755","imei1":"18035647441755","imei2":"18035647441755","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167965,"job_number":"JOB_167965","tr_customer_id":167982,"tr_customer_product_id":167972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19818407352524","imei1":"19818407352524","imei2":"19818407352524","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167964,"job_number":"JOB_167964","tr_customer_id":167981,"tr_customer_product_id":167971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:45:11.000Z","name":"Carol Harber","mobile_number":"791-589-1054","email_id":"Tabitha36@hotmail.com","dop":"2025-12-01","serial_number":"13015239403347","imei1":"13015239403347","imei2":"13015239403347","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167963,"job_number":"JOB_167963","tr_customer_id":167980,"tr_customer_product_id":167970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:44:58.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13067462755559","imei1":"13067462755559","imei2":"13067462755559","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167962,"job_number":"JOB_167962","tr_customer_id":167979,"tr_customer_product_id":167969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:22.000Z","name":"Dangelo Mann","mobile_number":"687-934-9912","email_id":"Bradly_Bogisich@gmail.com","dop":"2025-12-01","serial_number":"14223691814750","imei1":"14223691814750","imei2":"14223691814750","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167961,"job_number":"JOB_167961","tr_customer_id":167978,"tr_customer_product_id":167968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:10.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12826889896801","imei1":"12826889896801","imei2":"12826889896801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167960,"job_number":"JOB_167960","tr_customer_id":167977,"tr_customer_product_id":167967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:41:06.000Z","name":"Marquise Reichert","mobile_number":"587-475-6993","email_id":"Mireya_Armstrong@gmail.com","dop":"2025-12-01","serial_number":"11570715098623","imei1":"11570715098623","imei2":"11570715098623","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167959,"job_number":"JOB_167959","tr_customer_id":167976,"tr_customer_product_id":167966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:40:54.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"12836241188214","imei1":"12836241188214","imei2":"12836241188214","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167958,"job_number":"JOB_167958","tr_customer_id":167975,"tr_customer_product_id":167965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:38.000Z","modified_at":"2026-01-27T07:40:50.000Z","name":"Juanita Leffler","mobile_number":"636-521-5568","email_id":"Patience37@hotmail.com","dop":"2025-12-01","serial_number":"17253145582378","imei1":"17253145582378","imei2":"17253145582378","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167957,"job_number":"JOB_167957","tr_customer_id":167974,"tr_customer_product_id":167964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:37.000Z","modified_at":"2026-01-27T07:40:37.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17738472759011","imei1":"17738472759011","imei2":"17738472759011","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167950,"job_number":"JOB_167950","tr_customer_id":167967,"tr_customer_product_id":167957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:15.000Z","modified_at":"2026-01-27T07:05:15.000Z","name":"Kellie Lubowitz","mobile_number":"217-327-9980","email_id":"Selina_Pacocha9@yahoo.com","dop":"2025-04-06","serial_number":"14946686752066788","imei1":"14946686752066788","imei2":"14946686752066788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167949,"job_number":"JOB_167949","tr_customer_id":167966,"tr_customer_product_id":167956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:14.000Z","modified_at":"2026-01-27T07:05:53.000Z","name":"Blanca Schneider","mobile_number":"399-331-5349","email_id":"Howard.Klocko@hotmail.com","dop":"2025-04-06","serial_number":"18972673309267","imei1":"18972673309267","imei2":"18972673309267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167948,"job_number":"JOB_167948","tr_customer_id":167965,"tr_customer_product_id":167955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:31.000Z","modified_at":"2026-01-27T07:04:31.000Z","name":"Miller Hagenes","mobile_number":"363-948-0072","email_id":"Antwon.Kiehn95@hotmail.com","dop":"2025-04-06","serial_number":"14549798314648444","imei1":"14549798314648444","imei2":"14549798314648444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:04:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167947,"job_number":"JOB_167947","tr_customer_id":167964,"tr_customer_product_id":167954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:29.000Z","modified_at":"2026-01-27T07:05:07.000Z","name":"Dasia Weissnat","mobile_number":"217-928-5689","email_id":"Cordie.Mayert15@yahoo.com","dop":"2025-04-06","serial_number":"18151854735051","imei1":"18151854735051","imei2":"18151854735051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167946,"job_number":"JOB_167946","tr_customer_id":167963,"tr_customer_product_id":167953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:46.000Z","modified_at":"2026-01-27T07:03:46.000Z","name":"Esperanza Roberts","mobile_number":"363-465-4153","email_id":"Cleo_Jacobi1@gmail.com","dop":"2025-04-06","serial_number":"18899724181012810","imei1":"18899724181012810","imei2":"18899724181012810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167945,"job_number":"JOB_167945","tr_customer_id":167962,"tr_customer_product_id":167952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:45.000Z","modified_at":"2026-01-27T07:04:22.000Z","name":"Carolanne Johnston","mobile_number":"835-983-6740","email_id":"Demond45@hotmail.com","dop":"2025-04-06","serial_number":"12500515806340","imei1":"12500515806340","imei2":"12500515806340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:04:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167944,"job_number":"JOB_167944","tr_customer_id":167961,"tr_customer_product_id":167951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:28.000Z","name":"Izaiah Goodwin","mobile_number":"667-308-1378","email_id":"Elouise43@hotmail.com","dop":"2025-12-01","serial_number":"17184857919726","imei1":"17184857919726","imei2":"17184857919726","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167943,"job_number":"JOB_167943","tr_customer_id":167960,"tr_customer_product_id":167950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:15.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"14875645655732","imei1":"14875645655732","imei2":"14875645655732","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167942,"job_number":"JOB_167942","tr_customer_id":167959,"tr_customer_product_id":167949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:54:10.000Z","name":"Pietro Stracke","mobile_number":"336-677-3457","email_id":"Darrick_Wilderman4@gmail.com","dop":"2025-12-01","serial_number":"11510163451561","imei1":"11510163451561","imei2":"11510163451561","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167941,"job_number":"JOB_167941","tr_customer_id":167958,"tr_customer_product_id":167948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:53:57.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15533783976054","imei1":"15533783976054","imei2":"15533783976054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167940,"job_number":"JOB_167940","tr_customer_id":167957,"tr_customer_product_id":167947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:52.000Z","name":"Cara Rath","mobile_number":"987-859-1105","email_id":"Amir60@gmail.com","dop":"2025-12-01","serial_number":"10948899776550","imei1":"10948899776550","imei2":"10948899776550","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167939,"job_number":"JOB_167939","tr_customer_id":167956,"tr_customer_product_id":167946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14442504887526","imei1":"14442504887526","imei2":"14442504887526","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167938,"job_number":"JOB_167938","tr_customer_id":167955,"tr_customer_product_id":167945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:27.000Z","modified_at":"2026-01-27T06:51:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10931088604581","imei1":"10931088604581","imei2":"10931088604581","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167937,"job_number":"JOB_167937","tr_customer_id":167954,"tr_customer_product_id":167944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:26.000Z","modified_at":"2026-01-27T06:52:03.000Z","name":"Allene Erdman","mobile_number":"213-477-2942","email_id":"Reilly.Klocko@yahoo.com","dop":"2026-01-04","serial_number":"12959238722478","imei1":"12959238722478","imei2":"12959238722478","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167936,"job_number":"JOB_167936","tr_customer_id":167953,"tr_customer_product_id":167943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:25.000Z","modified_at":"2026-01-27T06:51:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11495474994629","imei1":"11495474994629","imei2":"11495474994629","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167935,"job_number":"JOB_167935","tr_customer_id":167952,"tr_customer_product_id":167942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:00.000Z","modified_at":"2026-01-27T06:51:00.000Z","name":"Abe Borer","mobile_number":"232-802-4714","email_id":"Alfreda56@hotmail.com","dop":"2025-04-06","serial_number":"14248653361242728","imei1":"14248653361242728","imei2":"14248653361242728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167934,"job_number":"JOB_167934","tr_customer_id":167951,"tr_customer_product_id":167941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:51:36.000Z","name":"Miracle Doyle","mobile_number":"985-838-2059","email_id":"Jett_Bosco@hotmail.com","dop":"2025-04-06","serial_number":"17756785529011","imei1":"17756785529011","imei2":"17756785529011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167933,"job_number":"JOB_167933","tr_customer_id":167950,"tr_customer_product_id":167940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:50:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16248942148525","imei1":"16248942148525","imei2":"16248942148525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167932,"job_number":"JOB_167932","tr_customer_id":167949,"tr_customer_product_id":167939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:42.000Z","modified_at":"2026-01-27T06:50:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42969104263391","imei1":"42969104263391","imei2":"42969104263391","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167931,"job_number":"JOB_167931","tr_customer_id":167948,"tr_customer_product_id":167938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:51:18.000Z","name":"Brando Johnston","mobile_number":"935-317-2882","email_id":"Edmund50@hotmail.com","dop":"2026-01-04","serial_number":"17810372015745","imei1":"17810372015745","imei2":"17810372015745","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167930,"job_number":"JOB_167930","tr_customer_id":167947,"tr_customer_product_id":167937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:50:40.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11366144519689","imei1":"11366144519689","imei2":"11366144519689","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167929,"job_number":"JOB_167929","tr_customer_id":167946,"tr_customer_product_id":167936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:13.000Z","modified_at":"2026-01-27T06:50:13.000Z","name":"Arno Kessler","mobile_number":"230-754-1794","email_id":"Stanley57@hotmail.com","dop":"2025-04-06","serial_number":"18194212640282856","imei1":"18194212640282856","imei2":"18194212640282856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167928,"job_number":"JOB_167928","tr_customer_id":167945,"tr_customer_product_id":167935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:51.000Z","name":"Bernadine Rutherford","mobile_number":"704-539-2876","email_id":"Emmett_Kohler@gmail.com","dop":"2025-04-06","serial_number":"14534602088922","imei1":"14534602088922","imei2":"14534602088922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167927,"job_number":"JOB_167927","tr_customer_id":167944,"tr_customer_product_id":167934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13203431323945","imei1":"13203431323945","imei2":"13203431323945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167926,"job_number":"JOB_167926","tr_customer_id":167943,"tr_customer_product_id":167933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:54.000Z","modified_at":"2026-01-27T06:49:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"90321257518944","imei1":"90321257518944","imei2":"90321257518944","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167925,"job_number":"JOB_167925","tr_customer_id":167942,"tr_customer_product_id":167932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:50:33.000Z","name":"Kris Bernier","mobile_number":"258-592-8541","email_id":"Kaycee96@gmail.com","dop":"2026-01-04","serial_number":"18439341230313","imei1":"18439341230313","imei2":"18439341230313","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167924,"job_number":"JOB_167924","tr_customer_id":167941,"tr_customer_product_id":167931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:49:52.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10934874410701","imei1":"10934874410701","imei2":"10934874410701","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167923,"job_number":"JOB_167923","tr_customer_id":167940,"tr_customer_product_id":167930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:30.000Z","modified_at":"2026-01-27T06:49:30.000Z","name":"Milton Bartell","mobile_number":"357-620-1896","email_id":"Kian46@hotmail.com","dop":"2025-04-06","serial_number":"17118551920422780","imei1":"17118551920422780","imei2":"17118551920422780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167922,"job_number":"JOB_167922","tr_customer_id":167939,"tr_customer_product_id":167929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:29.000Z","modified_at":"2026-01-27T06:50:09.000Z","name":"Bell Stracke","mobile_number":"915-750-4333","email_id":"Saul58@hotmail.com","dop":"2025-04-06","serial_number":"10400148993354","imei1":"10400148993354","imei2":"10400148993354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167921,"job_number":"JOB_167921","tr_customer_id":167938,"tr_customer_product_id":167928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:26.000Z","modified_at":"2026-01-27T06:49:26.000Z","name":"Garry Haag","mobile_number":"330-706-5364","email_id":"Lenna35@hotmail.com","dop":"2025-04-06","serial_number":"11179143080451844","imei1":"11179143080451844","imei2":"11179143080451844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167920,"job_number":"JOB_167920","tr_customer_id":167937,"tr_customer_product_id":167927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:50:04.000Z","name":"Ignacio Farrell","mobile_number":"320-500-1584","email_id":"Felipe52@hotmail.com","dop":"2025-04-06","serial_number":"18659899859152","imei1":"18659899859152","imei2":"18659899859152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167919,"job_number":"JOB_167919","tr_customer_id":167936,"tr_customer_product_id":167926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:49:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17402848540623","imei1":"17402848540623","imei2":"17402848540623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167918,"job_number":"JOB_167918","tr_customer_id":167935,"tr_customer_product_id":167925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:39.000Z","modified_at":"2026-01-27T06:44:39.000Z","name":"Golden Brown","mobile_number":"840-732-0041","email_id":"Hailie73@hotmail.com","dop":"2025-04-06","serial_number":"15818286366602872","imei1":"15818286366602872","imei2":"15818286366602872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167917,"job_number":"JOB_167917","tr_customer_id":167934,"tr_customer_product_id":167924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:45:18.000Z","name":"Joaquin Kulas","mobile_number":"583-240-9817","email_id":"Kirsten25@yahoo.com","dop":"2025-04-06","serial_number":"17938551459730","imei1":"17938551459730","imei2":"17938551459730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167916,"job_number":"JOB_167916","tr_customer_id":167933,"tr_customer_product_id":167923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17063374650545","imei1":"17063374650545","imei2":"17063374650545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167915,"job_number":"JOB_167915","tr_customer_id":167932,"tr_customer_product_id":167922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:18.000Z","modified_at":"2026-01-27T06:44:18.000Z","name":"Ariane Hamill","mobile_number":"398-734-1884","email_id":"Ryleigh.Tremblay42@hotmail.com","dop":"2025-04-06","serial_number":"10595233660109322","imei1":"10595233660109322","imei2":"10595233660109322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167914,"job_number":"JOB_167914","tr_customer_id":167931,"tr_customer_product_id":167921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:16.000Z","modified_at":"2026-01-27T06:44:58.000Z","name":"Grady Schaden","mobile_number":"682-416-2165","email_id":"Megane_Barrows5@gmail.com","dop":"2025-04-06","serial_number":"13986612123238","imei1":"13986612123238","imei2":"13986612123238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167913,"job_number":"JOB_167913","tr_customer_id":167930,"tr_customer_product_id":167920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:51.000Z","modified_at":"2026-01-27T06:43:51.000Z","name":"Serenity Boyer","mobile_number":"339-974-1255","email_id":"Carleton.Marvin98@gmail.com","dop":"2025-04-06","serial_number":"15255955352476028","imei1":"15255955352476028","imei2":"15255955352476028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167912,"job_number":"JOB_167912","tr_customer_id":167929,"tr_customer_product_id":167919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:50.000Z","modified_at":"2026-01-27T06:44:30.000Z","name":"Sam Baumbach","mobile_number":"278-216-6264","email_id":"Abdul.Schoen24@gmail.com","dop":"2025-04-06","serial_number":"19651107341783","imei1":"19651107341783","imei2":"19651107341783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167911,"job_number":"JOB_167911","tr_customer_id":167928,"tr_customer_product_id":167918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:49.000Z","modified_at":"2026-01-27T06:43:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13742475805245","imei1":"13742475805245","imei2":"13742475805245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167910,"job_number":"JOB_167910","tr_customer_id":167927,"tr_customer_product_id":167917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:46.000Z","modified_at":"2026-01-27T06:43:46.000Z","name":"Percy Crist","mobile_number":"935-950-9106","email_id":"Krystel.Ankunding67@yahoo.com","dop":"2025-04-06","serial_number":"18545814363637170","imei1":"18545814363637170","imei2":"18545814363637170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167909,"job_number":"JOB_167909","tr_customer_id":167926,"tr_customer_product_id":167916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:45.000Z","modified_at":"2026-01-27T06:44:28.000Z","name":"Kaitlin Zboncak","mobile_number":"891-592-1390","email_id":"Furman_Ziemann@gmail.com","dop":"2025-04-06","serial_number":"19030635434719","imei1":"19030635434719","imei2":"19030635434719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167908,"job_number":"JOB_167908","tr_customer_id":167925,"tr_customer_product_id":167915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:44.000Z","modified_at":"2026-01-27T06:43:44.000Z","name":"Victor Schroeder","mobile_number":"473-540-3534","email_id":"Dexter_Marks@gmail.com","dop":"2025-04-06","serial_number":"16447744665311734","imei1":"16447744665311734","imei2":"16447744665311734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167907,"job_number":"JOB_167907","tr_customer_id":167924,"tr_customer_product_id":167914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:44:24.000Z","name":"Harley Runte","mobile_number":"656-420-5648","email_id":"Martina.Walker@yahoo.com","dop":"2025-04-06","serial_number":"14023871545970","imei1":"14023871545970","imei2":"14023871545970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167906,"job_number":"JOB_167906","tr_customer_id":167923,"tr_customer_product_id":167913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:43:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15646928553703","imei1":"15646928553703","imei2":"15646928553703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167905,"job_number":"JOB_167905","tr_customer_id":167922,"tr_customer_product_id":167912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:03.000Z","modified_at":"2026-01-27T06:43:03.000Z","name":"Roy Aufderhar","mobile_number":"826-647-3721","email_id":"Sheila.Murphy83@yahoo.com","dop":"2025-04-06","serial_number":"10699411250399026","imei1":"10699411250399026","imei2":"10699411250399026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167904,"job_number":"JOB_167904","tr_customer_id":167921,"tr_customer_product_id":167911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:02.000Z","modified_at":"2026-01-27T06:43:42.000Z","name":"Cortez Kshlerin","mobile_number":"404-335-4217","email_id":"Caroline.Hyatt@gmail.com","dop":"2025-04-06","serial_number":"15859812046555","imei1":"15859812046555","imei2":"15859812046555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167903,"job_number":"JOB_167903","tr_customer_id":167920,"tr_customer_product_id":167910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:01.000Z","modified_at":"2026-01-27T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14958910419154","imei1":"14958910419154","imei2":"14958910419154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167902,"job_number":"JOB_167902","tr_customer_id":167919,"tr_customer_product_id":167909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:56.000Z","modified_at":"2026-01-27T06:42:56.000Z","name":"Ned Dach","mobile_number":"535-612-0082","email_id":"Adolfo_Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15430774571147254","imei1":"15430774571147254","imei2":"15430774571147254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167901,"job_number":"JOB_167901","tr_customer_id":167918,"tr_customer_product_id":167908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:43:35.000Z","name":"Jeanie Bailey","mobile_number":"254-447-6959","email_id":"Otha93@hotmail.com","dop":"2025-04-06","serial_number":"13830389477544","imei1":"13830389477544","imei2":"13830389477544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167900,"job_number":"JOB_167900","tr_customer_id":167917,"tr_customer_product_id":167907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:42:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17079659156633","imei1":"17079659156633","imei2":"17079659156633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167899,"job_number":"JOB_167899","tr_customer_id":167916,"tr_customer_product_id":167906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:06.000Z","modified_at":"2026-01-27T06:42:06.000Z","name":"Lisa Zulauf","mobile_number":"250-618-8688","email_id":"Chelsea9@yahoo.com","dop":"2025-04-06","serial_number":"17611184738963124","imei1":"17611184738963124","imei2":"17611184738963124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167898,"job_number":"JOB_167898","tr_customer_id":167915,"tr_customer_product_id":167905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:46.000Z","name":"Berta Gleason","mobile_number":"670-959-8671","email_id":"Nelle.Douglas@hotmail.com","dop":"2025-04-06","serial_number":"17500260885098","imei1":"17500260885098","imei2":"17500260885098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167897,"job_number":"JOB_167897","tr_customer_id":167914,"tr_customer_product_id":167904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18231155699279","imei1":"18231155699279","imei2":"18231155699279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167896,"job_number":"JOB_167896","tr_customer_id":167913,"tr_customer_product_id":167903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:33.000Z","modified_at":"2026-01-27T06:38:33.000Z","name":"Marty Corkery","mobile_number":"727-204-3064","email_id":"Domenico.Huels@yahoo.com","dop":"2025-04-06","serial_number":"10948488540603988","imei1":"10948488540603988","imei2":"10948488540603988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167895,"job_number":"JOB_167895","tr_customer_id":167912,"tr_customer_product_id":167902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:32.000Z","modified_at":"2026-01-27T06:39:09.000Z","name":"Mylene Ziemann","mobile_number":"268-456-3179","email_id":"Monserrate.Padberg96@hotmail.com","dop":"2025-04-06","serial_number":"13422109656931","imei1":"13422109656931","imei2":"13422109656931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167894,"job_number":"JOB_167894","tr_customer_id":167911,"tr_customer_product_id":167901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:31.000Z","modified_at":"2026-01-27T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14777744687360","imei1":"14777744687360","imei2":"14777744687360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167892,"job_number":"JOB_167892","tr_customer_id":167909,"tr_customer_product_id":167899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:00.000Z","modified_at":"2026-01-27T06:38:36.000Z","name":"Adrain Flatley","mobile_number":"625-204-1955","email_id":"Iliana_Green@gmail.com","dop":"2000-01-31","serial_number":"10327360941022","imei1":"10327360941022","imei2":"10327360941022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167890,"job_number":"JOB_167890","tr_customer_id":167907,"tr_customer_product_id":167897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:49.000Z","modified_at":"2026-01-27T06:37:49.000Z","name":"Davion Gaylord","mobile_number":"478-883-2288","email_id":"Alejandrin_OKeefe47@gmail.com","dop":"2025-04-06","serial_number":"11487920209396314","imei1":"11487920209396314","imei2":"11487920209396314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167889,"job_number":"JOB_167889","tr_customer_id":167906,"tr_customer_product_id":167896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:38:24.000Z","name":"Christa Kutch","mobile_number":"447-746-4829","email_id":"Krista_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"16625501213741","imei1":"16625501213741","imei2":"16625501213741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167888,"job_number":"JOB_167888","tr_customer_id":167905,"tr_customer_product_id":167895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:37:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10244847596438","imei1":"10244847596438","imei2":"10244847596438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167886,"job_number":"JOB_167886","tr_customer_id":167903,"tr_customer_product_id":167893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:16.000Z","modified_at":"2026-01-27T06:37:53.000Z","name":"Vivianne Kuvalis","mobile_number":"928-407-3268","email_id":"Nola37@hotmail.com","dop":"2000-01-31","serial_number":"10539760183863","imei1":"10539760183863","imei2":"10539760183863","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167884,"job_number":"JOB_167884","tr_customer_id":167901,"tr_customer_product_id":167891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Wyatt Friesen","mobile_number":"592-951-6370","email_id":"Willard57@yahoo.com","dop":"2025-04-06","serial_number":"18984968440466710","imei1":"18984968440466710","imei2":"18984968440466710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167883,"job_number":"JOB_167883","tr_customer_id":167900,"tr_customer_product_id":167890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Avis Fadel","mobile_number":"908-634-0138","email_id":"Norene.Raynor@gmail.com","dop":"2025-04-06","serial_number":"18320246082397332","imei1":"18320246082397332","imei2":"18320246082397332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167882,"job_number":"JOB_167882","tr_customer_id":167899,"tr_customer_product_id":167889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:42.000Z","name":"Jaylen Kerluke","mobile_number":"546-909-9233","email_id":"Domingo45@gmail.com","dop":"2025-04-06","serial_number":"16862134829963","imei1":"16862134829963","imei2":"16862134829963","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167881,"job_number":"JOB_167881","tr_customer_id":167898,"tr_customer_product_id":167888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:40.000Z","name":"Celestine Kilback","mobile_number":"975-592-9244","email_id":"Maximillian46@gmail.com","dop":"2025-04-06","serial_number":"17951541323118","imei1":"17951541323118","imei2":"17951541323118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167880,"job_number":"JOB_167880","tr_customer_id":167897,"tr_customer_product_id":167887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15941554825756","imei1":"15941554825756","imei2":"15941554825756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167879,"job_number":"JOB_167879","tr_customer_id":167896,"tr_customer_product_id":167886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797132248973","imei1":"12797132248973","imei2":"12797132248973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167878,"job_number":"JOB_167878","tr_customer_id":167895,"tr_customer_product_id":167885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:37:22.000Z","name":"Ezequiel Hauck","mobile_number":"402-515-8716","email_id":"Ethel52@hotmail.com","dop":"2025-10-21","serial_number":"12597963508580","imei1":"12597963508580","imei2":"12597963508580","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167877,"job_number":"JOB_167877","tr_customer_id":167894,"tr_customer_product_id":167884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:36:42.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16171174787922","imei1":"16171174787922","imei2":"16171174787922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167875,"job_number":"JOB_167875","tr_customer_id":167892,"tr_customer_product_id":167882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:32.000Z","modified_at":"2026-01-27T06:37:09.000Z","name":"Jakayla Stehr","mobile_number":"889-226-7042","email_id":"Oswald_Blanda50@hotmail.com","dop":"2000-01-31","serial_number":"10809822361810","imei1":"10809822361810","imei2":"10809822361810","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167873,"job_number":"JOB_167873","tr_customer_id":167890,"tr_customer_product_id":167880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:17.000Z","modified_at":"2026-01-27T06:36:17.000Z","name":"Maye Rodriguez","mobile_number":"655-525-8401","email_id":"Edward.Walsh28@gmail.com","dop":"2025-04-06","serial_number":"18172135488968240","imei1":"18172135488968240","imei2":"18172135488968240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167872,"job_number":"JOB_167872","tr_customer_id":167889,"tr_customer_product_id":167879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:16.000Z","modified_at":"2026-01-27T06:36:55.000Z","name":"Cruz Hoeger","mobile_number":"934-485-6036","email_id":"Zelda13@yahoo.com","dop":"2025-04-06","serial_number":"14583018003932","imei1":"14583018003932","imei2":"14583018003932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167871,"job_number":"JOB_167871","tr_customer_id":167888,"tr_customer_product_id":167878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:15.000Z","modified_at":"2026-01-27T06:36:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18948317579051","imei1":"18948317579051","imei2":"18948317579051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167870,"job_number":"JOB_167870","tr_customer_id":167887,"tr_customer_product_id":167877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:55.000Z","modified_at":"2026-01-27T06:36:34.000Z","name":"Fletcher Langosh","mobile_number":"961-716-6775","email_id":"Danyka74@hotmail.com","dop":"2025-10-21","serial_number":"12097514595498","imei1":"12097514595498","imei2":"12097514595498","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167869,"job_number":"JOB_167869","tr_customer_id":167886,"tr_customer_product_id":167876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:54.000Z","modified_at":"2026-01-27T06:35:54.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17324433358007","imei1":"17324433358007","imei2":"17324433358007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167867,"job_number":"JOB_167867","tr_customer_id":167884,"tr_customer_product_id":167874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:36:24.000Z","name":"Keenan Strosin","mobile_number":"493-722-5111","email_id":"Athena3@yahoo.com","dop":"2000-01-31","serial_number":"10961625417361","imei1":"10961625417361","imei2":"10961625417361","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167865,"job_number":"JOB_167865","tr_customer_id":167882,"tr_customer_product_id":167872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:30.000Z","modified_at":"2026-01-27T06:35:30.000Z","name":"Omer Maggio","mobile_number":"655-959-8696","email_id":"Hershel99@gmail.com","dop":"2025-04-06","serial_number":"11488347981559736","imei1":"11488347981559736","imei2":"11488347981559736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167864,"job_number":"JOB_167864","tr_customer_id":167881,"tr_customer_product_id":167871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:29.000Z","modified_at":"2026-01-27T06:36:08.000Z","name":"Natasha Towne","mobile_number":"539-944-7993","email_id":"Elinore77@hotmail.com","dop":"2025-04-06","serial_number":"15990339465447","imei1":"15990339465447","imei2":"15990339465447","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167863,"job_number":"JOB_167863","tr_customer_id":167880,"tr_customer_product_id":167870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:28.000Z","modified_at":"2026-01-27T06:35:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12322716487394","imei1":"12322716487394","imei2":"12322716487394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167862,"job_number":"JOB_167862","tr_customer_id":167879,"tr_customer_product_id":167869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:07.000Z","modified_at":"2026-01-27T06:35:46.000Z","name":"Erling Schowalter","mobile_number":"297-720-6965","email_id":"Emerald.Hayes@yahoo.com","dop":"2025-10-21","serial_number":"17024058576990","imei1":"17024058576990","imei2":"17024058576990","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167861,"job_number":"JOB_167861","tr_customer_id":167878,"tr_customer_product_id":167868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:06.000Z","modified_at":"2026-01-27T06:35:06.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17343592327259","imei1":"17343592327259","imei2":"17343592327259","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167860,"job_number":"JOB_167860","tr_customer_id":167877,"tr_customer_product_id":167867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:28.000Z","modified_at":"2026-01-27T06:34:28.000Z","name":"Felton Jones","mobile_number":"461-830-5368","email_id":"Donald_Muller@gmail.com","dop":"2025-04-06","serial_number":"15954666796721888","imei1":"15954666796721888","imei2":"15954666796721888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167859,"job_number":"JOB_167859","tr_customer_id":167876,"tr_customer_product_id":167866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:26.000Z","modified_at":"2026-01-27T06:35:09.000Z","name":"Darius Hane","mobile_number":"861-784-3255","email_id":"Isac8@hotmail.com","dop":"2025-04-06","serial_number":"10330263504588","imei1":"10330263504588","imei2":"10330263504588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167858,"job_number":"JOB_167858","tr_customer_id":167875,"tr_customer_product_id":167865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:18.000Z","modified_at":"2026-01-27T06:32:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12423253098832","imei2":"12423253098832","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167857,"job_number":"JOB_167857","tr_customer_id":167874,"tr_customer_product_id":167864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:17.000Z","modified_at":"2026-01-27T06:32:17.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12347251322045","imei2":"12347251322045","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167856,"job_number":"JOB_167856","tr_customer_id":167873,"tr_customer_product_id":167863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10053012872262","imei2":"10053012872262","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167855,"job_number":"JOB_167855","tr_customer_id":167872,"tr_customer_product_id":167862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14206461523702","imei2":"14206461523702","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167854,"job_number":"JOB_167854","tr_customer_id":167871,"tr_customer_product_id":167861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:52.000Z","modified_at":"2026-01-27T06:31:52.000Z","name":"Sadye Sipes","mobile_number":"779-875-8270","email_id":"Ebony.Hirthe@gmail.com","dop":"2025-04-06","serial_number":"10349692400180752","imei1":"10349692400180752","imei2":"10349692400180752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167853,"job_number":"JOB_167853","tr_customer_id":167870,"tr_customer_product_id":167860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:32:30.000Z","name":"Allie Stiedemann","mobile_number":"434-823-0869","email_id":"Hershel.Johnson34@hotmail.com","dop":"2025-04-06","serial_number":"12101566250387","imei1":"12101566250387","imei2":"12101566250387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167852,"job_number":"JOB_167852","tr_customer_id":167869,"tr_customer_product_id":167859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:31:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11373056543091","imei1":"11373056543091","imei2":"11373056543091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167851,"job_number":"JOB_167851","tr_customer_id":167868,"tr_customer_product_id":167858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:32:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14240408583347","imei2":"14240408583347","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167850,"job_number":"JOB_167850","tr_customer_id":167867,"tr_customer_product_id":167857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:31:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10477906422672","imei2":"10477906422672","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167849,"job_number":"JOB_167849","tr_customer_id":167866,"tr_customer_product_id":167856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:05.000Z","modified_at":"2026-01-27T06:31:05.000Z","name":"Giovani McKenzie","mobile_number":"898-307-0001","email_id":"Brady_Leannon@hotmail.com","dop":"2025-04-06","serial_number":"19451465414718350","imei1":"19451465414718350","imei2":"19451465414718350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167848,"job_number":"JOB_167848","tr_customer_id":167865,"tr_customer_product_id":167855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:43.000Z","name":"Dorcas Schinner","mobile_number":"993-457-8106","email_id":"Helena_Herzog2@hotmail.com","dop":"2025-04-06","serial_number":"16557584408408","imei1":"16557584408408","imei2":"16557584408408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167847,"job_number":"JOB_167847","tr_customer_id":167864,"tr_customer_product_id":167854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15985961373989","imei1":"15985961373989","imei2":"15985961373989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167845,"job_number":"JOB_167845","tr_customer_id":167862,"tr_customer_product_id":167852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:17.000Z","name":"Modesto Sauer","mobile_number":"424-849-3916","email_id":"Delilah_Treutel27@hotmail.com","dop":"2025-04-06","serial_number":"11996959230079538","imei1":"11996959230079538","imei2":"11996959230079538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167844,"job_number":"JOB_167844","tr_customer_id":167861,"tr_customer_product_id":167851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:56.000Z","name":"Rey Reichert","mobile_number":"904-355-8506","email_id":"Maxime.Brekke12@gmail.com","dop":"2025-04-06","serial_number":"13183922370106","imei1":"13183922370106","imei2":"13183922370106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167843,"job_number":"JOB_167843","tr_customer_id":167860,"tr_customer_product_id":167850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17339423269073","imei1":"17339423269073","imei2":"17339423269073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167840,"job_number":"JOB_167840","tr_customer_id":167857,"tr_customer_product_id":167847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:06.000Z","modified_at":"2026-01-27T06:29:06.000Z","name":"Anastacio Ebert","mobile_number":"971-557-1170","email_id":"Reba3@hotmail.com","dop":"2025-04-06","serial_number":"14007303508030568","imei1":"14007303508030568","imei2":"14007303508030568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167839,"job_number":"JOB_167839","tr_customer_id":167856,"tr_customer_product_id":167846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:40.000Z","name":"Stanford Kuhlman","mobile_number":"548-543-0439","email_id":"Afton_Mayert73@gmail.com","dop":"2025-04-06","serial_number":"19371343198470","imei1":"19371343198470","imei2":"19371343198470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167838,"job_number":"JOB_167838","tr_customer_id":167855,"tr_customer_product_id":167845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19420379464284","imei1":"19420379464284","imei2":"19420379464284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167837,"job_number":"JOB_167837","tr_customer_id":167854,"tr_customer_product_id":167844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:23.000Z","modified_at":"2026-01-27T06:28:23.000Z","name":"Bobby Bogan","mobile_number":"519-540-8511","email_id":"Moriah.Torp35@gmail.com","dop":"2025-04-06","serial_number":"10461022854004748","imei1":"10461022854004748","imei2":"10461022854004748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167836,"job_number":"JOB_167836","tr_customer_id":167853,"tr_customer_product_id":167843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:57.000Z","name":"Maiya Hartmann","mobile_number":"805-965-1463","email_id":"Soledad52@hotmail.com","dop":"2025-04-06","serial_number":"19886852653800","imei1":"19886852653800","imei2":"19886852653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167835,"job_number":"JOB_167835","tr_customer_id":167852,"tr_customer_product_id":167842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19904485216653","imei1":"19904485216653","imei2":"19904485216653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167834,"job_number":"JOB_167834","tr_customer_id":167851,"tr_customer_product_id":167841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:39.000Z","modified_at":"2026-01-27T06:27:39.000Z","name":"Hettie Brakus","mobile_number":"920-884-7742","email_id":"Lillian.Steuber98@gmail.com","dop":"2025-04-06","serial_number":"17652142820175848","imei1":"17652142820175848","imei2":"17652142820175848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167833,"job_number":"JOB_167833","tr_customer_id":167850,"tr_customer_product_id":167840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:28:14.000Z","name":"Dayne Beatty","mobile_number":"976-674-2026","email_id":"Herminio_Kovacek@gmail.com","dop":"2025-04-06","serial_number":"13833034191551","imei1":"13833034191551","imei2":"13833034191551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167832,"job_number":"JOB_167832","tr_customer_id":167849,"tr_customer_product_id":167839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:27:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11615152671057","imei1":"11615152671057","imei2":"11615152671057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167831,"job_number":"JOB_167831","tr_customer_id":167848,"tr_customer_product_id":167838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:19.000Z","modified_at":"2026-01-27T06:26:19.000Z","name":"Lazaro Hoppe","mobile_number":"805-669-5412","email_id":"Leland_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"18267334371696710","imei1":"18267334371696710","imei2":"18267334371696710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167830,"job_number":"JOB_167830","tr_customer_id":167847,"tr_customer_product_id":167837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:27:00.000Z","name":"Cecelia Bauch","mobile_number":"671-610-2410","email_id":"Emilie_Ullrich20@gmail.com","dop":"2025-04-06","serial_number":"11963927712940","imei1":"11963927712940","imei2":"11963927712940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167829,"job_number":"JOB_167829","tr_customer_id":167846,"tr_customer_product_id":167836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:26:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15802935641808","imei1":"15802935641808","imei2":"15802935641808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167828,"job_number":"JOB_167828","tr_customer_id":167845,"tr_customer_product_id":167835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:28.000Z","modified_at":"2026-01-27T06:25:28.000Z","name":"Ramon Hilll","mobile_number":"811-699-6550","email_id":"Brook56@gmail.com","dop":"2025-04-06","serial_number":"19695958491683900","imei1":"19695958491683900","imei2":"19695958491683900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167827,"job_number":"JOB_167827","tr_customer_id":167844,"tr_customer_product_id":167834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:27.000Z","modified_at":"2026-01-27T06:26:09.000Z","name":"Bo Tromp","mobile_number":"574-636-5595","email_id":"Darwin.Runolfsson@hotmail.com","dop":"2025-04-06","serial_number":"14330271912505","imei1":"14330271912505","imei2":"14330271912505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167826,"job_number":"JOB_167826","tr_customer_id":167843,"tr_customer_product_id":167833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:26.000Z","modified_at":"2026-01-27T06:25:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12338518242380","imei1":"12338518242380","imei2":"12338518242380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167825,"job_number":"JOB_167825","tr_customer_id":167842,"tr_customer_product_id":167832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:37.000Z","modified_at":"2026-01-27T06:24:37.000Z","name":"Kaleb Beahan","mobile_number":"242-722-0254","email_id":"Sunny81@hotmail.com","dop":"2025-04-06","serial_number":"18555023955379372","imei1":"18555023955379372","imei2":"18555023955379372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167824,"job_number":"JOB_167824","tr_customer_id":167841,"tr_customer_product_id":167831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:25:18.000Z","name":"Fidel Stoltenberg","mobile_number":"888-752-5165","email_id":"Lauriane87@hotmail.com","dop":"2025-04-06","serial_number":"11748226776697","imei1":"11748226776697","imei2":"11748226776697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167823,"job_number":"JOB_167823","tr_customer_id":167840,"tr_customer_product_id":167830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:24:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11740984830074","imei1":"11740984830074","imei2":"11740984830074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167822,"job_number":"JOB_167822","tr_customer_id":167839,"tr_customer_product_id":167829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:49.000Z","modified_at":"2026-01-27T06:23:49.000Z","name":"Stefanie Lemke","mobile_number":"292-504-2515","email_id":"Kali24@gmail.com","dop":"2025-06-18","serial_number":"1067109977151928","imei1":"1067109977151928","imei2":"1067109977151928","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167821,"job_number":"JOB_167821","tr_customer_id":167838,"tr_customer_product_id":167828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:24:24.000Z","name":"Antonina Maggio","mobile_number":"602-978-3602","email_id":"Bo.Bechtelar0@yahoo.com","dop":"2025-06-18","serial_number":"10055833646600","imei1":"10055833646600","imei2":"10055833646600","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167820,"job_number":"JOB_167820","tr_customer_id":167837,"tr_customer_product_id":167827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:23:48.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10101267317766","imei1":"10101267317766","imei2":"10101267317766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167819,"job_number":"JOB_167819","tr_customer_id":167836,"tr_customer_product_id":167826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:06.000Z","modified_at":"2026-01-27T06:23:06.000Z","name":"Aniya Mueller","mobile_number":"546-393-9663","email_id":"Chanelle2@hotmail.com","dop":"2025-06-18","serial_number":"1072434199213766","imei1":"1072434199213766","imei2":"1072434199213766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167818,"job_number":"JOB_167818","tr_customer_id":167835,"tr_customer_product_id":167825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:41.000Z","name":"Donny Hayes","mobile_number":"206-293-1033","email_id":"Kenyon.Walsh@yahoo.com","dop":"2025-06-18","serial_number":"10185353647351","imei1":"10185353647351","imei2":"10185353647351","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167817,"job_number":"JOB_167817","tr_customer_id":167834,"tr_customer_product_id":167824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"Dedrick Sawayn","mobile_number":"606-435-9603","email_id":"Cedrick18@gmail.com","dop":"2025-04-06","serial_number":"14284034712076870","imei1":"14284034712076870","imei2":"14284034712076870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167816,"job_number":"JOB_167816","tr_customer_id":167833,"tr_customer_product_id":167823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10590065726560","imei1":"10590065726560","imei2":"10590065726560","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167815,"job_number":"JOB_167815","tr_customer_id":167832,"tr_customer_product_id":167822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:04.000Z","modified_at":"2026-01-27T06:23:42.000Z","name":"Ellis Walter","mobile_number":"583-518-4689","email_id":"Vena_Streich@hotmail.com","dop":"2025-04-06","serial_number":"18312915331901","imei1":"18312915331901","imei2":"18312915331901","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167810,"job_number":"JOB_167810","tr_customer_id":167827,"tr_customer_product_id":167817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:32.000Z","modified_at":"2026-01-27T06:20:32.000Z","name":"Hipolito Hermiston","mobile_number":"643-640-8790","email_id":"Minnie50@yahoo.com","dop":"2025-04-06","serial_number":"16738148478419176","imei1":"16738148478419176","imei2":"16738148478419176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167809,"job_number":"JOB_167809","tr_customer_id":167826,"tr_customer_product_id":167816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:31.000Z","modified_at":"2026-01-27T06:21:07.000Z","name":"Pansy Fritsch","mobile_number":"318-635-6350","email_id":"Lenore22@gmail.com","dop":"2025-04-06","serial_number":"12752952311240","imei1":"12752952311240","imei2":"12752952311240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167808,"job_number":"JOB_167808","tr_customer_id":167825,"tr_customer_product_id":167815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:30.000Z","modified_at":"2026-01-27T06:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16491092711122","imei1":"16491092711122","imei2":"16491092711122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167801,"job_number":"JOB_167801","tr_customer_id":167818,"tr_customer_product_id":167808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:48.000Z","modified_at":"2026-01-27T06:19:48.000Z","name":"Clarissa Gerlach","mobile_number":"329-576-0565","email_id":"Amani46@hotmail.com","dop":"2025-04-06","serial_number":"19841535420662280","imei1":"19841535420662280","imei2":"19841535420662280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167800,"job_number":"JOB_167800","tr_customer_id":167817,"tr_customer_product_id":167807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:20:23.000Z","name":"Jennyfer Weber","mobile_number":"506-331-5511","email_id":"Bradly_Wisozk54@yahoo.com","dop":"2025-04-06","serial_number":"16469269473320","imei1":"16469269473320","imei2":"16469269473320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167799,"job_number":"JOB_167799","tr_customer_id":167816,"tr_customer_product_id":167806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18187635174485","imei1":"18187635174485","imei2":"18187635174485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167798,"job_number":"JOB_167798","tr_customer_id":167815,"tr_customer_product_id":167805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:04.000Z","modified_at":"2026-01-27T06:19:04.000Z","name":"Brown Bednar","mobile_number":"861-977-4122","email_id":"Karlie_Green48@gmail.com","dop":"2025-04-06","serial_number":"18532545821601696","imei1":"18532545821601696","imei2":"18532545821601696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167797,"job_number":"JOB_167797","tr_customer_id":167814,"tr_customer_product_id":167804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:39.000Z","name":"Eloy Ledner","mobile_number":"477-272-0753","email_id":"Dessie.Metz@gmail.com","dop":"2025-04-06","serial_number":"15793220981851","imei1":"15793220981851","imei2":"15793220981851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167796,"job_number":"JOB_167796","tr_customer_id":167813,"tr_customer_product_id":167803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11730143042933","imei1":"11730143042933","imei2":"11730143042933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167792,"job_number":"JOB_167792","tr_customer_id":167809,"tr_customer_product_id":167799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:40.000Z","modified_at":"2026-01-27T05:19:40.000Z","name":"Vella Smitham","mobile_number":"409-455-6807","email_id":"Theresa.Collins@gmail.com","dop":"2025-04-06","serial_number":"11657422336501164","imei1":"11657422336501164","imei2":"11657422336501164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167791,"job_number":"JOB_167791","tr_customer_id":167808,"tr_customer_product_id":167798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:39.000Z","modified_at":"2026-01-27T05:20:16.000Z","name":"Alisha Jast","mobile_number":"302-636-5500","email_id":"Christ.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10308584976477","imei1":"10308584976477","imei2":"10308584976477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:20:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167790,"job_number":"JOB_167790","tr_customer_id":167807,"tr_customer_product_id":167797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:38.000Z","modified_at":"2026-01-27T05:19:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12162921804378","imei1":"12162921804378","imei2":"12162921804378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167789,"job_number":"JOB_167789","tr_customer_id":167806,"tr_customer_product_id":167796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:55.000Z","modified_at":"2026-01-27T05:18:55.000Z","name":"Samantha Heidenreich","mobile_number":"264-977-5406","email_id":"Alanna.Keebler55@hotmail.com","dop":"2025-04-06","serial_number":"17862732445518564","imei1":"17862732445518564","imei2":"17862732445518564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167788,"job_number":"JOB_167788","tr_customer_id":167805,"tr_customer_product_id":167795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:54.000Z","modified_at":"2026-01-27T05:19:31.000Z","name":"Talia Nicolas","mobile_number":"760-854-8658","email_id":"Melyna_Trantow7@gmail.com","dop":"2025-04-06","serial_number":"15591401403235","imei1":"15591401403235","imei2":"15591401403235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:19:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167787,"job_number":"JOB_167787","tr_customer_id":167804,"tr_customer_product_id":167794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:53.000Z","modified_at":"2026-01-27T05:18:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17393390155661","imei1":"17393390155661","imei2":"17393390155661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167786,"job_number":"JOB_167786","tr_customer_id":167803,"tr_customer_product_id":167793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:10.000Z","modified_at":"2026-01-27T05:18:10.000Z","name":"Concepcion Kling","mobile_number":"485-572-1549","email_id":"Gwendolyn_Prohaska74@hotmail.com","dop":"2025-04-06","serial_number":"15864204710609916","imei1":"15864204710609916","imei2":"15864204710609916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167785,"job_number":"JOB_167785","tr_customer_id":167802,"tr_customer_product_id":167792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:09.000Z","modified_at":"2026-01-27T05:18:46.000Z","name":"Bert Cremin","mobile_number":"880-469-4883","email_id":"Mertie36@gmail.com","dop":"2025-04-06","serial_number":"10424599133818","imei1":"10424599133818","imei2":"10424599133818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167784,"job_number":"JOB_167784","tr_customer_id":167801,"tr_customer_product_id":167791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:08.000Z","modified_at":"2026-01-27T05:18:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18105688226137","imei1":"18105688226137","imei2":"18105688226137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167783,"job_number":"JOB_167783","tr_customer_id":167800,"tr_customer_product_id":167790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:12.000Z","modified_at":"2026-01-27T05:01:12.000Z","name":"Lucinda Smith","mobile_number":"711-707-2038","email_id":"Raven_Tromp68@hotmail.com","dop":"2025-04-06","serial_number":"18435660998000900","imei1":"18435660998000900","imei2":"18435660998000900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167782,"job_number":"JOB_167782","tr_customer_id":167799,"tr_customer_product_id":167789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:11.000Z","modified_at":"2026-01-27T05:01:48.000Z","name":"Cyrus Prosacco","mobile_number":"968-467-5339","email_id":"Aiyana.Bashirian@yahoo.com","dop":"2025-04-06","serial_number":"15957104757718","imei1":"15957104757718","imei2":"15957104757718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167781,"job_number":"JOB_167781","tr_customer_id":167798,"tr_customer_product_id":167788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:54.000Z","modified_at":"2026-01-27T05:00:54.000Z","name":"Celia Hamill","mobile_number":"980-656-1254","email_id":"Jayme80@yahoo.com","dop":"2025-04-06","serial_number":"17093614278677168","imei1":"17093614278677168","imei2":"17093614278677168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167780,"job_number":"JOB_167780","tr_customer_id":167797,"tr_customer_product_id":167787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:53.000Z","modified_at":"2026-01-27T05:01:30.000Z","name":"Penelope Haley","mobile_number":"314-974-3233","email_id":"Domingo14@yahoo.com","dop":"2025-04-06","serial_number":"18569555503460","imei1":"18569555503460","imei2":"18569555503460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167779,"job_number":"JOB_167779","tr_customer_id":167796,"tr_customer_product_id":167786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:11.000Z","modified_at":"2026-01-27T04:59:11.000Z","name":"Gene Effertz","mobile_number":"977-611-6671","email_id":"Javier.Rutherford@gmail.com","dop":"2025-04-06","serial_number":"19594496775397960","imei1":"19594496775397960","imei2":"19594496775397960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167778,"job_number":"JOB_167778","tr_customer_id":167795,"tr_customer_product_id":167785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:09.000Z","modified_at":"2026-01-27T04:59:48.000Z","name":"Tina Fahey","mobile_number":"555-225-7781","email_id":"Dolly93@gmail.com","dop":"2025-04-06","serial_number":"18314748738357","imei1":"18314748738357","imei2":"18314748738357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167777,"job_number":"JOB_167777","tr_customer_id":167794,"tr_customer_product_id":167784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:25.000Z","modified_at":"2026-01-27T04:58:25.000Z","name":"Tillman Schultz","mobile_number":"358-708-5320","email_id":"Helena_Kuhic@gmail.com","dop":"2025-04-06","serial_number":"13321667553343650","imei1":"13321667553343650","imei2":"13321667553343650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167776,"job_number":"JOB_167776","tr_customer_id":167793,"tr_customer_product_id":167783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:24.000Z","modified_at":"2026-01-27T04:59:02.000Z","name":"Keith Ernser","mobile_number":"971-520-9943","email_id":"Jean97@gmail.com","dop":"2025-04-06","serial_number":"15123889471853","imei1":"15123889471853","imei2":"15123889471853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167775,"job_number":"JOB_167775","tr_customer_id":167792,"tr_customer_product_id":167782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:39.000Z","modified_at":"2026-01-27T04:57:39.000Z","name":"Diego Bayer","mobile_number":"665-414-9415","email_id":"Mara.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"11332008650035692","imei1":"11332008650035692","imei2":"11332008650035692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167774,"job_number":"JOB_167774","tr_customer_id":167791,"tr_customer_product_id":167781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:38.000Z","modified_at":"2026-01-27T04:58:16.000Z","name":"Houston Lockman","mobile_number":"807-303-0969","email_id":"Katelin_Wintheiser@yahoo.com","dop":"2025-04-06","serial_number":"10033490901667","imei1":"10033490901667","imei2":"10033490901667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167773,"job_number":"JOB_167773","tr_customer_id":167790,"tr_customer_product_id":167780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:52:06.000Z","name":"Akeem Hirthe","mobile_number":"846-525-7749","email_id":"Victoria58@gmail.com","dop":"2025-07-01","serial_number":"109682923227161","imei1":"109682923227161","imei2":"109682923227161","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167772,"job_number":"JOB_167772","tr_customer_id":167789,"tr_customer_product_id":167779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:51:55.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100099889244294","imei1":"100099889244294","imei2":"100099889244294","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167771,"job_number":"JOB_167771","tr_customer_id":167788,"tr_customer_product_id":167778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:52.000Z","name":"Lauretta Ledner","mobile_number":"979-501-3503","email_id":"Ephraim67@yahoo.com","dop":"2025-07-01","serial_number":"102525710077270","imei1":"102525710077270","imei2":"102525710077270","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:51:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167770,"job_number":"JOB_167770","tr_customer_id":167787,"tr_customer_product_id":167777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103498957615061","imei1":"103498957615061","imei2":"103498957615061","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167769,"job_number":"JOB_167769","tr_customer_id":167786,"tr_customer_product_id":167776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:32.000Z","modified_at":"2026-01-27T04:43:32.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"79668445389652","imei1":"79668445389652","imei2":"79668445389652","popurl":"2026-01-17T04:43:32.109403420Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167768,"job_number":"JOB_167768","tr_customer_id":167785,"tr_customer_product_id":167775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:07.000Z","modified_at":"2026-01-27T04:43:07.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"15444292375424","imei1":"15444292375424","imei2":"15444292375424","popurl":"2026-01-17T04:43:07.439793018Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167767,"job_number":"JOB_167767","tr_customer_id":167784,"tr_customer_product_id":167774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:05.000Z","modified_at":"2026-01-27T04:43:05.000Z","name":"Brycen Hartmann","mobile_number":"920-423-2523","email_id":"Billy38@yahoo.com","dop":"2025-04-06","serial_number":"17160575372195656","imei1":"17160575372195656","imei2":"17160575372195656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167766,"job_number":"JOB_167766","tr_customer_id":167783,"tr_customer_product_id":167773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:04.000Z","modified_at":"2026-01-27T04:43:44.000Z","name":"Tiara Gerlach","mobile_number":"705-255-9198","email_id":"Alan.Dietrich48@yahoo.com","dop":"2025-04-06","serial_number":"13673813176470","imei1":"13673813176470","imei2":"13673813176470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167765,"job_number":"JOB_167765","tr_customer_id":167782,"tr_customer_product_id":167772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:03.000Z","modified_at":"2026-01-27T04:43:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19948686107370","imei1":"19948686107370","imei2":"19948686107370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167764,"job_number":"JOB_167764","tr_customer_id":167781,"tr_customer_product_id":167771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:17.000Z","modified_at":"2026-01-27T04:42:17.000Z","name":"Jabari Wyman","mobile_number":"655-718-3360","email_id":"Roosevelt.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"14727302101919016","imei1":"14727302101919016","imei2":"14727302101919016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167763,"job_number":"JOB_167763","tr_customer_id":167780,"tr_customer_product_id":167770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:16.000Z","modified_at":"2026-01-27T04:42:56.000Z","name":"Holden Altenwerth","mobile_number":"331-282-0181","email_id":"Christop_Fahey@gmail.com","dop":"2025-04-06","serial_number":"11081960558031","imei1":"11081960558031","imei2":"11081960558031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167762,"job_number":"JOB_167762","tr_customer_id":167779,"tr_customer_product_id":167769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:15.000Z","modified_at":"2026-01-27T04:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18798652558941","imei1":"18798652558941","imei2":"18798652558941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167761,"job_number":"JOB_167761","tr_customer_id":167778,"tr_customer_product_id":167768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:29.000Z","modified_at":"2026-01-27T04:41:29.000Z","name":"Jonathon Kohler","mobile_number":"323-332-8852","email_id":"Hollis.Hegmann72@gmail.com","dop":"2025-04-06","serial_number":"16750184270928274","imei1":"16750184270928274","imei2":"16750184270928274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167760,"job_number":"JOB_167760","tr_customer_id":167777,"tr_customer_product_id":167767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:42:08.000Z","name":"Mackenzie Herman","mobile_number":"617-390-5098","email_id":"Dwight_Flatley77@hotmail.com","dop":"2025-04-06","serial_number":"13555570658205","imei1":"13555570658205","imei2":"13555570658205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167759,"job_number":"JOB_167759","tr_customer_id":167776,"tr_customer_product_id":167766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:41:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10503948481380","imei1":"10503948481380","imei2":"10503948481380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167756,"job_number":"JOB_167756","tr_customer_id":167773,"tr_customer_product_id":167763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:08.000Z","modified_at":"2026-01-27T04:05:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74072070477227","imei1":"74072070477227","imei2":"74072070477227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167755,"job_number":"JOB_167755","tr_customer_id":167772,"tr_customer_product_id":167762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40729081242918","imei1":"40729081242918","imei2":"40729081242918","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167754,"job_number":"JOB_167754","tr_customer_id":167771,"tr_customer_product_id":167761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15031952061543","imei1":"15031952061543","imei2":"15031952061543","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167753,"job_number":"JOB_167753","tr_customer_id":167770,"tr_customer_product_id":167760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46674199155380","imei1":"46674199155380","imei2":"46674199155380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167752,"job_number":"JOB_167752","tr_customer_id":167769,"tr_customer_product_id":167759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13224128065911","imei1":"13224128065911","imei2":"13224128065911","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167751,"job_number":"JOB_167751","tr_customer_id":167768,"tr_customer_product_id":167758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73599827046103","imei1":"73599827046103","imei2":"73599827046103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167750,"job_number":"JOB_167750","tr_customer_id":167767,"tr_customer_product_id":167757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12920615173484","imei1":"12920615173484","imei2":"12920615173484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167749,"job_number":"JOB_167749","tr_customer_id":167766,"tr_customer_product_id":167756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:36.000Z","modified_at":"2026-01-27T04:05:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24590586092397","imei1":"24590586092397","imei2":"24590586092397","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167748,"job_number":"JOB_167748","tr_customer_id":167765,"tr_customer_product_id":167755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41394992103667","imei1":"41394992103667","imei2":"41394992103667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167747,"job_number":"JOB_167747","tr_customer_id":167764,"tr_customer_product_id":167754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63891004325201","imei1":"63891004325201","imei2":"63891004325201","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167746,"job_number":"JOB_167746","tr_customer_id":167763,"tr_customer_product_id":167753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53625626675668","imei1":"53625626675668","imei2":"53625626675668","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167745,"job_number":"JOB_167745","tr_customer_id":167762,"tr_customer_product_id":167752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46523212624438","imei1":"46523212624438","imei2":"46523212624438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167744,"job_number":"JOB_167744","tr_customer_id":167761,"tr_customer_product_id":167751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84840740161320","imei1":"84840740161320","imei2":"84840740161320","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167743,"job_number":"JOB_167743","tr_customer_id":167760,"tr_customer_product_id":167750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46488600950401","imei1":"46488600950401","imei2":"46488600950401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167742,"job_number":"JOB_167742","tr_customer_id":167759,"tr_customer_product_id":167749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:04.000Z","modified_at":"2026-01-27T04:04:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19395955050300","imei1":"19395955050300","imei2":"19395955050300","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167741,"job_number":"JOB_167741","tr_customer_id":167758,"tr_customer_product_id":167748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18506977235583","imei1":"18506977235583","imei2":"18506977235583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167740,"job_number":"JOB_167740","tr_customer_id":167757,"tr_customer_product_id":167747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25474750557996","imei1":"25474750557996","imei2":"25474750557996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167739,"job_number":"JOB_167739","tr_customer_id":167756,"tr_customer_product_id":167746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23206692471066","imei1":"23206692471066","imei2":"23206692471066","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167738,"job_number":"JOB_167738","tr_customer_id":167755,"tr_customer_product_id":167745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69648210848652","imei1":"69648210848652","imei2":"69648210848652","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167737,"job_number":"JOB_167737","tr_customer_id":167754,"tr_customer_product_id":167744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87908979667028","imei1":"87908979667028","imei2":"87908979667028","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167736,"job_number":"JOB_167736","tr_customer_id":167753,"tr_customer_product_id":167743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68750095402755","imei1":"68750095402755","imei2":"68750095402755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167735,"job_number":"JOB_167735","tr_customer_id":167752,"tr_customer_product_id":167742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:26.000Z","modified_at":"2026-01-27T04:00:26.000Z","name":"Alessandro Klein","mobile_number":"249-949-3079","email_id":"Antonette_Ward49@hotmail.com","dop":"2025-04-06","serial_number":"16760489880667088","imei1":"16760489880667088","imei2":"16760489880667088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167734,"job_number":"JOB_167734","tr_customer_id":167751,"tr_customer_product_id":167741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:01:06.000Z","name":"Dedric Dach","mobile_number":"454-939-6364","email_id":"Quinton_Mohr96@hotmail.com","dop":"2025-04-06","serial_number":"15561692835654","imei1":"15561692835654","imei2":"15561692835654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167733,"job_number":"JOB_167733","tr_customer_id":167750,"tr_customer_product_id":167740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:00:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11149211780437","imei1":"11149211780437","imei2":"11149211780437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167732,"job_number":"JOB_167732","tr_customer_id":167749,"tr_customer_product_id":167739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:00.000Z","modified_at":"2026-01-27T04:00:00.000Z","name":"Amparo Stroman","mobile_number":"652-396-9062","email_id":"Theodora_Cormier@yahoo.com","dop":"2025-04-06","serial_number":"12770672414828126","imei1":"12770672414828126","imei2":"12770672414828126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167731,"job_number":"JOB_167731","tr_customer_id":167748,"tr_customer_product_id":167738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T04:00:35.000Z","name":"Nils Price","mobile_number":"848-506-9428","email_id":"Hope26@gmail.com","dop":"2025-04-06","serial_number":"11136216434096","imei1":"11136216434096","imei2":"11136216434096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167730,"job_number":"JOB_167730","tr_customer_id":167747,"tr_customer_product_id":167737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T03:59:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16140328322120","imei1":"16140328322120","imei2":"16140328322120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167729,"job_number":"JOB_167729","tr_customer_id":167746,"tr_customer_product_id":167736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:41.000Z","modified_at":"2026-01-27T03:59:41.000Z","name":"Leonie Stoltenberg","mobile_number":"632-793-6650","email_id":"Lia98@yahoo.com","dop":"2025-04-06","serial_number":"18862572585037620","imei1":"18862572585037620","imei2":"18862572585037620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167728,"job_number":"JOB_167728","tr_customer_id":167745,"tr_customer_product_id":167735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T04:00:17.000Z","name":"Camron McCullough","mobile_number":"343-821-8580","email_id":"Lucas.Kunze44@hotmail.com","dop":"2025-04-06","serial_number":"15156817870785","imei1":"15156817870785","imei2":"15156817870785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167727,"job_number":"JOB_167727","tr_customer_id":167744,"tr_customer_product_id":167734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T03:59:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18169069886721","imei1":"18169069886721","imei2":"18169069886721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167725,"job_number":"JOB_167725","tr_customer_id":167742,"tr_customer_product_id":167732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T04:00:11.000Z","name":"Lorena Raynor","mobile_number":"505-412-7010","email_id":"Jayson36@gmail.com","dop":"2000-01-31","serial_number":"10356871190723","imei1":"10356871190723","imei2":"10356871190723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167723,"job_number":"JOB_167723","tr_customer_id":167740,"tr_customer_product_id":167730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:27.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Larissa Wilderman","mobile_number":"612-596-5819","email_id":"Cassie_King98@yahoo.com","dop":"2025-04-06","serial_number":"17988825406305388","imei1":"17988825406305388","imei2":"17988825406305388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167722,"job_number":"JOB_167722","tr_customer_id":167739,"tr_customer_product_id":167729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T04:00:04.000Z","name":"Johnpaul VonRueden","mobile_number":"695-818-2037","email_id":"Josue88@hotmail.com","dop":"2025-04-06","serial_number":"11345006253222","imei1":"11345006253222","imei2":"11345006253222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167721,"job_number":"JOB_167721","tr_customer_id":167738,"tr_customer_product_id":167728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T03:59:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11172627533643","imei1":"11172627533643","imei2":"11172627533643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167720,"job_number":"JOB_167720","tr_customer_id":167737,"tr_customer_product_id":167727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:15.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Baron Gleichner","mobile_number":"569-974-0764","email_id":"Tillman67@yahoo.com","dop":"2025-04-06","serial_number":"16696866616047820","imei1":"16696866616047820","imei2":"16696866616047820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167719,"job_number":"JOB_167719","tr_customer_id":167736,"tr_customer_product_id":167726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:51.000Z","name":"Brock Williamson","mobile_number":"289-805-9878","email_id":"Shaun.Wiegand@yahoo.com","dop":"2025-04-06","serial_number":"12249866341232","imei1":"12249866341232","imei2":"12249866341232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167718,"job_number":"JOB_167718","tr_customer_id":167735,"tr_customer_product_id":167725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17008880227135","imei1":"17008880227135","imei2":"17008880227135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167714,"job_number":"JOB_167714","tr_customer_id":167731,"tr_customer_product_id":167721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:09.000Z","modified_at":"2026-01-27T03:59:09.000Z","name":"Gwendolyn Marquardt","mobile_number":"397-315-5494","email_id":"Ida.Block4@yahoo.com","dop":"2025-04-06","serial_number":"12069322754066996","imei1":"12069322754066996","imei2":"12069322754066996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167713,"job_number":"JOB_167713","tr_customer_id":167730,"tr_customer_product_id":167720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:45.000Z","name":"Demetris McDermott","mobile_number":"892-834-6175","email_id":"Rylan_Weber42@yahoo.com","dop":"2025-04-06","serial_number":"12065573541048","imei1":"12065573541048","imei2":"12065573541048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167712,"job_number":"JOB_167712","tr_customer_id":167729,"tr_customer_product_id":167719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Rusty Rosenbaum","mobile_number":"266-273-5065","email_id":"Herminio31@hotmail.com","dop":"2025-04-06","serial_number":"10406673123257408","imei1":"10406673123257408","imei2":"10406673123257408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167711,"job_number":"JOB_167711","tr_customer_id":167728,"tr_customer_product_id":167718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11985838423999","imei1":"11985838423999","imei2":"11985838423999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167710,"job_number":"JOB_167710","tr_customer_id":167727,"tr_customer_product_id":167717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:43.000Z","name":"Jadon Morar","mobile_number":"323-667-0750","email_id":"Easton.Anderson@yahoo.com","dop":"2025-04-06","serial_number":"17965079550692","imei1":"17965079550692","imei2":"17965079550692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167709,"job_number":"JOB_167709","tr_customer_id":167726,"tr_customer_product_id":167716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15598275721214","imei1":"15598275721214","imei2":"15598275721214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167708,"job_number":"JOB_167708","tr_customer_id":167725,"tr_customer_product_id":167715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Betsy Beatty","mobile_number":"962-207-0290","email_id":"Bell.Orn3@gmail.com","dop":"2025-04-06","serial_number":"14434650120704726","imei1":"14434650120704726","imei2":"14434650120704726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167704,"job_number":"JOB_167704","tr_customer_id":167721,"tr_customer_product_id":167711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:59:33.000Z","name":"Vince Schimmel","mobile_number":"478-276-5763","email_id":"Lou_Shanahan@hotmail.com","dop":"2025-04-06","serial_number":"13224935401756","imei1":"13224935401756","imei2":"13224935401756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167703,"job_number":"JOB_167703","tr_customer_id":167720,"tr_customer_product_id":167710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:58:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15568245128975","imei1":"15568245128975","imei2":"15568245128975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167702,"job_number":"JOB_167702","tr_customer_id":167719,"tr_customer_product_id":167709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14534040176453","imei1":"14534040176453","imei2":"14534040176453","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167700,"job_number":"JOB_167700","tr_customer_id":167717,"tr_customer_product_id":167707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:50.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Stanford Grady","mobile_number":"998-542-9403","email_id":"Meggie_Vandervort63@yahoo.com","dop":"2026-01-04","serial_number":"16049334971563","imei1":"16049334971563","imei2":"16049334971563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167699,"job_number":"JOB_167699","tr_customer_id":167716,"tr_customer_product_id":167706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Ruth Spinka","mobile_number":"567-517-0880","email_id":"Junius_Emard@gmail.com","dop":"2000-01-31","serial_number":"10994193539382","imei1":"10994193539382","imei2":"10994193539382","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167698,"job_number":"JOB_167698","tr_customer_id":167715,"tr_customer_product_id":167705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18722576579872","imei1":"18722576579872","imei2":"18722576579872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167696,"job_number":"JOB_167696","tr_customer_id":167713,"tr_customer_product_id":167703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Kathryne Windler","mobile_number":"871-332-1922","email_id":"Irwin.Denesik@gmail.com","dop":"2025-04-06","serial_number":"11471488602647400","imei1":"11471488602647400","imei2":"11471488602647400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167695,"job_number":"JOB_167695","tr_customer_id":167712,"tr_customer_product_id":167702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Thalia Volkman","mobile_number":"462-730-8924","email_id":"Hazel30@hotmail.com","dop":"2025-04-06","serial_number":"17868655623113104","imei1":"17868655623113104","imei2":"17868655623113104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167694,"job_number":"JOB_167694","tr_customer_id":167711,"tr_customer_product_id":167701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Tristian Hyatt","mobile_number":"790-919-9318","email_id":"Holly.Halvorson11@hotmail.com","dop":"2025-04-06","serial_number":"18978779641805","imei1":"18978779641805","imei2":"18978779641805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167693,"job_number":"JOB_167693","tr_customer_id":167710,"tr_customer_product_id":167700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Ruth Bartell","mobile_number":"918-233-1057","email_id":"Carmela.Little@yahoo.com","dop":"2025-04-06","serial_number":"16603912358281","imei1":"16603912358281","imei2":"16603912358281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167692,"job_number":"JOB_167692","tr_customer_id":167709,"tr_customer_product_id":167699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16413009223480","imei1":"16413009223480","imei2":"16413009223480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167691,"job_number":"JOB_167691","tr_customer_id":167708,"tr_customer_product_id":167698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16061707656514","imei1":"16061707656514","imei2":"16061707656514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167689,"job_number":"JOB_167689","tr_customer_id":167706,"tr_customer_product_id":167696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Jamarcus Conn","mobile_number":"258-569-2257","email_id":"Olin94@gmail.com","dop":"2025-04-06","serial_number":"14336684273308248","imei1":"14336684273308248","imei2":"14336684273308248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167687,"job_number":"JOB_167687","tr_customer_id":167704,"tr_customer_product_id":167694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Keely Gleason","mobile_number":"753-466-1947","email_id":"Francisco23@gmail.com","dop":"2025-04-06","serial_number":"16512057136923444","imei1":"16512057136923444","imei2":"16512057136923444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167685,"job_number":"JOB_167685","tr_customer_id":167702,"tr_customer_product_id":167692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:58:40.000Z","name":"Conner Hilpert","mobile_number":"396-688-0700","email_id":"Gilda.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"14712767531465108","imei1":"14712767531465108","imei2":"14712767531465108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167684,"job_number":"JOB_167684","tr_customer_id":167701,"tr_customer_product_id":167691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:16.000Z","name":"Jeramie Maggio","mobile_number":"786-396-4048","email_id":"Laverne.Wyman16@hotmail.com","dop":"2025-04-06","serial_number":"14322311223889","imei1":"14322311223889","imei2":"14322311223889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167683,"job_number":"JOB_167683","tr_customer_id":167700,"tr_customer_product_id":167690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Gloria Herman","mobile_number":"813-628-4878","email_id":"Heather.Howe@hotmail.com","dop":"2025-04-06","serial_number":"12891406720167","imei1":"12891406720167","imei2":"12891406720167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167682,"job_number":"JOB_167682","tr_customer_id":167699,"tr_customer_product_id":167689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597778340898","imei1":"15597778340898","imei2":"15597778340898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167681,"job_number":"JOB_167681","tr_customer_id":167698,"tr_customer_product_id":167688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12578106237988","imei1":"12578106237988","imei2":"12578106237988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167680,"job_number":"JOB_167680","tr_customer_id":167697,"tr_customer_product_id":167687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:59:17.000Z","name":"Jazmyne Deckow","mobile_number":"226-299-1912","email_id":"Dangelo60@hotmail.com","dop":"2025-04-06","serial_number":"17185399314974","imei1":"17185399314974","imei2":"17185399314974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167679,"job_number":"JOB_167679","tr_customer_id":167696,"tr_customer_product_id":167686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:38.000Z","modified_at":"2026-01-27T03:58:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17290529992797","imei1":"17290529992797","imei2":"17290529992797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167678,"job_number":"JOB_167678","tr_customer_id":167695,"tr_customer_product_id":167685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:31.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Sabryna Prohaska","mobile_number":"474-710-1560","email_id":"Eleazar_Daniel46@gmail.com","dop":"2025-04-06","serial_number":"11237624186230580","imei1":"11237624186230580","imei2":"11237624186230580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167677,"job_number":"JOB_167677","tr_customer_id":167694,"tr_customer_product_id":167684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:30.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Maggie Wunsch","mobile_number":"463-465-6284","email_id":"Moses_Luettgen@gmail.com","dop":"2025-04-06","serial_number":"16707991643310","imei1":"16707991643310","imei2":"16707991643310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167676,"job_number":"JOB_167676","tr_customer_id":167693,"tr_customer_product_id":167683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"Aida Cummings","mobile_number":"665-428-6820","email_id":"Beth_Reinger82@hotmail.com","dop":"2025-04-06","serial_number":"11263284855498930","imei1":"11263284855498930","imei2":"11263284855498930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167675,"job_number":"JOB_167675","tr_customer_id":167692,"tr_customer_product_id":167682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17256386993031","imei1":"17256386993031","imei2":"17256386993031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167674,"job_number":"JOB_167674","tr_customer_id":167691,"tr_customer_product_id":167681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Reece Hagenes","mobile_number":"352-694-6042","email_id":"Monserrate27@yahoo.com","dop":"2025-04-06","serial_number":"16477743361753","imei1":"16477743361753","imei2":"16477743361753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167673,"job_number":"JOB_167673","tr_customer_id":167690,"tr_customer_product_id":167680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:58:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19734921860320","imei1":"19734921860320","imei2":"19734921860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167672,"job_number":"JOB_167672","tr_customer_id":167689,"tr_customer_product_id":167679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:25.000Z","modified_at":"2026-01-27T03:58:25.000Z","name":"Kamryn Grady","mobile_number":"862-360-9767","email_id":"Karli11@hotmail.com","dop":"2025-04-06","serial_number":"12026280895334058","imei1":"12026280895334058","imei2":"12026280895334058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167671,"job_number":"JOB_167671","tr_customer_id":167688,"tr_customer_product_id":167678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:24.000Z","modified_at":"2026-01-27T03:58:24.000Z","name":"Daphne Kub","mobile_number":"467-731-6481","email_id":"Jake_Mann14@hotmail.com","dop":"2025-04-06","serial_number":"14942007399332052","imei1":"14942007399332052","imei2":"14942007399332052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167670,"job_number":"JOB_167670","tr_customer_id":167687,"tr_customer_product_id":167677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:59:01.000Z","name":"Claudia Ernser","mobile_number":"614-220-6810","email_id":"Lloyd20@hotmail.com","dop":"2025-04-06","serial_number":"12106786739450","imei1":"12106786739450","imei2":"12106786739450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167669,"job_number":"JOB_167669","tr_customer_id":167686,"tr_customer_product_id":167676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19373817541206","imei1":"19373817541206","imei2":"19373817541206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167668,"job_number":"JOB_167668","tr_customer_id":167685,"tr_customer_product_id":167675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:59.000Z","name":"Earnestine Turner","mobile_number":"392-761-9346","email_id":"Glennie26@yahoo.com","dop":"2025-04-06","serial_number":"12775873567516","imei1":"12775873567516","imei2":"12775873567516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167667,"job_number":"JOB_167667","tr_customer_id":167684,"tr_customer_product_id":167674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:22.000Z","modified_at":"2026-01-27T03:58:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17305399664989","imei1":"17305399664989","imei2":"17305399664989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167666,"job_number":"JOB_167666","tr_customer_id":167683,"tr_customer_product_id":167673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:20.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Tyler Watsica","mobile_number":"349-948-0788","email_id":"Bell.Nolan52@gmail.com","dop":"2025-04-06","serial_number":"13879215740009048","imei1":"13879215740009048","imei2":"13879215740009048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167665,"job_number":"JOB_167665","tr_customer_id":167682,"tr_customer_product_id":167672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:55.000Z","name":"Winston Runolfsson","mobile_number":"574-557-1859","email_id":"Eldon.Bechtelar@gmail.com","dop":"2025-04-06","serial_number":"14560577097895","imei1":"14560577097895","imei2":"14560577097895","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167664,"job_number":"JOB_167664","tr_customer_id":167681,"tr_customer_product_id":167671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14442196169883","imei1":"14442196169883","imei2":"14442196169883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167663,"job_number":"JOB_167663","tr_customer_id":167680,"tr_customer_product_id":167670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:16.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Francesca Murphy","mobile_number":"621-475-6586","email_id":"Shakira49@yahoo.com","dop":"2025-04-06","serial_number":"17519966068101636","imei1":"17519966068101636","imei2":"17519966068101636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167662,"job_number":"JOB_167662","tr_customer_id":167679,"tr_customer_product_id":167669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:53.000Z","name":"Daphnee Mueller","mobile_number":"577-891-9429","email_id":"Jesse.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"10283043729439","imei1":"10283043729439","imei2":"10283043729439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167661,"job_number":"JOB_167661","tr_customer_id":167678,"tr_customer_product_id":167668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:14.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19698683003812","imei1":"19698683003812","imei2":"19698683003812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167659,"job_number":"JOB_167659","tr_customer_id":167676,"tr_customer_product_id":167666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51229279347468","imei1":"51229279347468","imei2":"51229279347468","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167658,"job_number":"JOB_167658","tr_customer_id":167675,"tr_customer_product_id":167665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Giovani Becker","mobile_number":"836-554-6598","email_id":"Justice.Gerlach17@gmail.com","dop":"2000-01-31","serial_number":"10624707653449","imei1":"10624707653449","imei2":"10624707653449","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167657,"job_number":"JOB_167657","tr_customer_id":167674,"tr_customer_product_id":167664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Juston Harvey","mobile_number":"486-447-3733","email_id":"Arlo_Harber@yahoo.com","dop":"2026-01-04","serial_number":"19484132032512","imei1":"19484132032512","imei2":"19484132032512","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167655,"job_number":"JOB_167655","tr_customer_id":167672,"tr_customer_product_id":167662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13403960447968","imei1":"13403960447968","imei2":"13403960447968","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167654,"job_number":"JOB_167654","tr_customer_id":167671,"tr_customer_product_id":167661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Gerda Cormier","mobile_number":"613-921-9054","email_id":"Erwin.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"12704528046663076","imei1":"12704528046663076","imei2":"12704528046663076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167653,"job_number":"JOB_167653","tr_customer_id":167670,"tr_customer_product_id":167660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Asha Torphy","mobile_number":"843-641-3938","email_id":"Isaac14@gmail.com","dop":"2025-04-06","serial_number":"10240867845893942","imei1":"10240867845893942","imei2":"10240867845893942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167652,"job_number":"JOB_167652","tr_customer_id":167669,"tr_customer_product_id":167659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:03.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Yvonne Beatty","mobile_number":"938-538-7270","email_id":"Harley58@gmail.com","dop":"2025-04-06","serial_number":"10337553747472","imei1":"10337553747472","imei2":"10337553747472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167651,"job_number":"JOB_167651","tr_customer_id":167668,"tr_customer_product_id":167658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18941925353118","imei1":"18941925353118","imei2":"18941925353118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167650,"job_number":"JOB_167650","tr_customer_id":167667,"tr_customer_product_id":167657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Elizabeth Mayer","mobile_number":"239-473-6514","email_id":"Pedro.Zemlak38@yahoo.com","dop":"2025-04-06","serial_number":"13196075461242","imei1":"13196075461242","imei2":"13196075461242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167649,"job_number":"JOB_167649","tr_customer_id":167666,"tr_customer_product_id":167656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13548679991903","imei1":"13548679991903","imei2":"13548679991903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167648,"job_number":"JOB_167648","tr_customer_id":167665,"tr_customer_product_id":167655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Ena Skiles","mobile_number":"298-265-4144","email_id":"Carolyn.Daniel@gmail.com","dop":"2025-04-06","serial_number":"14437299231964732","imei1":"14437299231964732","imei2":"14437299231964732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167643,"job_number":"JOB_167643","tr_customer_id":167660,"tr_customer_product_id":167650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:58:33.000Z","name":"Robyn Schmeler","mobile_number":"907-510-1822","email_id":"Emely.Koepp50@gmail.com","dop":"2025-04-06","serial_number":"10144809869542","imei1":"10144809869542","imei2":"10144809869542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167642,"job_number":"JOB_167642","tr_customer_id":167659,"tr_customer_product_id":167649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13690465004998","imei1":"13690465004998","imei2":"13690465004998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167641,"job_number":"JOB_167641","tr_customer_id":167658,"tr_customer_product_id":167648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Louvenia Davis","mobile_number":"553-560-1286","email_id":"Schuyler_Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11329337661782124","imei1":"11329337661782124","imei2":"11329337661782124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167640,"job_number":"JOB_167640","tr_customer_id":167657,"tr_customer_product_id":167647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:58:32.000Z","name":"Adrienne Grimes","mobile_number":"729-212-0939","email_id":"Brenda34@yahoo.com","dop":"2025-04-06","serial_number":"12219865944575","imei1":"12219865944575","imei2":"12219865944575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167639,"job_number":"JOB_167639","tr_customer_id":167656,"tr_customer_product_id":167646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:57:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18017191928328","imei1":"18017191928328","imei2":"18017191928328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167638,"job_number":"JOB_167638","tr_customer_id":167655,"tr_customer_product_id":167645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:54.000Z","modified_at":"2026-01-27T03:57:54.000Z","name":"Reece Trantow","mobile_number":"302-541-3363","email_id":"Mack.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"17585914696480564","imei1":"17585914696480564","imei2":"17585914696480564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167637,"job_number":"JOB_167637","tr_customer_id":167654,"tr_customer_product_id":167644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Nova Stamm","mobile_number":"693-895-3641","email_id":"Brody.Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"16445619666337","imei1":"16445619666337","imei2":"16445619666337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167636,"job_number":"JOB_167636","tr_customer_id":167653,"tr_customer_product_id":167643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:57:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12031893215833","imei1":"12031893215833","imei2":"12031893215833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167630,"job_number":"JOB_167630","tr_customer_id":167647,"tr_customer_product_id":167637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Aryanna Schmidt","mobile_number":"786-202-1752","email_id":"Herta.Terry@hotmail.com","dop":"2025-04-06","serial_number":"19423229681970136","imei1":"19423229681970136","imei2":"19423229681970136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167629,"job_number":"JOB_167629","tr_customer_id":167646,"tr_customer_product_id":167636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16285862842434","imei2":"16285862842434","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167628,"job_number":"JOB_167628","tr_customer_id":167645,"tr_customer_product_id":167635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15979907799204","imei2":"15979907799204","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167627,"job_number":"JOB_167627","tr_customer_id":167644,"tr_customer_product_id":167634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Charley Schroeder","mobile_number":"568-209-7381","email_id":"Ara90@yahoo.com","dop":"2025-04-06","serial_number":"16362528662636","imei1":"16362528662636","imei2":"16362528662636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167626,"job_number":"JOB_167626","tr_customer_id":167643,"tr_customer_product_id":167633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:57:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13397876407749","imei1":"13397876407749","imei2":"13397876407749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167625,"job_number":"JOB_167625","tr_customer_id":167642,"tr_customer_product_id":167632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Juana Kuhn","mobile_number":"932-705-7734","email_id":"Will.Schinner@gmail.com","dop":"2025-04-06","serial_number":"12582442804487736","imei1":"12582442804487736","imei2":"12582442804487736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167624,"job_number":"JOB_167624","tr_customer_id":167641,"tr_customer_product_id":167631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Carmelo Hudson","mobile_number":"287-770-1385","email_id":"Elmore_Wiegand26@gmail.com","dop":"2025-04-06","serial_number":"13661757631461158","imei1":"13661757631461158","imei2":"13661757631461158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167623,"job_number":"JOB_167623","tr_customer_id":167640,"tr_customer_product_id":167630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:15.000Z","name":"Louisa Becker","mobile_number":"387-647-0142","email_id":"Tania.Thompson21@gmail.com","dop":"2025-04-06","serial_number":"15989499921791","imei1":"15989499921791","imei2":"15989499921791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167622,"job_number":"JOB_167622","tr_customer_id":167639,"tr_customer_product_id":167629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16786630480147","imei1":"16786630480147","imei2":"16786630480147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167621,"job_number":"JOB_167621","tr_customer_id":167638,"tr_customer_product_id":167628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Jacklyn Jakubowski","mobile_number":"297-831-5014","email_id":"Mia.Sanford25@hotmail.com","dop":"2025-04-06","serial_number":"11316762641745","imei1":"11316762641745","imei2":"11316762641745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167620,"job_number":"JOB_167620","tr_customer_id":167637,"tr_customer_product_id":167627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:38.000Z","modified_at":"2026-01-27T03:57:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18682989177130","imei1":"18682989177130","imei2":"18682989177130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167619,"job_number":"JOB_167619","tr_customer_id":167636,"tr_customer_product_id":167626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:37.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Justice Stroman","mobile_number":"432-530-0600","email_id":"Edgar41@gmail.com","dop":"2025-05-30","serial_number":"1961560333862636","imei1":"1961560333862636","imei2":"1961560333862636","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167618,"job_number":"JOB_167618","tr_customer_id":167635,"tr_customer_product_id":167625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jerad Considine","mobile_number":"716-463-1971","email_id":"Karina_Mertz@yahoo.com","dop":"2025-04-06","serial_number":"17065802865327806","imei1":"17065802865327806","imei2":"17065802865327806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167617,"job_number":"JOB_167617","tr_customer_id":167634,"tr_customer_product_id":167624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Arlie Goyette","mobile_number":"774-884-8093","email_id":"Gabriella.Kiehn@gmail.com","dop":"2025-05-30","serial_number":"18680927987810","imei1":"18680927987810","imei2":"18680927987810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167616,"job_number":"JOB_167616","tr_customer_id":167633,"tr_customer_product_id":167623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jacinto Kerluke","mobile_number":"466-294-4601","email_id":"Isadore_Gerhold@hotmail.com","dop":"2025-06-18","serial_number":"1003114341051045","imei1":"1003114341051045","imei2":"1003114341051045","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167615,"job_number":"JOB_167615","tr_customer_id":167632,"tr_customer_product_id":167622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Flavio Roberts","mobile_number":"486-327-5797","email_id":"Lexie_Konopelski@hotmail.com","dop":"2025-05-30","serial_number":"11200459191432","imei1":"11200459191432","imei2":"11200459191432","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167614,"job_number":"JOB_167614","tr_customer_id":167631,"tr_customer_product_id":167621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:13.000Z","name":"Garfield Trantow","mobile_number":"242-483-1707","email_id":"Giovani.Schuppe16@gmail.com","dop":"2025-06-18","serial_number":"10352114694924","imei1":"10352114694924","imei2":"10352114694924","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167613,"job_number":"JOB_167613","tr_customer_id":167630,"tr_customer_product_id":167620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Devonte O'Connell","mobile_number":"401-954-4982","email_id":"Ariane.Marks54@hotmail.com","dop":"2025-04-06","serial_number":"19501973653514","imei1":"19501973653514","imei2":"19501973653514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167612,"job_number":"JOB_167612","tr_customer_id":167629,"tr_customer_product_id":167619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10855843315205","imei1":"10855843315205","imei2":"10855843315205","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167611,"job_number":"JOB_167611","tr_customer_id":167628,"tr_customer_product_id":167618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11217777692370","imei1":"11217777692370","imei2":"11217777692370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167609,"job_number":"JOB_167609","tr_customer_id":167626,"tr_customer_product_id":167616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17302095058646","imei2":"17302095058646","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167608,"job_number":"JOB_167608","tr_customer_id":167625,"tr_customer_product_id":167615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:29.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10001369553073","imei2":"10001369553073","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167607,"job_number":"JOB_167607","tr_customer_id":167624,"tr_customer_product_id":167614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:28.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Jacey Collins","mobile_number":"944-652-7578","email_id":"Elfrieda.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"19632183660748910","imei1":"19632183660748910","imei2":"19632183660748910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167606,"job_number":"JOB_167606","tr_customer_id":167623,"tr_customer_product_id":167613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:27.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Adalberto Dare","mobile_number":"493-574-9135","email_id":"Maegan_Considine@gmail.com","dop":"2025-04-06","serial_number":"16021243648821","imei1":"16021243648821","imei2":"16021243648821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167605,"job_number":"JOB_167605","tr_customer_id":167622,"tr_customer_product_id":167612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:26.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19051448305296","imei1":"19051448305296","imei2":"19051448305296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167603,"job_number":"JOB_167603","tr_customer_id":167620,"tr_customer_product_id":167610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:21.000Z","modified_at":"2026-01-27T03:57:21.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68516838558450","imei1":"68516838558450","imei2":"68516838558450","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167602,"job_number":"JOB_167602","tr_customer_id":167619,"tr_customer_product_id":167609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Grace Blick","mobile_number":"744-224-5481","email_id":"Nayeli.Wintheiser@hotmail.com","dop":"2000-01-31","serial_number":"10459943038758","imei1":"10459943038758","imei2":"10459943038758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167600,"job_number":"JOB_167600","tr_customer_id":167617,"tr_customer_product_id":167607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Sherman DuBuque","mobile_number":"937-364-8939","email_id":"Jettie_Schowalter@hotmail.com","dop":"2026-01-04","serial_number":"17965430311336","imei1":"17965430311336","imei2":"17965430311336","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167599,"job_number":"JOB_167599","tr_customer_id":167616,"tr_customer_product_id":167606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Jeremy Herzog","mobile_number":"282-555-4118","email_id":"Ena.Bechtelar65@gmail.com","dop":"2025-04-06","serial_number":"10173421977002996","imei1":"10173421977002996","imei2":"10173421977002996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167597,"job_number":"JOB_167597","tr_customer_id":167614,"tr_customer_product_id":167604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19110931384626","imei1":"19110931384626","imei2":"19110931384626","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167596,"job_number":"JOB_167596","tr_customer_id":167613,"tr_customer_product_id":167603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:55.000Z","name":"Garland Herman","mobile_number":"810-930-1921","email_id":"Brayan.Zemlak4@hotmail.com","dop":"2025-04-06","serial_number":"15119514571700","imei1":"15119514571700","imei2":"15119514571700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167595,"job_number":"JOB_167595","tr_customer_id":167612,"tr_customer_product_id":167602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11356138290626","imei1":"11356138290626","imei2":"11356138290626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167594,"job_number":"JOB_167594","tr_customer_id":167611,"tr_customer_product_id":167601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"Leanne Bergnaum","mobile_number":"640-423-3191","email_id":"Newton0@gmail.com","dop":"2025-04-06","serial_number":"16213996860965236","imei1":"16213996860965236","imei2":"16213996860965236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167593,"job_number":"JOB_167593","tr_customer_id":167610,"tr_customer_product_id":167600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14638873223178","imei2":"14638873223178","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167592,"job_number":"JOB_167592","tr_customer_id":167609,"tr_customer_product_id":167599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12906189910328","imei2":"12906189910328","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167591,"job_number":"JOB_167591","tr_customer_id":167608,"tr_customer_product_id":167598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Jailyn Blanda","mobile_number":"281-356-8623","email_id":"Emelie_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18291131966712","imei1":"18291131966712","imei2":"18291131966712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167590,"job_number":"JOB_167590","tr_customer_id":167607,"tr_customer_product_id":167597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15246673098955","imei1":"15246673098955","imei2":"15246673098955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167588,"job_number":"JOB_167588","tr_customer_id":167605,"tr_customer_product_id":167595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:14.000Z","modified_at":"2026-01-27T03:57:14.000Z","name":"Jarod Romaguera","mobile_number":"883-986-3014","email_id":"Veda.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"11033018324819376","imei1":"11033018324819376","imei2":"11033018324819376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167587,"job_number":"JOB_167587","tr_customer_id":167604,"tr_customer_product_id":167594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:49.000Z","name":"Amani Donnelly","mobile_number":"253-395-8643","email_id":"Diamond_Keebler@hotmail.com","dop":"2025-04-06","serial_number":"10832037510535","imei1":"10832037510535","imei2":"10832037510535","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167586,"job_number":"JOB_167586","tr_customer_id":167603,"tr_customer_product_id":167593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13215400182104","imei1":"13215400182104","imei2":"13215400182104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167585,"job_number":"JOB_167585","tr_customer_id":167602,"tr_customer_product_id":167592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:11.000Z","modified_at":"2026-01-27T03:57:11.000Z","name":"Emmy Fisher","mobile_number":"650-427-0306","email_id":"Duane_Lueilwitz57@gmail.com","dop":"2025-04-06","serial_number":"11336384071000982","imei1":"11336384071000982","imei2":"11336384071000982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167584,"job_number":"JOB_167584","tr_customer_id":167601,"tr_customer_product_id":167591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:10.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Cole Rath","mobile_number":"325-290-3631","email_id":"Berry_Schuster@hotmail.com","dop":"2025-04-06","serial_number":"11190183779068","imei1":"11190183779068","imei2":"11190183779068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167582,"job_number":"JOB_167582","tr_customer_id":167599,"tr_customer_product_id":167589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:02.000Z","modified_at":"2026-01-27T03:57:02.000Z","name":"Orrin O'Reilly","mobile_number":"946-754-6258","email_id":"Palma_Kassulke@hotmail.com","dop":"2025-04-06","serial_number":"18298148128893764","imei1":"18298148128893764","imei2":"18298148128893764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167581,"job_number":"JOB_167581","tr_customer_id":167598,"tr_customer_product_id":167588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:00.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Gwendolyn Hackett","mobile_number":"673-237-0686","email_id":"Christina_McClure8@yahoo.com","dop":"2025-04-06","serial_number":"14889064039695","imei1":"14889064039695","imei2":"14889064039695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167578,"job_number":"JOB_167578","tr_customer_id":167595,"tr_customer_product_id":167585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:56.000Z","modified_at":"2026-01-27T03:56:56.000Z","name":"Gabrielle Lesch","mobile_number":"230-823-5194","email_id":"Modesta.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"18158410318607250","imei1":"18158410318607250","imei2":"18158410318607250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167577,"job_number":"JOB_167577","tr_customer_id":167594,"tr_customer_product_id":167584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:57:33.000Z","name":"Marilie Rohan","mobile_number":"248-304-9540","email_id":"Vance25@yahoo.com","dop":"2025-04-06","serial_number":"15987577073440","imei1":"15987577073440","imei2":"15987577073440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167576,"job_number":"JOB_167576","tr_customer_id":167593,"tr_customer_product_id":167583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15299749897933","imei1":"15299749897933","imei2":"15299749897933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167575,"job_number":"JOB_167575","tr_customer_id":167592,"tr_customer_product_id":167582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"Shany Skiles","mobile_number":"343-313-8058","email_id":"Blaze70@hotmail.com","dop":"2025-04-06","serial_number":"15894210290610844","imei1":"15894210290610844","imei2":"15894210290610844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167574,"job_number":"JOB_167574","tr_customer_id":167591,"tr_customer_product_id":167581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:53.000Z","modified_at":"2026-01-27T03:56:53.000Z","name":"Mertie Bruen","mobile_number":"690-491-2264","email_id":"Zion.Goyette@hotmail.com","dop":"2025-04-06","serial_number":"15584272345159952","imei1":"15584272345159952","imei2":"15584272345159952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167573,"job_number":"JOB_167573","tr_customer_id":167590,"tr_customer_product_id":167580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:31.000Z","name":"Austen Champlin","mobile_number":"469-982-3538","email_id":"Albin_Treutel36@gmail.com","dop":"2025-04-06","serial_number":"14891749000162","imei1":"14891749000162","imei2":"14891749000162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167572,"job_number":"JOB_167572","tr_customer_id":167589,"tr_customer_product_id":167579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:56:52.000Z","name":"Vicky Haag","mobile_number":"371-669-9415","email_id":"Braden83@yahoo.com","dop":"2025-04-06","serial_number":"17866526886439260","imei1":"17866526886439260","imei2":"17866526886439260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167571,"job_number":"JOB_167571","tr_customer_id":167588,"tr_customer_product_id":167578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Rosella Bergstrom","mobile_number":"701-715-2032","email_id":"Kassandra39@yahoo.com","dop":"2025-04-06","serial_number":"14025417199656","imei1":"14025417199656","imei2":"14025417199656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167570,"job_number":"JOB_167570","tr_customer_id":167587,"tr_customer_product_id":167577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12442143109962","imei1":"12442143109962","imei2":"12442143109962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167569,"job_number":"JOB_167569","tr_customer_id":167586,"tr_customer_product_id":167576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"Brionna Lakin","mobile_number":"382-873-6677","email_id":"Desiree.Carroll36@gmail.com","dop":"2025-06-18","serial_number":"1066996724856225","imei1":"1066996724856225","imei2":"1066996724856225","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167568,"job_number":"JOB_167568","tr_customer_id":167585,"tr_customer_product_id":167575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:57:30.000Z","name":"Damion Walker","mobile_number":"425-372-2349","email_id":"Zola23@hotmail.com","dop":"2025-04-06","serial_number":"11972983969648","imei1":"11972983969648","imei2":"11972983969648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167567,"job_number":"JOB_167567","tr_customer_id":167584,"tr_customer_product_id":167574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Kirsten Purdy","mobile_number":"667-490-5340","email_id":"Ellsworth.Lynch@yahoo.com","dop":"2025-06-18","serial_number":"10974195504643","imei1":"10974195504643","imei2":"10974195504643","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167566,"job_number":"JOB_167566","tr_customer_id":167583,"tr_customer_product_id":167573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:56:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10377252459264","imei1":"10377252459264","imei2":"10377252459264","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167565,"job_number":"JOB_167565","tr_customer_id":167582,"tr_customer_product_id":167572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:49.000Z","modified_at":"2026-01-27T03:56:49.000Z","name":"Julie Welch","mobile_number":"571-317-7787","email_id":"Raymond93@hotmail.com","dop":"2025-04-06","serial_number":"19012616646092010","imei1":"19012616646092010","imei2":"19012616646092010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167564,"job_number":"JOB_167564","tr_customer_id":167581,"tr_customer_product_id":167571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:47.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Ralph Gerlach","mobile_number":"746-208-3832","email_id":"Trey_Reilly@gmail.com","dop":"2025-04-06","serial_number":"16572571827001","imei1":"16572571827001","imei2":"16572571827001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167563,"job_number":"JOB_167563","tr_customer_id":167580,"tr_customer_product_id":167570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:41.000Z","modified_at":"2026-01-27T03:56:41.000Z","name":"Lisandro Bruen","mobile_number":"911-424-7644","email_id":"Jodie_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13282450462299732","imei1":"13282450462299732","imei2":"13282450462299732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167562,"job_number":"JOB_167562","tr_customer_id":167579,"tr_customer_product_id":167569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Lue Schinner","mobile_number":"470-782-4153","email_id":"Braulio37@hotmail.com","dop":"2025-04-06","serial_number":"19673463751655","imei1":"19673463751655","imei2":"19673463751655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167561,"job_number":"JOB_167561","tr_customer_id":167578,"tr_customer_product_id":167568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:56:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13427742008225","imei1":"13427742008225","imei2":"13427742008225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167560,"job_number":"JOB_167560","tr_customer_id":167577,"tr_customer_product_id":167567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:38.000Z","modified_at":"2026-01-27T03:56:47.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"46832736178143","imei1":"46832736178143","imei2":"46832736178143","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167559,"job_number":"JOB_167559","tr_customer_id":167576,"tr_customer_product_id":167566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:28.000Z","modified_at":"2026-01-27T03:56:28.000Z","name":"Deron Sanford","mobile_number":"639-632-3468","email_id":"Rey.Kiehn35@yahoo.com","dop":"2025-04-06","serial_number":"18509899910406510","imei1":"18509899910406510","imei2":"18509899910406510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167558,"job_number":"JOB_167558","tr_customer_id":167575,"tr_customer_product_id":167565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:56:36.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"86433522314885","imei1":"86433522314885","imei2":"86433522314885","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167557,"job_number":"JOB_167557","tr_customer_id":167574,"tr_customer_product_id":167564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:57:03.000Z","name":"Cortez Okuneva","mobile_number":"243-379-2128","email_id":"Evangeline.Haag37@yahoo.com","dop":"2025-04-06","serial_number":"13784274402878","imei1":"13784274402878","imei2":"13784274402878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167556,"job_number":"JOB_167556","tr_customer_id":167573,"tr_customer_product_id":167563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:19.000Z","modified_at":"2026-01-27T03:05:19.000Z","name":"Alvena Williamson","mobile_number":"423-695-9416","email_id":"Ralph_Daniel99@gmail.com","dop":"2025-04-06","serial_number":"13929952924531452","imei1":"13929952924531452","imei2":"13929952924531452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167555,"job_number":"JOB_167555","tr_customer_id":167572,"tr_customer_product_id":167562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:18.000Z","modified_at":"2026-01-27T03:05:53.000Z","name":"Lue Koss","mobile_number":"890-272-0890","email_id":"Kariane88@yahoo.com","dop":"2025-04-06","serial_number":"12622222412301","imei1":"12622222412301","imei2":"12622222412301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167554,"job_number":"JOB_167554","tr_customer_id":167571,"tr_customer_product_id":167561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:17.000Z","modified_at":"2026-01-27T03:05:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14795401254556","imei1":"14795401254556","imei2":"14795401254556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167553,"job_number":"JOB_167553","tr_customer_id":167570,"tr_customer_product_id":167560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:37.000Z","modified_at":"2026-01-27T03:04:37.000Z","name":"Donato Labadie","mobile_number":"458-864-3903","email_id":"Osbaldo.Skiles@yahoo.com","dop":"2025-04-06","serial_number":"16685826357599888","imei1":"16685826357599888","imei2":"16685826357599888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167552,"job_number":"JOB_167552","tr_customer_id":167569,"tr_customer_product_id":167559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:05:10.000Z","name":"Ines Bins","mobile_number":"331-644-1254","email_id":"Marianne95@hotmail.com","dop":"2025-04-06","serial_number":"10196588918332","imei1":"10196588918332","imei2":"10196588918332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167551,"job_number":"JOB_167551","tr_customer_id":167568,"tr_customer_product_id":167558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:04:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11769976971366","imei1":"11769976971366","imei2":"11769976971366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167550,"job_number":"JOB_167550","tr_customer_id":167567,"tr_customer_product_id":167557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:54.000Z","modified_at":"2026-01-27T03:03:54.000Z","name":"Jayce Olson","mobile_number":"471-289-5640","email_id":"Sister83@gmail.com","dop":"2025-04-06","serial_number":"16134674822616796","imei1":"16134674822616796","imei2":"16134674822616796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167549,"job_number":"JOB_167549","tr_customer_id":167566,"tr_customer_product_id":167556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:04:28.000Z","name":"Murphy Walker","mobile_number":"437-509-6401","email_id":"Jadyn_Dickinson89@hotmail.com","dop":"2025-04-06","serial_number":"16209779649139","imei1":"16209779649139","imei2":"16209779649139","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167548,"job_number":"JOB_167548","tr_customer_id":167565,"tr_customer_product_id":167555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:03:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14540231857564","imei1":"14540231857564","imei2":"14540231857564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167543,"job_number":"JOB_167543","tr_customer_id":167560,"tr_customer_product_id":167550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T01:31:06.000Z","modified_at":"2026-01-27T01:31:06.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-17","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-17T01:31:05.469619446Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T01:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168469,"job_number":"JOB_168469","tr_customer_id":168486,"tr_customer_product_id":168476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:07.000Z","modified_at":"2026-01-27T14:28:07.000Z","name":"Callie Bernhard","mobile_number":"870-614-3117","email_id":"Walton_Jakubowski30@yahoo.com","dop":"2000-01-31","serial_number":"1030842983708839","imei1":"1030842983708839","imei2":"1030842983708839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168467,"job_number":"JOB_168467","tr_customer_id":168484,"tr_customer_product_id":168474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:05.000Z","modified_at":"2026-01-27T14:28:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10669631252517","imei1":"10669631252517","imei2":"10669631252517","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168460,"job_number":"JOB_168460","tr_customer_id":168477,"tr_customer_product_id":168467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:14.000Z","modified_at":"2026-01-27T14:27:14.000Z","name":"Mossie Lindgren","mobile_number":"897-460-5705","email_id":"Keara.Funk@yahoo.com","dop":"2000-01-31","serial_number":"1076906634427195","imei1":"1076906634427195","imei2":"1076906634427195","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168458,"job_number":"JOB_168458","tr_customer_id":168475,"tr_customer_product_id":168465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:12.000Z","modified_at":"2026-01-27T14:27:12.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10272219680675","imei1":"10272219680675","imei2":"10272219680675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168457,"job_number":"JOB_168457","tr_customer_id":168474,"tr_customer_product_id":168464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:21.000Z","modified_at":"2026-01-27T14:26:21.000Z","name":"Valerie Hayes","mobile_number":"990-952-5100","email_id":"Odell.Lowe@yahoo.com","dop":"2000-01-31","serial_number":"1048247811600389","imei1":"1048247811600389","imei2":"1048247811600389","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168455,"job_number":"JOB_168455","tr_customer_id":168472,"tr_customer_product_id":168462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:19.000Z","modified_at":"2026-01-27T14:26:19.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10008870097241","imei1":"10008870097241","imei2":"10008870097241","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168450,"job_number":"JOB_168450","tr_customer_id":168467,"tr_customer_product_id":168457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:27.000Z","modified_at":"2026-01-27T14:25:27.000Z","name":"Alessandro Brekke","mobile_number":"308-295-0330","email_id":"Brionna_Wolff12@gmail.com","dop":"2000-01-31","serial_number":"1050533870084755","imei1":"1050533870084755","imei2":"1050533870084755","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168448,"job_number":"JOB_168448","tr_customer_id":168465,"tr_customer_product_id":168455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:25.000Z","modified_at":"2026-01-27T14:25:25.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10058359478847","imei1":"10058359478847","imei2":"10058359478847","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167893,"job_number":"JOB_167893","tr_customer_id":167910,"tr_customer_product_id":167900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:01.000Z","modified_at":"2026-01-27T06:38:01.000Z","name":"Jonatan Boyle","mobile_number":"565-294-8891","email_id":"Domenica_Bosco@gmail.com","dop":"2000-01-31","serial_number":"1030009739899854","imei1":"1030009739899854","imei2":"1030009739899854","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167891,"job_number":"JOB_167891","tr_customer_id":167908,"tr_customer_product_id":167898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:59.000Z","modified_at":"2026-01-27T06:37:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10174215740446","imei1":"10174215740446","imei2":"10174215740446","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167887,"job_number":"JOB_167887","tr_customer_id":167904,"tr_customer_product_id":167894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:17.000Z","modified_at":"2026-01-27T06:37:17.000Z","name":"Phyllis Stoltenberg","mobile_number":"269-487-7127","email_id":"Enos.Ernser@yahoo.com","dop":"2000-01-31","serial_number":"1017361775799387","imei1":"1017361775799387","imei2":"1017361775799387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167885,"job_number":"JOB_167885","tr_customer_id":167902,"tr_customer_product_id":167892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:15.000Z","modified_at":"2026-01-27T06:37:15.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10975522372856","imei1":"10975522372856","imei2":"10975522372856","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167876,"job_number":"JOB_167876","tr_customer_id":167893,"tr_customer_product_id":167883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:33.000Z","modified_at":"2026-01-27T06:36:33.000Z","name":"Princess Bartell","mobile_number":"610-243-2625","email_id":"Frederique.Nienow41@gmail.com","dop":"2000-01-31","serial_number":"1008582811372429","imei1":"1008582811372429","imei2":"1008582811372429","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167874,"job_number":"JOB_167874","tr_customer_id":167891,"tr_customer_product_id":167881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:31.000Z","modified_at":"2026-01-27T06:36:31.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10620499692264","imei1":"10620499692264","imei2":"10620499692264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167868,"job_number":"JOB_167868","tr_customer_id":167885,"tr_customer_product_id":167875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:49.000Z","modified_at":"2026-01-27T06:35:49.000Z","name":"Marcelle Zieme","mobile_number":"348-753-9040","email_id":"Lottie_Schiller95@hotmail.com","dop":"2000-01-31","serial_number":"1044629435192454","imei1":"1044629435192454","imei2":"1044629435192454","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167866,"job_number":"JOB_167866","tr_customer_id":167883,"tr_customer_product_id":167873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:35:47.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10437737016874","imei1":"10437737016874","imei2":"10437737016874","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167726,"job_number":"JOB_167726","tr_customer_id":167743,"tr_customer_product_id":167733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:35.000Z","modified_at":"2026-01-27T03:59:35.000Z","name":"Ansel Durgan","mobile_number":"326-411-8036","email_id":"Geo.Bayer12@yahoo.com","dop":"2000-01-31","serial_number":"1040609851694983","imei1":"1040609851694983","imei2":"1040609851694983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167724,"job_number":"JOB_167724","tr_customer_id":167741,"tr_customer_product_id":167731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T03:59:34.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10756932133754","imei1":"10756932133754","imei2":"10756932133754","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167701,"job_number":"JOB_167701","tr_customer_id":167718,"tr_customer_product_id":167708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"Gilda Moore","mobile_number":"609-676-5261","email_id":"Wade_Bernier40@hotmail.com","dop":"2000-01-31","serial_number":"1014467587513357","imei1":"1014467587513357","imei2":"1014467587513357","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167697,"job_number":"JOB_167697","tr_customer_id":167714,"tr_customer_product_id":167704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10404146666771","imei1":"10404146666771","imei2":"10404146666771","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167660,"job_number":"JOB_167660","tr_customer_id":167677,"tr_customer_product_id":167667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Lilla Rodriguez","mobile_number":"471-903-4904","email_id":"Miracle77@hotmail.com","dop":"2000-01-31","serial_number":"1003103858390333","imei1":"1003103858390333","imei2":"1003103858390333","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167656,"job_number":"JOB_167656","tr_customer_id":167673,"tr_customer_product_id":167663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10368661501071","imei1":"10368661501071","imei2":"10368661501071","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167604,"job_number":"JOB_167604","tr_customer_id":167621,"tr_customer_product_id":167611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:22.000Z","modified_at":"2026-01-27T03:57:22.000Z","name":"Kathlyn Emard","mobile_number":"883-509-2132","email_id":"Flavie_Vandervort@hotmail.com","dop":"2000-01-31","serial_number":"1042892078118244","imei1":"1042892078118244","imei2":"1042892078118244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167601,"job_number":"JOB_167601","tr_customer_id":167618,"tr_customer_product_id":167608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10001153009440","imei1":"10001153009440","imei2":"10001153009440","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_151330"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 245ms
Mean size per request: 1014B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mjh9.ax2Hdzq1LzvQQ6sf-WjoD14n-BoviHrWbawUh3cajSU
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Cache-Control no-cache
Postman-Token aea00883-0cda-4a1e-84ed-c1cf42b7db08
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 27
Request Body
{"searchText":"JOB_168615"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1014
ETag W/"3f6-Q48pZCfi9VsBK5H55lq4cWaLL4g"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":168615,"job_number":"JOB_168615","tr_customer_id":168632,"tr_customer_product_id":168622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:30.000Z","modified_at":"2026-01-27T17:05:30.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19544426198673","imei2":"19544426198673","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_151330' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_151330
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mjh9.ax2Hdzq1LzvQQ6sf-WjoD14n-BoviHrWbawUh3cajSU
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5edbf69e-3c3c-4eec-b3bb-b8840fe2b80d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 05f21bb3-554d-4381-8590-fc566b3c4df8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{"username":"iamsup","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-0mWGy4zkSijmzhLwYN0bn4IwbLw"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MzJ9.tYi3c76gJYkwGhsHNv5nmzPGMQQ7qchX7v-ZIw4uG2M"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MzJ9.tYi3c76gJYkwGhsHNv5nmzPGMQQ7qchX7v-ZIw4uG2M
Connection keep-alive
If-None-Match W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c7a1af2e-9316-43cb-8f5c-1c70754c08ad
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f2-c13JZaMe1DjPAjwqciA/I1tIi4k"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 288ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MzJ9.tYi3c76gJYkwGhsHNv5nmzPGMQQ7qchX7v-ZIw4uG2M
Connection keep-alive
If-None-Match W/"f2-c13JZaMe1DjPAjwqciA/I1tIi4k"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fac4d1c8-d8be-402b-a613-101cccb32199
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-QWS+4xR2XsgIw12uXoUQ/IY9Wmk"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":764},{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Pending for delivery","key":"pending_for_delivery","count":1}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 322ms
Mean size per request: 743.31KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MzJ9.tYi3c76gJYkwGhsHNv5nmzPGMQQ7qchX7v-ZIw4uG2M
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 53bfebc3-d79a-440c-a52d-8a0bc0bac159
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"b9d3e-2B+KU4w7VoktJBhXWfrLHi7yHQA"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":167534,"job_number":"JOB_167534","tr_customer_id":167551,"tr_customer_product_id":167541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:47:51.000Z","modified_at":"2026-01-26T19:47:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191112","imei1":"13549925191112","imei2":"13549925191112","popurl":"2026-01-21T19:47:51.047536695Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167535,"job_number":"JOB_167535","tr_customer_id":167552,"tr_customer_product_id":167542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:49:19.000Z","modified_at":"2026-01-26T19:49:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191113","imei1":"13549925191113","imei2":"13549925191113","popurl":"2026-01-21T19:49:19.462367500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167536,"job_number":"JOB_167536","tr_customer_id":167553,"tr_customer_product_id":167543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:55:51.000Z","modified_at":"2026-01-26T19:55:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191114","imei1":"13549925191114","imei2":"13549925191114","popurl":"2026-01-21T19:55:50.501349002Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167537,"job_number":"JOB_167537","tr_customer_id":167554,"tr_customer_product_id":167544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:26:19.000Z","modified_at":"2026-01-26T20:26:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191115","imei1":"13549925191115","imei2":"13549925191115","popurl":"2026-01-21T20:26:18.793331516Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167538,"job_number":"JOB_167538","tr_customer_id":167555,"tr_customer_product_id":167545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:39.000Z","modified_at":"2026-01-26T20:34:39.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191116","imei1":"13549925191116","imei2":"13549925191116","popurl":"2026-01-21T20:34:38.309420072Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167539,"job_number":"JOB_167539","tr_customer_id":167556,"tr_customer_product_id":167546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:41.000Z","modified_at":"2026-01-26T20:34:41.000Z","name":"Zulminan Ahmed","mobile_number":"9876543210","email_id":"ahmedzulminan@gmail.com","dop":"2026-01-16","serial_number":"86991365683924","imei1":"86991365683924","imei2":"86991365683924","popurl":"2026-01-16T20:34:41.725781Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167540,"job_number":"JOB_167540","tr_customer_id":167557,"tr_customer_product_id":167547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:49.000Z","modified_at":"2026-01-26T23:41:49.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-16T23:41:49.233421871Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167541,"job_number":"JOB_167541","tr_customer_id":167558,"tr_customer_product_id":167548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:50.000Z","modified_at":"2026-01-26T23:41:50.000Z","name":"Chaturbhuj Asan","mobile_number":"7096793640","email_id":"rati.shukla@yahoo.co.in","dop":"2026-01-16","serial_number":"765332067084013","imei1":"765332067084013","imei2":"765332067084013","popurl":"www.abhisyanta-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167542,"job_number":"JOB_167542","tr_customer_id":167559,"tr_customer_product_id":167549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:44:15.000Z","modified_at":"2026-01-26T23:44:15.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-16T23:44:14.816301966Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167543,"job_number":"JOB_167543","tr_customer_id":167560,"tr_customer_product_id":167550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T01:31:06.000Z","modified_at":"2026-01-27T01:31:06.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-17","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-17T01:31:05.469619446Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T01:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167548,"job_number":"JOB_167548","tr_customer_id":167565,"tr_customer_product_id":167555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:03:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14540231857564","imei1":"14540231857564","imei2":"14540231857564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167550,"job_number":"JOB_167550","tr_customer_id":167567,"tr_customer_product_id":167557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:54.000Z","modified_at":"2026-01-27T03:03:54.000Z","name":"Jayce Olson","mobile_number":"471-289-5640","email_id":"Sister83@gmail.com","dop":"2025-04-06","serial_number":"16134674822616796","imei1":"16134674822616796","imei2":"16134674822616796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167551,"job_number":"JOB_167551","tr_customer_id":167568,"tr_customer_product_id":167558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:04:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11769976971366","imei1":"11769976971366","imei2":"11769976971366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167553,"job_number":"JOB_167553","tr_customer_id":167570,"tr_customer_product_id":167560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:37.000Z","modified_at":"2026-01-27T03:04:37.000Z","name":"Donato Labadie","mobile_number":"458-864-3903","email_id":"Osbaldo.Skiles@yahoo.com","dop":"2025-04-06","serial_number":"16685826357599888","imei1":"16685826357599888","imei2":"16685826357599888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167554,"job_number":"JOB_167554","tr_customer_id":167571,"tr_customer_product_id":167561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:17.000Z","modified_at":"2026-01-27T03:05:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14795401254556","imei1":"14795401254556","imei2":"14795401254556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167556,"job_number":"JOB_167556","tr_customer_id":167573,"tr_customer_product_id":167563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:19.000Z","modified_at":"2026-01-27T03:05:19.000Z","name":"Alvena Williamson","mobile_number":"423-695-9416","email_id":"Ralph_Daniel99@gmail.com","dop":"2025-04-06","serial_number":"13929952924531452","imei1":"13929952924531452","imei2":"13929952924531452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167559,"job_number":"JOB_167559","tr_customer_id":167576,"tr_customer_product_id":167566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:28.000Z","modified_at":"2026-01-27T03:56:28.000Z","name":"Deron Sanford","mobile_number":"639-632-3468","email_id":"Rey.Kiehn35@yahoo.com","dop":"2025-04-06","serial_number":"18509899910406510","imei1":"18509899910406510","imei2":"18509899910406510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167561,"job_number":"JOB_167561","tr_customer_id":167578,"tr_customer_product_id":167568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:56:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13427742008225","imei1":"13427742008225","imei2":"13427742008225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167563,"job_number":"JOB_167563","tr_customer_id":167580,"tr_customer_product_id":167570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:41.000Z","modified_at":"2026-01-27T03:56:41.000Z","name":"Lisandro Bruen","mobile_number":"911-424-7644","email_id":"Jodie_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13282450462299732","imei1":"13282450462299732","imei2":"13282450462299732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167565,"job_number":"JOB_167565","tr_customer_id":167582,"tr_customer_product_id":167572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:49.000Z","modified_at":"2026-01-27T03:56:49.000Z","name":"Julie Welch","mobile_number":"571-317-7787","email_id":"Raymond93@hotmail.com","dop":"2025-04-06","serial_number":"19012616646092010","imei1":"19012616646092010","imei2":"19012616646092010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167566,"job_number":"JOB_167566","tr_customer_id":167583,"tr_customer_product_id":167573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:56:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10377252459264","imei1":"10377252459264","imei2":"10377252459264","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167569,"job_number":"JOB_167569","tr_customer_id":167586,"tr_customer_product_id":167576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"Brionna Lakin","mobile_number":"382-873-6677","email_id":"Desiree.Carroll36@gmail.com","dop":"2025-06-18","serial_number":"1066996724856225","imei1":"1066996724856225","imei2":"1066996724856225","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167570,"job_number":"JOB_167570","tr_customer_id":167587,"tr_customer_product_id":167577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12442143109962","imei1":"12442143109962","imei2":"12442143109962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167572,"job_number":"JOB_167572","tr_customer_id":167589,"tr_customer_product_id":167579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:56:52.000Z","name":"Vicky Haag","mobile_number":"371-669-9415","email_id":"Braden83@yahoo.com","dop":"2025-04-06","serial_number":"17866526886439260","imei1":"17866526886439260","imei2":"17866526886439260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167574,"job_number":"JOB_167574","tr_customer_id":167591,"tr_customer_product_id":167581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:53.000Z","modified_at":"2026-01-27T03:56:53.000Z","name":"Mertie Bruen","mobile_number":"690-491-2264","email_id":"Zion.Goyette@hotmail.com","dop":"2025-04-06","serial_number":"15584272345159952","imei1":"15584272345159952","imei2":"15584272345159952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167575,"job_number":"JOB_167575","tr_customer_id":167592,"tr_customer_product_id":167582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"Shany Skiles","mobile_number":"343-313-8058","email_id":"Blaze70@hotmail.com","dop":"2025-04-06","serial_number":"15894210290610844","imei1":"15894210290610844","imei2":"15894210290610844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167576,"job_number":"JOB_167576","tr_customer_id":167593,"tr_customer_product_id":167583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15299749897933","imei1":"15299749897933","imei2":"15299749897933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167578,"job_number":"JOB_167578","tr_customer_id":167595,"tr_customer_product_id":167585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:56.000Z","modified_at":"2026-01-27T03:56:56.000Z","name":"Gabrielle Lesch","mobile_number":"230-823-5194","email_id":"Modesta.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"18158410318607250","imei1":"18158410318607250","imei2":"18158410318607250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167582,"job_number":"JOB_167582","tr_customer_id":167599,"tr_customer_product_id":167589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:02.000Z","modified_at":"2026-01-27T03:57:02.000Z","name":"Orrin O'Reilly","mobile_number":"946-754-6258","email_id":"Palma_Kassulke@hotmail.com","dop":"2025-04-06","serial_number":"18298148128893764","imei1":"18298148128893764","imei2":"18298148128893764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167585,"job_number":"JOB_167585","tr_customer_id":167602,"tr_customer_product_id":167592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:11.000Z","modified_at":"2026-01-27T03:57:11.000Z","name":"Emmy Fisher","mobile_number":"650-427-0306","email_id":"Duane_Lueilwitz57@gmail.com","dop":"2025-04-06","serial_number":"11336384071000982","imei1":"11336384071000982","imei2":"11336384071000982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167586,"job_number":"JOB_167586","tr_customer_id":167603,"tr_customer_product_id":167593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13215400182104","imei1":"13215400182104","imei2":"13215400182104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167588,"job_number":"JOB_167588","tr_customer_id":167605,"tr_customer_product_id":167595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:14.000Z","modified_at":"2026-01-27T03:57:14.000Z","name":"Jarod Romaguera","mobile_number":"883-986-3014","email_id":"Veda.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"11033018324819376","imei1":"11033018324819376","imei2":"11033018324819376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167590,"job_number":"JOB_167590","tr_customer_id":167607,"tr_customer_product_id":167597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15246673098955","imei1":"15246673098955","imei2":"15246673098955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167592,"job_number":"JOB_167592","tr_customer_id":167609,"tr_customer_product_id":167599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12906189910328","imei2":"12906189910328","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167594,"job_number":"JOB_167594","tr_customer_id":167611,"tr_customer_product_id":167601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"Leanne Bergnaum","mobile_number":"640-423-3191","email_id":"Newton0@gmail.com","dop":"2025-04-06","serial_number":"16213996860965236","imei1":"16213996860965236","imei2":"16213996860965236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167595,"job_number":"JOB_167595","tr_customer_id":167612,"tr_customer_product_id":167602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11356138290626","imei1":"11356138290626","imei2":"11356138290626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167597,"job_number":"JOB_167597","tr_customer_id":167614,"tr_customer_product_id":167604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19110931384626","imei1":"19110931384626","imei2":"19110931384626","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167599,"job_number":"JOB_167599","tr_customer_id":167616,"tr_customer_product_id":167606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Jeremy Herzog","mobile_number":"282-555-4118","email_id":"Ena.Bechtelar65@gmail.com","dop":"2025-04-06","serial_number":"10173421977002996","imei1":"10173421977002996","imei2":"10173421977002996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167603,"job_number":"JOB_167603","tr_customer_id":167620,"tr_customer_product_id":167610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:21.000Z","modified_at":"2026-01-27T03:57:21.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68516838558450","imei1":"68516838558450","imei2":"68516838558450","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167605,"job_number":"JOB_167605","tr_customer_id":167622,"tr_customer_product_id":167612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:26.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19051448305296","imei1":"19051448305296","imei2":"19051448305296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167607,"job_number":"JOB_167607","tr_customer_id":167624,"tr_customer_product_id":167614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:28.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Jacey Collins","mobile_number":"944-652-7578","email_id":"Elfrieda.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"19632183660748910","imei1":"19632183660748910","imei2":"19632183660748910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167608,"job_number":"JOB_167608","tr_customer_id":167625,"tr_customer_product_id":167615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:29.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10001369553073","imei2":"10001369553073","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167611,"job_number":"JOB_167611","tr_customer_id":167628,"tr_customer_product_id":167618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11217777692370","imei1":"11217777692370","imei2":"11217777692370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167612,"job_number":"JOB_167612","tr_customer_id":167629,"tr_customer_product_id":167619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10855843315205","imei1":"10855843315205","imei2":"10855843315205","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167616,"job_number":"JOB_167616","tr_customer_id":167633,"tr_customer_product_id":167623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jacinto Kerluke","mobile_number":"466-294-4601","email_id":"Isadore_Gerhold@hotmail.com","dop":"2025-06-18","serial_number":"1003114341051045","imei1":"1003114341051045","imei2":"1003114341051045","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167617,"job_number":"JOB_167617","tr_customer_id":167634,"tr_customer_product_id":167624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Arlie Goyette","mobile_number":"774-884-8093","email_id":"Gabriella.Kiehn@gmail.com","dop":"2025-05-30","serial_number":"18680927987810","imei1":"18680927987810","imei2":"18680927987810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167618,"job_number":"JOB_167618","tr_customer_id":167635,"tr_customer_product_id":167625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jerad Considine","mobile_number":"716-463-1971","email_id":"Karina_Mertz@yahoo.com","dop":"2025-04-06","serial_number":"17065802865327806","imei1":"17065802865327806","imei2":"17065802865327806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167619,"job_number":"JOB_167619","tr_customer_id":167636,"tr_customer_product_id":167626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:37.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Justice Stroman","mobile_number":"432-530-0600","email_id":"Edgar41@gmail.com","dop":"2025-05-30","serial_number":"1961560333862636","imei1":"1961560333862636","imei2":"1961560333862636","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167620,"job_number":"JOB_167620","tr_customer_id":167637,"tr_customer_product_id":167627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:38.000Z","modified_at":"2026-01-27T03:57:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18682989177130","imei1":"18682989177130","imei2":"18682989177130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167622,"job_number":"JOB_167622","tr_customer_id":167639,"tr_customer_product_id":167629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16786630480147","imei1":"16786630480147","imei2":"16786630480147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167624,"job_number":"JOB_167624","tr_customer_id":167641,"tr_customer_product_id":167631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Carmelo Hudson","mobile_number":"287-770-1385","email_id":"Elmore_Wiegand26@gmail.com","dop":"2025-04-06","serial_number":"13661757631461158","imei1":"13661757631461158","imei2":"13661757631461158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167625,"job_number":"JOB_167625","tr_customer_id":167642,"tr_customer_product_id":167632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Juana Kuhn","mobile_number":"932-705-7734","email_id":"Will.Schinner@gmail.com","dop":"2025-04-06","serial_number":"12582442804487736","imei1":"12582442804487736","imei2":"12582442804487736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167626,"job_number":"JOB_167626","tr_customer_id":167643,"tr_customer_product_id":167633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:57:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13397876407749","imei1":"13397876407749","imei2":"13397876407749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167628,"job_number":"JOB_167628","tr_customer_id":167645,"tr_customer_product_id":167635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15979907799204","imei2":"15979907799204","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167630,"job_number":"JOB_167630","tr_customer_id":167647,"tr_customer_product_id":167637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Aryanna Schmidt","mobile_number":"786-202-1752","email_id":"Herta.Terry@hotmail.com","dop":"2025-04-06","serial_number":"19423229681970136","imei1":"19423229681970136","imei2":"19423229681970136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167636,"job_number":"JOB_167636","tr_customer_id":167653,"tr_customer_product_id":167643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:57:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12031893215833","imei1":"12031893215833","imei2":"12031893215833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167638,"job_number":"JOB_167638","tr_customer_id":167655,"tr_customer_product_id":167645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:54.000Z","modified_at":"2026-01-27T03:57:54.000Z","name":"Reece Trantow","mobile_number":"302-541-3363","email_id":"Mack.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"17585914696480564","imei1":"17585914696480564","imei2":"17585914696480564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167639,"job_number":"JOB_167639","tr_customer_id":167656,"tr_customer_product_id":167646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:57:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18017191928328","imei1":"18017191928328","imei2":"18017191928328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167641,"job_number":"JOB_167641","tr_customer_id":167658,"tr_customer_product_id":167648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Louvenia Davis","mobile_number":"553-560-1286","email_id":"Schuyler_Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11329337661782124","imei1":"11329337661782124","imei2":"11329337661782124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167642,"job_number":"JOB_167642","tr_customer_id":167659,"tr_customer_product_id":167649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13690465004998","imei1":"13690465004998","imei2":"13690465004998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167648,"job_number":"JOB_167648","tr_customer_id":167665,"tr_customer_product_id":167655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Ena Skiles","mobile_number":"298-265-4144","email_id":"Carolyn.Daniel@gmail.com","dop":"2025-04-06","serial_number":"14437299231964732","imei1":"14437299231964732","imei2":"14437299231964732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167649,"job_number":"JOB_167649","tr_customer_id":167666,"tr_customer_product_id":167656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13548679991903","imei1":"13548679991903","imei2":"13548679991903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167651,"job_number":"JOB_167651","tr_customer_id":167668,"tr_customer_product_id":167658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18941925353118","imei1":"18941925353118","imei2":"18941925353118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167653,"job_number":"JOB_167653","tr_customer_id":167670,"tr_customer_product_id":167660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Asha Torphy","mobile_number":"843-641-3938","email_id":"Isaac14@gmail.com","dop":"2025-04-06","serial_number":"10240867845893942","imei1":"10240867845893942","imei2":"10240867845893942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167654,"job_number":"JOB_167654","tr_customer_id":167671,"tr_customer_product_id":167661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Gerda Cormier","mobile_number":"613-921-9054","email_id":"Erwin.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"12704528046663076","imei1":"12704528046663076","imei2":"12704528046663076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167655,"job_number":"JOB_167655","tr_customer_id":167672,"tr_customer_product_id":167662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13403960447968","imei1":"13403960447968","imei2":"13403960447968","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167659,"job_number":"JOB_167659","tr_customer_id":167676,"tr_customer_product_id":167666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51229279347468","imei1":"51229279347468","imei2":"51229279347468","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167661,"job_number":"JOB_167661","tr_customer_id":167678,"tr_customer_product_id":167668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:14.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19698683003812","imei1":"19698683003812","imei2":"19698683003812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167663,"job_number":"JOB_167663","tr_customer_id":167680,"tr_customer_product_id":167670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:16.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Francesca Murphy","mobile_number":"621-475-6586","email_id":"Shakira49@yahoo.com","dop":"2025-04-06","serial_number":"17519966068101636","imei1":"17519966068101636","imei2":"17519966068101636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167664,"job_number":"JOB_167664","tr_customer_id":167681,"tr_customer_product_id":167671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14442196169883","imei1":"14442196169883","imei2":"14442196169883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167666,"job_number":"JOB_167666","tr_customer_id":167683,"tr_customer_product_id":167673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:20.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Tyler Watsica","mobile_number":"349-948-0788","email_id":"Bell.Nolan52@gmail.com","dop":"2025-04-06","serial_number":"13879215740009048","imei1":"13879215740009048","imei2":"13879215740009048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167667,"job_number":"JOB_167667","tr_customer_id":167684,"tr_customer_product_id":167674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:22.000Z","modified_at":"2026-01-27T03:58:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17305399664989","imei1":"17305399664989","imei2":"17305399664989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167669,"job_number":"JOB_167669","tr_customer_id":167686,"tr_customer_product_id":167676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19373817541206","imei1":"19373817541206","imei2":"19373817541206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167671,"job_number":"JOB_167671","tr_customer_id":167688,"tr_customer_product_id":167678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:24.000Z","modified_at":"2026-01-27T03:58:24.000Z","name":"Daphne Kub","mobile_number":"467-731-6481","email_id":"Jake_Mann14@hotmail.com","dop":"2025-04-06","serial_number":"14942007399332052","imei1":"14942007399332052","imei2":"14942007399332052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167672,"job_number":"JOB_167672","tr_customer_id":167689,"tr_customer_product_id":167679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:25.000Z","modified_at":"2026-01-27T03:58:25.000Z","name":"Kamryn Grady","mobile_number":"862-360-9767","email_id":"Karli11@hotmail.com","dop":"2025-04-06","serial_number":"12026280895334058","imei1":"12026280895334058","imei2":"12026280895334058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167673,"job_number":"JOB_167673","tr_customer_id":167690,"tr_customer_product_id":167680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:58:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19734921860320","imei1":"19734921860320","imei2":"19734921860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167675,"job_number":"JOB_167675","tr_customer_id":167692,"tr_customer_product_id":167682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17256386993031","imei1":"17256386993031","imei2":"17256386993031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167676,"job_number":"JOB_167676","tr_customer_id":167693,"tr_customer_product_id":167683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"Aida Cummings","mobile_number":"665-428-6820","email_id":"Beth_Reinger82@hotmail.com","dop":"2025-04-06","serial_number":"11263284855498930","imei1":"11263284855498930","imei2":"11263284855498930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167678,"job_number":"JOB_167678","tr_customer_id":167695,"tr_customer_product_id":167685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:31.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Sabryna Prohaska","mobile_number":"474-710-1560","email_id":"Eleazar_Daniel46@gmail.com","dop":"2025-04-06","serial_number":"11237624186230580","imei1":"11237624186230580","imei2":"11237624186230580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167679,"job_number":"JOB_167679","tr_customer_id":167696,"tr_customer_product_id":167686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:38.000Z","modified_at":"2026-01-27T03:58:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17290529992797","imei1":"17290529992797","imei2":"17290529992797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167681,"job_number":"JOB_167681","tr_customer_id":167698,"tr_customer_product_id":167688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12578106237988","imei1":"12578106237988","imei2":"12578106237988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167682,"job_number":"JOB_167682","tr_customer_id":167699,"tr_customer_product_id":167689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597778340898","imei1":"15597778340898","imei2":"15597778340898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167685,"job_number":"JOB_167685","tr_customer_id":167702,"tr_customer_product_id":167692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:58:40.000Z","name":"Conner Hilpert","mobile_number":"396-688-0700","email_id":"Gilda.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"14712767531465108","imei1":"14712767531465108","imei2":"14712767531465108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167687,"job_number":"JOB_167687","tr_customer_id":167704,"tr_customer_product_id":167694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Keely Gleason","mobile_number":"753-466-1947","email_id":"Francisco23@gmail.com","dop":"2025-04-06","serial_number":"16512057136923444","imei1":"16512057136923444","imei2":"16512057136923444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167689,"job_number":"JOB_167689","tr_customer_id":167706,"tr_customer_product_id":167696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Jamarcus Conn","mobile_number":"258-569-2257","email_id":"Olin94@gmail.com","dop":"2025-04-06","serial_number":"14336684273308248","imei1":"14336684273308248","imei2":"14336684273308248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167691,"job_number":"JOB_167691","tr_customer_id":167708,"tr_customer_product_id":167698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16061707656514","imei1":"16061707656514","imei2":"16061707656514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167692,"job_number":"JOB_167692","tr_customer_id":167709,"tr_customer_product_id":167699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16413009223480","imei1":"16413009223480","imei2":"16413009223480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167695,"job_number":"JOB_167695","tr_customer_id":167712,"tr_customer_product_id":167702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Thalia Volkman","mobile_number":"462-730-8924","email_id":"Hazel30@hotmail.com","dop":"2025-04-06","serial_number":"17868655623113104","imei1":"17868655623113104","imei2":"17868655623113104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167696,"job_number":"JOB_167696","tr_customer_id":167713,"tr_customer_product_id":167703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Kathryne Windler","mobile_number":"871-332-1922","email_id":"Irwin.Denesik@gmail.com","dop":"2025-04-06","serial_number":"11471488602647400","imei1":"11471488602647400","imei2":"11471488602647400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167698,"job_number":"JOB_167698","tr_customer_id":167715,"tr_customer_product_id":167705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18722576579872","imei1":"18722576579872","imei2":"18722576579872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167702,"job_number":"JOB_167702","tr_customer_id":167719,"tr_customer_product_id":167709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14534040176453","imei1":"14534040176453","imei2":"14534040176453","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167703,"job_number":"JOB_167703","tr_customer_id":167720,"tr_customer_product_id":167710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:58:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15568245128975","imei1":"15568245128975","imei2":"15568245128975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167708,"job_number":"JOB_167708","tr_customer_id":167725,"tr_customer_product_id":167715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Betsy Beatty","mobile_number":"962-207-0290","email_id":"Bell.Orn3@gmail.com","dop":"2025-04-06","serial_number":"14434650120704726","imei1":"14434650120704726","imei2":"14434650120704726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167709,"job_number":"JOB_167709","tr_customer_id":167726,"tr_customer_product_id":167716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15598275721214","imei1":"15598275721214","imei2":"15598275721214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167711,"job_number":"JOB_167711","tr_customer_id":167728,"tr_customer_product_id":167718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11985838423999","imei1":"11985838423999","imei2":"11985838423999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167712,"job_number":"JOB_167712","tr_customer_id":167729,"tr_customer_product_id":167719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Rusty Rosenbaum","mobile_number":"266-273-5065","email_id":"Herminio31@hotmail.com","dop":"2025-04-06","serial_number":"10406673123257408","imei1":"10406673123257408","imei2":"10406673123257408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167714,"job_number":"JOB_167714","tr_customer_id":167731,"tr_customer_product_id":167721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:09.000Z","modified_at":"2026-01-27T03:59:09.000Z","name":"Gwendolyn Marquardt","mobile_number":"397-315-5494","email_id":"Ida.Block4@yahoo.com","dop":"2025-04-06","serial_number":"12069322754066996","imei1":"12069322754066996","imei2":"12069322754066996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167718,"job_number":"JOB_167718","tr_customer_id":167735,"tr_customer_product_id":167725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17008880227135","imei1":"17008880227135","imei2":"17008880227135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167720,"job_number":"JOB_167720","tr_customer_id":167737,"tr_customer_product_id":167727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:15.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Baron Gleichner","mobile_number":"569-974-0764","email_id":"Tillman67@yahoo.com","dop":"2025-04-06","serial_number":"16696866616047820","imei1":"16696866616047820","imei2":"16696866616047820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167721,"job_number":"JOB_167721","tr_customer_id":167738,"tr_customer_product_id":167728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T03:59:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11172627533643","imei1":"11172627533643","imei2":"11172627533643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167723,"job_number":"JOB_167723","tr_customer_id":167740,"tr_customer_product_id":167730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:27.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Larissa Wilderman","mobile_number":"612-596-5819","email_id":"Cassie_King98@yahoo.com","dop":"2025-04-06","serial_number":"17988825406305388","imei1":"17988825406305388","imei2":"17988825406305388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167727,"job_number":"JOB_167727","tr_customer_id":167744,"tr_customer_product_id":167734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T03:59:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18169069886721","imei1":"18169069886721","imei2":"18169069886721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167729,"job_number":"JOB_167729","tr_customer_id":167746,"tr_customer_product_id":167736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:41.000Z","modified_at":"2026-01-27T03:59:41.000Z","name":"Leonie Stoltenberg","mobile_number":"632-793-6650","email_id":"Lia98@yahoo.com","dop":"2025-04-06","serial_number":"18862572585037620","imei1":"18862572585037620","imei2":"18862572585037620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167730,"job_number":"JOB_167730","tr_customer_id":167747,"tr_customer_product_id":167737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T03:59:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16140328322120","imei1":"16140328322120","imei2":"16140328322120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167732,"job_number":"JOB_167732","tr_customer_id":167749,"tr_customer_product_id":167739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:00.000Z","modified_at":"2026-01-27T04:00:00.000Z","name":"Amparo Stroman","mobile_number":"652-396-9062","email_id":"Theodora_Cormier@yahoo.com","dop":"2025-04-06","serial_number":"12770672414828126","imei1":"12770672414828126","imei2":"12770672414828126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167733,"job_number":"JOB_167733","tr_customer_id":167750,"tr_customer_product_id":167740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:00:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11149211780437","imei1":"11149211780437","imei2":"11149211780437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167735,"job_number":"JOB_167735","tr_customer_id":167752,"tr_customer_product_id":167742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:26.000Z","modified_at":"2026-01-27T04:00:26.000Z","name":"Alessandro Klein","mobile_number":"249-949-3079","email_id":"Antonette_Ward49@hotmail.com","dop":"2025-04-06","serial_number":"16760489880667088","imei1":"16760489880667088","imei2":"16760489880667088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167736,"job_number":"JOB_167736","tr_customer_id":167753,"tr_customer_product_id":167743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68750095402755","imei1":"68750095402755","imei2":"68750095402755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167737,"job_number":"JOB_167737","tr_customer_id":167754,"tr_customer_product_id":167744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87908979667028","imei1":"87908979667028","imei2":"87908979667028","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167738,"job_number":"JOB_167738","tr_customer_id":167755,"tr_customer_product_id":167745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69648210848652","imei1":"69648210848652","imei2":"69648210848652","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167739,"job_number":"JOB_167739","tr_customer_id":167756,"tr_customer_product_id":167746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23206692471066","imei1":"23206692471066","imei2":"23206692471066","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167740,"job_number":"JOB_167740","tr_customer_id":167757,"tr_customer_product_id":167747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25474750557996","imei1":"25474750557996","imei2":"25474750557996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167741,"job_number":"JOB_167741","tr_customer_id":167758,"tr_customer_product_id":167748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18506977235583","imei1":"18506977235583","imei2":"18506977235583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167743,"job_number":"JOB_167743","tr_customer_id":167760,"tr_customer_product_id":167750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46488600950401","imei1":"46488600950401","imei2":"46488600950401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167744,"job_number":"JOB_167744","tr_customer_id":167761,"tr_customer_product_id":167751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84840740161320","imei1":"84840740161320","imei2":"84840740161320","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167745,"job_number":"JOB_167745","tr_customer_id":167762,"tr_customer_product_id":167752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46523212624438","imei1":"46523212624438","imei2":"46523212624438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167746,"job_number":"JOB_167746","tr_customer_id":167763,"tr_customer_product_id":167753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53625626675668","imei1":"53625626675668","imei2":"53625626675668","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167747,"job_number":"JOB_167747","tr_customer_id":167764,"tr_customer_product_id":167754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63891004325201","imei1":"63891004325201","imei2":"63891004325201","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167748,"job_number":"JOB_167748","tr_customer_id":167765,"tr_customer_product_id":167755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41394992103667","imei1":"41394992103667","imei2":"41394992103667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167750,"job_number":"JOB_167750","tr_customer_id":167767,"tr_customer_product_id":167757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12920615173484","imei1":"12920615173484","imei2":"12920615173484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167751,"job_number":"JOB_167751","tr_customer_id":167768,"tr_customer_product_id":167758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73599827046103","imei1":"73599827046103","imei2":"73599827046103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167752,"job_number":"JOB_167752","tr_customer_id":167769,"tr_customer_product_id":167759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13224128065911","imei1":"13224128065911","imei2":"13224128065911","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167753,"job_number":"JOB_167753","tr_customer_id":167770,"tr_customer_product_id":167760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46674199155380","imei1":"46674199155380","imei2":"46674199155380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167754,"job_number":"JOB_167754","tr_customer_id":167771,"tr_customer_product_id":167761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15031952061543","imei1":"15031952061543","imei2":"15031952061543","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167755,"job_number":"JOB_167755","tr_customer_id":167772,"tr_customer_product_id":167762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40729081242918","imei1":"40729081242918","imei2":"40729081242918","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167759,"job_number":"JOB_167759","tr_customer_id":167776,"tr_customer_product_id":167766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:41:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10503948481380","imei1":"10503948481380","imei2":"10503948481380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167761,"job_number":"JOB_167761","tr_customer_id":167778,"tr_customer_product_id":167768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:29.000Z","modified_at":"2026-01-27T04:41:29.000Z","name":"Jonathon Kohler","mobile_number":"323-332-8852","email_id":"Hollis.Hegmann72@gmail.com","dop":"2025-04-06","serial_number":"16750184270928274","imei1":"16750184270928274","imei2":"16750184270928274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167762,"job_number":"JOB_167762","tr_customer_id":167779,"tr_customer_product_id":167769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:15.000Z","modified_at":"2026-01-27T04:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18798652558941","imei1":"18798652558941","imei2":"18798652558941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167764,"job_number":"JOB_167764","tr_customer_id":167781,"tr_customer_product_id":167771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:17.000Z","modified_at":"2026-01-27T04:42:17.000Z","name":"Jabari Wyman","mobile_number":"655-718-3360","email_id":"Roosevelt.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"14727302101919016","imei1":"14727302101919016","imei2":"14727302101919016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167765,"job_number":"JOB_167765","tr_customer_id":167782,"tr_customer_product_id":167772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:03.000Z","modified_at":"2026-01-27T04:43:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19948686107370","imei1":"19948686107370","imei2":"19948686107370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167767,"job_number":"JOB_167767","tr_customer_id":167784,"tr_customer_product_id":167774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:05.000Z","modified_at":"2026-01-27T04:43:05.000Z","name":"Brycen Hartmann","mobile_number":"920-423-2523","email_id":"Billy38@yahoo.com","dop":"2025-04-06","serial_number":"17160575372195656","imei1":"17160575372195656","imei2":"17160575372195656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167768,"job_number":"JOB_167768","tr_customer_id":167785,"tr_customer_product_id":167775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:07.000Z","modified_at":"2026-01-27T04:43:07.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"15444292375424","imei1":"15444292375424","imei2":"15444292375424","popurl":"2026-01-17T04:43:07.439793018Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167769,"job_number":"JOB_167769","tr_customer_id":167786,"tr_customer_product_id":167776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:32.000Z","modified_at":"2026-01-27T04:43:32.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"79668445389652","imei1":"79668445389652","imei2":"79668445389652","popurl":"2026-01-17T04:43:32.109403420Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167770,"job_number":"JOB_167770","tr_customer_id":167787,"tr_customer_product_id":167777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103498957615061","imei1":"103498957615061","imei2":"103498957615061","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167772,"job_number":"JOB_167772","tr_customer_id":167789,"tr_customer_product_id":167779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:51:55.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100099889244294","imei1":"100099889244294","imei2":"100099889244294","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167775,"job_number":"JOB_167775","tr_customer_id":167792,"tr_customer_product_id":167782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:39.000Z","modified_at":"2026-01-27T04:57:39.000Z","name":"Diego Bayer","mobile_number":"665-414-9415","email_id":"Mara.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"11332008650035692","imei1":"11332008650035692","imei2":"11332008650035692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167777,"job_number":"JOB_167777","tr_customer_id":167794,"tr_customer_product_id":167784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:25.000Z","modified_at":"2026-01-27T04:58:25.000Z","name":"Tillman Schultz","mobile_number":"358-708-5320","email_id":"Helena_Kuhic@gmail.com","dop":"2025-04-06","serial_number":"13321667553343650","imei1":"13321667553343650","imei2":"13321667553343650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167779,"job_number":"JOB_167779","tr_customer_id":167796,"tr_customer_product_id":167786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:11.000Z","modified_at":"2026-01-27T04:59:11.000Z","name":"Gene Effertz","mobile_number":"977-611-6671","email_id":"Javier.Rutherford@gmail.com","dop":"2025-04-06","serial_number":"19594496775397960","imei1":"19594496775397960","imei2":"19594496775397960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167781,"job_number":"JOB_167781","tr_customer_id":167798,"tr_customer_product_id":167788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:54.000Z","modified_at":"2026-01-27T05:00:54.000Z","name":"Celia Hamill","mobile_number":"980-656-1254","email_id":"Jayme80@yahoo.com","dop":"2025-04-06","serial_number":"17093614278677168","imei1":"17093614278677168","imei2":"17093614278677168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167783,"job_number":"JOB_167783","tr_customer_id":167800,"tr_customer_product_id":167790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:12.000Z","modified_at":"2026-01-27T05:01:12.000Z","name":"Lucinda Smith","mobile_number":"711-707-2038","email_id":"Raven_Tromp68@hotmail.com","dop":"2025-04-06","serial_number":"18435660998000900","imei1":"18435660998000900","imei2":"18435660998000900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167784,"job_number":"JOB_167784","tr_customer_id":167801,"tr_customer_product_id":167791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:08.000Z","modified_at":"2026-01-27T05:18:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18105688226137","imei1":"18105688226137","imei2":"18105688226137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167786,"job_number":"JOB_167786","tr_customer_id":167803,"tr_customer_product_id":167793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:10.000Z","modified_at":"2026-01-27T05:18:10.000Z","name":"Concepcion Kling","mobile_number":"485-572-1549","email_id":"Gwendolyn_Prohaska74@hotmail.com","dop":"2025-04-06","serial_number":"15864204710609916","imei1":"15864204710609916","imei2":"15864204710609916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167787,"job_number":"JOB_167787","tr_customer_id":167804,"tr_customer_product_id":167794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:53.000Z","modified_at":"2026-01-27T05:18:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17393390155661","imei1":"17393390155661","imei2":"17393390155661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167789,"job_number":"JOB_167789","tr_customer_id":167806,"tr_customer_product_id":167796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:55.000Z","modified_at":"2026-01-27T05:18:55.000Z","name":"Samantha Heidenreich","mobile_number":"264-977-5406","email_id":"Alanna.Keebler55@hotmail.com","dop":"2025-04-06","serial_number":"17862732445518564","imei1":"17862732445518564","imei2":"17862732445518564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167790,"job_number":"JOB_167790","tr_customer_id":167807,"tr_customer_product_id":167797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:38.000Z","modified_at":"2026-01-27T05:19:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12162921804378","imei1":"12162921804378","imei2":"12162921804378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167792,"job_number":"JOB_167792","tr_customer_id":167809,"tr_customer_product_id":167799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:40.000Z","modified_at":"2026-01-27T05:19:40.000Z","name":"Vella Smitham","mobile_number":"409-455-6807","email_id":"Theresa.Collins@gmail.com","dop":"2025-04-06","serial_number":"11657422336501164","imei1":"11657422336501164","imei2":"11657422336501164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167796,"job_number":"JOB_167796","tr_customer_id":167813,"tr_customer_product_id":167803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11730143042933","imei1":"11730143042933","imei2":"11730143042933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167798,"job_number":"JOB_167798","tr_customer_id":167815,"tr_customer_product_id":167805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:04.000Z","modified_at":"2026-01-27T06:19:04.000Z","name":"Brown Bednar","mobile_number":"861-977-4122","email_id":"Karlie_Green48@gmail.com","dop":"2025-04-06","serial_number":"18532545821601696","imei1":"18532545821601696","imei2":"18532545821601696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167799,"job_number":"JOB_167799","tr_customer_id":167816,"tr_customer_product_id":167806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18187635174485","imei1":"18187635174485","imei2":"18187635174485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167801,"job_number":"JOB_167801","tr_customer_id":167818,"tr_customer_product_id":167808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:48.000Z","modified_at":"2026-01-27T06:19:48.000Z","name":"Clarissa Gerlach","mobile_number":"329-576-0565","email_id":"Amani46@hotmail.com","dop":"2025-04-06","serial_number":"19841535420662280","imei1":"19841535420662280","imei2":"19841535420662280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167808,"job_number":"JOB_167808","tr_customer_id":167825,"tr_customer_product_id":167815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:30.000Z","modified_at":"2026-01-27T06:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16491092711122","imei1":"16491092711122","imei2":"16491092711122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167810,"job_number":"JOB_167810","tr_customer_id":167827,"tr_customer_product_id":167817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:32.000Z","modified_at":"2026-01-27T06:20:32.000Z","name":"Hipolito Hermiston","mobile_number":"643-640-8790","email_id":"Minnie50@yahoo.com","dop":"2025-04-06","serial_number":"16738148478419176","imei1":"16738148478419176","imei2":"16738148478419176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167816,"job_number":"JOB_167816","tr_customer_id":167833,"tr_customer_product_id":167823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10590065726560","imei1":"10590065726560","imei2":"10590065726560","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167817,"job_number":"JOB_167817","tr_customer_id":167834,"tr_customer_product_id":167824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"Dedrick Sawayn","mobile_number":"606-435-9603","email_id":"Cedrick18@gmail.com","dop":"2025-04-06","serial_number":"14284034712076870","imei1":"14284034712076870","imei2":"14284034712076870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167819,"job_number":"JOB_167819","tr_customer_id":167836,"tr_customer_product_id":167826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:06.000Z","modified_at":"2026-01-27T06:23:06.000Z","name":"Aniya Mueller","mobile_number":"546-393-9663","email_id":"Chanelle2@hotmail.com","dop":"2025-06-18","serial_number":"1072434199213766","imei1":"1072434199213766","imei2":"1072434199213766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167820,"job_number":"JOB_167820","tr_customer_id":167837,"tr_customer_product_id":167827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:23:48.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10101267317766","imei1":"10101267317766","imei2":"10101267317766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167822,"job_number":"JOB_167822","tr_customer_id":167839,"tr_customer_product_id":167829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:49.000Z","modified_at":"2026-01-27T06:23:49.000Z","name":"Stefanie Lemke","mobile_number":"292-504-2515","email_id":"Kali24@gmail.com","dop":"2025-06-18","serial_number":"1067109977151928","imei1":"1067109977151928","imei2":"1067109977151928","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167823,"job_number":"JOB_167823","tr_customer_id":167840,"tr_customer_product_id":167830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:24:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11740984830074","imei1":"11740984830074","imei2":"11740984830074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167825,"job_number":"JOB_167825","tr_customer_id":167842,"tr_customer_product_id":167832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:37.000Z","modified_at":"2026-01-27T06:24:37.000Z","name":"Kaleb Beahan","mobile_number":"242-722-0254","email_id":"Sunny81@hotmail.com","dop":"2025-04-06","serial_number":"18555023955379372","imei1":"18555023955379372","imei2":"18555023955379372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167826,"job_number":"JOB_167826","tr_customer_id":167843,"tr_customer_product_id":167833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:26.000Z","modified_at":"2026-01-27T06:25:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12338518242380","imei1":"12338518242380","imei2":"12338518242380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167828,"job_number":"JOB_167828","tr_customer_id":167845,"tr_customer_product_id":167835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:28.000Z","modified_at":"2026-01-27T06:25:28.000Z","name":"Ramon Hilll","mobile_number":"811-699-6550","email_id":"Brook56@gmail.com","dop":"2025-04-06","serial_number":"19695958491683900","imei1":"19695958491683900","imei2":"19695958491683900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167829,"job_number":"JOB_167829","tr_customer_id":167846,"tr_customer_product_id":167836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:26:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15802935641808","imei1":"15802935641808","imei2":"15802935641808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167831,"job_number":"JOB_167831","tr_customer_id":167848,"tr_customer_product_id":167838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:19.000Z","modified_at":"2026-01-27T06:26:19.000Z","name":"Lazaro Hoppe","mobile_number":"805-669-5412","email_id":"Leland_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"18267334371696710","imei1":"18267334371696710","imei2":"18267334371696710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167832,"job_number":"JOB_167832","tr_customer_id":167849,"tr_customer_product_id":167839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:27:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11615152671057","imei1":"11615152671057","imei2":"11615152671057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167834,"job_number":"JOB_167834","tr_customer_id":167851,"tr_customer_product_id":167841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:39.000Z","modified_at":"2026-01-27T06:27:39.000Z","name":"Hettie Brakus","mobile_number":"920-884-7742","email_id":"Lillian.Steuber98@gmail.com","dop":"2025-04-06","serial_number":"17652142820175848","imei1":"17652142820175848","imei2":"17652142820175848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167835,"job_number":"JOB_167835","tr_customer_id":167852,"tr_customer_product_id":167842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19904485216653","imei1":"19904485216653","imei2":"19904485216653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167837,"job_number":"JOB_167837","tr_customer_id":167854,"tr_customer_product_id":167844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:23.000Z","modified_at":"2026-01-27T06:28:23.000Z","name":"Bobby Bogan","mobile_number":"519-540-8511","email_id":"Moriah.Torp35@gmail.com","dop":"2025-04-06","serial_number":"10461022854004748","imei1":"10461022854004748","imei2":"10461022854004748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167838,"job_number":"JOB_167838","tr_customer_id":167855,"tr_customer_product_id":167845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19420379464284","imei1":"19420379464284","imei2":"19420379464284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167840,"job_number":"JOB_167840","tr_customer_id":167857,"tr_customer_product_id":167847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:06.000Z","modified_at":"2026-01-27T06:29:06.000Z","name":"Anastacio Ebert","mobile_number":"971-557-1170","email_id":"Reba3@hotmail.com","dop":"2025-04-06","serial_number":"14007303508030568","imei1":"14007303508030568","imei2":"14007303508030568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167843,"job_number":"JOB_167843","tr_customer_id":167860,"tr_customer_product_id":167850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17339423269073","imei1":"17339423269073","imei2":"17339423269073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167845,"job_number":"JOB_167845","tr_customer_id":167862,"tr_customer_product_id":167852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:17.000Z","name":"Modesto Sauer","mobile_number":"424-849-3916","email_id":"Delilah_Treutel27@hotmail.com","dop":"2025-04-06","serial_number":"11996959230079538","imei1":"11996959230079538","imei2":"11996959230079538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167847,"job_number":"JOB_167847","tr_customer_id":167864,"tr_customer_product_id":167854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15985961373989","imei1":"15985961373989","imei2":"15985961373989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167849,"job_number":"JOB_167849","tr_customer_id":167866,"tr_customer_product_id":167856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:05.000Z","modified_at":"2026-01-27T06:31:05.000Z","name":"Giovani McKenzie","mobile_number":"898-307-0001","email_id":"Brady_Leannon@hotmail.com","dop":"2025-04-06","serial_number":"19451465414718350","imei1":"19451465414718350","imei2":"19451465414718350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167850,"job_number":"JOB_167850","tr_customer_id":167867,"tr_customer_product_id":167857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:31:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10477906422672","imei2":"10477906422672","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167852,"job_number":"JOB_167852","tr_customer_id":167869,"tr_customer_product_id":167859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:31:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11373056543091","imei1":"11373056543091","imei2":"11373056543091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167854,"job_number":"JOB_167854","tr_customer_id":167871,"tr_customer_product_id":167861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:52.000Z","modified_at":"2026-01-27T06:31:52.000Z","name":"Sadye Sipes","mobile_number":"779-875-8270","email_id":"Ebony.Hirthe@gmail.com","dop":"2025-04-06","serial_number":"10349692400180752","imei1":"10349692400180752","imei2":"10349692400180752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167855,"job_number":"JOB_167855","tr_customer_id":167872,"tr_customer_product_id":167862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14206461523702","imei2":"14206461523702","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167857,"job_number":"JOB_167857","tr_customer_id":167874,"tr_customer_product_id":167864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:17.000Z","modified_at":"2026-01-27T06:32:17.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12347251322045","imei2":"12347251322045","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167860,"job_number":"JOB_167860","tr_customer_id":167877,"tr_customer_product_id":167867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:28.000Z","modified_at":"2026-01-27T06:34:28.000Z","name":"Felton Jones","mobile_number":"461-830-5368","email_id":"Donald_Muller@gmail.com","dop":"2025-04-06","serial_number":"15954666796721888","imei1":"15954666796721888","imei2":"15954666796721888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167861,"job_number":"JOB_167861","tr_customer_id":167878,"tr_customer_product_id":167868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:06.000Z","modified_at":"2026-01-27T06:35:06.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17343592327259","imei1":"17343592327259","imei2":"17343592327259","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167863,"job_number":"JOB_167863","tr_customer_id":167880,"tr_customer_product_id":167870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:28.000Z","modified_at":"2026-01-27T06:35:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12322716487394","imei1":"12322716487394","imei2":"12322716487394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167865,"job_number":"JOB_167865","tr_customer_id":167882,"tr_customer_product_id":167872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:30.000Z","modified_at":"2026-01-27T06:35:30.000Z","name":"Omer Maggio","mobile_number":"655-959-8696","email_id":"Hershel99@gmail.com","dop":"2025-04-06","serial_number":"11488347981559736","imei1":"11488347981559736","imei2":"11488347981559736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167869,"job_number":"JOB_167869","tr_customer_id":167886,"tr_customer_product_id":167876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:54.000Z","modified_at":"2026-01-27T06:35:54.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17324433358007","imei1":"17324433358007","imei2":"17324433358007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167871,"job_number":"JOB_167871","tr_customer_id":167888,"tr_customer_product_id":167878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:15.000Z","modified_at":"2026-01-27T06:36:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18948317579051","imei1":"18948317579051","imei2":"18948317579051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167873,"job_number":"JOB_167873","tr_customer_id":167890,"tr_customer_product_id":167880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:17.000Z","modified_at":"2026-01-27T06:36:17.000Z","name":"Maye Rodriguez","mobile_number":"655-525-8401","email_id":"Edward.Walsh28@gmail.com","dop":"2025-04-06","serial_number":"18172135488968240","imei1":"18172135488968240","imei2":"18172135488968240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167877,"job_number":"JOB_167877","tr_customer_id":167894,"tr_customer_product_id":167884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:36:42.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16171174787922","imei1":"16171174787922","imei2":"16171174787922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167879,"job_number":"JOB_167879","tr_customer_id":167896,"tr_customer_product_id":167886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797132248973","imei1":"12797132248973","imei2":"12797132248973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167880,"job_number":"JOB_167880","tr_customer_id":167897,"tr_customer_product_id":167887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15941554825756","imei1":"15941554825756","imei2":"15941554825756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167883,"job_number":"JOB_167883","tr_customer_id":167900,"tr_customer_product_id":167890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Avis Fadel","mobile_number":"908-634-0138","email_id":"Norene.Raynor@gmail.com","dop":"2025-04-06","serial_number":"18320246082397332","imei1":"18320246082397332","imei2":"18320246082397332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167884,"job_number":"JOB_167884","tr_customer_id":167901,"tr_customer_product_id":167891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Wyatt Friesen","mobile_number":"592-951-6370","email_id":"Willard57@yahoo.com","dop":"2025-04-06","serial_number":"18984968440466710","imei1":"18984968440466710","imei2":"18984968440466710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167888,"job_number":"JOB_167888","tr_customer_id":167905,"tr_customer_product_id":167895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:37:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10244847596438","imei1":"10244847596438","imei2":"10244847596438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167890,"job_number":"JOB_167890","tr_customer_id":167907,"tr_customer_product_id":167897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:49.000Z","modified_at":"2026-01-27T06:37:49.000Z","name":"Davion Gaylord","mobile_number":"478-883-2288","email_id":"Alejandrin_OKeefe47@gmail.com","dop":"2025-04-06","serial_number":"11487920209396314","imei1":"11487920209396314","imei2":"11487920209396314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167894,"job_number":"JOB_167894","tr_customer_id":167911,"tr_customer_product_id":167901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:31.000Z","modified_at":"2026-01-27T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14777744687360","imei1":"14777744687360","imei2":"14777744687360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167896,"job_number":"JOB_167896","tr_customer_id":167913,"tr_customer_product_id":167903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:33.000Z","modified_at":"2026-01-27T06:38:33.000Z","name":"Marty Corkery","mobile_number":"727-204-3064","email_id":"Domenico.Huels@yahoo.com","dop":"2025-04-06","serial_number":"10948488540603988","imei1":"10948488540603988","imei2":"10948488540603988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167897,"job_number":"JOB_167897","tr_customer_id":167914,"tr_customer_product_id":167904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18231155699279","imei1":"18231155699279","imei2":"18231155699279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167899,"job_number":"JOB_167899","tr_customer_id":167916,"tr_customer_product_id":167906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:06.000Z","modified_at":"2026-01-27T06:42:06.000Z","name":"Lisa Zulauf","mobile_number":"250-618-8688","email_id":"Chelsea9@yahoo.com","dop":"2025-04-06","serial_number":"17611184738963124","imei1":"17611184738963124","imei2":"17611184738963124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167900,"job_number":"JOB_167900","tr_customer_id":167917,"tr_customer_product_id":167907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:42:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17079659156633","imei1":"17079659156633","imei2":"17079659156633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167902,"job_number":"JOB_167902","tr_customer_id":167919,"tr_customer_product_id":167909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:56.000Z","modified_at":"2026-01-27T06:42:56.000Z","name":"Ned Dach","mobile_number":"535-612-0082","email_id":"Adolfo_Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15430774571147254","imei1":"15430774571147254","imei2":"15430774571147254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167903,"job_number":"JOB_167903","tr_customer_id":167920,"tr_customer_product_id":167910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:01.000Z","modified_at":"2026-01-27T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14958910419154","imei1":"14958910419154","imei2":"14958910419154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167905,"job_number":"JOB_167905","tr_customer_id":167922,"tr_customer_product_id":167912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:03.000Z","modified_at":"2026-01-27T06:43:03.000Z","name":"Roy Aufderhar","mobile_number":"826-647-3721","email_id":"Sheila.Murphy83@yahoo.com","dop":"2025-04-06","serial_number":"10699411250399026","imei1":"10699411250399026","imei2":"10699411250399026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167906,"job_number":"JOB_167906","tr_customer_id":167923,"tr_customer_product_id":167913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:43:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15646928553703","imei1":"15646928553703","imei2":"15646928553703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167908,"job_number":"JOB_167908","tr_customer_id":167925,"tr_customer_product_id":167915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:44.000Z","modified_at":"2026-01-27T06:43:44.000Z","name":"Victor Schroeder","mobile_number":"473-540-3534","email_id":"Dexter_Marks@gmail.com","dop":"2025-04-06","serial_number":"16447744665311734","imei1":"16447744665311734","imei2":"16447744665311734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167910,"job_number":"JOB_167910","tr_customer_id":167927,"tr_customer_product_id":167917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:46.000Z","modified_at":"2026-01-27T06:43:46.000Z","name":"Percy Crist","mobile_number":"935-950-9106","email_id":"Krystel.Ankunding67@yahoo.com","dop":"2025-04-06","serial_number":"18545814363637170","imei1":"18545814363637170","imei2":"18545814363637170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167911,"job_number":"JOB_167911","tr_customer_id":167928,"tr_customer_product_id":167918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:49.000Z","modified_at":"2026-01-27T06:43:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13742475805245","imei1":"13742475805245","imei2":"13742475805245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167913,"job_number":"JOB_167913","tr_customer_id":167930,"tr_customer_product_id":167920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:51.000Z","modified_at":"2026-01-27T06:43:51.000Z","name":"Serenity Boyer","mobile_number":"339-974-1255","email_id":"Carleton.Marvin98@gmail.com","dop":"2025-04-06","serial_number":"15255955352476028","imei1":"15255955352476028","imei2":"15255955352476028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167915,"job_number":"JOB_167915","tr_customer_id":167932,"tr_customer_product_id":167922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:18.000Z","modified_at":"2026-01-27T06:44:18.000Z","name":"Ariane Hamill","mobile_number":"398-734-1884","email_id":"Ryleigh.Tremblay42@hotmail.com","dop":"2025-04-06","serial_number":"10595233660109322","imei1":"10595233660109322","imei2":"10595233660109322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167916,"job_number":"JOB_167916","tr_customer_id":167933,"tr_customer_product_id":167923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17063374650545","imei1":"17063374650545","imei2":"17063374650545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167918,"job_number":"JOB_167918","tr_customer_id":167935,"tr_customer_product_id":167925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:39.000Z","modified_at":"2026-01-27T06:44:39.000Z","name":"Golden Brown","mobile_number":"840-732-0041","email_id":"Hailie73@hotmail.com","dop":"2025-04-06","serial_number":"15818286366602872","imei1":"15818286366602872","imei2":"15818286366602872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167919,"job_number":"JOB_167919","tr_customer_id":167936,"tr_customer_product_id":167926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:49:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17402848540623","imei1":"17402848540623","imei2":"17402848540623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167921,"job_number":"JOB_167921","tr_customer_id":167938,"tr_customer_product_id":167928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:26.000Z","modified_at":"2026-01-27T06:49:26.000Z","name":"Garry Haag","mobile_number":"330-706-5364","email_id":"Lenna35@hotmail.com","dop":"2025-04-06","serial_number":"11179143080451844","imei1":"11179143080451844","imei2":"11179143080451844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167923,"job_number":"JOB_167923","tr_customer_id":167940,"tr_customer_product_id":167930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:30.000Z","modified_at":"2026-01-27T06:49:30.000Z","name":"Milton Bartell","mobile_number":"357-620-1896","email_id":"Kian46@hotmail.com","dop":"2025-04-06","serial_number":"17118551920422780","imei1":"17118551920422780","imei2":"17118551920422780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167924,"job_number":"JOB_167924","tr_customer_id":167941,"tr_customer_product_id":167931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:49:52.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10934874410701","imei1":"10934874410701","imei2":"10934874410701","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167926,"job_number":"JOB_167926","tr_customer_id":167943,"tr_customer_product_id":167933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:54.000Z","modified_at":"2026-01-27T06:49:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"90321257518944","imei1":"90321257518944","imei2":"90321257518944","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167927,"job_number":"JOB_167927","tr_customer_id":167944,"tr_customer_product_id":167934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13203431323945","imei1":"13203431323945","imei2":"13203431323945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167929,"job_number":"JOB_167929","tr_customer_id":167946,"tr_customer_product_id":167936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:13.000Z","modified_at":"2026-01-27T06:50:13.000Z","name":"Arno Kessler","mobile_number":"230-754-1794","email_id":"Stanley57@hotmail.com","dop":"2025-04-06","serial_number":"18194212640282856","imei1":"18194212640282856","imei2":"18194212640282856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167930,"job_number":"JOB_167930","tr_customer_id":167947,"tr_customer_product_id":167937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:50:40.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11366144519689","imei1":"11366144519689","imei2":"11366144519689","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167932,"job_number":"JOB_167932","tr_customer_id":167949,"tr_customer_product_id":167939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:42.000Z","modified_at":"2026-01-27T06:50:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42969104263391","imei1":"42969104263391","imei2":"42969104263391","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167933,"job_number":"JOB_167933","tr_customer_id":167950,"tr_customer_product_id":167940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:50:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16248942148525","imei1":"16248942148525","imei2":"16248942148525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167935,"job_number":"JOB_167935","tr_customer_id":167952,"tr_customer_product_id":167942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:00.000Z","modified_at":"2026-01-27T06:51:00.000Z","name":"Abe Borer","mobile_number":"232-802-4714","email_id":"Alfreda56@hotmail.com","dop":"2025-04-06","serial_number":"14248653361242728","imei1":"14248653361242728","imei2":"14248653361242728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167936,"job_number":"JOB_167936","tr_customer_id":167953,"tr_customer_product_id":167943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:25.000Z","modified_at":"2026-01-27T06:51:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11495474994629","imei1":"11495474994629","imei2":"11495474994629","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167938,"job_number":"JOB_167938","tr_customer_id":167955,"tr_customer_product_id":167945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:27.000Z","modified_at":"2026-01-27T06:51:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10931088604581","imei1":"10931088604581","imei2":"10931088604581","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167939,"job_number":"JOB_167939","tr_customer_id":167956,"tr_customer_product_id":167946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14442504887526","imei1":"14442504887526","imei2":"14442504887526","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167941,"job_number":"JOB_167941","tr_customer_id":167958,"tr_customer_product_id":167948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:53:57.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15533783976054","imei1":"15533783976054","imei2":"15533783976054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167943,"job_number":"JOB_167943","tr_customer_id":167960,"tr_customer_product_id":167950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:15.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"14875645655732","imei1":"14875645655732","imei2":"14875645655732","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167946,"job_number":"JOB_167946","tr_customer_id":167963,"tr_customer_product_id":167953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:46.000Z","modified_at":"2026-01-27T07:03:46.000Z","name":"Esperanza Roberts","mobile_number":"363-465-4153","email_id":"Cleo_Jacobi1@gmail.com","dop":"2025-04-06","serial_number":"18899724181012810","imei1":"18899724181012810","imei2":"18899724181012810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167948,"job_number":"JOB_167948","tr_customer_id":167965,"tr_customer_product_id":167955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:31.000Z","modified_at":"2026-01-27T07:04:31.000Z","name":"Miller Hagenes","mobile_number":"363-948-0072","email_id":"Antwon.Kiehn95@hotmail.com","dop":"2025-04-06","serial_number":"14549798314648444","imei1":"14549798314648444","imei2":"14549798314648444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:04:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167950,"job_number":"JOB_167950","tr_customer_id":167967,"tr_customer_product_id":167957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:15.000Z","modified_at":"2026-01-27T07:05:15.000Z","name":"Kellie Lubowitz","mobile_number":"217-327-9980","email_id":"Selina_Pacocha9@yahoo.com","dop":"2025-04-06","serial_number":"14946686752066788","imei1":"14946686752066788","imei2":"14946686752066788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167957,"job_number":"JOB_167957","tr_customer_id":167974,"tr_customer_product_id":167964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:37.000Z","modified_at":"2026-01-27T07:40:37.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17738472759011","imei1":"17738472759011","imei2":"17738472759011","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167959,"job_number":"JOB_167959","tr_customer_id":167976,"tr_customer_product_id":167966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:40:54.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"12836241188214","imei1":"12836241188214","imei2":"12836241188214","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167961,"job_number":"JOB_167961","tr_customer_id":167978,"tr_customer_product_id":167968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:10.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12826889896801","imei1":"12826889896801","imei2":"12826889896801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167963,"job_number":"JOB_167963","tr_customer_id":167980,"tr_customer_product_id":167970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:44:58.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13067462755559","imei1":"13067462755559","imei2":"13067462755559","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167965,"job_number":"JOB_167965","tr_customer_id":167982,"tr_customer_product_id":167972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19818407352524","imei1":"19818407352524","imei2":"19818407352524","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167967,"job_number":"JOB_167967","tr_customer_id":167984,"tr_customer_product_id":167974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:34.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16020089347172","imei1":"16020089347172","imei2":"16020089347172","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167970,"job_number":"JOB_167970","tr_customer_id":167987,"tr_customer_product_id":167977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:57.000Z","modified_at":"2026-01-27T07:46:57.000Z","name":"Addie Mertz","mobile_number":"296-519-9094","email_id":"Lambert.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10321152826079464","imei1":"10321152826079464","imei2":"10321152826079464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167974,"job_number":"JOB_167974","tr_customer_id":167991,"tr_customer_product_id":167981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:44.000Z","name":"Kristian Gibson","mobile_number":"551-888-9007","email_id":"Clement.Haag@hotmail.com","dop":"2025-04-06","serial_number":"19625716723951844","imei1":"19625716723951844","imei2":"19625716723951844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167976,"job_number":"JOB_167976","tr_customer_id":167993,"tr_customer_product_id":167983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:31.000Z","modified_at":"2026-01-27T07:59:31.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17369535765768","imei1":"17369535765768","imei2":"17369535765768","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167978,"job_number":"JOB_167978","tr_customer_id":167995,"tr_customer_product_id":167985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:47.000Z","modified_at":"2026-01-27T07:59:47.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14742460549015","imei1":"14742460549015","imei2":"14742460549015","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167980,"job_number":"JOB_167980","tr_customer_id":167997,"tr_customer_product_id":167987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:00:03.000Z","modified_at":"2026-01-27T08:00:03.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16634399654249","imei1":"16634399654249","imei2":"16634399654249","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167982,"job_number":"JOB_167982","tr_customer_id":167999,"tr_customer_product_id":167989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:03:56.000Z","modified_at":"2026-01-27T08:03:56.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"78948745849733","imei1":"78948745849733","imei2":"78948745849733","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167983,"job_number":"JOB_167983","tr_customer_id":168000,"tr_customer_product_id":167990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:32.000Z","modified_at":"2026-01-27T08:18:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10992418351194","imei1":"10992418351194","imei2":"10992418351194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167985,"job_number":"JOB_167985","tr_customer_id":168002,"tr_customer_product_id":167992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:33.000Z","modified_at":"2026-01-27T08:18:33.000Z","name":"Derick Rohan","mobile_number":"943-371-0272","email_id":"Joesph58@yahoo.com","dop":"2025-04-06","serial_number":"19714674691620584","imei1":"19714674691620584","imei2":"19714674691620584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167986,"job_number":"JOB_167986","tr_customer_id":168003,"tr_customer_product_id":167993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:17.000Z","modified_at":"2026-01-27T08:19:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14876666988513","imei1":"14876666988513","imei2":"14876666988513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167988,"job_number":"JOB_167988","tr_customer_id":168005,"tr_customer_product_id":167995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:18.000Z","modified_at":"2026-01-27T08:19:18.000Z","name":"Electa Casper","mobile_number":"671-854-5386","email_id":"Keeley_Kessler75@yahoo.com","dop":"2025-04-06","serial_number":"10993514331888866","imei1":"10993514331888866","imei2":"10993514331888866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167989,"job_number":"JOB_167989","tr_customer_id":168006,"tr_customer_product_id":167996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:01.000Z","modified_at":"2026-01-27T08:20:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16228039361944","imei1":"16228039361944","imei2":"16228039361944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167991,"job_number":"JOB_167991","tr_customer_id":168008,"tr_customer_product_id":167998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:03.000Z","modified_at":"2026-01-27T08:20:03.000Z","name":"Rosalind Kreiger","mobile_number":"334-544-9200","email_id":"Hunter.Schamberger@yahoo.com","dop":"2025-04-06","serial_number":"10419097285708058","imei1":"10419097285708058","imei2":"10419097285708058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167992,"job_number":"JOB_167992","tr_customer_id":168009,"tr_customer_product_id":167999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:31.000Z","modified_at":"2026-01-27T08:30:31.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"18595240715145","imei1":"18595240715145","imei2":"18595240715145","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167993,"job_number":"JOB_167993","tr_customer_id":168010,"tr_customer_product_id":168000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:49.000Z","modified_at":"2026-01-27T08:30:49.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"16937654532065","imei1":"16937654532065","imei2":"16937654532065","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167994,"job_number":"JOB_167994","tr_customer_id":168011,"tr_customer_product_id":168001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:55.000Z","modified_at":"2026-01-27T08:30:55.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"10256589793129","imei1":"10256589793129","imei2":"10256589793129","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167995,"job_number":"JOB_167995","tr_customer_id":168012,"tr_customer_product_id":168002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:36:40.000Z","modified_at":"2026-01-27T08:36:40.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"19248780212751","imei1":"19248780212751","imei2":"19248780212751","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:36:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167996,"job_number":"JOB_167996","tr_customer_id":168013,"tr_customer_product_id":168003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:39:37.000Z","modified_at":"2026-01-27T08:39:37.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"13765835130561","imei1":"13765835130561","imei2":"13765835130561","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:39:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167997,"job_number":"JOB_167997","tr_customer_id":168014,"tr_customer_product_id":168004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:40:01.000Z","modified_at":"2026-01-27T08:40:01.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"14732742119680","imei1":"14732742119680","imei2":"14732742119680","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167998,"job_number":"JOB_167998","tr_customer_id":168015,"tr_customer_product_id":168005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:14.000Z","modified_at":"2026-01-27T08:42:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14259892350420","imei1":"14259892350420","imei2":"14259892350420","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168000,"job_number":"JOB_168000","tr_customer_id":168017,"tr_customer_product_id":168007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:30.000Z","modified_at":"2026-01-27T08:42:30.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11958109097406","imei1":"11958109097406","imei2":"11958109097406","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168002,"job_number":"JOB_168002","tr_customer_id":168019,"tr_customer_product_id":168009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:46.000Z","modified_at":"2026-01-27T08:42:46.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"13316918075108","imei1":"13316918075108","imei2":"13316918075108","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168005,"job_number":"JOB_168005","tr_customer_id":168022,"tr_customer_product_id":168012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:12:02.000Z","modified_at":"2026-01-27T09:12:02.000Z","name":"Vivek Yadav","mobile_number":"8788138617","email_id":"ccivivek123@gmail.com","dop":"2026-01-17","serial_number":"891398385161723","imei1":"891398385161723","imei2":"891398385161723","popurl":"2026-01-17T09:12:01.481590051Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:12:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168006,"job_number":"JOB_168006","tr_customer_id":168023,"tr_customer_product_id":168013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:03.000Z","modified_at":"2026-01-27T09:22:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11865609686049","imei1":"11865609686049","imei2":"11865609686049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168008,"job_number":"JOB_168008","tr_customer_id":168025,"tr_customer_product_id":168015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:05.000Z","modified_at":"2026-01-27T09:22:05.000Z","name":"Barrett Krajcik","mobile_number":"525-447-1327","email_id":"Hertha.Hansen3@hotmail.com","dop":"2025-04-06","serial_number":"16518029229351820","imei1":"16518029229351820","imei2":"16518029229351820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168009,"job_number":"JOB_168009","tr_customer_id":168026,"tr_customer_product_id":168016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:52.000Z","modified_at":"2026-01-27T09:22:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11379433404838","imei1":"11379433404838","imei2":"11379433404838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168011,"job_number":"JOB_168011","tr_customer_id":168028,"tr_customer_product_id":168018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:53.000Z","modified_at":"2026-01-27T09:22:53.000Z","name":"Hettie Herman","mobile_number":"478-577-7605","email_id":"Buddy_McDermott79@gmail.com","dop":"2025-04-06","serial_number":"15580317961174560","imei1":"15580317961174560","imei2":"15580317961174560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168012,"job_number":"JOB_168012","tr_customer_id":168029,"tr_customer_product_id":168019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:40.000Z","modified_at":"2026-01-27T09:23:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11487792491978","imei1":"11487792491978","imei2":"11487792491978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168014,"job_number":"JOB_168014","tr_customer_id":168031,"tr_customer_product_id":168021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:41.000Z","modified_at":"2026-01-27T09:23:41.000Z","name":"Darwin Hirthe","mobile_number":"355-725-9085","email_id":"Jamir_Mante@hotmail.com","dop":"2025-04-06","serial_number":"19124045741107572","imei1":"19124045741107572","imei2":"19124045741107572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168015,"job_number":"JOB_168015","tr_customer_id":168032,"tr_customer_product_id":168022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:15.000Z","modified_at":"2026-01-27T09:31:15.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10511466909083","imei1":"10511466909083","imei2":"10511466909083","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168017,"job_number":"JOB_168017","tr_customer_id":168034,"tr_customer_product_id":168024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:17.000Z","modified_at":"2026-01-27T09:31:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"48564958011580","imei1":"48564958011580","imei2":"48564958011580","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168018,"job_number":"JOB_168018","tr_customer_id":168035,"tr_customer_product_id":168025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:00.000Z","modified_at":"2026-01-27T09:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13574165691530","imei1":"13574165691530","imei2":"13574165691530","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168020,"job_number":"JOB_168020","tr_customer_id":168037,"tr_customer_product_id":168027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:01.000Z","modified_at":"2026-01-27T09:32:01.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106111584816717","imei1":"106111584816717","imei2":"106111584816717","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168021,"job_number":"JOB_168021","tr_customer_id":168038,"tr_customer_product_id":168028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:45.000Z","modified_at":"2026-01-27T09:32:45.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15077719249563","imei1":"15077719249563","imei2":"15077719249563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168023,"job_number":"JOB_168023","tr_customer_id":168040,"tr_customer_product_id":168030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:47.000Z","modified_at":"2026-01-27T09:32:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"56838812347357","imei1":"56838812347357","imei2":"56838812347357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168025,"job_number":"JOB_168025","tr_customer_id":168042,"tr_customer_product_id":168032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:57.000Z","modified_at":"2026-01-27T09:47:57.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13147707996685","imei1":"13147707996685","imei2":"13147707996685","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168027,"job_number":"JOB_168027","tr_customer_id":168044,"tr_customer_product_id":168034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:59.000Z","modified_at":"2026-01-27T09:47:59.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101295640004756","imei1":"101295640004756","imei2":"101295640004756","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168028,"job_number":"JOB_168028","tr_customer_id":168045,"tr_customer_product_id":168035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:42.000Z","modified_at":"2026-01-27T09:48:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16235870868165","imei1":"16235870868165","imei2":"16235870868165","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168030,"job_number":"JOB_168030","tr_customer_id":168047,"tr_customer_product_id":168037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:44.000Z","modified_at":"2026-01-27T09:48:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"58312133565411","imei1":"58312133565411","imei2":"58312133565411","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168031,"job_number":"JOB_168031","tr_customer_id":168048,"tr_customer_product_id":168038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:27.000Z","modified_at":"2026-01-27T09:49:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13132742559880","imei1":"13132742559880","imei2":"13132742559880","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168033,"job_number":"JOB_168033","tr_customer_id":168050,"tr_customer_product_id":168040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:29.000Z","modified_at":"2026-01-27T09:49:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"102925169068228","imei1":"102925169068228","imei2":"102925169068228","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168034,"job_number":"JOB_168034","tr_customer_id":168051,"tr_customer_product_id":168041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:20.000Z","modified_at":"2026-01-27T10:01:20.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15799047576521","imei1":"15799047576521","imei2":"15799047576521","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168036,"job_number":"JOB_168036","tr_customer_id":168053,"tr_customer_product_id":168043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:22.000Z","modified_at":"2026-01-27T10:01:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15984186970614","imei1":"15984186970614","imei2":"15984186970614","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168038,"job_number":"JOB_168038","tr_customer_id":168055,"tr_customer_product_id":168045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:24.000Z","modified_at":"2026-01-27T10:01:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"71404026316495","imei1":"71404026316495","imei2":"71404026316495","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168039,"job_number":"JOB_168039","tr_customer_id":168056,"tr_customer_product_id":168046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:36.000Z","modified_at":"2026-01-27T10:01:36.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"13883489966333","imei1":"13883489966333","imei2":"13883489966333","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168041,"job_number":"JOB_168041","tr_customer_id":168058,"tr_customer_product_id":168048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:52.000Z","modified_at":"2026-01-27T10:01:52.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18807163856024","imei1":"18807163856024","imei2":"18807163856024","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168043,"job_number":"JOB_168043","tr_customer_id":168060,"tr_customer_product_id":168050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:10.000Z","modified_at":"2026-01-27T10:02:10.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15333739332560","imei1":"15333739332560","imei2":"15333739332560","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168045,"job_number":"JOB_168045","tr_customer_id":168062,"tr_customer_product_id":168052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:11.000Z","modified_at":"2026-01-27T10:02:11.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15197467892503","imei1":"15197467892503","imei2":"15197467892503","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168047,"job_number":"JOB_168047","tr_customer_id":168064,"tr_customer_product_id":168054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:13.000Z","modified_at":"2026-01-27T10:02:13.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49829973315619","imei1":"49829973315619","imei2":"49829973315619","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168048,"job_number":"JOB_168048","tr_customer_id":168065,"tr_customer_product_id":168055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:26.000Z","modified_at":"2026-01-27T10:02:26.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15535990488868","imei1":"15535990488868","imei2":"15535990488868","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168050,"job_number":"JOB_168050","tr_customer_id":168067,"tr_customer_product_id":168057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:42.000Z","modified_at":"2026-01-27T10:02:42.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12713579852426","imei1":"12713579852426","imei2":"12713579852426","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168052,"job_number":"JOB_168052","tr_customer_id":168069,"tr_customer_product_id":168059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:00.000Z","modified_at":"2026-01-27T10:03:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14121883814283","imei1":"14121883814283","imei2":"14121883814283","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168054,"job_number":"JOB_168054","tr_customer_id":168071,"tr_customer_product_id":168061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:02.000Z","modified_at":"2026-01-27T10:03:02.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21023390899357","imei1":"21023390899357","imei2":"21023390899357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168057,"job_number":"JOB_168057","tr_customer_id":168074,"tr_customer_product_id":168064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:17.000Z","modified_at":"2026-01-27T10:26:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15008487771068","imei1":"15008487771068","imei2":"15008487771068","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168059,"job_number":"JOB_168059","tr_customer_id":168076,"tr_customer_product_id":168066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:19.000Z","modified_at":"2026-01-27T10:26:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70090916724970","imei1":"70090916724970","imei2":"70090916724970","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168060,"job_number":"JOB_168060","tr_customer_id":168077,"tr_customer_product_id":168067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:02.000Z","modified_at":"2026-01-27T10:27:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15196187490723","imei1":"15196187490723","imei2":"15196187490723","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168062,"job_number":"JOB_168062","tr_customer_id":168079,"tr_customer_product_id":168069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:04.000Z","modified_at":"2026-01-27T10:27:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"105262706836429","imei1":"105262706836429","imei2":"105262706836429","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168063,"job_number":"JOB_168063","tr_customer_id":168080,"tr_customer_product_id":168070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:47.000Z","modified_at":"2026-01-27T10:27:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10086722086397","imei1":"10086722086397","imei2":"10086722086397","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168065,"job_number":"JOB_168065","tr_customer_id":168082,"tr_customer_product_id":168072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:49.000Z","modified_at":"2026-01-27T10:27:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"85525624946737","imei1":"85525624946737","imei2":"85525624946737","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168067,"job_number":"JOB_168067","tr_customer_id":168084,"tr_customer_product_id":168074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:52.000Z","modified_at":"2026-01-27T10:29:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-17T10:29:52.116647678Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168068,"job_number":"JOB_168068","tr_customer_id":168085,"tr_customer_product_id":168075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:53.000Z","modified_at":"2026-01-27T10:29:53.000Z","name":"Chandraswaroopa Banerjee","mobile_number":"7027267191","email_id":"param.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"330044600363053","imei1":"330044600363053","imei2":"330044600363053","popurl":"www.hiranmaya-varrier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168069,"job_number":"JOB_168069","tr_customer_id":168086,"tr_customer_product_id":168076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-17T10:29:53.581159372Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168070,"job_number":"JOB_168070","tr_customer_id":168087,"tr_customer_product_id":168077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-17T10:29:54.227274578Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168071,"job_number":"JOB_168071","tr_customer_id":168088,"tr_customer_product_id":168078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:30:13.000Z","modified_at":"2026-01-27T10:30:13.000Z","name":"Trilokesh Marar","mobile_number":"7032987427","email_id":"chaaruchandra.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"726115221745062","imei1":"726115221745062","imei2":"726115221745062","popurl":"www.chandranath-chaturvedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168072,"job_number":"JOB_168072","tr_customer_id":168089,"tr_customer_product_id":168079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:57.000Z","modified_at":"2026-01-27T10:31:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13051487611195","imei1":"13051487611195","imei2":"13051487611195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168074,"job_number":"JOB_168074","tr_customer_id":168091,"tr_customer_product_id":168081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:59.000Z","modified_at":"2026-01-27T10:31:59.000Z","name":"Spencer Bradtke","mobile_number":"766-232-9018","email_id":"Bertram.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"16456366235064740","imei1":"16456366235064740","imei2":"16456366235064740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168075,"job_number":"JOB_168075","tr_customer_id":168092,"tr_customer_product_id":168082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:50.000Z","modified_at":"2026-01-27T10:32:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18370379783433","imei1":"18370379783433","imei2":"18370379783433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168077,"job_number":"JOB_168077","tr_customer_id":168094,"tr_customer_product_id":168084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:52.000Z","modified_at":"2026-01-27T10:32:52.000Z","name":"Kiley Jacobi","mobile_number":"907-604-4678","email_id":"Vada_Kautzer@yahoo.com","dop":"2025-04-06","serial_number":"12166755076229060","imei1":"12166755076229060","imei2":"12166755076229060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168078,"job_number":"JOB_168078","tr_customer_id":168095,"tr_customer_product_id":168085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:42.000Z","modified_at":"2026-01-27T10:33:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13897299528519","imei1":"13897299528519","imei2":"13897299528519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168080,"job_number":"JOB_168080","tr_customer_id":168097,"tr_customer_product_id":168087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:44.000Z","modified_at":"2026-01-27T10:33:44.000Z","name":"Bethany Blick","mobile_number":"910-264-4532","email_id":"Krystina87@hotmail.com","dop":"2025-04-06","serial_number":"14656868258073714","imei1":"14656868258073714","imei2":"14656868258073714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168081,"job_number":"JOB_168081","tr_customer_id":168098,"tr_customer_product_id":168088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:49:01.000Z","modified_at":"2026-01-27T10:49:01.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-17","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-17T10:48:52.186039238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168082,"job_number":"JOB_168082","tr_customer_id":168099,"tr_customer_product_id":168089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:00:50.000Z","modified_at":"2026-01-27T11:00:50.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17940614096082","imei1":"17940614096082","imei2":"17940614096082","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168084,"job_number":"JOB_168084","tr_customer_id":168101,"tr_customer_product_id":168091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:07.000Z","modified_at":"2026-01-27T11:01:07.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"18180244718360","imei1":"18180244718360","imei2":"18180244718360","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168086,"job_number":"JOB_168086","tr_customer_id":168103,"tr_customer_product_id":168093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:24.000Z","modified_at":"2026-01-27T11:01:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19579458966174","imei1":"19579458966174","imei2":"19579458966174","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168089,"job_number":"JOB_168089","tr_customer_id":168106,"tr_customer_product_id":168096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:14.000Z","modified_at":"2026-01-27T11:14:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14568324586099","imei1":"14568324586099","imei2":"14568324586099","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168091,"job_number":"JOB_168091","tr_customer_id":168108,"tr_customer_product_id":168098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:32.000Z","modified_at":"2026-01-27T11:14:32.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14373295899167","imei1":"14373295899167","imei2":"14373295899167","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168093,"job_number":"JOB_168093","tr_customer_id":168110,"tr_customer_product_id":168100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:49.000Z","modified_at":"2026-01-27T11:14:49.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19142688776222","imei1":"19142688776222","imei2":"19142688776222","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168096,"job_number":"JOB_168096","tr_customer_id":168113,"tr_customer_product_id":168103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:34:44.000Z","modified_at":"2026-01-27T11:34:44.000Z","name":"Millie Moore","mobile_number":"283-938-0730","email_id":"Raleigh.West48@hotmail.com","dop":"2025-04-06","serial_number":"18214233132792","imei1":"18214233132792","imei2":"18214233132792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168099,"job_number":"JOB_168099","tr_customer_id":168116,"tr_customer_product_id":168106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Amarnath Bandopadhyay","mobile_number":"7006474379","email_id":"sumitra.jain@gmail.com","dop":"2026-01-17","serial_number":"873225925366992","imei1":"873225925366992","imei2":"873225925366992","popurl":"www.dinkar-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168100,"job_number":"JOB_168100","tr_customer_id":168117,"tr_customer_product_id":168107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Ananta Abbott","mobile_number":"7035814727","email_id":"bheeshma.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"547520397464950","imei1":"547520397464950","imei2":"547520397464950","popurl":"www.tanushri-iyengar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168101,"job_number":"JOB_168101","tr_customer_id":168120,"tr_customer_product_id":168110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Bodhan Jha","mobile_number":"7019352905","email_id":"girija.panicker@yahoo.co.in","dop":"2026-01-17","serial_number":"249888041324613","imei1":"249888041324613","imei2":"249888041324613","popurl":"www.bodhan-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168102,"job_number":"JOB_168102","tr_customer_id":168118,"tr_customer_product_id":168108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Aarya Dhawan","mobile_number":"7009541020","email_id":"pushti.mehrotra@yahoo.co.in","dop":"2026-01-17","serial_number":"461930447346194","imei1":"461930447346194","imei2":"461930447346194","popurl":"www.chandrakin-kaul.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168103,"job_number":"JOB_168103","tr_customer_id":168119,"tr_customer_product_id":168109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Chandni Bharadwaj","mobile_number":"7000435554","email_id":"chandraswaroopa.ganaka@hotmail.com","dop":"2026-01-17","serial_number":"799703476412351","imei1":"799703476412351","imei2":"799703476412351","popurl":"www.sukanya-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168104,"job_number":"JOB_168104","tr_customer_id":168121,"tr_customer_product_id":168111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Shiv Jain","mobile_number":"7021304252","email_id":"anaadi.arora@gmail.com","dop":"2026-01-17","serial_number":"815931614299749","imei1":"815931614299749","imei2":"815931614299749","popurl":"www.bhudeva-johar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168105,"job_number":"JOB_168105","tr_customer_id":168122,"tr_customer_product_id":168112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Parvati Tagore","mobile_number":"7075078350","email_id":"kumar.chaturvedi@gmail.com","dop":"2026-01-17","serial_number":"174404026142835","imei1":"174404026142835","imei2":"174404026142835","popurl":"www.abani-naik.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168106,"job_number":"JOB_168106","tr_customer_id":168123,"tr_customer_product_id":168113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Arindam Iyengar","mobile_number":"7051262696","email_id":"sarla.prajapat@gmail.com","dop":"2026-01-17","serial_number":"801538441827409","imei1":"801538441827409","imei2":"801538441827409","popurl":"www.dhyaneshwar-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168107,"job_number":"JOB_168107","tr_customer_id":168124,"tr_customer_product_id":168114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Amaresh Bhattacharya","mobile_number":"7061713097","email_id":"tanushri.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"927025758856775","imei1":"927025758856775","imei2":"927025758856775","popurl":"www.vinay-agarwal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168108,"job_number":"JOB_168108","tr_customer_id":168125,"tr_customer_product_id":168115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Sudeva Saini","mobile_number":"7033354004","email_id":"meghnad.sharma@gmail.com","dop":"2026-01-17","serial_number":"416797514683630","imei1":"416797514683630","imei2":"416797514683630","popurl":"www.arindam-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168111,"job_number":"JOB_168111","tr_customer_id":168128,"tr_customer_product_id":168118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Opaline Iyer","mobile_number":"7080190857","email_id":"bhaumik.nair@yahoo.co.in","dop":"2026-01-17","serial_number":"277703652598165","imei1":"277703652598165","imei2":"277703652598165","popurl":"www.subodh-nayar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168114,"job_number":"JOB_168114","tr_customer_id":168131,"tr_customer_product_id":168121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Sarisha Patil","mobile_number":"7054498271","email_id":"chaitan.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"409448997239688","imei1":"409448997239688","imei2":"409448997239688","popurl":"www.chiranjeev-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168115,"job_number":"JOB_168115","tr_customer_id":168132,"tr_customer_product_id":168122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Deeptiman Mukhopadhyay","mobile_number":"7036756072","email_id":"amaresh.shah@yahoo.co.in","dop":"2026-01-17","serial_number":"154130403797601","imei1":"154130403797601","imei2":"154130403797601","popurl":"www.himadri-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168116,"job_number":"JOB_168116","tr_customer_id":168134,"tr_customer_product_id":168124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gautam Malik","mobile_number":"7003481251","email_id":"anasooya.marar@hotmail.com","dop":"2026-01-17","serial_number":"534352085791320","imei1":"534352085791320","imei2":"534352085791320","popurl":"www.narinder-johar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168118,"job_number":"JOB_168118","tr_customer_id":168135,"tr_customer_product_id":168125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Charuvrat Joshi","mobile_number":"7056104190","email_id":"lila.reddy@gmail.com","dop":"2026-01-17","serial_number":"856338598873551","imei1":"856338598873551","imei2":"856338598873551","popurl":"www.deveshwar-shah.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168119,"job_number":"JOB_168119","tr_customer_id":168136,"tr_customer_product_id":168126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Preity Marar","mobile_number":"7042454286","email_id":"jagdeep.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"789527067923371","imei1":"789527067923371","imei2":"789527067923371","popurl":"www.aagneya-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168120,"job_number":"JOB_168120","tr_customer_id":168137,"tr_customer_product_id":168127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Chidananda Saini","mobile_number":"7038154119","email_id":"vidya.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"248686736072686","imei1":"248686736072686","imei2":"248686736072686","popurl":"www.akshat-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168123,"job_number":"JOB_168123","tr_customer_id":168140,"tr_customer_product_id":168130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gajbaahu Naik","mobile_number":"7011312659","email_id":"opalina.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"499659301286756","imei1":"499659301286756","imei2":"499659301286756","popurl":"www.chidaatma-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168124,"job_number":"JOB_168124","tr_customer_id":168141,"tr_customer_product_id":168131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Arnesh Naik","mobile_number":"7026502515","email_id":"bhaves.adiga@gmail.com","dop":"2026-01-17","serial_number":"009430159542014","imei1":"009430159542014","imei2":"009430159542014","popurl":"www.dipankar-jha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168125,"job_number":"JOB_168125","tr_customer_id":168142,"tr_customer_product_id":168132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Ekalavya Prajapat","mobile_number":"7027031395","email_id":"girindra.singh@gmail.com","dop":"2026-01-17","serial_number":"625229067885722","imei1":"625229067885722","imei2":"625229067885722","popurl":"www.narinder-gupta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168126,"job_number":"JOB_168126","tr_customer_id":168143,"tr_customer_product_id":168133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Atreyee Mishra","mobile_number":"7042881344","email_id":"kumar.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"760372592354182","imei1":"760372592354182","imei2":"760372592354182","popurl":"www.opalina-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168127,"job_number":"JOB_168127","tr_customer_id":168145,"tr_customer_product_id":168134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Hiranmaya Kapoor","mobile_number":"7000563171","email_id":"chandraprabha.kapoor@hotmail.com","dop":"2026-01-17","serial_number":"203844334287867","imei1":"203844334287867","imei2":"203844334287867","popurl":"www.gautami-gowda.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168128,"job_number":"JOB_168128","tr_customer_id":168144,"tr_customer_product_id":168135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Lalita Naik","mobile_number":"7096134116","email_id":"chinmayananda.gandhi@hotmail.com","dop":"2026-01-17","serial_number":"839850126727197","imei1":"839850126727197","imei2":"839850126727197","popurl":"www.chatur-chopra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168130,"job_number":"JOB_168130","tr_customer_id":168147,"tr_customer_product_id":168137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Harita Nehru","mobile_number":"7028581997","email_id":"bhooshan.iyer@yahoo.co.in","dop":"2026-01-17","serial_number":"411029494786547","imei1":"411029494786547","imei2":"411029494786547","popurl":"www.deb-kaniyar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168131,"job_number":"JOB_168131","tr_customer_id":168148,"tr_customer_product_id":168138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Prem Bandopadhyay","mobile_number":"7057629086","email_id":"suryakantam.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"752692838275909","imei1":"752692838275909","imei2":"752692838275909","popurl":"www.jay-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168132,"job_number":"JOB_168132","tr_customer_id":168149,"tr_customer_product_id":168139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Triloki Reddy","mobile_number":"7074524680","email_id":"daiwik.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"582044519230478","imei1":"582044519230478","imei2":"582044519230478","popurl":"www.chakravartee-pilla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168133,"job_number":"JOB_168133","tr_customer_id":168150,"tr_customer_product_id":168140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Tej Adiga","mobile_number":"7097756946","email_id":"ajit.asan@yahoo.co.in","dop":"2026-01-17","serial_number":"915363317933422","imei1":"915363317933422","imei2":"915363317933422","popurl":"www.aayushmaan-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168134,"job_number":"JOB_168134","tr_customer_id":168151,"tr_customer_product_id":168141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Aditeya Varman","mobile_number":"7059878884","email_id":"girika.devar@gmail.com","dop":"2026-01-17","serial_number":"998877163061849","imei1":"998877163061849","imei2":"998877163061849","popurl":"www.narayan-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168135,"job_number":"JOB_168135","tr_customer_id":168152,"tr_customer_product_id":168142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Anjushree Ahuja","mobile_number":"7093622839","email_id":"param.varma@gmail.com","dop":"2026-01-17","serial_number":"735102050658064","imei1":"735102050658064","imei2":"735102050658064","popurl":"www.anila-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168136,"job_number":"JOB_168136","tr_customer_id":168153,"tr_customer_product_id":168143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ameyatma Panicker","mobile_number":"7009052053","email_id":"sloka.bhat@gmail.com","dop":"2026-01-17","serial_number":"564558063234056","imei1":"564558063234056","imei2":"564558063234056","popurl":"www.mani-desai.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168138,"job_number":"JOB_168138","tr_customer_id":168154,"tr_customer_product_id":168144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Gajbaahu Devar","mobile_number":"7040761451","email_id":"chandraketu.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"301544663395500","imei1":"301544663395500","imei2":"301544663395500","popurl":"www.bhooshit-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168139,"job_number":"JOB_168139","tr_customer_id":168156,"tr_customer_product_id":168146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Brajesh Bhattacharya","mobile_number":"7000755810","email_id":"shankar.deshpande@hotmail.com","dop":"2026-01-17","serial_number":"481619011154954","imei1":"481619011154954","imei2":"481619011154954","popurl":"www.deeksha-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168140,"job_number":"JOB_168140","tr_customer_id":168157,"tr_customer_product_id":168147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Kamla Sethi","mobile_number":"7053092670","email_id":"abhisyanta.dhawan@gmail.com","dop":"2026-01-17","serial_number":"309696347747517","imei1":"309696347747517","imei2":"309696347747517","popurl":"www.sarla-achari.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168141,"job_number":"JOB_168141","tr_customer_id":168159,"tr_customer_product_id":168148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chandan Trivedi","mobile_number":"7082691140","email_id":"shresth.marar@hotmail.com","dop":"2026-01-17","serial_number":"578304891432731","imei1":"578304891432731","imei2":"578304891432731","popurl":"www.shanti-ahuja.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168142,"job_number":"JOB_168142","tr_customer_id":168158,"tr_customer_product_id":168149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Menaka Dubashi","mobile_number":"7063392696","email_id":"eshana.deshpande@gmail.com","dop":"2026-01-17","serial_number":"545804079777901","imei1":"545804079777901","imei2":"545804079777901","popurl":"www.himadri-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168144,"job_number":"JOB_168144","tr_customer_id":168161,"tr_customer_product_id":168151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Umang Dubashi","mobile_number":"7095280293","email_id":"laxman.pillai@hotmail.com","dop":"2026-01-17","serial_number":"668114476052544","imei1":"668114476052544","imei2":"668114476052544","popurl":"www.bhoj-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168145,"job_number":"JOB_168145","tr_customer_id":168162,"tr_customer_product_id":168152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Purnima Chopra","mobile_number":"7062577270","email_id":"tanirika.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"558052995970928","imei1":"558052995970928","imei2":"558052995970928","popurl":"www.satyen-dutta.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168147,"job_number":"JOB_168147","tr_customer_id":168164,"tr_customer_product_id":168154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Radha Bhattathiri","mobile_number":"7046638210","email_id":"ashlesh.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"576693739985423","imei1":"576693739985423","imei2":"576693739985423","popurl":"www.vyas-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168149,"job_number":"JOB_168149","tr_customer_id":168166,"tr_customer_product_id":168156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Agasti Rana","mobile_number":"7013045241","email_id":"ankal.tandon@yahoo.co.in","dop":"2026-01-17","serial_number":"637229060533061","imei1":"637229060533061","imei2":"637229060533061","popurl":"www.mukesh-nair.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168150,"job_number":"JOB_168150","tr_customer_id":168167,"tr_customer_product_id":168157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Atmanand Panicker","mobile_number":"7069046339","email_id":"akshata.bhat@gmail.com","dop":"2026-01-17","serial_number":"741904475795533","imei1":"741904475795533","imei2":"741904475795533","popurl":"www.aashritha-singh.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168151,"job_number":"JOB_168151","tr_customer_id":168168,"tr_customer_product_id":168158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Bhudeva Pilla","mobile_number":"7022462365","email_id":"vijay.rana@gmail.com","dop":"2026-01-17","serial_number":"067699963893899","imei1":"067699963893899","imei2":"067699963893899","popurl":"www.eshana-dutta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168152,"job_number":"JOB_168152","tr_customer_id":168169,"tr_customer_product_id":168159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Trilochan Bhattacharya","mobile_number":"7049030944","email_id":"bhoopati.shukla@hotmail.com","dop":"2026-01-17","serial_number":"207048873057713","imei1":"207048873057713","imei2":"207048873057713","popurl":"www.bhaaswar-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168153,"job_number":"JOB_168153","tr_customer_id":168170,"tr_customer_product_id":168160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Mohinder Arora","mobile_number":"7097518283","email_id":"gautam.marar@yahoo.co.in","dop":"2026-01-17","serial_number":"018857431115019","imei1":"018857431115019","imei2":"018857431115019","popurl":"www.divya-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168154,"job_number":"JOB_168154","tr_customer_id":168171,"tr_customer_product_id":168161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chaturaanan Achari","mobile_number":"7039079297","email_id":"balamani.arora@hotmail.com","dop":"2026-01-17","serial_number":"676863389987819","imei1":"676863389987819","imei2":"676863389987819","popurl":"www.kashyapi-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168156,"job_number":"JOB_168156","tr_customer_id":168173,"tr_customer_product_id":168163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Dron Pilla","mobile_number":"7052554846","email_id":"shridevi.jha@gmail.com","dop":"2026-01-17","serial_number":"279731328437337","imei1":"279731328437337","imei2":"279731328437337","popurl":"www.aasha-bhattacharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168157,"job_number":"JOB_168157","tr_customer_id":168174,"tr_customer_product_id":168164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ankal Naik","mobile_number":"7063539442","email_id":"ravi.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"048709741680835","imei1":"048709741680835","imei2":"048709741680835","popurl":"www.amritambu-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168158,"job_number":"JOB_168158","tr_customer_id":168175,"tr_customer_product_id":168165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Atreyee Jha","mobile_number":"7034372951","email_id":"charvi.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"759582218524096","imei1":"759582218524096","imei2":"759582218524096","popurl":"www.shantanu-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168159,"job_number":"JOB_168159","tr_customer_id":168176,"tr_customer_product_id":168166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jyotsana Desai","mobile_number":"7094033006","email_id":"dipendra.kakkar@yahoo.co.in","dop":"2026-01-17","serial_number":"689594163720650","imei1":"689594163720650","imei2":"689594163720650","popurl":"www.dhyanesh-dubashi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168160,"job_number":"JOB_168160","tr_customer_id":168177,"tr_customer_product_id":168167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Tanirika Dutta","mobile_number":"7094460952","email_id":"suresh.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"298384874434685","imei1":"298384874434685","imei2":"298384874434685","popurl":"www.pramila-guha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168161,"job_number":"JOB_168161","tr_customer_id":168178,"tr_customer_product_id":168168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Dipendra Kaur","mobile_number":"7063934579","email_id":"devi.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"008886117265645","imei1":"008886117265645","imei2":"008886117265645","popurl":"www.jay-bhat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168162,"job_number":"JOB_168162","tr_customer_id":168179,"tr_customer_product_id":168169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Rajan Pillai","mobile_number":"7054303001","email_id":"chakravarti.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"972464126806008","imei1":"972464126806008","imei2":"972464126806008","popurl":"www.nawal-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168164,"job_number":"JOB_168164","tr_customer_id":168182,"tr_customer_product_id":168172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Anal Kapoor","mobile_number":"7092967782","email_id":"shashi.marar@gmail.com","dop":"2026-01-17","serial_number":"365474243514874","imei1":"365474243514874","imei2":"365474243514874","popurl":"www.devvrat-iyer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168165,"job_number":"JOB_168165","tr_customer_id":168181,"tr_customer_product_id":168171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Trilok Bhat","mobile_number":"7061353480","email_id":"laxmi.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"390121326367210","imei1":"390121326367210","imei2":"390121326367210","popurl":"www.surya-menon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168166,"job_number":"JOB_168166","tr_customer_id":168183,"tr_customer_product_id":168173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vasudev Arora","mobile_number":"7096359367","email_id":"brijesh.mehrotra@hotmail.com","dop":"2026-01-17","serial_number":"807427463894279","imei1":"807427463894279","imei2":"807427463894279","popurl":"www.chanda-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168167,"job_number":"JOB_168167","tr_customer_id":168184,"tr_customer_product_id":168174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gudakesa Malik","mobile_number":"7080605948","email_id":"suryakantam.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"951588140678395","imei1":"951588140678395","imei2":"951588140678395","popurl":"www.rudra-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168168,"job_number":"JOB_168168","tr_customer_id":168185,"tr_customer_product_id":168175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jagathi Ahuja","mobile_number":"7027791643","email_id":"tarun.mehra@gmail.com","dop":"2026-01-17","serial_number":"461271118766369","imei1":"461271118766369","imei2":"461271118766369","popurl":"www.dhana-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168170,"job_number":"JOB_168170","tr_customer_id":168187,"tr_customer_product_id":168177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gouranga Namboothiri","mobile_number":"7078335088","email_id":"chitraksh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"871232881901224","imei1":"871232881901224","imei2":"871232881901224","popurl":"www.anshula-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168171,"job_number":"JOB_168171","tr_customer_id":168188,"tr_customer_product_id":168178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Manik Naik","mobile_number":"7098731844","email_id":"anaadi.adiga@gmail.com","dop":"2026-01-17","serial_number":"944365764024148","imei1":"944365764024148","imei2":"944365764024148","popurl":"www.ranjeet-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168172,"job_number":"JOB_168172","tr_customer_id":168189,"tr_customer_product_id":168179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jaimini Saini","mobile_number":"7031287970","email_id":"kailash.khanna@hotmail.com","dop":"2026-01-17","serial_number":"559283513943345","imei1":"559283513943345","imei2":"559283513943345","popurl":"www.bharat-gill.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168173,"job_number":"JOB_168173","tr_customer_id":168190,"tr_customer_product_id":168180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Agnivesh Asan","mobile_number":"7041935288","email_id":"adheesh.agarwal@hotmail.com","dop":"2026-01-17","serial_number":"435415770960833","imei1":"435415770960833","imei2":"435415770960833","popurl":"www.jagdish-menon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168174,"job_number":"JOB_168174","tr_customer_id":168191,"tr_customer_product_id":168181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vaishno Joshi","mobile_number":"7052129887","email_id":"divya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"717050178609297","imei1":"717050178609297","imei2":"717050178609297","popurl":"www.opalina-kaniyar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168175,"job_number":"JOB_168175","tr_customer_id":168192,"tr_customer_product_id":168182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandrani Mishra","mobile_number":"7064597699","email_id":"karunanidhi.devar@yahoo.co.in","dop":"2026-01-17","serial_number":"248544469332468","imei1":"248544469332468","imei2":"248544469332468","popurl":"www.sarvin-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168176,"job_number":"JOB_168176","tr_customer_id":168193,"tr_customer_product_id":168183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandra Verma","mobile_number":"7044521018","email_id":"jaimini.embranthiri@gmail.com","dop":"2026-01-17","serial_number":"645789974821454","imei1":"645789974821454","imei2":"645789974821454","popurl":"www.arjun-devar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168177,"job_number":"JOB_168177","tr_customer_id":168194,"tr_customer_product_id":168184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Shreya Varrier","mobile_number":"7068383646","email_id":"alok.chattopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"389605102861964","imei1":"389605102861964","imei2":"389605102861964","popurl":"www.vimala-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168179,"job_number":"JOB_168179","tr_customer_id":168196,"tr_customer_product_id":168186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Malati Adiga","mobile_number":"7094360070","email_id":"amish.patel@gmail.com","dop":"2026-01-17","serial_number":"110365663258033","imei1":"110365663258033","imei2":"110365663258033","popurl":"www.agnimitra-kapoor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168180,"job_number":"JOB_168180","tr_customer_id":168197,"tr_customer_product_id":168187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vimala Ahluwalia","mobile_number":"7060379205","email_id":"bhaaswar.kaur@gmail.com","dop":"2026-01-17","serial_number":"844536140617269","imei1":"844536140617269","imei2":"844536140617269","popurl":"www.mani-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168181,"job_number":"JOB_168181","tr_customer_id":168198,"tr_customer_product_id":168188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Esha Dwivedi","mobile_number":"7004691045","email_id":"rageshwari.khan@hotmail.com","dop":"2026-01-17","serial_number":"220686204728928","imei1":"220686204728928","imei2":"220686204728928","popurl":"www.mohana-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168182,"job_number":"JOB_168182","tr_customer_id":168199,"tr_customer_product_id":168189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anish Gupta","mobile_number":"7076814182","email_id":"keerti.gupta@yahoo.co.in","dop":"2026-01-17","serial_number":"543748313039813","imei1":"543748313039813","imei2":"543748313039813","popurl":"www.sucheta-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168183,"job_number":"JOB_168183","tr_customer_id":168200,"tr_customer_product_id":168190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ayushmati Iyer","mobile_number":"7082704090","email_id":"deveshwar.sethi@gmail.com","dop":"2026-01-17","serial_number":"291456131511690","imei1":"291456131511690","imei2":"291456131511690","popurl":"www.krishnadasa-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168184,"job_number":"JOB_168184","tr_customer_id":168201,"tr_customer_product_id":168191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kama Butt","mobile_number":"7096618951","email_id":"vaijayanthi.adiga@gmail.com","dop":"2026-01-17","serial_number":"597206991755010","imei1":"597206991755010","imei2":"597206991755010","popurl":"www.anish-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168185,"job_number":"JOB_168185","tr_customer_id":168202,"tr_customer_product_id":168192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ekaparnika Nambeesan","mobile_number":"7084505881","email_id":"deven.joshi@hotmail.com","dop":"2026-01-17","serial_number":"527685975145976","imei1":"527685975145976","imei2":"527685975145976","popurl":"www.durgeshwari-nayar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168186,"job_number":"JOB_168186","tr_customer_id":168203,"tr_customer_product_id":168193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chandramauli Gowda","mobile_number":"7076718782","email_id":"goswamee.butt@hotmail.com","dop":"2026-01-17","serial_number":"325575926878631","imei1":"325575926878631","imei2":"325575926878631","popurl":"www.aagneya-abbott.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168187,"job_number":"JOB_168187","tr_customer_id":168204,"tr_customer_product_id":168194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Puneet Tagore","mobile_number":"7070208753","email_id":"krishnadas.sinha@hotmail.com","dop":"2026-01-17","serial_number":"861937628171568","imei1":"861937628171568","imei2":"861937628171568","popurl":"www.bilwa-mishra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168188,"job_number":"JOB_168188","tr_customer_id":168205,"tr_customer_product_id":168195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balagovind Arora","mobile_number":"7031531462","email_id":"swara.iyengar@gmail.com","dop":"2026-01-17","serial_number":"891818401023159","imei1":"891818401023159","imei2":"891818401023159","popurl":"www.chandraswaroopa-kaul.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168189,"job_number":"JOB_168189","tr_customer_id":168206,"tr_customer_product_id":168196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kin Mahajan","mobile_number":"7072531315","email_id":"ahalya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"999754818649567","imei1":"999754818649567","imei2":"999754818649567","popurl":"www.chetan-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168190,"job_number":"JOB_168190","tr_customer_id":168207,"tr_customer_product_id":168197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balachandra Kakkar","mobile_number":"7032263868","email_id":"devdan.bhat@hotmail.com","dop":"2026-01-17","serial_number":"105468873924195","imei1":"105468873924195","imei2":"105468873924195","popurl":"www.darshwana-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168191,"job_number":"JOB_168191","tr_customer_id":168208,"tr_customer_product_id":168198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Aalok Deshpande","mobile_number":"7072539080","email_id":"gemine.bhat@yahoo.co.in","dop":"2026-01-17","serial_number":"768846817619370","imei1":"768846817619370","imei2":"768846817619370","popurl":"www.narinder-bhat.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168195,"job_number":"JOB_168195","tr_customer_id":168212,"tr_customer_product_id":168202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Suresh Namboothiri","mobile_number":"7069695354","email_id":"prasad.talwar@hotmail.com","dop":"2026-01-17","serial_number":"174630033067530","imei1":"174630033067530","imei2":"174630033067530","popurl":"www.adhrit-menon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168196,"job_number":"JOB_168196","tr_customer_id":168213,"tr_customer_product_id":168203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anil Dhawan","mobile_number":"7070028894","email_id":"kumari.mehra@gmail.com","dop":"2026-01-17","serial_number":"325586393928619","imei1":"325586393928619","imei2":"325586393928619","popurl":"www.chakrika-kaul.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168197,"job_number":"JOB_168197","tr_customer_id":168214,"tr_customer_product_id":168204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Prajapat","mobile_number":"7097444520","email_id":"swara.ganaka@gmail.com","dop":"2026-01-17","serial_number":"914701472395236","imei1":"914701472395236","imei2":"914701472395236","popurl":"www.kama-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168198,"job_number":"JOB_168198","tr_customer_id":168215,"tr_customer_product_id":168205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chakradhar Pillai","mobile_number":"7065856347","email_id":"aatreya.pillai@yahoo.co.in","dop":"2026-01-17","serial_number":"543748323384088","imei1":"543748323384088","imei2":"543748323384088","popurl":"www.trilok-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168199,"job_number":"JOB_168199","tr_customer_id":168216,"tr_customer_product_id":168206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Nambeesan","mobile_number":"7068570208","email_id":"deeptendu.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"590159293640789","imei1":"590159293640789","imei2":"590159293640789","popurl":"www.hiranya-dutta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168200,"job_number":"JOB_168200","tr_customer_id":168217,"tr_customer_product_id":168207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Bhooshit Abbott","mobile_number":"7080102585","email_id":"aaryan.butt@gmail.com","dop":"2026-01-17","serial_number":"706792543344082","imei1":"706792543344082","imei2":"706792543344082","popurl":"www.shashi-varma.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168201,"job_number":"JOB_168201","tr_customer_id":168219,"tr_customer_product_id":168208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Dhara Varman","mobile_number":"7087454376","email_id":"shivakari.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"975768866653230","imei1":"975768866653230","imei2":"975768866653230","popurl":"www.lavanya-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168202,"job_number":"JOB_168202","tr_customer_id":168218,"tr_customer_product_id":168209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Buddhana Mahajan","mobile_number":"7081108320","email_id":"arindam.khatri@hotmail.com","dop":"2026-01-17","serial_number":"739069177439111","imei1":"739069177439111","imei2":"739069177439111","popurl":"www.ramaa-tagore.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168203,"job_number":"JOB_168203","tr_customer_id":168220,"tr_customer_product_id":168210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Deeptimay Ganaka","mobile_number":"7069328342","email_id":"anjaneya.kaur@gmail.com","dop":"2026-01-17","serial_number":"301862860042281","imei1":"301862860042281","imei2":"301862860042281","popurl":"www.gaurang-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168204,"job_number":"JOB_168204","tr_customer_id":168221,"tr_customer_product_id":168211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Gouranga Gupta","mobile_number":"7066851917","email_id":"shivakari.varrier@hotmail.com","dop":"2026-01-17","serial_number":"057270962748011","imei1":"057270962748011","imei2":"057270962748011","popurl":"www.bhargava-shukla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168205,"job_number":"JOB_168205","tr_customer_id":168222,"tr_customer_product_id":168212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Akshita Mehrotra","mobile_number":"7086685963","email_id":"dwaipayana.mahajan@gmail.com","dop":"2026-01-17","serial_number":"086564955613631","imei1":"086564955613631","imei2":"086564955613631","popurl":"www.darshan-bhattacharya.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168207,"job_number":"JOB_168207","tr_customer_id":168224,"tr_customer_product_id":168214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bishnu Dutta","mobile_number":"7051455224","email_id":"anjushri.gill@yahoo.co.in","dop":"2026-01-17","serial_number":"333310769090549","imei1":"333310769090549","imei2":"333310769090549","popurl":"www.bakula-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168208,"job_number":"JOB_168208","tr_customer_id":168225,"tr_customer_product_id":168215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Prema Trivedi","mobile_number":"7068084525","email_id":"vasundhara.marar@hotmail.com","dop":"2026-01-17","serial_number":"205887612107788","imei1":"205887612107788","imei2":"205887612107788","popurl":"www.jagdish-tandon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168209,"job_number":"JOB_168209","tr_customer_id":168226,"tr_customer_product_id":168216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Devdan Dutta","mobile_number":"7027492908","email_id":"chandran.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"858922008389057","imei1":"858922008389057","imei2":"858922008389057","popurl":"www.chandraswaroopa-varman.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168210,"job_number":"JOB_168210","tr_customer_id":168227,"tr_customer_product_id":168217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Ekaling Asan","mobile_number":"7017995918","email_id":"aasa.guha@hotmail.com","dop":"2026-01-17","serial_number":"361064068307831","imei1":"361064068307831","imei2":"361064068307831","popurl":"www.ghanshyam-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168211,"job_number":"JOB_168211","tr_customer_id":168228,"tr_customer_product_id":168218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Jitendra Pillai","mobile_number":"7073043265","email_id":"shantanu.chaturvedi@yahoo.co.in","dop":"2026-01-17","serial_number":"046515445662526","imei1":"046515445662526","imei2":"046515445662526","popurl":"www.eshana-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168212,"job_number":"JOB_168212","tr_customer_id":168229,"tr_customer_product_id":168219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bhooshit Ganaka","mobile_number":"7016630121","email_id":"girija.bhat@hotmail.com","dop":"2026-01-17","serial_number":"140321290638336","imei1":"140321290638336","imei2":"140321290638336","popurl":"www.anagh-chopra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168213,"job_number":"JOB_168213","tr_customer_id":168230,"tr_customer_product_id":168220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Dandak Jain","mobile_number":"7031859260","email_id":"charvi.nambeesan@hotmail.com","dop":"2026-01-17","serial_number":"256378860455060","imei1":"256378860455060","imei2":"256378860455060","popurl":"www.shashi-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168214,"job_number":"JOB_168214","tr_customer_id":168231,"tr_customer_product_id":168221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:09:44.000Z","modified_at":"2026-01-27T12:09:44.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15585732066824","imei1":"15585732066824","imei2":"15585732066824","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168216,"job_number":"JOB_168216","tr_customer_id":168233,"tr_customer_product_id":168223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:00.000Z","modified_at":"2026-01-27T12:10:00.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15888285633922","imei1":"15888285633922","imei2":"15888285633922","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168218,"job_number":"JOB_168218","tr_customer_id":168235,"tr_customer_product_id":168225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:17.000Z","modified_at":"2026-01-27T12:10:17.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16459082111863","imei1":"16459082111863","imei2":"16459082111863","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168220,"job_number":"JOB_168220","tr_customer_id":168237,"tr_customer_product_id":168227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Jai Pillai","mobile_number":"7048987638","email_id":"digambara.dwivedi@hotmail.com","dop":"2026-01-17","serial_number":"351663360147969","imei1":"351663360147969","imei2":"351663360147969","popurl":"www.acaryatanaya-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168221,"job_number":"JOB_168221","tr_customer_id":168239,"tr_customer_product_id":168229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Anasuya Varma","mobile_number":"7056285526","email_id":"shridevi.varrier@hotmail.com","dop":"2026-01-17","serial_number":"884127054365020","imei1":"884127054365020","imei2":"884127054365020","popurl":"www.hari-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168222,"job_number":"JOB_168222","tr_customer_id":168238,"tr_customer_product_id":168228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Harinakshi Mehrotra","mobile_number":"7097412792","email_id":"omana.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"611970057824369","imei1":"611970057824369","imei2":"611970057824369","popurl":"www.tapan-arora.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168223,"job_number":"JOB_168223","tr_customer_id":168241,"tr_customer_product_id":168230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Devesh Kaur","mobile_number":"7098102148","email_id":"yogendra.kaur@gmail.com","dop":"2026-01-17","serial_number":"743193379623075","imei1":"743193379623075","imei2":"743193379623075","popurl":"www.subhasini-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168224,"job_number":"JOB_168224","tr_customer_id":168240,"tr_customer_product_id":168231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Lakshmidhar Malik","mobile_number":"7073899809","email_id":"arindam.tagore@hotmail.com","dop":"2026-01-17","serial_number":"678891533948343","imei1":"678891533948343","imei2":"678891533948343","popurl":"www.aadi-adiga.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168225,"job_number":"JOB_168225","tr_customer_id":168242,"tr_customer_product_id":168232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:36.000Z","modified_at":"2026-01-27T12:22:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16487763938218","imei1":"16487763938218","imei2":"16487763938218","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168227,"job_number":"JOB_168227","tr_customer_id":168244,"tr_customer_product_id":168234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:38.000Z","modified_at":"2026-01-27T12:22:38.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53668157243722","imei1":"53668157243722","imei2":"53668157243722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168228,"job_number":"JOB_168228","tr_customer_id":168245,"tr_customer_product_id":168235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Tanya Bhattacharya","mobile_number":"7059149789","email_id":"deeptiman.kaniyar@gmail.com","dop":"2026-01-17","serial_number":"012788348914751","imei1":"012788348914751","imei2":"012788348914751","popurl":"www.mohana-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168229,"job_number":"JOB_168229","tr_customer_id":168246,"tr_customer_product_id":168236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Vasudev Bharadwaj","mobile_number":"7073845519","email_id":"ajit.guha@hotmail.com","dop":"2026-01-17","serial_number":"967332951939340","imei1":"967332951939340","imei2":"967332951939340","popurl":"www.dayaananda-gowda.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168230,"job_number":"JOB_168230","tr_customer_id":168247,"tr_customer_product_id":168237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Bheeshma Jain","mobile_number":"7059421692","email_id":"prasanna.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"833050871578067","imei1":"833050871578067","imei2":"833050871578067","popurl":"www.vaijayanthi-ahuja.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168231,"job_number":"JOB_168231","tr_customer_id":168248,"tr_customer_product_id":168238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Jaya Kaul","mobile_number":"7053995341","email_id":"girindra.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"445076252064431","imei1":"445076252064431","imei2":"445076252064431","popurl":"www.chaturbhuj-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168232,"job_number":"JOB_168232","tr_customer_id":168249,"tr_customer_product_id":168239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Trisha Johar","mobile_number":"7068949896","email_id":"agrata.iyer@hotmail.com","dop":"2026-01-17","serial_number":"233185802174858","imei1":"233185802174858","imei2":"233185802174858","popurl":"www.ranjeet-agarwal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168233,"job_number":"JOB_168233","tr_customer_id":168251,"tr_customer_product_id":168241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Prayag Johar","mobile_number":"7003652757","email_id":"adheesh.mehrotra@gmail.com","dop":"2026-01-17","serial_number":"304306716864460","imei1":"304306716864460","imei2":"304306716864460","popurl":"www.brahma-jain.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168234,"job_number":"JOB_168234","tr_customer_id":168250,"tr_customer_product_id":168240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Anish Chopra","mobile_number":"7015546136","email_id":"divakar.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"073590567887108","imei1":"073590567887108","imei2":"073590567887108","popurl":"www.deevakar-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168235,"job_number":"JOB_168235","tr_customer_id":168253,"tr_customer_product_id":168242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Aanandaswarup Menon","mobile_number":"7050715808","email_id":"arindam.singh@hotmail.com","dop":"2026-01-17","serial_number":"830722785884696","imei1":"830722785884696","imei2":"830722785884696","popurl":"www.daksha-jain.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168236,"job_number":"JOB_168236","tr_customer_id":168252,"tr_customer_product_id":168243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Amarnath Saini","mobile_number":"7066114456","email_id":"gopee.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"054434794473818","imei1":"054434794473818","imei2":"054434794473818","popurl":"www.bharadwaj-mehra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168237,"job_number":"JOB_168237","tr_customer_id":168254,"tr_customer_product_id":168244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Krishnadas Adiga","mobile_number":"7068260260","email_id":"poornima.verma@hotmail.com","dop":"2026-01-17","serial_number":"033577332190658","imei1":"033577332190658","imei2":"033577332190658","popurl":"www.jyotis-kocchar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168238,"job_number":"JOB_168238","tr_customer_id":168255,"tr_customer_product_id":168245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:20.000Z","modified_at":"2026-01-27T12:23:20.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17953161811409","imei1":"17953161811409","imei2":"17953161811409","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168240,"job_number":"JOB_168240","tr_customer_id":168257,"tr_customer_product_id":168247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:22.000Z","modified_at":"2026-01-27T12:23:22.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"91869338609526","imei1":"91869338609526","imei2":"91869338609526","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168241,"job_number":"JOB_168241","tr_customer_id":168258,"tr_customer_product_id":168248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:04.000Z","modified_at":"2026-01-27T12:24:04.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18019431176168","imei1":"18019431176168","imei2":"18019431176168","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168243,"job_number":"JOB_168243","tr_customer_id":168260,"tr_customer_product_id":168250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:06.000Z","modified_at":"2026-01-27T12:24:06.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94175444839677","imei1":"94175444839677","imei2":"94175444839677","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168244,"job_number":"JOB_168244","tr_customer_id":168261,"tr_customer_product_id":168251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:12.000Z","modified_at":"2026-01-27T12:33:12.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16853693244096","imei1":"16853693244096","imei2":"16853693244096","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168246,"job_number":"JOB_168246","tr_customer_id":168263,"tr_customer_product_id":168253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:14.000Z","modified_at":"2026-01-27T12:33:14.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70322021367703","imei1":"70322021367703","imei2":"70322021367703","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168247,"job_number":"JOB_168247","tr_customer_id":168264,"tr_customer_product_id":168254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:03.000Z","modified_at":"2026-01-27T12:34:03.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19926693469878","imei1":"19926693469878","imei2":"19926693469878","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168249,"job_number":"JOB_168249","tr_customer_id":168266,"tr_customer_product_id":168256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:05.000Z","modified_at":"2026-01-27T12:34:05.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49000460081954","imei1":"49000460081954","imei2":"49000460081954","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168250,"job_number":"JOB_168250","tr_customer_id":168267,"tr_customer_product_id":168257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:55.000Z","modified_at":"2026-01-27T12:34:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11132776219601","imei1":"11132776219601","imei2":"11132776219601","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168252,"job_number":"JOB_168252","tr_customer_id":168269,"tr_customer_product_id":168259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:57.000Z","modified_at":"2026-01-27T12:34:57.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"26009336482955","imei1":"26009336482955","imei2":"26009336482955","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168253,"job_number":"JOB_168253","tr_customer_id":168270,"tr_customer_product_id":168260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"World Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"18844432193440","imei1":"18844432193440","imei2":"18844432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168254,"job_number":"JOB_168254","tr_customer_id":168271,"tr_customer_product_id":168261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"dfdfd Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10944432193440","imei1":"10944432193440","imei2":"10944432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168255,"job_number":"JOB_168255","tr_customer_id":168272,"tr_customer_product_id":168262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"hello Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10942232193440","imei1":"10942232193440","imei2":"10942232193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168256,"job_number":"JOB_168256","tr_customer_id":168273,"tr_customer_product_id":168263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ganaka Ganaka","mobile_number":"7008604529","email_id":"chaturbhuj.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"580968190866739","imei1":"580968190866739","imei2":"580968190866739","popurl":"www.bhoopati-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168257,"job_number":"JOB_168257","tr_customer_id":168274,"tr_customer_product_id":168264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Chidananda Varman","mobile_number":"7081541989","email_id":"bhushan.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"520358638387078","imei1":"520358638387078","imei2":"520358638387078","popurl":"www.abhaidev-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168258,"job_number":"JOB_168258","tr_customer_id":168275,"tr_customer_product_id":168265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Triloki Nath Gill","mobile_number":"7020959627","email_id":"ajeet.shukla@yahoo.co.in","dop":"2026-01-17","serial_number":"154315835505877","imei1":"154315835505877","imei2":"154315835505877","popurl":"www.adhrit-talwar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168259,"job_number":"JOB_168259","tr_customer_id":168276,"tr_customer_product_id":168266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Indra Bandopadhyay","mobile_number":"7084928060","email_id":"sarada.rana@hotmail.com","dop":"2026-01-17","serial_number":"119167337360261","imei1":"119167337360261","imei2":"119167337360261","popurl":"www.atmaja-rana.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168260,"job_number":"JOB_168260","tr_customer_id":168277,"tr_customer_product_id":168267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ekadant Iyengar","mobile_number":"7083283137","email_id":"akshainie.varman@hotmail.com","dop":"2026-01-17","serial_number":"807684574494302","imei1":"807684574494302","imei2":"807684574494302","popurl":"www.anuja-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168261,"job_number":"JOB_168261","tr_customer_id":168278,"tr_customer_product_id":168268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Budhil Kaul","mobile_number":"7007472388","email_id":"vidhya.johar@yahoo.co.in","dop":"2026-01-17","serial_number":"346899966887362","imei1":"346899966887362","imei2":"346899966887362","popurl":"www.dayamayee-pandey.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168262,"job_number":"JOB_168262","tr_customer_id":168279,"tr_customer_product_id":168269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Swara Bandopadhyay","mobile_number":"7016741813","email_id":"aadi.varman@gmail.com","dop":"2026-01-17","serial_number":"447201130297179","imei1":"447201130297179","imei2":"447201130297179","popurl":"www.ekaparnika-ahuja.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168263,"job_number":"JOB_168263","tr_customer_id":168280,"tr_customer_product_id":168270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhuvanesh Arora","mobile_number":"7059618969","email_id":"bhamini.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"030187202982318","imei1":"030187202982318","imei2":"030187202982318","popurl":"www.chaaruchandra-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168264,"job_number":"JOB_168264","tr_customer_id":168281,"tr_customer_product_id":168271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhargava Kapoor","mobile_number":"7017308625","email_id":"ajeet.sinha@gmail.com","dop":"2026-01-17","serial_number":"210483892952342","imei1":"210483892952342","imei2":"210483892952342","popurl":"www.bhishma-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168265,"job_number":"JOB_168265","tr_customer_id":168282,"tr_customer_product_id":168272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:12.000Z","name":"Rakesh Ganaka","mobile_number":"7081162089","email_id":"smriti.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"973373170161546","imei1":"973373170161546","imei2":"973373170161546","popurl":"www.deependra-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168267,"job_number":"JOB_168267","tr_customer_id":168284,"tr_customer_product_id":168274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:16.000Z","modified_at":"2026-01-27T13:44:16.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13972199692843","imei1":"13972199692843","imei2":"13972199692843","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168269,"job_number":"JOB_168269","tr_customer_id":168286,"tr_customer_product_id":168276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:33.000Z","modified_at":"2026-01-27T13:44:33.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11740035973162","imei1":"11740035973162","imei2":"11740035973162","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168271,"job_number":"JOB_168271","tr_customer_id":168288,"tr_customer_product_id":168278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:50.000Z","modified_at":"2026-01-27T13:44:50.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16137037844247","imei1":"16137037844247","imei2":"16137037844247","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168273,"job_number":"JOB_168273","tr_customer_id":168290,"tr_customer_product_id":168280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Anaadi Devar","mobile_number":"7084683703","email_id":"ekaling.namboothiri@hotmail.com","dop":"2026-01-17","serial_number":"656477353144113","imei1":"656477353144113","imei2":"656477353144113","popurl":"www.deepesh-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168274,"job_number":"JOB_168274","tr_customer_id":168292,"tr_customer_product_id":168282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ankal Nair","mobile_number":"7063975020","email_id":"gauraang.joshi@gmail.com","dop":"2026-01-17","serial_number":"907222504346697","imei1":"907222504346697","imei2":"907222504346697","popurl":"www.manoj-varman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168275,"job_number":"JOB_168275","tr_customer_id":168291,"tr_customer_product_id":168281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Pran Dubashi","mobile_number":"7068961883","email_id":"ekaparnika.agarwal@yahoo.co.in","dop":"2026-01-17","serial_number":"286857647138780","imei1":"286857647138780","imei2":"286857647138780","popurl":"www.amrita-embranthiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168276,"job_number":"JOB_168276","tr_customer_id":168293,"tr_customer_product_id":168283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chetanaanand Reddy","mobile_number":"7045392486","email_id":"anal.deshpande@yahoo.co.in","dop":"2026-01-17","serial_number":"408809447341215","imei1":"408809447341215","imei2":"408809447341215","popurl":"www.abhirath-achari.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168277,"job_number":"JOB_168277","tr_customer_id":168294,"tr_customer_product_id":168284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chandi Malik","mobile_number":"7095444726","email_id":"deb.ahuja@yahoo.co.in","dop":"2026-01-17","serial_number":"912578778448772","imei1":"912578778448772","imei2":"912578778448772","popurl":"www.tanushree-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168278,"job_number":"JOB_168278","tr_customer_id":168295,"tr_customer_product_id":168285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhargava Mukhopadhyay","mobile_number":"7026138278","email_id":"anurag.mishra@gmail.com","dop":"2026-01-17","serial_number":"875406830158462","imei1":"875406830158462","imei2":"875406830158462","popurl":"www.kali-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168279,"job_number":"JOB_168279","tr_customer_id":168296,"tr_customer_product_id":168286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ranjit Chopra","mobile_number":"7073725800","email_id":"bhagirathi.guneta@hotmail.com","dop":"2026-01-17","serial_number":"360525324757118","imei1":"360525324757118","imei2":"360525324757118","popurl":"www.jagadish-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168280,"job_number":"JOB_168280","tr_customer_id":168297,"tr_customer_product_id":168287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Lal Ahuja","mobile_number":"7037608651","email_id":"dhanalakshmi.pothuvaal@gmail.com","dop":"2026-01-17","serial_number":"863448801333047","imei1":"863448801333047","imei2":"863448801333047","popurl":"www.jyoti-pothuvaal.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168281,"job_number":"JOB_168281","tr_customer_id":168298,"tr_customer_product_id":168288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhardwaj Shukla","mobile_number":"7025057013","email_id":"mayoor.iyer@hotmail.com","dop":"2026-01-17","serial_number":"135556889699370","imei1":"135556889699370","imei2":"135556889699370","popurl":"www.sharmila-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168282,"job_number":"JOB_168282","tr_customer_id":168299,"tr_customer_product_id":168289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Girish Banerjee","mobile_number":"7048017873","email_id":"aaryan.guneta@hotmail.com","dop":"2026-01-17","serial_number":"740725273090990","imei1":"740725273090990","imei2":"740725273090990","popurl":"www.rati-jha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168283,"job_number":"JOB_168283","tr_customer_id":168300,"tr_customer_product_id":168290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Swarnalata Prajapat","mobile_number":"7099479914","email_id":"balaaditya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"141575034126703","imei1":"141575034126703","imei2":"141575034126703","popurl":"www.narinder-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168284,"job_number":"JOB_168284","tr_customer_id":168301,"tr_customer_product_id":168291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Shanti Bhattathiri","mobile_number":"7016029439","email_id":"oormila.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"247116872323691","imei1":"247116872323691","imei2":"247116872323691","popurl":"www.dayaanidhi-dwivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168285,"job_number":"JOB_168285","tr_customer_id":168302,"tr_customer_product_id":168292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Bhadrak Arora","mobile_number":"7032870005","email_id":"bhishma.acharya@hotmail.com","dop":"2026-01-17","serial_number":"559643001190677","imei1":"559643001190677","imei2":"559643001190677","popurl":"www.anjaneya-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168286,"job_number":"JOB_168286","tr_customer_id":168303,"tr_customer_product_id":168293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dayaamay Khan","mobile_number":"7027838011","email_id":"param.khanna@hotmail.com","dop":"2026-01-17","serial_number":"246434267233391","imei1":"246434267233391","imei2":"246434267233391","popurl":"www.mohinder-malik.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168287,"job_number":"JOB_168287","tr_customer_id":168304,"tr_customer_product_id":168294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Rageshwari Sinha","mobile_number":"7007609666","email_id":"aaryan.mishra@hotmail.com","dop":"2026-01-17","serial_number":"762876885452505","imei1":"762876885452505","imei2":"762876885452505","popurl":"www.dandapaani-kakkar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168288,"job_number":"JOB_168288","tr_customer_id":168305,"tr_customer_product_id":168295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Chandini Panicker","mobile_number":"7041401584","email_id":"nimit.shukla@hotmail.com","dop":"2026-01-17","serial_number":"030455514100990","imei1":"030455514100990","imei2":"030455514100990","popurl":"www.kama-mishra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168289,"job_number":"JOB_168289","tr_customer_id":168306,"tr_customer_product_id":168296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Laxmi Khan","mobile_number":"7044561872","email_id":"amaranaath.mukhopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"798628166538875","imei1":"798628166538875","imei2":"798628166538875","popurl":"www.chakravartee-malik.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168290,"job_number":"JOB_168290","tr_customer_id":168307,"tr_customer_product_id":168297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Param Namboothiri","mobile_number":"7051395959","email_id":"shresth.acharya@gmail.com","dop":"2026-01-17","serial_number":"939906965759411","imei1":"939906965759411","imei2":"939906965759411","popurl":"www.digambar-khatri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168291,"job_number":"JOB_168291","tr_customer_id":168308,"tr_customer_product_id":168298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gitanjali Nehru","mobile_number":"7033196788","email_id":"bhramar.iyer@hotmail.com","dop":"2026-01-17","serial_number":"159118065780587","imei1":"159118065780587","imei2":"159118065780587","popurl":"www.adhrit-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168292,"job_number":"JOB_168292","tr_customer_id":168309,"tr_customer_product_id":168299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Yogendra Rana","mobile_number":"7013127135","email_id":"ekalavya.pandey@hotmail.com","dop":"2026-01-17","serial_number":"181276253587809","imei1":"181276253587809","imei2":"181276253587809","popurl":"www.himadri-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168293,"job_number":"JOB_168293","tr_customer_id":168310,"tr_customer_product_id":168300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gayatri Gill","mobile_number":"7078914110","email_id":"tanya.gowda@yahoo.co.in","dop":"2026-01-17","serial_number":"425618954904736","imei1":"425618954904736","imei2":"425618954904736","popurl":"www.baala-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168294,"job_number":"JOB_168294","tr_customer_id":168311,"tr_customer_product_id":168301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Deeptimoyee Trivedi","mobile_number":"7081075397","email_id":"rupinder.chopra@yahoo.co.in","dop":"2026-01-17","serial_number":"820682428873616","imei1":"820682428873616","imei2":"820682428873616","popurl":"www.jay-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168295,"job_number":"JOB_168295","tr_customer_id":168312,"tr_customer_product_id":168302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Abhisyanta Tagore","mobile_number":"7098322412","email_id":"chaitan.naik@hotmail.com","dop":"2026-01-17","serial_number":"462957100239314","imei1":"462957100239314","imei2":"462957100239314","popurl":"www.gati-nair.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168296,"job_number":"JOB_168296","tr_customer_id":168313,"tr_customer_product_id":168303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Aaryan Varrier","mobile_number":"7086629267","email_id":"shashi.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"297041655924701","imei1":"297041655924701","imei2":"297041655924701","popurl":"www.gajabahu-rana.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168297,"job_number":"JOB_168297","tr_customer_id":168314,"tr_customer_product_id":168304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Nirbhay Chattopadhyay","mobile_number":"7061002611","email_id":"eshana.bhattathiri@hotmail.com","dop":"2026-01-17","serial_number":"297775248264917","imei1":"297775248264917","imei2":"297775248264917","popurl":"www.shubhaprada-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168298,"job_number":"JOB_168298","tr_customer_id":168315,"tr_customer_product_id":168305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Baalagopaal Patil","mobile_number":"7096912025","email_id":"abhirath.mukhopadhyay@hotmail.com","dop":"2026-01-17","serial_number":"757612487874979","imei1":"757612487874979","imei2":"757612487874979","popurl":"www.bhushit-guha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168299,"job_number":"JOB_168299","tr_customer_id":168316,"tr_customer_product_id":168306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Jyoti Bhat","mobile_number":"7026175150","email_id":"bilwa.dubashi@gmail.com","dop":"2026-01-17","serial_number":"143523016490660","imei1":"143523016490660","imei2":"143523016490660","popurl":"www.amritambu-sinha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168300,"job_number":"JOB_168300","tr_customer_id":168317,"tr_customer_product_id":168307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Acaryatanaya Sharma","mobile_number":"7080385131","email_id":"kumuda.desai@gmail.com","dop":"2026-01-17","serial_number":"628297546043480","imei1":"628297546043480","imei2":"628297546043480","popurl":"www.sanka-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168301,"job_number":"JOB_168301","tr_customer_id":168318,"tr_customer_product_id":168308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Krishnadasa Kocchar","mobile_number":"7040706838","email_id":"vidya.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"039277206390215","imei1":"039277206390215","imei2":"039277206390215","popurl":"www.abhisyanta-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168302,"job_number":"JOB_168302","tr_customer_id":168319,"tr_customer_product_id":168309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Eshita Malik","mobile_number":"7019334340","email_id":"charuvrat.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"797082632608609","imei1":"797082632608609","imei2":"797082632608609","popurl":"www.sarla-banerjee.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168303,"job_number":"JOB_168303","tr_customer_id":168320,"tr_customer_product_id":168310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Kanishka Pandey","mobile_number":"7006447166","email_id":"deepesh.prajapat@gmail.com","dop":"2026-01-17","serial_number":"299828941401126","imei1":"299828941401126","imei2":"299828941401126","popurl":"www.aagneya-adiga.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168304,"job_number":"JOB_168304","tr_customer_id":168321,"tr_customer_product_id":168311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dhana Achari","mobile_number":"7027643900","email_id":"bala.deshpande@gmail.com","dop":"2026-01-17","serial_number":"259783489679083","imei1":"259783489679083","imei2":"259783489679083","popurl":"www.dhanesh-prajapat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168305,"job_number":"JOB_168305","tr_customer_id":168322,"tr_customer_product_id":168312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Shanti Chaturvedi","mobile_number":"7074772557","email_id":"rukmin.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"167544080266806","imei1":"167544080266806","imei2":"167544080266806","popurl":"www.karunanidhi-joshi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168306,"job_number":"JOB_168306","tr_customer_id":168323,"tr_customer_product_id":168313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Daiwik Pandey","mobile_number":"7015235624","email_id":"darshwana.saini@gmail.com","dop":"2026-01-17","serial_number":"922710613826902","imei1":"922710613826902","imei2":"922710613826902","popurl":"www.aayushman-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168307,"job_number":"JOB_168307","tr_customer_id":168324,"tr_customer_product_id":168314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bharadwaj Gowda","mobile_number":"7047901798","email_id":"amrit.chopra@hotmail.com","dop":"2026-01-17","serial_number":"691884701084889","imei1":"691884701084889","imei2":"691884701084889","popurl":"www.aarya-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168308,"job_number":"JOB_168308","tr_customer_id":168325,"tr_customer_product_id":168315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Trisha Embranthiri","mobile_number":"7078828412","email_id":"rageswari.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"379590032052216","imei1":"379590032052216","imei2":"379590032052216","popurl":"www.oormila-namboothiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168309,"job_number":"JOB_168309","tr_customer_id":168326,"tr_customer_product_id":168316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Vidur Somayaji","mobile_number":"7073570313","email_id":"dharitri.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"027182720772522","imei1":"027182720772522","imei2":"027182720772522","popurl":"www.girindra-tandon.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168310,"job_number":"JOB_168310","tr_customer_id":168327,"tr_customer_product_id":168317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ritesh Bhattacharya","mobile_number":"7098501414","email_id":"sharmila.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"103975520579777","imei1":"103975520579777","imei2":"103975520579777","popurl":"www.harinarayan-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168311,"job_number":"JOB_168311","tr_customer_id":168328,"tr_customer_product_id":168318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Devesh Mishra","mobile_number":"7033273020","email_id":"chandi.kaniyar@yahoo.co.in","dop":"2026-01-17","serial_number":"932138702134532","imei1":"932138702134532","imei2":"932138702134532","popurl":"www.devani-reddy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168312,"job_number":"JOB_168312","tr_customer_id":168329,"tr_customer_product_id":168319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chiranjeev Ahluwalia","mobile_number":"7009145254","email_id":"geeta.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"643458496795587","imei1":"643458496795587","imei2":"643458496795587","popurl":"www.prem-desai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168313,"job_number":"JOB_168313","tr_customer_id":168330,"tr_customer_product_id":168320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ananda Malik","mobile_number":"7038373963","email_id":"malti.iyer@hotmail.com","dop":"2026-01-17","serial_number":"699733414024462","imei1":"699733414024462","imei2":"699733414024462","popurl":"www.anjushree-marar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168314,"job_number":"JOB_168314","tr_customer_id":168331,"tr_customer_product_id":168321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamlesh Khanna","mobile_number":"7095467911","email_id":"hiranya.marar@hotmail.com","dop":"2026-01-17","serial_number":"135205006698107","imei1":"135205006698107","imei2":"135205006698107","popurl":"www.garuda-pandey.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168315,"job_number":"JOB_168315","tr_customer_id":168332,"tr_customer_product_id":168322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bandhu Mahajan","mobile_number":"7099106728","email_id":"dhruv.joshi@hotmail.com","dop":"2026-01-17","serial_number":"324381924619464","imei1":"324381924619464","imei2":"324381924619464","popurl":"www.shridevi-pothuvaal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168316,"job_number":"JOB_168316","tr_customer_id":168333,"tr_customer_product_id":168323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gajadhar Khatri","mobile_number":"7009021832","email_id":"manik.pilla@hotmail.com","dop":"2026-01-17","serial_number":"824135075165620","imei1":"824135075165620","imei2":"824135075165620","popurl":"www.gaurang-patel.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168317,"job_number":"JOB_168317","tr_customer_id":168334,"tr_customer_product_id":168324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Manisha Chattopadhyay","mobile_number":"7075391580","email_id":"aagneya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"231111320521551","imei1":"231111320521551","imei2":"231111320521551","popurl":"www.dron-dubashi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168318,"job_number":"JOB_168318","tr_customer_id":168335,"tr_customer_product_id":168325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrabhaga Reddy","mobile_number":"7002922500","email_id":"gajadhar.pillai@hotmail.com","dop":"2026-01-17","serial_number":"670466987668843","imei1":"670466987668843","imei2":"670466987668843","popurl":"www.aadidev-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168319,"job_number":"JOB_168319","tr_customer_id":168336,"tr_customer_product_id":168326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Amaresh Mahajan","mobile_number":"7036858631","email_id":"brahmanandam.sharma@gmail.com","dop":"2026-01-17","serial_number":"993215241178645","imei1":"993215241178645","imei2":"993215241178645","popurl":"www.dulari-trivedi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168320,"job_number":"JOB_168320","tr_customer_id":168337,"tr_customer_product_id":168327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamla Pillai","mobile_number":"7025530093","email_id":"devi.bhattacharya@hotmail.com","dop":"2026-01-17","serial_number":"720966471356811","imei1":"720966471356811","imei2":"720966471356811","popurl":"www.chinmayananda-gandhi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168321,"job_number":"JOB_168321","tr_customer_id":168338,"tr_customer_product_id":168328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gauranga Bharadwaj","mobile_number":"7040771236","email_id":"himani.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"963565872947585","imei1":"963565872947585","imei2":"963565872947585","popurl":"www.vishnu-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168322,"job_number":"JOB_168322","tr_customer_id":168339,"tr_customer_product_id":168329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Nanda Ahluwalia","mobile_number":"7061139361","email_id":"bhoopati.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"325520571898873","imei1":"325520571898873","imei2":"325520571898873","popurl":"www.pushti-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168323,"job_number":"JOB_168323","tr_customer_id":168340,"tr_customer_product_id":168330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrakin Chattopadhyay","mobile_number":"7097544273","email_id":"kannan.agarwal@gmail.com","dop":"2026-01-17","serial_number":"692303611362579","imei1":"692303611362579","imei2":"692303611362579","popurl":"www.bilwa-deshpande.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168324,"job_number":"JOB_168324","tr_customer_id":168341,"tr_customer_product_id":168331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Devvrat Asan","mobile_number":"7036837584","email_id":"garuda.menon@hotmail.com","dop":"2026-01-17","serial_number":"186509279222993","imei1":"186509279222993","imei2":"186509279222993","popurl":"www.vaishno-nehru.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168325,"job_number":"JOB_168325","tr_customer_id":168342,"tr_customer_product_id":168332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Manoj Iyer","mobile_number":"7079001143","email_id":"giriraj.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"193173358287905","imei1":"193173358287905","imei2":"193173358287905","popurl":"www.rukmin-kaur.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168326,"job_number":"JOB_168326","tr_customer_id":168343,"tr_customer_product_id":168333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chandraayan Butt","mobile_number":"7010369756","email_id":"agnimitra.somayaji@gmail.com","dop":"2026-01-17","serial_number":"488999732494006","imei1":"488999732494006","imei2":"488999732494006","popurl":"www.gajabahu-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168327,"job_number":"JOB_168327","tr_customer_id":168344,"tr_customer_product_id":168334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dhanapati Mukhopadhyay","mobile_number":"7060625797","email_id":"anasooya.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"677865205290071","imei1":"677865205290071","imei2":"677865205290071","popurl":"www.akshita-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168328,"job_number":"JOB_168328","tr_customer_id":168345,"tr_customer_product_id":168335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Bhishma Ahluwalia","mobile_number":"7070024748","email_id":"gitanjali.patel@gmail.com","dop":"2026-01-17","serial_number":"909928173955236","imei1":"909928173955236","imei2":"909928173955236","popurl":"www.lavanya-ahluwalia.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168329,"job_number":"JOB_168329","tr_customer_id":168346,"tr_customer_product_id":168336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Tanushri Desai","mobile_number":"7029790501","email_id":"bilva.achari@yahoo.co.in","dop":"2026-01-17","serial_number":"635481645607749","imei1":"635481645607749","imei2":"635481645607749","popurl":"www.chapala-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168330,"job_number":"JOB_168330","tr_customer_id":168347,"tr_customer_product_id":168337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girija Johar","mobile_number":"7087953579","email_id":"manoj.jain@gmail.com","dop":"2026-01-17","serial_number":"955820954820200","imei1":"955820954820200","imei2":"955820954820200","popurl":"www.vaishnavi-jha.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168331,"job_number":"JOB_168331","tr_customer_id":168348,"tr_customer_product_id":168338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gautam Khan","mobile_number":"7062693799","email_id":"siddarth.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"391242264746741","imei1":"391242264746741","imei2":"391242264746741","popurl":"www.ananda-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168332,"job_number":"JOB_168332","tr_customer_id":168349,"tr_customer_product_id":168339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ananta Bandopadhyay","mobile_number":"7064038836","email_id":"ujjawal.asan@hotmail.com","dop":"2026-01-17","serial_number":"193785608841020","imei1":"193785608841020","imei2":"193785608841020","popurl":"www.gajabahu-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168333,"job_number":"JOB_168333","tr_customer_id":168350,"tr_customer_product_id":168340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ramaa Ahluwalia","mobile_number":"7043740065","email_id":"krishnadasa.abbott@gmail.com","dop":"2026-01-17","serial_number":"055694745124624","imei1":"055694745124624","imei2":"055694745124624","popurl":"www.anilaabh-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168334,"job_number":"JOB_168334","tr_customer_id":168351,"tr_customer_product_id":168341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Anjushri Kakkar","mobile_number":"7053074102","email_id":"chitraksh.talwar@hotmail.com","dop":"2026-01-17","serial_number":"573357269817417","imei1":"573357269817417","imei2":"573357269817417","popurl":"www.tanya-nair.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168335,"job_number":"JOB_168335","tr_customer_id":168352,"tr_customer_product_id":168342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Adhrit Kapoor","mobile_number":"7027432401","email_id":"aruna.pillai@hotmail.com","dop":"2026-01-17","serial_number":"348584581440138","imei1":"348584581440138","imei2":"348584581440138","popurl":"www.bhargavi-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168336,"job_number":"JOB_168336","tr_customer_id":168353,"tr_customer_product_id":168343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Swarnalata Johar","mobile_number":"7078977856","email_id":"ujjwal.desai@yahoo.co.in","dop":"2026-01-17","serial_number":"868667207996938","imei1":"868667207996938","imei2":"868667207996938","popurl":"www.laxmi-adiga.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168337,"job_number":"JOB_168337","tr_customer_id":168354,"tr_customer_product_id":168344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girik Gowda","mobile_number":"7069755534","email_id":"agrata.guneta@gmail.com","dop":"2026-01-17","serial_number":"006437615865535","imei1":"006437615865535","imei2":"006437615865535","popurl":"www.opalina-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168338,"job_number":"JOB_168338","tr_customer_id":168355,"tr_customer_product_id":168345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Lakshman Malik","mobile_number":"7054809205","email_id":"samir.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"688001834688644","imei1":"688001834688644","imei2":"688001834688644","popurl":"www.parvati-embranthiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168339,"job_number":"JOB_168339","tr_customer_id":168356,"tr_customer_product_id":168346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Abhirath Kocchar","mobile_number":"7095215331","email_id":"nirbhay.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"026538670104231","imei1":"026538670104231","imei2":"026538670104231","popurl":"www.bhilangana-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168340,"job_number":"JOB_168340","tr_customer_id":168357,"tr_customer_product_id":168347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gandharv Mishra","mobile_number":"7037736873","email_id":"chandrakala.asan@hotmail.com","dop":"2026-01-17","serial_number":"054532771311509","imei1":"054532771311509","imei2":"054532771311509","popurl":"www.anshula-gandhi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168341,"job_number":"JOB_168341","tr_customer_id":168358,"tr_customer_product_id":168348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipendra Guneta","mobile_number":"7089022167","email_id":"bhooshit.varrier@yahoo.co.in","dop":"2026-01-17","serial_number":"557394222355725","imei1":"557394222355725","imei2":"557394222355725","popurl":"www.veda-namboothiri.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168342,"job_number":"JOB_168342","tr_customer_id":168359,"tr_customer_product_id":168349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipali Naik","mobile_number":"7046169636","email_id":"adityanandan.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"181904001668628","imei1":"181904001668628","imei2":"181904001668628","popurl":"www.divjot-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168343,"job_number":"JOB_168343","tr_customer_id":168360,"tr_customer_product_id":168350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chitrangada Jain","mobile_number":"7047940952","email_id":"atmaja.somayaji@yahoo.co.in","dop":"2026-01-17","serial_number":"534353500920242","imei1":"534353500920242","imei2":"534353500920242","popurl":"www.dhyanesh-embranthiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168344,"job_number":"JOB_168344","tr_customer_id":168361,"tr_customer_product_id":168351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Eshana Mishra","mobile_number":"7035091717","email_id":"bhardwaj.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"567478943251205","imei1":"567478943251205","imei2":"567478943251205","popurl":"www.tara-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168345,"job_number":"JOB_168345","tr_customer_id":168362,"tr_customer_product_id":168352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bala Tagore","mobile_number":"7002970566","email_id":"uma.khatri@hotmail.com","dop":"2026-01-17","serial_number":"346712173888469","imei1":"346712173888469","imei2":"346712173888469","popurl":"www.vishnu-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168346,"job_number":"JOB_168346","tr_customer_id":168363,"tr_customer_product_id":168353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Vyas Tandon","mobile_number":"7042667205","email_id":"purnima.joshi@yahoo.co.in","dop":"2026-01-17","serial_number":"759616770829453","imei1":"759616770829453","imei2":"759616770829453","popurl":"www.chinmayananda-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168347,"job_number":"JOB_168347","tr_customer_id":168364,"tr_customer_product_id":168354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Apsara Mishra","mobile_number":"7047276167","email_id":"kannan.gowda@hotmail.com","dop":"2026-01-17","serial_number":"565742401215318","imei1":"565742401215318","imei2":"565742401215318","popurl":"www.bhargavi-patel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168348,"job_number":"JOB_168348","tr_customer_id":168365,"tr_customer_product_id":168355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ritesh Reddy","mobile_number":"7090019130","email_id":"bela.mishra@hotmail.com","dop":"2026-01-17","serial_number":"220858470308955","imei1":"220858470308955","imei2":"220858470308955","popurl":"www.nikita-asan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168349,"job_number":"JOB_168349","tr_customer_id":168366,"tr_customer_product_id":168356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Dhanu Dutta","mobile_number":"7018337846","email_id":"dandak.khanna@hotmail.com","dop":"2026-01-17","serial_number":"877052485523200","imei1":"877052485523200","imei2":"877052485523200","popurl":"www.atmanand-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168350,"job_number":"JOB_168350","tr_customer_id":168367,"tr_customer_product_id":168357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Abani Chaturvedi","mobile_number":"7036399880","email_id":"adhiraj.iyengar@hotmail.com","dop":"2026-01-17","serial_number":"106729502802142","imei1":"106729502802142","imei2":"106729502802142","popurl":"www.ahalya-bhat.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168351,"job_number":"JOB_168351","tr_customer_id":168368,"tr_customer_product_id":168358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Heema Pilla","mobile_number":"7064517073","email_id":"prasad.guha@gmail.com","dop":"2026-01-17","serial_number":"964173172956775","imei1":"964173172956775","imei2":"964173172956775","popurl":"www.meghnad-sharma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168352,"job_number":"JOB_168352","tr_customer_id":168369,"tr_customer_product_id":168359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Meghnad Dhawan","mobile_number":"7038382114","email_id":"anjushri.rana@gmail.com","dop":"2026-01-17","serial_number":"469600577233594","imei1":"469600577233594","imei2":"469600577233594","popurl":"www.aadrika-arora.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168353,"job_number":"JOB_168353","tr_customer_id":168370,"tr_customer_product_id":168360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Kumar Iyer","mobile_number":"7087622205","email_id":"bahula.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"810569748036493","imei1":"810569748036493","imei2":"810569748036493","popurl":"www.sher-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168354,"job_number":"JOB_168354","tr_customer_id":168371,"tr_customer_product_id":168361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Krishnadas Saini","mobile_number":"7074823966","email_id":"vrund.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"532303323194966","imei1":"532303323194966","imei2":"532303323194966","popurl":"www.pran-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168355,"job_number":"JOB_168355","tr_customer_id":168372,"tr_customer_product_id":168362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Lila Iyer","mobile_number":"7023393304","email_id":"narendra.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"089434342383766","imei1":"089434342383766","imei2":"089434342383766","popurl":"www.rohit-pillai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168356,"job_number":"JOB_168356","tr_customer_id":168373,"tr_customer_product_id":168363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ravi Mukhopadhyay","mobile_number":"7067186902","email_id":"shivakari.joshi@hotmail.com","dop":"2026-01-17","serial_number":"142948129111347","imei1":"142948129111347","imei2":"142948129111347","popurl":"www.chanda-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168357,"job_number":"JOB_168357","tr_customer_id":168375,"tr_customer_product_id":168365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Aanandaswarup Jha","mobile_number":"7076453342","email_id":"abhirath.adiga@hotmail.com","dop":"2026-01-17","serial_number":"335279886424002","imei1":"335279886424002","imei2":"335279886424002","popurl":"www.dhanapati-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168358,"job_number":"JOB_168358","tr_customer_id":168374,"tr_customer_product_id":168364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Tanya Kapoor","mobile_number":"7016042539","email_id":"udai.tagore@hotmail.com","dop":"2026-01-17","serial_number":"198386518075332","imei1":"198386518075332","imei2":"198386518075332","popurl":"www.dinkar-devar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168359,"job_number":"JOB_168359","tr_customer_id":168376,"tr_customer_product_id":168366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Mahesh Jha","mobile_number":"7038586704","email_id":"ankal.tandon@hotmail.com","dop":"2026-01-17","serial_number":"990013463977407","imei1":"990013463977407","imei2":"990013463977407","popurl":"www.bhuvaneshwar-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168360,"job_number":"JOB_168360","tr_customer_id":168377,"tr_customer_product_id":168367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bhavani Menon","mobile_number":"7051475661","email_id":"goutam.devar@hotmail.com","dop":"2026-01-17","serial_number":"149646746099263","imei1":"149646746099263","imei2":"149646746099263","popurl":"www.geeta-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168361,"job_number":"JOB_168361","tr_customer_id":168378,"tr_customer_product_id":168368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rohit Dhawan","mobile_number":"7010250076","email_id":"manisha.saini@yahoo.co.in","dop":"2026-01-17","serial_number":"817097590402320","imei1":"817097590402320","imei2":"817097590402320","popurl":"www.govinda-nair.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168362,"job_number":"JOB_168362","tr_customer_id":168379,"tr_customer_product_id":168369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rukhmani Nambeesan","mobile_number":"7009156879","email_id":"harit.ahluwalia@yahoo.co.in","dop":"2026-01-17","serial_number":"297676098700538","imei1":"297676098700538","imei2":"297676098700538","popurl":"www.krishna-achari.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168363,"job_number":"JOB_168363","tr_customer_id":168380,"tr_customer_product_id":168370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chakor Gupta","mobile_number":"7009589550","email_id":"shobhana.johar@hotmail.com","dop":"2026-01-17","serial_number":"206538448713779","imei1":"206538448713779","imei2":"206538448713779","popurl":"www.abhirath-dutta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168364,"job_number":"JOB_168364","tr_customer_id":168381,"tr_customer_product_id":168371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chandani Iyengar","mobile_number":"7019505930","email_id":"gauranga.bharadwaj@hotmail.com","dop":"2026-01-17","serial_number":"016636860422462","imei1":"016636860422462","imei2":"016636860422462","popurl":"www.aayushman-naik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168365,"job_number":"JOB_168365","tr_customer_id":168382,"tr_customer_product_id":168372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Akshaj Abbott","mobile_number":"7030785535","email_id":"devika.dhawan@hotmail.com","dop":"2026-01-17","serial_number":"185714094858276","imei1":"185714094858276","imei2":"185714094858276","popurl":"www.karan-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168366,"job_number":"JOB_168366","tr_customer_id":168383,"tr_customer_product_id":168373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Chinmayananda Talwar","mobile_number":"7029867753","email_id":"deepali.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"807692096572906","imei1":"807692096572906","imei2":"807692096572906","popurl":"www.tanirika-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168367,"job_number":"JOB_168367","tr_customer_id":168384,"tr_customer_product_id":168374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Mohana Namboothiri","mobile_number":"7075742815","email_id":"urmila.gandhi@gmail.com","dop":"2026-01-17","serial_number":"145848997681710","imei1":"145848997681710","imei2":"145848997681710","popurl":"www.rakesh-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168368,"job_number":"JOB_168368","tr_customer_id":168385,"tr_customer_product_id":168375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bilwa Adiga","mobile_number":"7051290596","email_id":"nawal.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"593529066480426","imei1":"593529066480426","imei2":"593529066480426","popurl":"www.birjesh-khanna.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168369,"job_number":"JOB_168369","tr_customer_id":168386,"tr_customer_product_id":168376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Kailash Guneta","mobile_number":"7090100585","email_id":"vaidehi.tandon@hotmail.com","dop":"2026-01-17","serial_number":"497105552825981","imei1":"497105552825981","imei2":"497105552825981","popurl":"www.dhatri-pillai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168370,"job_number":"JOB_168370","tr_customer_id":168387,"tr_customer_product_id":168377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Priya Namboothiri","mobile_number":"7013847653","email_id":"dev.iyer@hotmail.com","dop":"2026-01-17","serial_number":"077055695813289","imei1":"077055695813289","imei2":"077055695813289","popurl":"www.lakshmidhar-bhat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168371,"job_number":"JOB_168371","tr_customer_id":168388,"tr_customer_product_id":168378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bhilangana Nair","mobile_number":"7025684781","email_id":"lakshminath.mehra@yahoo.co.in","dop":"2026-01-17","serial_number":"854342691173107","imei1":"854342691173107","imei2":"854342691173107","popurl":"www.vasudeva-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168372,"job_number":"JOB_168372","tr_customer_id":168389,"tr_customer_product_id":168379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bishnu Varrier","mobile_number":"7096180955","email_id":"brajesh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"051797877589302","imei1":"051797877589302","imei2":"051797877589302","popurl":"www.ghanshyam-singh.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168373,"job_number":"JOB_168373","tr_customer_id":168390,"tr_customer_product_id":168380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Vrund Desai","mobile_number":"7001021043","email_id":"guru.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"516058943644872","imei1":"516058943644872","imei2":"516058943644872","popurl":"www.devagya-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168374,"job_number":"JOB_168374","tr_customer_id":168391,"tr_customer_product_id":168381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Akshaj Gowda","mobile_number":"7043120308","email_id":"bhoj.pandey@hotmail.com","dop":"2026-01-17","serial_number":"513976482680773","imei1":"513976482680773","imei2":"513976482680773","popurl":"www.akshita-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168375,"job_number":"JOB_168375","tr_customer_id":168393,"tr_customer_product_id":168383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Kanti Guha","mobile_number":"7080753158","email_id":"krishnadasa.embranthiri@yahoo.co.in","dop":"2026-01-17","serial_number":"780601164464121","imei1":"780601164464121","imei2":"780601164464121","popurl":"www.chaturaanan-marar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168376,"job_number":"JOB_168376","tr_customer_id":168392,"tr_customer_product_id":168382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Sachin Mishra","mobile_number":"7025701307","email_id":"aamod.gandhi@yahoo.co.in","dop":"2026-01-17","serial_number":"652516523757927","imei1":"652516523757927","imei2":"652516523757927","popurl":"www.goutam-tandon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168377,"job_number":"JOB_168377","tr_customer_id":168394,"tr_customer_product_id":168384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Damodara Namboothiri","mobile_number":"7094721194","email_id":"kashyap.agarwal@gmail.com","dop":"2026-01-17","serial_number":"472737749995572","imei1":"472737749995572","imei2":"472737749995572","popurl":"www.kamalesh-nehru.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168378,"job_number":"JOB_168378","tr_customer_id":168395,"tr_customer_product_id":168385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73416323632825","imei1":"73416323632825","imei2":"73416323632825","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168379,"job_number":"JOB_168379","tr_customer_id":168396,"tr_customer_product_id":168386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75245419690268","imei1":"75245419690268","imei2":"75245419690268","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168380,"job_number":"JOB_168380","tr_customer_id":168397,"tr_customer_product_id":168387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39222786266748","imei1":"39222786266748","imei2":"39222786266748","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168381,"job_number":"JOB_168381","tr_customer_id":168398,"tr_customer_product_id":168388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28840266828053","imei1":"28840266828053","imei2":"28840266828053","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168382,"job_number":"JOB_168382","tr_customer_id":168399,"tr_customer_product_id":168389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60030016225827","imei1":"60030016225827","imei2":"60030016225827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168383,"job_number":"JOB_168383","tr_customer_id":168400,"tr_customer_product_id":168390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16085127312844","imei1":"16085127312844","imei2":"16085127312844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168386,"job_number":"JOB_168386","tr_customer_id":168403,"tr_customer_product_id":168393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:08.000Z","modified_at":"2026-01-27T14:01:08.000Z","name":"Emily Strosin","mobile_number":"848-627-4057","email_id":"Luigi74@hotmail.com","dop":"2025-04-06","serial_number":"16407514125384720","imei1":"16407514125384720","imei2":"16407514125384720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168387,"job_number":"JOB_168387","tr_customer_id":168404,"tr_customer_product_id":168394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34977291546936","imei1":"34977291546936","imei2":"34977291546936","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168388,"job_number":"JOB_168388","tr_customer_id":168405,"tr_customer_product_id":168395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86164747961861","imei1":"86164747961861","imei2":"86164747961861","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168389,"job_number":"JOB_168389","tr_customer_id":168406,"tr_customer_product_id":168396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71206279349103","imei1":"71206279349103","imei2":"71206279349103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168390,"job_number":"JOB_168390","tr_customer_id":168407,"tr_customer_product_id":168397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35569371766624","imei1":"35569371766624","imei2":"35569371766624","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168391,"job_number":"JOB_168391","tr_customer_id":168408,"tr_customer_product_id":168398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90416539451323","imei1":"90416539451323","imei2":"90416539451323","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168392,"job_number":"JOB_168392","tr_customer_id":168409,"tr_customer_product_id":168399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:37.000Z","modified_at":"2026-01-27T14:01:37.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73336585358586","imei1":"73336585358586","imei2":"73336585358586","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168394,"job_number":"JOB_168394","tr_customer_id":168411,"tr_customer_product_id":168401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:06.000Z","modified_at":"2026-01-27T14:02:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19783492148115","imei1":"19783492148115","imei2":"19783492148115","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168396,"job_number":"JOB_168396","tr_customer_id":168413,"tr_customer_product_id":168403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:08.000Z","modified_at":"2026-01-27T14:02:08.000Z","name":"Blaise Hirthe","mobile_number":"438-921-7648","email_id":"Adele84@hotmail.com","dop":"2025-04-06","serial_number":"10503958866342878","imei1":"10503958866342878","imei2":"10503958866342878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168397,"job_number":"JOB_168397","tr_customer_id":168414,"tr_customer_product_id":168404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:09.000Z","modified_at":"2026-01-27T14:02:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59578177438508","imei1":"59578177438508","imei2":"59578177438508","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168398,"job_number":"JOB_168398","tr_customer_id":168415,"tr_customer_product_id":168405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55475719196539","imei1":"55475719196539","imei2":"55475719196539","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168399,"job_number":"JOB_168399","tr_customer_id":168416,"tr_customer_product_id":168406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80676074661303","imei1":"80676074661303","imei2":"80676074661303","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168400,"job_number":"JOB_168400","tr_customer_id":168417,"tr_customer_product_id":168407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89300376460928","imei1":"89300376460928","imei2":"89300376460928","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168401,"job_number":"JOB_168401","tr_customer_id":168418,"tr_customer_product_id":168408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50926255704989","imei1":"50926255704989","imei2":"50926255704989","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168402,"job_number":"JOB_168402","tr_customer_id":168419,"tr_customer_product_id":168409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97590247220528","imei1":"97590247220528","imei2":"97590247220528","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168405,"job_number":"JOB_168405","tr_customer_id":168422,"tr_customer_product_id":168412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:55.000Z","modified_at":"2026-01-27T14:02:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182617344206","imei1":"18182617344206","imei2":"18182617344206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168407,"job_number":"JOB_168407","tr_customer_id":168424,"tr_customer_product_id":168414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:57.000Z","modified_at":"2026-01-27T14:02:57.000Z","name":"Carissa Grant","mobile_number":"966-304-0989","email_id":"Jared_Jacobi13@yahoo.com","dop":"2025-04-06","serial_number":"10263970880212450","imei1":"10263970880212450","imei2":"10263970880212450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168409,"job_number":"JOB_168409","tr_customer_id":168426,"tr_customer_product_id":168416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:44.000Z","modified_at":"2026-01-27T14:03:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17336587485706","imei1":"17336587485706","imei2":"17336587485706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168411,"job_number":"JOB_168411","tr_customer_id":168428,"tr_customer_product_id":168418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:45.000Z","modified_at":"2026-01-27T14:03:45.000Z","name":"Norma Murazik","mobile_number":"650-890-5400","email_id":"Keely76@gmail.com","dop":"2025-04-06","serial_number":"13983934307439388","imei1":"13983934307439388","imei2":"13983934307439388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168421,"job_number":"JOB_168421","tr_customer_id":168438,"tr_customer_product_id":168428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10964616645841","imei1":"10964616645841","imei2":"10964616645841","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168423,"job_number":"JOB_168423","tr_customer_id":168440,"tr_customer_product_id":168430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12623175058629","imei1":"12623175058629","imei2":"12623175058629","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168425,"job_number":"JOB_168425","tr_customer_id":168442,"tr_customer_product_id":168432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:43.000Z","modified_at":"2026-01-27T14:22:43.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11825960743819","imei2":"11825960743819","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168426,"job_number":"JOB_168426","tr_customer_id":168443,"tr_customer_product_id":168433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:44.000Z","modified_at":"2026-01-27T14:22:44.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12411704113030","imei1":"12411704113030","imei2":"12411704113030","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168428,"job_number":"JOB_168428","tr_customer_id":168445,"tr_customer_product_id":168435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:45.000Z","modified_at":"2026-01-27T14:22:45.000Z","name":"Mafalda O'Reilly","mobile_number":"960-767-0186","email_id":"Austen88@hotmail.com","dop":"2025-04-06","serial_number":"14025083800533838","imei1":"14025083800533838","imei2":"14025083800533838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168429,"job_number":"JOB_168429","tr_customer_id":168446,"tr_customer_product_id":168436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:59.000Z","modified_at":"2026-01-27T14:22:59.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18119193389560","imei2":"18119193389560","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168431,"job_number":"JOB_168431","tr_customer_id":168448,"tr_customer_product_id":168438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:14.000Z","modified_at":"2026-01-27T14:23:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12539060878127","imei2":"12539060878127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168433,"job_number":"JOB_168433","tr_customer_id":168450,"tr_customer_product_id":168440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:33.000Z","modified_at":"2026-01-27T14:23:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11982015895071","imei1":"11982015895071","imei2":"11982015895071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168435,"job_number":"JOB_168435","tr_customer_id":168452,"tr_customer_product_id":168442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:34.000Z","modified_at":"2026-01-27T14:23:34.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13278662445784","imei1":"13278662445784","imei2":"13278662445784","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168437,"job_number":"JOB_168437","tr_customer_id":168454,"tr_customer_product_id":168444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:35.000Z","modified_at":"2026-01-27T14:23:35.000Z","name":"Antonio Rath","mobile_number":"386-555-7909","email_id":"Talon_Daugherty40@hotmail.com","dop":"2025-04-06","serial_number":"14188275916221208","imei1":"14188275916221208","imei2":"14188275916221208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168438,"job_number":"JOB_168438","tr_customer_id":168455,"tr_customer_product_id":168445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:36.000Z","modified_at":"2026-01-27T14:23:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"77974963574225","imei1":"77974963574225","imei2":"77974963574225","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168439,"job_number":"JOB_168439","tr_customer_id":168456,"tr_customer_product_id":168446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:23.000Z","modified_at":"2026-01-27T14:24:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12764741417890","imei1":"12764741417890","imei2":"12764741417890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168441,"job_number":"JOB_168441","tr_customer_id":168458,"tr_customer_product_id":168448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"Pauline Bosco","mobile_number":"637-209-6954","email_id":"Trey.Metz@hotmail.com","dop":"2025-04-06","serial_number":"18098126248934770","imei1":"18098126248934770","imei2":"18098126248934770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168442,"job_number":"JOB_168442","tr_customer_id":168459,"tr_customer_product_id":168449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18150241088696","imei1":"18150241088696","imei2":"18150241088696","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168444,"job_number":"JOB_168444","tr_customer_id":168461,"tr_customer_product_id":168451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:27.000Z","modified_at":"2026-01-27T14:24:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"38921985501182","imei1":"38921985501182","imei2":"38921985501182","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168445,"job_number":"JOB_168445","tr_customer_id":168462,"tr_customer_product_id":168452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:49.000Z","modified_at":"2026-01-27T14:24:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10264613131218","imei1":"10264613131218","imei2":"10264613131218","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168447,"job_number":"JOB_168447","tr_customer_id":168464,"tr_customer_product_id":168454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:50.000Z","modified_at":"2026-01-27T14:24:50.000Z","name":"Shakira Dickens","mobile_number":"522-320-0638","email_id":"Jewell_Harber@hotmail.com","dop":"2025-06-18","serial_number":"1065927066403027","imei1":"1065927066403027","imei2":"1065927066403027","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168451,"job_number":"JOB_168451","tr_customer_id":168468,"tr_customer_product_id":168458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:36.000Z","modified_at":"2026-01-27T14:25:36.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10817511895228","imei1":"10817511895228","imei2":"10817511895228","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168453,"job_number":"JOB_168453","tr_customer_id":168470,"tr_customer_product_id":168460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:37.000Z","modified_at":"2026-01-27T14:25:37.000Z","name":"Arianna Runte","mobile_number":"527-688-4375","email_id":"Colleen.Adams32@hotmail.com","dop":"2025-06-18","serial_number":"1050319766554530","imei1":"1050319766554530","imei2":"1050319766554530","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168461,"job_number":"JOB_168461","tr_customer_id":168478,"tr_customer_product_id":168468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:19.000Z","modified_at":"2026-01-27T14:27:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14320379351493","imei1":"14320379351493","imei2":"14320379351493","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168463,"job_number":"JOB_168463","tr_customer_id":168480,"tr_customer_product_id":168470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:20.000Z","modified_at":"2026-01-27T14:27:20.000Z","name":"Norwood Armstrong","mobile_number":"719-221-2982","email_id":"Joyce_Mueller@gmail.com","dop":"2025-04-06","serial_number":"14124170153083196","imei1":"14124170153083196","imei2":"14124170153083196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168464,"job_number":"JOB_168464","tr_customer_id":168481,"tr_customer_product_id":168471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:52.000Z","modified_at":"2026-01-27T14:27:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15519760465235","imei1":"15519760465235","imei2":"15519760465235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168466,"job_number":"JOB_168466","tr_customer_id":168483,"tr_customer_product_id":168473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:54.000Z","modified_at":"2026-01-27T14:27:54.000Z","name":"Lizeth Thompson","mobile_number":"204-207-4099","email_id":"Margie31@gmail.com","dop":"2025-04-06","serial_number":"12763104282409418","imei1":"12763104282409418","imei2":"12763104282409418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168470,"job_number":"JOB_168470","tr_customer_id":168487,"tr_customer_product_id":168477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:09.000Z","modified_at":"2026-01-27T14:28:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19562831574480","imei1":"19562831574480","imei2":"19562831574480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168472,"job_number":"JOB_168472","tr_customer_id":168489,"tr_customer_product_id":168479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:11.000Z","modified_at":"2026-01-27T14:28:11.000Z","name":"Leon Keeling","mobile_number":"790-406-3406","email_id":"Saul_Wuckert@hotmail.com","dop":"2025-04-06","serial_number":"11908915713720174","imei1":"11908915713720174","imei2":"11908915713720174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168473,"job_number":"JOB_168473","tr_customer_id":168490,"tr_customer_product_id":168480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:28.000Z","modified_at":"2026-01-27T14:28:28.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"14404252990704","imei1":"14404252990704","imei2":"14404252990704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168475,"job_number":"JOB_168475","tr_customer_id":168492,"tr_customer_product_id":168482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:29.000Z","modified_at":"2026-01-27T14:28:29.000Z","name":"Sigmund Mueller","mobile_number":"421-301-9672","email_id":"Rhoda.Larkin@hotmail.com","dop":"2025-04-06","serial_number":"10448121615233540","imei1":"10448121615233540","imei2":"10448121615233540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168476,"job_number":"JOB_168476","tr_customer_id":168493,"tr_customer_product_id":168483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:41.000Z","modified_at":"2026-01-27T14:28:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10123690691843","imei1":"10123690691843","imei2":"10123690691843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168478,"job_number":"JOB_168478","tr_customer_id":168495,"tr_customer_product_id":168485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:43.000Z","modified_at":"2026-01-27T14:28:43.000Z","name":"Erich Gislason","mobile_number":"352-413-7789","email_id":"Heber_Gutkowski@yahoo.com","dop":"2025-04-06","serial_number":"18770492962576772","imei1":"18770492962576772","imei2":"18770492962576772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168479,"job_number":"JOB_168479","tr_customer_id":168496,"tr_customer_product_id":168486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:57.000Z","modified_at":"2026-01-27T14:28:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14549865475600","imei1":"14549865475600","imei2":"14549865475600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168481,"job_number":"JOB_168481","tr_customer_id":168498,"tr_customer_product_id":168488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18525208861274","imei1":"18525208861274","imei2":"18525208861274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168482,"job_number":"JOB_168482","tr_customer_id":168499,"tr_customer_product_id":168489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"Danika Yost","mobile_number":"647-834-8170","email_id":"Arvid.Medhurst14@hotmail.com","dop":"2025-04-06","serial_number":"11789382839170934","imei1":"11789382839170934","imei2":"11789382839170934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168484,"job_number":"JOB_168484","tr_customer_id":168501,"tr_customer_product_id":168491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:01.000Z","modified_at":"2026-01-27T14:29:01.000Z","name":"Aryanna Dicki","mobile_number":"307-325-5098","email_id":"Meda10@yahoo.com","dop":"2025-04-06","serial_number":"14365797911804354","imei1":"14365797911804354","imei2":"14365797911804354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168485,"job_number":"JOB_168485","tr_customer_id":168502,"tr_customer_product_id":168492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:12.000Z","modified_at":"2026-01-27T14:29:12.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19322513910091","imei1":"19322513910091","imei2":"19322513910091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168487,"job_number":"JOB_168487","tr_customer_id":168504,"tr_customer_product_id":168494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:13.000Z","modified_at":"2026-01-27T14:29:13.000Z","name":"Earl Schmitt","mobile_number":"896-543-4459","email_id":"Vaughn35@hotmail.com","dop":"2025-04-06","serial_number":"17330789803041280","imei1":"17330789803041280","imei2":"17330789803041280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168488,"job_number":"JOB_168488","tr_customer_id":168505,"tr_customer_product_id":168495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:30.000Z","modified_at":"2026-01-27T14:29:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11607751095650","imei1":"11607751095650","imei2":"11607751095650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168490,"job_number":"JOB_168490","tr_customer_id":168507,"tr_customer_product_id":168497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:32.000Z","modified_at":"2026-01-27T14:29:32.000Z","name":"Elmira Reinger","mobile_number":"942-651-9148","email_id":"Jimmie89@gmail.com","dop":"2025-04-06","serial_number":"10126057285107164","imei1":"10126057285107164","imei2":"10126057285107164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168491,"job_number":"JOB_168491","tr_customer_id":168508,"tr_customer_product_id":168498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:44.000Z","modified_at":"2026-01-27T14:29:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17002233766524","imei1":"17002233766524","imei2":"17002233766524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168493,"job_number":"JOB_168493","tr_customer_id":168510,"tr_customer_product_id":168500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:45.000Z","modified_at":"2026-01-27T14:29:45.000Z","name":"Keeley Hintz","mobile_number":"563-690-8723","email_id":"Chesley.Fadel42@gmail.com","dop":"2025-04-06","serial_number":"10724759919489682","imei1":"10724759919489682","imei2":"10724759919489682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168494,"job_number":"JOB_168494","tr_customer_id":168511,"tr_customer_product_id":168501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:56.000Z","modified_at":"2026-01-27T14:29:56.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13740245050293","imei1":"13740245050293","imei2":"13740245050293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168496,"job_number":"JOB_168496","tr_customer_id":168513,"tr_customer_product_id":168503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:58.000Z","modified_at":"2026-01-27T14:29:58.000Z","name":"Guiseppe Zemlak","mobile_number":"718-322-1975","email_id":"Oren_Murray11@gmail.com","dop":"2025-04-06","serial_number":"11598004911748456","imei1":"11598004911748456","imei2":"11598004911748456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168498,"job_number":"JOB_168498","tr_customer_id":168515,"tr_customer_product_id":168505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:25.000Z","modified_at":"2026-01-27T14:30:25.000Z","name":"Damian Berge","mobile_number":"692-250-2732","email_id":"Sophia65@yahoo.com","dop":"2025-04-06","serial_number":"13284192840530582","imei1":"13284192840530582","imei2":"13284192840530582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168499,"job_number":"JOB_168499","tr_customer_id":168516,"tr_customer_product_id":168506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:30.000Z","modified_at":"2026-01-27T14:30:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11682996440726","imei1":"11682996440726","imei2":"11682996440726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168501,"job_number":"JOB_168501","tr_customer_id":168518,"tr_customer_product_id":168508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:32.000Z","modified_at":"2026-01-27T14:30:32.000Z","name":"Emile Hand","mobile_number":"342-498-2232","email_id":"Aida65@yahoo.com","dop":"2025-04-06","serial_number":"13410457103030660","imei1":"13410457103030660","imei2":"13410457103030660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168503,"job_number":"JOB_168503","tr_customer_id":168520,"tr_customer_product_id":168510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:31:17.000Z","modified_at":"2026-01-27T14:31:17.000Z","name":"Sid Leuschke","mobile_number":"293-988-9908","email_id":"Sofia.Johns91@hotmail.com","dop":"2025-04-06","serial_number":"10105466433042800","imei1":"10105466433042800","imei2":"10105466433042800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168504,"job_number":"JOB_168504","tr_customer_id":168521,"tr_customer_product_id":168511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:02.000Z","modified_at":"2026-01-27T14:33:02.000Z","name":"Armand Franecki","mobile_number":"246-564-2962","email_id":"Santos.Corwin@gmail.com","dop":"2025-05-30","serial_number":"10957484441006","imei1":"10957484441006","imei2":"10957484441006","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168505,"job_number":"JOB_168505","tr_customer_id":168522,"tr_customer_product_id":168512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:03.000Z","modified_at":"2026-01-27T14:33:03.000Z","name":"Aliya Thiel","mobile_number":"494-317-6488","email_id":"Clement86@hotmail.com","dop":"2025-05-30","serial_number":"12129825858027","imei1":"12129825858027","imei2":"12129825858027","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168506,"job_number":"JOB_168506","tr_customer_id":168523,"tr_customer_product_id":168513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:04.000Z","modified_at":"2026-01-27T14:33:04.000Z","name":"Jeanie O'Reilly","mobile_number":"796-586-4555","email_id":"Gilbert.Kerluke@gmail.com","dop":"2025-05-30","serial_number":"1695045726112051","imei1":"1695045726112051","imei2":"1695045726112051","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168507,"job_number":"JOB_168507","tr_customer_id":168524,"tr_customer_product_id":168514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:26.000Z","modified_at":"2026-01-27T14:34:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12900428527484","imei1":"12900428527484","imei2":"12900428527484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168509,"job_number":"JOB_168509","tr_customer_id":168526,"tr_customer_product_id":168516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:28.000Z","modified_at":"2026-01-27T14:34:28.000Z","name":"Emmie Yundt","mobile_number":"870-367-3921","email_id":"Carlos40@hotmail.com","dop":"2025-04-06","serial_number":"12401243268094944","imei1":"12401243268094944","imei2":"12401243268094944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168510,"job_number":"JOB_168510","tr_customer_id":168527,"tr_customer_product_id":168517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:51.000Z","modified_at":"2026-01-27T14:34:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16754758835269","imei1":"16754758835269","imei2":"16754758835269","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168512,"job_number":"JOB_168512","tr_customer_id":168529,"tr_customer_product_id":168519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:52.000Z","modified_at":"2026-01-27T14:34:52.000Z","name":"Kathleen Smith","mobile_number":"564-877-7560","email_id":"Anissa87@yahoo.com","dop":"2025-04-06","serial_number":"16714326067981780","imei1":"16714326067981780","imei2":"16714326067981780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168513,"job_number":"JOB_168513","tr_customer_id":168530,"tr_customer_product_id":168520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:13.000Z","modified_at":"2026-01-27T14:35:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12825379195318","imei1":"12825379195318","imei2":"12825379195318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168515,"job_number":"JOB_168515","tr_customer_id":168532,"tr_customer_product_id":168522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:14.000Z","modified_at":"2026-01-27T14:35:14.000Z","name":"Clara Berge","mobile_number":"966-526-1397","email_id":"Antoinette.Gorczany@hotmail.com","dop":"2025-04-06","serial_number":"11201552173895188","imei1":"11201552173895188","imei2":"11201552173895188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168516,"job_number":"JOB_168516","tr_customer_id":168533,"tr_customer_product_id":168523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:35.000Z","modified_at":"2026-01-27T14:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10636780467265","imei1":"10636780467265","imei2":"10636780467265","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168518,"job_number":"JOB_168518","tr_customer_id":168535,"tr_customer_product_id":168525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"Zena Parker","mobile_number":"887-377-9330","email_id":"Javon22@gmail.com","dop":"2025-04-06","serial_number":"14788065448154626","imei1":"14788065448154626","imei2":"14788065448154626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168519,"job_number":"JOB_168519","tr_customer_id":168536,"tr_customer_product_id":168526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10979258076079","imei1":"10979258076079","imei2":"10979258076079","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168521,"job_number":"JOB_168521","tr_customer_id":168538,"tr_customer_product_id":168528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:39.000Z","modified_at":"2026-01-27T14:35:39.000Z","name":"Citlalli Reinger","mobile_number":"466-384-0381","email_id":"Torrey.Nader14@yahoo.com","dop":"2025-04-06","serial_number":"10674827196074330","imei1":"10674827196074330","imei2":"10674827196074330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168527,"job_number":"JOB_168527","tr_customer_id":168544,"tr_customer_product_id":168534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18558828219362","imei1":"18558828219362","imei2":"18558828219362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168531,"job_number":"JOB_168531","tr_customer_id":168548,"tr_customer_product_id":168538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:00.000Z","modified_at":"2026-01-27T14:36:00.000Z","name":"Janet Mann","mobile_number":"766-776-3719","email_id":"Lionel_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"15327572934976914","imei1":"15327572934976914","imei2":"15327572934976914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168536,"job_number":"JOB_168536","tr_customer_id":168553,"tr_customer_product_id":168543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Fern Koch","mobile_number":"748-330-0629","email_id":"Morgan33@yahoo.com","dop":"2025-04-06","serial_number":"13029429243635488","imei1":"13029429243635488","imei2":"13029429243635488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168537,"job_number":"JOB_168537","tr_customer_id":168554,"tr_customer_product_id":168544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:22.000Z","modified_at":"2026-01-27T14:36:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12221313483675","imei1":"12221313483675","imei2":"12221313483675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168539,"job_number":"JOB_168539","tr_customer_id":168556,"tr_customer_product_id":168546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"Meredith Cormier","mobile_number":"307-402-7532","email_id":"Earnest.OKon@gmail.com","dop":"2025-04-06","serial_number":"17124229440146634","imei1":"17124229440146634","imei2":"17124229440146634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168540,"job_number":"JOB_168540","tr_customer_id":168557,"tr_customer_product_id":168547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19433432813257","imei1":"19433432813257","imei2":"19433432813257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168542,"job_number":"JOB_168542","tr_customer_id":168559,"tr_customer_product_id":168549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:25.000Z","modified_at":"2026-01-27T14:36:25.000Z","name":"Buddy Parisian","mobile_number":"855-351-1399","email_id":"Daisy17@hotmail.com","dop":"2025-04-06","serial_number":"15382739782579398","imei1":"15382739782579398","imei2":"15382739782579398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168543,"job_number":"JOB_168543","tr_customer_id":168560,"tr_customer_product_id":168550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:08.000Z","modified_at":"2026-01-27T14:37:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18150468332383","imei1":"18150468332383","imei2":"18150468332383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168545,"job_number":"JOB_168545","tr_customer_id":168562,"tr_customer_product_id":168552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:10.000Z","modified_at":"2026-01-27T14:37:10.000Z","name":"Darryl Tromp","mobile_number":"370-755-6086","email_id":"Delpha.Macejkovic21@yahoo.com","dop":"2025-04-06","serial_number":"14603900081931412","imei1":"14603900081931412","imei2":"14603900081931412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168547,"job_number":"JOB_168547","tr_customer_id":168564,"tr_customer_product_id":168554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:12.000Z","modified_at":"2026-01-27T14:37:12.000Z","name":"Raina Wisoky","mobile_number":"943-967-7925","email_id":"Jazmyn.Huel@gmail.com","dop":"2025-04-06","serial_number":"17122379770844340","imei1":"17122379770844340","imei2":"17122379770844340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168548,"job_number":"JOB_168548","tr_customer_id":168565,"tr_customer_product_id":168555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:19.000Z","modified_at":"2026-01-27T14:38:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16759548521487","imei1":"16759548521487","imei2":"16759548521487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168550,"job_number":"JOB_168550","tr_customer_id":168567,"tr_customer_product_id":168557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:21.000Z","modified_at":"2026-01-27T14:38:21.000Z","name":"Bonnie Gaylord","mobile_number":"264-794-9881","email_id":"Alford.Funk52@gmail.com","dop":"2025-04-06","serial_number":"13725629609368930","imei1":"13725629609368930","imei2":"13725629609368930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168552,"job_number":"JOB_168552","tr_customer_id":168569,"tr_customer_product_id":168559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:27.000Z","modified_at":"2026-01-27T14:38:27.000Z","name":"Katlynn Dickinson","mobile_number":"888-216-5011","email_id":"Rebekah39@yahoo.com","dop":"2025-04-06","serial_number":"18780250777439776","imei1":"18780250777439776","imei2":"18780250777439776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168556,"job_number":"JOB_168556","tr_customer_id":168573,"tr_customer_product_id":168563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:05.000Z","modified_at":"2026-01-27T14:39:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10427653289693","imei1":"10427653289693","imei2":"10427653289693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168558,"job_number":"JOB_168558","tr_customer_id":168575,"tr_customer_product_id":168565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:06.000Z","modified_at":"2026-01-27T14:39:06.000Z","name":"Georgette Jacobs","mobile_number":"247-742-8468","email_id":"Rafael34@hotmail.com","dop":"2025-04-06","serial_number":"14793820117484506","imei1":"14793820117484506","imei2":"14793820117484506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168559,"job_number":"JOB_168559","tr_customer_id":168576,"tr_customer_product_id":168566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:49.000Z","modified_at":"2026-01-27T14:39:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11700268384381","imei1":"11700268384381","imei2":"11700268384381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168561,"job_number":"JOB_168561","tr_customer_id":168578,"tr_customer_product_id":168568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:51.000Z","modified_at":"2026-01-27T14:39:51.000Z","name":"Octavia Lesch","mobile_number":"758-927-2215","email_id":"Nasir42@gmail.com","dop":"2025-04-06","serial_number":"16931637053715728","imei1":"16931637053715728","imei2":"16931637053715728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168562,"job_number":"JOB_168562","tr_customer_id":168579,"tr_customer_product_id":168569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:31.000Z","modified_at":"2026-01-27T14:56:31.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17977304457910","imei1":"17977304457910","imei2":"17977304457910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168564,"job_number":"JOB_168564","tr_customer_id":168581,"tr_customer_product_id":168571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:33.000Z","modified_at":"2026-01-27T14:56:33.000Z","name":"Angelina Ryan","mobile_number":"259-711-2703","email_id":"Mara95@hotmail.com","dop":"2025-04-06","serial_number":"16152303670205284","imei1":"16152303670205284","imei2":"16152303670205284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168565,"job_number":"JOB_168565","tr_customer_id":168582,"tr_customer_product_id":168572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:18.000Z","modified_at":"2026-01-27T14:57:18.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16433155201313","imei1":"16433155201313","imei2":"16433155201313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168567,"job_number":"JOB_168567","tr_customer_id":168584,"tr_customer_product_id":168574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:20.000Z","modified_at":"2026-01-27T14:57:20.000Z","name":"Claude Ritchie","mobile_number":"640-827-9545","email_id":"Kevin.Pollich44@gmail.com","dop":"2025-04-06","serial_number":"12914396569574010","imei1":"12914396569574010","imei2":"12914396569574010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168568,"job_number":"JOB_168568","tr_customer_id":168585,"tr_customer_product_id":168575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:58:26.000Z","modified_at":"2026-01-27T14:58:26.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2025-03-26","serial_number":"234574345423535","imei1":"234574345423535","imei2":"234574345423535","popurl":"2025-03-26T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168570,"job_number":"JOB_168570","tr_customer_id":168587,"tr_customer_product_id":168577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:11.000Z","modified_at":"2026-01-27T15:03:11.000Z","name":"Dandre Metz","mobile_number":"404-647-5022","email_id":"Ayla.Schaden10@hotmail.com","dop":"2025-04-06","serial_number":"12871564774883630","imei1":"12871564774883630","imei2":"12871564774883630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168572,"job_number":"JOB_168572","tr_customer_id":168589,"tr_customer_product_id":168579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:57.000Z","modified_at":"2026-01-27T15:03:57.000Z","name":"Arch Langworth","mobile_number":"541-458-0847","email_id":"Piper.Brakus18@gmail.com","dop":"2025-04-06","serial_number":"13899110267169184","imei1":"13899110267169184","imei2":"13899110267169184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168574,"job_number":"JOB_168574","tr_customer_id":168591,"tr_customer_product_id":168581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:04:44.000Z","modified_at":"2026-01-27T15:04:44.000Z","name":"Mitchel Conn","mobile_number":"430-780-4511","email_id":"Syble18@yahoo.com","dop":"2025-04-06","serial_number":"15469866002304072","imei1":"15469866002304072","imei2":"15469866002304072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:04:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168575,"job_number":"JOB_168575","tr_customer_id":168592,"tr_customer_product_id":168582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:15.000Z","modified_at":"2026-01-27T15:48:15.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109903425247588","imei1":"109903425247588","imei2":"109903425247588","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168577,"job_number":"JOB_168577","tr_customer_id":168594,"tr_customer_product_id":168584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:29.000Z","modified_at":"2026-01-27T15:48:29.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"107279565771392","imei1":"107279565771392","imei2":"107279565771392","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168579,"job_number":"JOB_168579","tr_customer_id":168596,"tr_customer_product_id":168586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:50:38.000Z","modified_at":"2026-01-27T15:50:38.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-27","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-27T15:50:37.630Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168580,"job_number":"JOB_168580","tr_customer_id":168597,"tr_customer_product_id":168587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:27.000Z","modified_at":"2026-01-27T16:16:27.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"26134993278674","imei1":"26134993278674","imei2":"26134993278674","popurl":"2026-01-17T16:16:24.365383100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168581,"job_number":"JOB_168581","tr_customer_id":168598,"tr_customer_product_id":168588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:40.000Z","modified_at":"2026-01-27T16:16:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19879525328995","imei1":"19879525328995","imei2":"19879525328995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168583,"job_number":"JOB_168583","tr_customer_id":168600,"tr_customer_product_id":168590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:41.000Z","modified_at":"2026-01-27T16:16:41.000Z","name":"Tracy Abshire","mobile_number":"502-523-6760","email_id":"Vicente_Gaylord40@hotmail.com","dop":"2025-04-06","serial_number":"19341599533965390","imei1":"19341599533965390","imei2":"19341599533965390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168584,"job_number":"JOB_168584","tr_customer_id":168601,"tr_customer_product_id":168591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:26.000Z","modified_at":"2026-01-27T16:17:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18383213369686","imei1":"18383213369686","imei2":"18383213369686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168586,"job_number":"JOB_168586","tr_customer_id":168603,"tr_customer_product_id":168593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:27.000Z","modified_at":"2026-01-27T16:17:27.000Z","name":"Howell Jacobson","mobile_number":"361-577-6200","email_id":"Bettye99@gmail.com","dop":"2025-04-06","serial_number":"11158835911723754","imei1":"11158835911723754","imei2":"11158835911723754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168587,"job_number":"JOB_168587","tr_customer_id":168604,"tr_customer_product_id":168594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:11.000Z","modified_at":"2026-01-27T16:18:11.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14714863311555","imei1":"14714863311555","imei2":"14714863311555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168589,"job_number":"JOB_168589","tr_customer_id":168606,"tr_customer_product_id":168596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:13.000Z","modified_at":"2026-01-27T16:18:13.000Z","name":"Vivien Smitham","mobile_number":"858-499-2536","email_id":"Antonette78@yahoo.com","dop":"2025-04-06","serial_number":"18109953822130028","imei1":"18109953822130028","imei2":"18109953822130028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168590,"job_number":"JOB_168590","tr_customer_id":168607,"tr_customer_product_id":168597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:22.000Z","modified_at":"2026-01-27T16:31:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16840232757090","imei1":"16840232757090","imei2":"16840232757090","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168592,"job_number":"JOB_168592","tr_customer_id":168609,"tr_customer_product_id":168599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:24.000Z","modified_at":"2026-01-27T16:31:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"109956327037031","imei1":"109956327037031","imei2":"109956327037031","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168593,"job_number":"JOB_168593","tr_customer_id":168610,"tr_customer_product_id":168600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:58.000Z","modified_at":"2026-01-27T16:31:58.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10242320510615","imei1":"10242320510615","imei2":"10242320510615","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168595,"job_number":"JOB_168595","tr_customer_id":168612,"tr_customer_product_id":168602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:00.000Z","modified_at":"2026-01-27T16:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"35289861359381","imei1":"35289861359381","imei2":"35289861359381","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168596,"job_number":"JOB_168596","tr_customer_id":168613,"tr_customer_product_id":168603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:34.000Z","modified_at":"2026-01-27T16:32:34.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15467269520743","imei1":"15467269520743","imei2":"15467269520743","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168598,"job_number":"JOB_168598","tr_customer_id":168615,"tr_customer_product_id":168605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:36.000Z","modified_at":"2026-01-27T16:32:36.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70603217290434","imei1":"70603217290434","imei2":"70603217290434","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168599,"job_number":"JOB_168599","tr_customer_id":168616,"tr_customer_product_id":168606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:39:44.000Z","modified_at":"2026-01-27T16:39:44.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"73596642243346","imei1":"73596642243346","imei2":"73596642243346","popurl":"2026-01-17T16:39:41.482427800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168600,"job_number":"JOB_168600","tr_customer_id":168617,"tr_customer_product_id":168607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:41:27.000Z","modified_at":"2026-01-27T16:41:27.000Z","name":"Sharda Pillai","mobile_number":"8683347037","email_id":"chandranath.guha@gmail.com","dop":"2026-01-17","serial_number":"39843149417090","imei1":"39843149417090","imei2":"39843149417090","popurl":"www.vaishnavi-varrier.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168601,"job_number":"JOB_168601","tr_customer_id":168618,"tr_customer_product_id":168608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:07.000Z","modified_at":"2026-01-27T16:54:07.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"25343391732759","imei1":"25343391732759","imei2":"25343391732759","popurl":"2026-01-17T16:53:57.624039735Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168602,"job_number":"JOB_168602","tr_customer_id":168619,"tr_customer_product_id":168609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:19.000Z","modified_at":"2026-01-27T16:54:19.000Z","name":"Geeta Varma","mobile_number":"8645740548","email_id":"ajit.iyengar@gmail.com","dop":"2026-01-17","serial_number":"80907096314582","imei1":"80907096314582","imei2":"80907096314582","popurl":"www.devasree-gupta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168603,"job_number":"JOB_168603","tr_customer_id":168620,"tr_customer_product_id":168610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:05.000Z","modified_at":"2026-01-27T16:55:05.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"19953254555558","imei1":"19953254555558","imei2":"19953254555558","popurl":"2026-01-17T16:54:55.361742867Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168604,"job_number":"JOB_168604","tr_customer_id":168621,"tr_customer_product_id":168611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:17.000Z","modified_at":"2026-01-27T16:55:17.000Z","name":"Chandravati Chattopadhyay","mobile_number":"8631652004","email_id":"kalyani.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"19520624202631","imei1":"19520624202631","imei2":"19520624202631","popurl":"www.akula-banerjee.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168605,"job_number":"JOB_168605","tr_customer_id":168622,"tr_customer_product_id":168612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:33.000Z","modified_at":"2026-01-27T16:57:33.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-17","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-17T16:57:32.867823459Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168606,"job_number":"JOB_168606","tr_customer_id":168623,"tr_customer_product_id":168613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:52.000Z","modified_at":"2026-01-27T16:57:52.000Z","name":"Goswamee Shukla","mobile_number":"7097990517","email_id":"kamla.marar@hotmail.com","dop":"2026-01-17","serial_number":"484627285911710","imei1":"484627285911710","imei2":"484627285911710","popurl":"www.mahesh-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168607,"job_number":"JOB_168607","tr_customer_id":168624,"tr_customer_product_id":168614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:33.000Z","modified_at":"2026-01-27T16:58:33.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806375566","imei1":"499863806375566","imei2":"499863806375566","popurl":"2026-01-17T16:58:32.562471011Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168608,"job_number":"JOB_168608","tr_customer_id":168625,"tr_customer_product_id":168615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:46.000Z","modified_at":"2026-01-27T16:58:46.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376402","imei1":"499863806376402","imei2":"499863806376402","popurl":"2026-01-17T16:58:45.122655427Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168609,"job_number":"JOB_168609","tr_customer_id":168626,"tr_customer_product_id":168616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:52.000Z","modified_at":"2026-01-27T16:58:52.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2026-01-17T16:58:51.281320551Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168610,"job_number":"JOB_168610","tr_customer_id":168627,"tr_customer_product_id":168617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:59:19.000Z","modified_at":"2026-01-27T16:59:19.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-01-17","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-01-17T16:59:18.674666402Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:59:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168611,"job_number":"JOB_168611","tr_customer_id":168628,"tr_customer_product_id":168618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:02:16.000Z","modified_at":"2026-01-27T17:02:16.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-01-17","serial_number":"87988284085858","imei1":"87988284085858","imei2":"87988284085858","popurl":"2026-01-17T17:02:15.590744627Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168612,"job_number":"JOB_168612","tr_customer_id":168629,"tr_customer_product_id":168619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16296194773734","imei2":"16296194773734","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168614,"job_number":"JOB_168614","tr_customer_id":168631,"tr_customer_product_id":168621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:30.000Z","modified_at":"2026-01-27T17:05:30.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13836594412538","imei2":"13836594412538","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168615,"job_number":"JOB_168615","tr_customer_id":168632,"tr_customer_product_id":168622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:30.000Z","modified_at":"2026-01-27T17:05:30.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19544426198673","imei2":"19544426198673","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167545,"job_number":"JOB_167545","tr_customer_id":167562,"tr_customer_product_id":167552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:15.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13453255964591","imei1":"13453255964591","imei2":"13453255964591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167547,"job_number":"JOB_167547","tr_customer_id":167564,"tr_customer_product_id":167554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:17.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13975438843936","imei1":"13975438843936","imei2":"13975438843936","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167580,"job_number":"JOB_167580","tr_customer_id":167597,"tr_customer_product_id":167587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:58.000Z","modified_at":"2026-01-27T03:56:58.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Sonia_Reichel97@hotmail.com","dop":"2025-07-02","serial_number":"19374980428044","imei1":"19374980428044","imei2":"19374980428044","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167589,"job_number":"JOB_167589","tr_customer_id":167606,"tr_customer_product_id":167596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:15.000Z","modified_at":"2026-01-27T03:57:15.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kelsi_Schiller40@hotmail.com","dop":"2025-07-02","serial_number":"18330157911715","imei1":"18330157911715","imei2":"18330157911715","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167610,"job_number":"JOB_167610","tr_customer_id":167627,"tr_customer_product_id":167617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:32.000Z","modified_at":"2026-01-27T03:57:32.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Kim_Senger19@yahoo.com","dop":"2025-07-02","serial_number":"14478206148415","imei1":"14478206148415","imei2":"14478206148415","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167631,"job_number":"JOB_167631","tr_customer_id":167648,"tr_customer_product_id":167638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:46.000Z","modified_at":"2026-01-27T03:57:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113592422631647","imei1":"113592422631647","imei2":"113592422631647","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167632,"job_number":"JOB_167632","tr_customer_id":167649,"tr_customer_product_id":167639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Krystel Mertz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169905397032309","imei1":"169905397032309","imei2":"169905397032309","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167634,"job_number":"JOB_167634","tr_customer_id":167651,"tr_customer_product_id":167641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Constantin Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114120787849256","imei1":"114120787849256","imei2":"114120787849256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167635,"job_number":"JOB_167635","tr_customer_id":167652,"tr_customer_product_id":167642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Kayley Cartwright","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142568640052876","imei1":"142568640052876","imei2":"142568640052876","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167644,"job_number":"JOB_167644","tr_customer_id":167661,"tr_customer_product_id":167651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"160947787121403","imei1":"160947787121403","imei2":"160947787121403","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167645,"job_number":"JOB_167645","tr_customer_id":167662,"tr_customer_product_id":167652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Joesph Wisozk","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180299567372427","imei1":"180299567372427","imei2":"180299567372427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167646,"job_number":"JOB_167646","tr_customer_id":167663,"tr_customer_product_id":167653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"George Wehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162741629655708","imei1":"162741629655708","imei2":"162741629655708","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167647,"job_number":"JOB_167647","tr_customer_id":167664,"tr_customer_product_id":167654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Royce Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187031398724326","imei1":"187031398724326","imei2":"187031398724326","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167686,"job_number":"JOB_167686","tr_customer_id":167703,"tr_customer_product_id":167693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109429601299068","imei1":"109429601299068","imei2":"109429601299068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167690,"job_number":"JOB_167690","tr_customer_id":167707,"tr_customer_product_id":167697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Yasmine O'Conner","mobile_number":"276-226-2059","email_id":"Micheal.Langworth@hotmail.com","dop":"2025-06-09","serial_number":"104117836226352","imei1":"104117836226352","imei2":"104117836226352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167705,"job_number":"JOB_167705","tr_customer_id":167722,"tr_customer_product_id":167712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108554028495768","imei1":"108554028495768","imei2":"108554028495768","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167707,"job_number":"JOB_167707","tr_customer_id":167724,"tr_customer_product_id":167714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Fermin Morar","mobile_number":"734-674-9275","email_id":"Monica.Schroeder@hotmail.com","dop":"2025-06-09","serial_number":"109431696412298","imei1":"109431696412298","imei2":"109431696412298","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167715,"job_number":"JOB_167715","tr_customer_id":167732,"tr_customer_product_id":167722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:12.000Z","modified_at":"2026-01-27T03:59:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109186152508815","imei1":"109186152508815","imei2":"109186152508815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167717,"job_number":"JOB_167717","tr_customer_id":167734,"tr_customer_product_id":167724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:13.000Z","name":"Emie Greenholt","mobile_number":"985-658-9900","email_id":"Rod41@hotmail.com","dop":"2025-06-09","serial_number":"105938978155234","imei1":"105938978155234","imei2":"105938978155234","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167758,"job_number":"JOB_167758","tr_customer_id":167775,"tr_customer_product_id":167765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:13.000Z","modified_at":"2026-01-27T04:39:13.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19392864251321","imei1":"19392864251321","imei2":"19392864251321","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167802,"job_number":"JOB_167802","tr_customer_id":167819,"tr_customer_product_id":167809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:01.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101552759016705","imei1":"101552759016705","imei2":"101552759016705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167804,"job_number":"JOB_167804","tr_customer_id":167821,"tr_customer_product_id":167811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:02.000Z","modified_at":"2026-01-27T06:20:02.000Z","name":"Margarete Runolfsson","mobile_number":"585-678-2135","email_id":"Neha_McCullough@yahoo.com","dop":"2025-06-09","serial_number":"102551438914382","imei1":"102551438914382","imei2":"102551438914382","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167805,"job_number":"JOB_167805","tr_customer_id":167822,"tr_customer_product_id":167812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:17.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107185650913150","imei1":"107185650913150","imei2":"107185650913150","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167807,"job_number":"JOB_167807","tr_customer_id":167824,"tr_customer_product_id":167814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:18.000Z","modified_at":"2026-01-27T06:20:18.000Z","name":"Adan Padberg","mobile_number":"624-381-5378","email_id":"Jessika.Roob@hotmail.com","dop":"2025-06-09","serial_number":"101487988748895","imei1":"101487988748895","imei2":"101487988748895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167811,"job_number":"JOB_167811","tr_customer_id":167828,"tr_customer_product_id":167818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100068897076486","imei1":"100068897076486","imei2":"100068897076486","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167813,"job_number":"JOB_167813","tr_customer_id":167830,"tr_customer_product_id":167820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:34.000Z","modified_at":"2026-01-27T06:20:34.000Z","name":"Sonny Turner","mobile_number":"799-958-6159","email_id":"Donna.MacGyver@yahoo.com","dop":"2025-06-09","serial_number":"103029682528025","imei1":"103029682528025","imei2":"103029682528025","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167954,"job_number":"JOB_167954","tr_customer_id":167971,"tr_customer_product_id":167961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:24.000Z","modified_at":"2026-01-27T07:35:24.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Jovan_Lakin@yahoo.com","dop":"2025-07-02","serial_number":"12311241407709","imei1":"12311241407709","imei2":"12311241407709","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167955,"job_number":"JOB_167955","tr_customer_id":167972,"tr_customer_product_id":167962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:45.000Z","modified_at":"2026-01-27T07:35:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Markus_Morar4@gmail.com","dop":"2025-07-02","serial_number":"11330791329777","imei1":"11330791329777","imei2":"11330791329777","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167956,"job_number":"JOB_167956","tr_customer_id":167973,"tr_customer_product_id":167963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:36:05.000Z","modified_at":"2026-01-27T07:36:05.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Bernita92@hotmail.com","dop":"2025-07-02","serial_number":"19468135399299","imei1":"19468135399299","imei2":"19468135399299","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168412,"job_number":"JOB_168412","tr_customer_id":168429,"tr_customer_product_id":168419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"136721794885198","imei1":"136721794885198","imei2":"136721794885198","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168413,"job_number":"JOB_168413","tr_customer_id":168430,"tr_customer_product_id":168420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Kaitlin Macejkovic","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123011456727925","imei1":"123011456727925","imei2":"123011456727925","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168414,"job_number":"JOB_168414","tr_customer_id":168431,"tr_customer_product_id":168421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Irwin Schulist","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170474120072593","imei1":"170474120072593","imei2":"170474120072593","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168415,"job_number":"JOB_168415","tr_customer_id":168432,"tr_customer_product_id":168422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:49.000Z","modified_at":"2026-01-27T14:19:49.000Z","name":"Lennie Hyatt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128484971475887","imei1":"128484971475887","imei2":"128484971475887","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168416,"job_number":"JOB_168416","tr_customer_id":168433,"tr_customer_product_id":168423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:02.000Z","modified_at":"2026-01-27T14:20:02.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"184639982898047","imei1":"184639982898047","imei2":"184639982898047","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168417,"job_number":"JOB_168417","tr_customer_id":168434,"tr_customer_product_id":168424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Beryl Borer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128719321275112","imei1":"128719321275112","imei2":"128719321275112","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168418,"job_number":"JOB_168418","tr_customer_id":168435,"tr_customer_product_id":168425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Tom Weber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166434105009195","imei1":"166434105009195","imei2":"166434105009195","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168419,"job_number":"JOB_168419","tr_customer_id":168436,"tr_customer_product_id":168426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Herta Muller","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166178795897785","imei1":"166178795897785","imei2":"166178795897785","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168522,"job_number":"JOB_168522","tr_customer_id":168539,"tr_customer_product_id":168529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:41.000Z","modified_at":"2026-01-27T14:35:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109228975100349","imei1":"109228975100349","imei2":"109228975100349","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168524,"job_number":"JOB_168524","tr_customer_id":168541,"tr_customer_product_id":168531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:42.000Z","modified_at":"2026-01-27T14:35:42.000Z","name":"Chaz Bogisich","mobile_number":"392-210-9533","email_id":"Celia_Kris@yahoo.com","dop":"2025-06-09","serial_number":"108671743184142","imei1":"108671743184142","imei2":"108671743184142","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168525,"job_number":"JOB_168525","tr_customer_id":168542,"tr_customer_product_id":168532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:43.000Z","modified_at":"2026-01-27T14:35:43.000Z","name":"Elise Dicki","mobile_number":"458-642-9793","email_id":"Reece.Crist@gmail.com","dop":"2025-06-09","serial_number":"16083747907973634","imei1":"16083747907973634","imei2":"16083747907973634","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168526,"job_number":"JOB_168526","tr_customer_id":168543,"tr_customer_product_id":168533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100344471231049","imei1":"100344471231049","imei2":"100344471231049","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168530,"job_number":"JOB_168530","tr_customer_id":168547,"tr_customer_product_id":168537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Izaiah Kozey","mobile_number":"445-730-8619","email_id":"Tomasa2@hotmail.com","dop":"2025-06-09","serial_number":"105219142185075","imei1":"105219142185075","imei2":"105219142185075","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168533,"job_number":"JOB_168533","tr_customer_id":168550,"tr_customer_product_id":168540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:16.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103570441628619","imei1":"103570441628619","imei2":"103570441628619","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168535,"job_number":"JOB_168535","tr_customer_id":168552,"tr_customer_product_id":168542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Larissa Leuschke","mobile_number":"426-795-3122","email_id":"Elna.Rolfson28@hotmail.com","dop":"2025-06-09","serial_number":"109669950200651","imei1":"109669950200651","imei2":"109669950200651","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167601,"job_number":"JOB_167601","tr_customer_id":167618,"tr_customer_product_id":167608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10001153009440","imei1":"10001153009440","imei2":"10001153009440","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167604,"job_number":"JOB_167604","tr_customer_id":167621,"tr_customer_product_id":167611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:22.000Z","modified_at":"2026-01-27T03:57:22.000Z","name":"Kathlyn Emard","mobile_number":"883-509-2132","email_id":"Flavie_Vandervort@hotmail.com","dop":"2000-01-31","serial_number":"1042892078118244","imei1":"1042892078118244","imei2":"1042892078118244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167656,"job_number":"JOB_167656","tr_customer_id":167673,"tr_customer_product_id":167663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10368661501071","imei1":"10368661501071","imei2":"10368661501071","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167660,"job_number":"JOB_167660","tr_customer_id":167677,"tr_customer_product_id":167667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Lilla Rodriguez","mobile_number":"471-903-4904","email_id":"Miracle77@hotmail.com","dop":"2000-01-31","serial_number":"1003103858390333","imei1":"1003103858390333","imei2":"1003103858390333","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167697,"job_number":"JOB_167697","tr_customer_id":167714,"tr_customer_product_id":167704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10404146666771","imei1":"10404146666771","imei2":"10404146666771","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167701,"job_number":"JOB_167701","tr_customer_id":167718,"tr_customer_product_id":167708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"Gilda Moore","mobile_number":"609-676-5261","email_id":"Wade_Bernier40@hotmail.com","dop":"2000-01-31","serial_number":"1014467587513357","imei1":"1014467587513357","imei2":"1014467587513357","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167724,"job_number":"JOB_167724","tr_customer_id":167741,"tr_customer_product_id":167731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T03:59:34.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10756932133754","imei1":"10756932133754","imei2":"10756932133754","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167726,"job_number":"JOB_167726","tr_customer_id":167743,"tr_customer_product_id":167733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:35.000Z","modified_at":"2026-01-27T03:59:35.000Z","name":"Ansel Durgan","mobile_number":"326-411-8036","email_id":"Geo.Bayer12@yahoo.com","dop":"2000-01-31","serial_number":"1040609851694983","imei1":"1040609851694983","imei2":"1040609851694983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167866,"job_number":"JOB_167866","tr_customer_id":167883,"tr_customer_product_id":167873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:35:47.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10437737016874","imei1":"10437737016874","imei2":"10437737016874","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167868,"job_number":"JOB_167868","tr_customer_id":167885,"tr_customer_product_id":167875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:49.000Z","modified_at":"2026-01-27T06:35:49.000Z","name":"Marcelle Zieme","mobile_number":"348-753-9040","email_id":"Lottie_Schiller95@hotmail.com","dop":"2000-01-31","serial_number":"1044629435192454","imei1":"1044629435192454","imei2":"1044629435192454","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167874,"job_number":"JOB_167874","tr_customer_id":167891,"tr_customer_product_id":167881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:31.000Z","modified_at":"2026-01-27T06:36:31.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10620499692264","imei1":"10620499692264","imei2":"10620499692264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167876,"job_number":"JOB_167876","tr_customer_id":167893,"tr_customer_product_id":167883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:33.000Z","modified_at":"2026-01-27T06:36:33.000Z","name":"Princess Bartell","mobile_number":"610-243-2625","email_id":"Frederique.Nienow41@gmail.com","dop":"2000-01-31","serial_number":"1008582811372429","imei1":"1008582811372429","imei2":"1008582811372429","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167885,"job_number":"JOB_167885","tr_customer_id":167902,"tr_customer_product_id":167892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:15.000Z","modified_at":"2026-01-27T06:37:15.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10975522372856","imei1":"10975522372856","imei2":"10975522372856","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167887,"job_number":"JOB_167887","tr_customer_id":167904,"tr_customer_product_id":167894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:17.000Z","modified_at":"2026-01-27T06:37:17.000Z","name":"Phyllis Stoltenberg","mobile_number":"269-487-7127","email_id":"Enos.Ernser@yahoo.com","dop":"2000-01-31","serial_number":"1017361775799387","imei1":"1017361775799387","imei2":"1017361775799387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167891,"job_number":"JOB_167891","tr_customer_id":167908,"tr_customer_product_id":167898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:59.000Z","modified_at":"2026-01-27T06:37:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10174215740446","imei1":"10174215740446","imei2":"10174215740446","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167893,"job_number":"JOB_167893","tr_customer_id":167910,"tr_customer_product_id":167900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:01.000Z","modified_at":"2026-01-27T06:38:01.000Z","name":"Jonatan Boyle","mobile_number":"565-294-8891","email_id":"Domenica_Bosco@gmail.com","dop":"2000-01-31","serial_number":"1030009739899854","imei1":"1030009739899854","imei2":"1030009739899854","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168448,"job_number":"JOB_168448","tr_customer_id":168465,"tr_customer_product_id":168455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:25.000Z","modified_at":"2026-01-27T14:25:25.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10058359478847","imei1":"10058359478847","imei2":"10058359478847","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168450,"job_number":"JOB_168450","tr_customer_id":168467,"tr_customer_product_id":168457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:27.000Z","modified_at":"2026-01-27T14:25:27.000Z","name":"Alessandro Brekke","mobile_number":"308-295-0330","email_id":"Brionna_Wolff12@gmail.com","dop":"2000-01-31","serial_number":"1050533870084755","imei1":"1050533870084755","imei2":"1050533870084755","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168455,"job_number":"JOB_168455","tr_customer_id":168472,"tr_customer_product_id":168462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:19.000Z","modified_at":"2026-01-27T14:26:19.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10008870097241","imei1":"10008870097241","imei2":"10008870097241","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168457,"job_number":"JOB_168457","tr_customer_id":168474,"tr_customer_product_id":168464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:21.000Z","modified_at":"2026-01-27T14:26:21.000Z","name":"Valerie Hayes","mobile_number":"990-952-5100","email_id":"Odell.Lowe@yahoo.com","dop":"2000-01-31","serial_number":"1048247811600389","imei1":"1048247811600389","imei2":"1048247811600389","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168458,"job_number":"JOB_168458","tr_customer_id":168475,"tr_customer_product_id":168465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:12.000Z","modified_at":"2026-01-27T14:27:12.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10272219680675","imei1":"10272219680675","imei2":"10272219680675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168460,"job_number":"JOB_168460","tr_customer_id":168477,"tr_customer_product_id":168467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:14.000Z","modified_at":"2026-01-27T14:27:14.000Z","name":"Mossie Lindgren","mobile_number":"897-460-5705","email_id":"Keara.Funk@yahoo.com","dop":"2000-01-31","serial_number":"1076906634427195","imei1":"1076906634427195","imei2":"1076906634427195","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168467,"job_number":"JOB_168467","tr_customer_id":168484,"tr_customer_product_id":168474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:05.000Z","modified_at":"2026-01-27T14:28:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10669631252517","imei1":"10669631252517","imei2":"10669631252517","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168469,"job_number":"JOB_168469","tr_customer_id":168486,"tr_customer_product_id":168476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:07.000Z","modified_at":"2026-01-27T14:28:07.000Z","name":"Callie Bernhard","mobile_number":"870-614-3117","email_id":"Walton_Jakubowski30@yahoo.com","dop":"2000-01-31","serial_number":"1030842983708839","imei1":"1030842983708839","imei2":"1030842983708839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MzJ9.tYi3c76gJYkwGhsHNv5nmzPGMQQ7qchX7v-ZIw4uG2M
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 925a3d4f-5827-47c9-beb4-6122606ffbd7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151330,"engineer_id":2}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MzJ9.tYi3c76gJYkwGhsHNv5nmzPGMQQ7qchX7v-ZIw4uG2M
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f2229f81-d57f-4935-9098-05729b9eb760
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
        	"job_id": 168615,
        	"engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3faeb-4IFrQYqjzlsjVT/I3jrBtnWPN68"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 314ms
Mean size per request: 742.35KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MzJ9.tYi3c76gJYkwGhsHNv5nmzPGMQQ7qchX7v-ZIw4uG2M
Connection keep-alive
If-None-Match W/"3faeb-4IFrQYqjzlsjVT/I3jrBtnWPN68"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9aac1a74-1aa3-4552-a345-3eb65942e77c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"b9966-80nFJXMT1pjueTNyku+o258rBrc"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":167534,"job_number":"JOB_167534","tr_customer_id":167551,"tr_customer_product_id":167541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:47:51.000Z","modified_at":"2026-01-26T19:47:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191112","imei1":"13549925191112","imei2":"13549925191112","popurl":"2026-01-21T19:47:51.047536695Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167535,"job_number":"JOB_167535","tr_customer_id":167552,"tr_customer_product_id":167542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:49:19.000Z","modified_at":"2026-01-26T19:49:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191113","imei1":"13549925191113","imei2":"13549925191113","popurl":"2026-01-21T19:49:19.462367500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167536,"job_number":"JOB_167536","tr_customer_id":167553,"tr_customer_product_id":167543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:55:51.000Z","modified_at":"2026-01-26T19:55:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191114","imei1":"13549925191114","imei2":"13549925191114","popurl":"2026-01-21T19:55:50.501349002Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167537,"job_number":"JOB_167537","tr_customer_id":167554,"tr_customer_product_id":167544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:26:19.000Z","modified_at":"2026-01-26T20:26:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191115","imei1":"13549925191115","imei2":"13549925191115","popurl":"2026-01-21T20:26:18.793331516Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167538,"job_number":"JOB_167538","tr_customer_id":167555,"tr_customer_product_id":167545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:39.000Z","modified_at":"2026-01-26T20:34:39.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191116","imei1":"13549925191116","imei2":"13549925191116","popurl":"2026-01-21T20:34:38.309420072Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167539,"job_number":"JOB_167539","tr_customer_id":167556,"tr_customer_product_id":167546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:41.000Z","modified_at":"2026-01-26T20:34:41.000Z","name":"Zulminan Ahmed","mobile_number":"9876543210","email_id":"ahmedzulminan@gmail.com","dop":"2026-01-16","serial_number":"86991365683924","imei1":"86991365683924","imei2":"86991365683924","popurl":"2026-01-16T20:34:41.725781Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167540,"job_number":"JOB_167540","tr_customer_id":167557,"tr_customer_product_id":167547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:49.000Z","modified_at":"2026-01-26T23:41:49.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-16T23:41:49.233421871Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167541,"job_number":"JOB_167541","tr_customer_id":167558,"tr_customer_product_id":167548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:50.000Z","modified_at":"2026-01-26T23:41:50.000Z","name":"Chaturbhuj Asan","mobile_number":"7096793640","email_id":"rati.shukla@yahoo.co.in","dop":"2026-01-16","serial_number":"765332067084013","imei1":"765332067084013","imei2":"765332067084013","popurl":"www.abhisyanta-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167542,"job_number":"JOB_167542","tr_customer_id":167559,"tr_customer_product_id":167549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:44:15.000Z","modified_at":"2026-01-26T23:44:15.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-16T23:44:14.816301966Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167543,"job_number":"JOB_167543","tr_customer_id":167560,"tr_customer_product_id":167550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T01:31:06.000Z","modified_at":"2026-01-27T01:31:06.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-17","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-17T01:31:05.469619446Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T01:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167548,"job_number":"JOB_167548","tr_customer_id":167565,"tr_customer_product_id":167555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:03:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14540231857564","imei1":"14540231857564","imei2":"14540231857564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167550,"job_number":"JOB_167550","tr_customer_id":167567,"tr_customer_product_id":167557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:54.000Z","modified_at":"2026-01-27T03:03:54.000Z","name":"Jayce Olson","mobile_number":"471-289-5640","email_id":"Sister83@gmail.com","dop":"2025-04-06","serial_number":"16134674822616796","imei1":"16134674822616796","imei2":"16134674822616796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167551,"job_number":"JOB_167551","tr_customer_id":167568,"tr_customer_product_id":167558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:04:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11769976971366","imei1":"11769976971366","imei2":"11769976971366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167553,"job_number":"JOB_167553","tr_customer_id":167570,"tr_customer_product_id":167560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:37.000Z","modified_at":"2026-01-27T03:04:37.000Z","name":"Donato Labadie","mobile_number":"458-864-3903","email_id":"Osbaldo.Skiles@yahoo.com","dop":"2025-04-06","serial_number":"16685826357599888","imei1":"16685826357599888","imei2":"16685826357599888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167554,"job_number":"JOB_167554","tr_customer_id":167571,"tr_customer_product_id":167561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:17.000Z","modified_at":"2026-01-27T03:05:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14795401254556","imei1":"14795401254556","imei2":"14795401254556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167556,"job_number":"JOB_167556","tr_customer_id":167573,"tr_customer_product_id":167563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:19.000Z","modified_at":"2026-01-27T03:05:19.000Z","name":"Alvena Williamson","mobile_number":"423-695-9416","email_id":"Ralph_Daniel99@gmail.com","dop":"2025-04-06","serial_number":"13929952924531452","imei1":"13929952924531452","imei2":"13929952924531452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167559,"job_number":"JOB_167559","tr_customer_id":167576,"tr_customer_product_id":167566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:28.000Z","modified_at":"2026-01-27T03:56:28.000Z","name":"Deron Sanford","mobile_number":"639-632-3468","email_id":"Rey.Kiehn35@yahoo.com","dop":"2025-04-06","serial_number":"18509899910406510","imei1":"18509899910406510","imei2":"18509899910406510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167561,"job_number":"JOB_167561","tr_customer_id":167578,"tr_customer_product_id":167568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:56:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13427742008225","imei1":"13427742008225","imei2":"13427742008225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167563,"job_number":"JOB_167563","tr_customer_id":167580,"tr_customer_product_id":167570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:41.000Z","modified_at":"2026-01-27T03:56:41.000Z","name":"Lisandro Bruen","mobile_number":"911-424-7644","email_id":"Jodie_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13282450462299732","imei1":"13282450462299732","imei2":"13282450462299732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167565,"job_number":"JOB_167565","tr_customer_id":167582,"tr_customer_product_id":167572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:49.000Z","modified_at":"2026-01-27T03:56:49.000Z","name":"Julie Welch","mobile_number":"571-317-7787","email_id":"Raymond93@hotmail.com","dop":"2025-04-06","serial_number":"19012616646092010","imei1":"19012616646092010","imei2":"19012616646092010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167566,"job_number":"JOB_167566","tr_customer_id":167583,"tr_customer_product_id":167573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:56:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10377252459264","imei1":"10377252459264","imei2":"10377252459264","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167569,"job_number":"JOB_167569","tr_customer_id":167586,"tr_customer_product_id":167576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"Brionna Lakin","mobile_number":"382-873-6677","email_id":"Desiree.Carroll36@gmail.com","dop":"2025-06-18","serial_number":"1066996724856225","imei1":"1066996724856225","imei2":"1066996724856225","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167570,"job_number":"JOB_167570","tr_customer_id":167587,"tr_customer_product_id":167577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12442143109962","imei1":"12442143109962","imei2":"12442143109962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167572,"job_number":"JOB_167572","tr_customer_id":167589,"tr_customer_product_id":167579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:56:52.000Z","name":"Vicky Haag","mobile_number":"371-669-9415","email_id":"Braden83@yahoo.com","dop":"2025-04-06","serial_number":"17866526886439260","imei1":"17866526886439260","imei2":"17866526886439260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167574,"job_number":"JOB_167574","tr_customer_id":167591,"tr_customer_product_id":167581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:53.000Z","modified_at":"2026-01-27T03:56:53.000Z","name":"Mertie Bruen","mobile_number":"690-491-2264","email_id":"Zion.Goyette@hotmail.com","dop":"2025-04-06","serial_number":"15584272345159952","imei1":"15584272345159952","imei2":"15584272345159952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167575,"job_number":"JOB_167575","tr_customer_id":167592,"tr_customer_product_id":167582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"Shany Skiles","mobile_number":"343-313-8058","email_id":"Blaze70@hotmail.com","dop":"2025-04-06","serial_number":"15894210290610844","imei1":"15894210290610844","imei2":"15894210290610844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167576,"job_number":"JOB_167576","tr_customer_id":167593,"tr_customer_product_id":167583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15299749897933","imei1":"15299749897933","imei2":"15299749897933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167578,"job_number":"JOB_167578","tr_customer_id":167595,"tr_customer_product_id":167585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:56.000Z","modified_at":"2026-01-27T03:56:56.000Z","name":"Gabrielle Lesch","mobile_number":"230-823-5194","email_id":"Modesta.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"18158410318607250","imei1":"18158410318607250","imei2":"18158410318607250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167582,"job_number":"JOB_167582","tr_customer_id":167599,"tr_customer_product_id":167589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:02.000Z","modified_at":"2026-01-27T03:57:02.000Z","name":"Orrin O'Reilly","mobile_number":"946-754-6258","email_id":"Palma_Kassulke@hotmail.com","dop":"2025-04-06","serial_number":"18298148128893764","imei1":"18298148128893764","imei2":"18298148128893764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167585,"job_number":"JOB_167585","tr_customer_id":167602,"tr_customer_product_id":167592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:11.000Z","modified_at":"2026-01-27T03:57:11.000Z","name":"Emmy Fisher","mobile_number":"650-427-0306","email_id":"Duane_Lueilwitz57@gmail.com","dop":"2025-04-06","serial_number":"11336384071000982","imei1":"11336384071000982","imei2":"11336384071000982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167586,"job_number":"JOB_167586","tr_customer_id":167603,"tr_customer_product_id":167593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13215400182104","imei1":"13215400182104","imei2":"13215400182104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167588,"job_number":"JOB_167588","tr_customer_id":167605,"tr_customer_product_id":167595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:14.000Z","modified_at":"2026-01-27T03:57:14.000Z","name":"Jarod Romaguera","mobile_number":"883-986-3014","email_id":"Veda.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"11033018324819376","imei1":"11033018324819376","imei2":"11033018324819376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167590,"job_number":"JOB_167590","tr_customer_id":167607,"tr_customer_product_id":167597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15246673098955","imei1":"15246673098955","imei2":"15246673098955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167592,"job_number":"JOB_167592","tr_customer_id":167609,"tr_customer_product_id":167599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12906189910328","imei2":"12906189910328","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167594,"job_number":"JOB_167594","tr_customer_id":167611,"tr_customer_product_id":167601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"Leanne Bergnaum","mobile_number":"640-423-3191","email_id":"Newton0@gmail.com","dop":"2025-04-06","serial_number":"16213996860965236","imei1":"16213996860965236","imei2":"16213996860965236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167595,"job_number":"JOB_167595","tr_customer_id":167612,"tr_customer_product_id":167602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11356138290626","imei1":"11356138290626","imei2":"11356138290626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167597,"job_number":"JOB_167597","tr_customer_id":167614,"tr_customer_product_id":167604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19110931384626","imei1":"19110931384626","imei2":"19110931384626","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167599,"job_number":"JOB_167599","tr_customer_id":167616,"tr_customer_product_id":167606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Jeremy Herzog","mobile_number":"282-555-4118","email_id":"Ena.Bechtelar65@gmail.com","dop":"2025-04-06","serial_number":"10173421977002996","imei1":"10173421977002996","imei2":"10173421977002996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167603,"job_number":"JOB_167603","tr_customer_id":167620,"tr_customer_product_id":167610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:21.000Z","modified_at":"2026-01-27T03:57:21.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68516838558450","imei1":"68516838558450","imei2":"68516838558450","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167605,"job_number":"JOB_167605","tr_customer_id":167622,"tr_customer_product_id":167612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:26.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19051448305296","imei1":"19051448305296","imei2":"19051448305296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167607,"job_number":"JOB_167607","tr_customer_id":167624,"tr_customer_product_id":167614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:28.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Jacey Collins","mobile_number":"944-652-7578","email_id":"Elfrieda.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"19632183660748910","imei1":"19632183660748910","imei2":"19632183660748910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167608,"job_number":"JOB_167608","tr_customer_id":167625,"tr_customer_product_id":167615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:29.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10001369553073","imei2":"10001369553073","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167611,"job_number":"JOB_167611","tr_customer_id":167628,"tr_customer_product_id":167618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11217777692370","imei1":"11217777692370","imei2":"11217777692370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167612,"job_number":"JOB_167612","tr_customer_id":167629,"tr_customer_product_id":167619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10855843315205","imei1":"10855843315205","imei2":"10855843315205","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167616,"job_number":"JOB_167616","tr_customer_id":167633,"tr_customer_product_id":167623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jacinto Kerluke","mobile_number":"466-294-4601","email_id":"Isadore_Gerhold@hotmail.com","dop":"2025-06-18","serial_number":"1003114341051045","imei1":"1003114341051045","imei2":"1003114341051045","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167617,"job_number":"JOB_167617","tr_customer_id":167634,"tr_customer_product_id":167624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Arlie Goyette","mobile_number":"774-884-8093","email_id":"Gabriella.Kiehn@gmail.com","dop":"2025-05-30","serial_number":"18680927987810","imei1":"18680927987810","imei2":"18680927987810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167618,"job_number":"JOB_167618","tr_customer_id":167635,"tr_customer_product_id":167625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jerad Considine","mobile_number":"716-463-1971","email_id":"Karina_Mertz@yahoo.com","dop":"2025-04-06","serial_number":"17065802865327806","imei1":"17065802865327806","imei2":"17065802865327806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167619,"job_number":"JOB_167619","tr_customer_id":167636,"tr_customer_product_id":167626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:37.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Justice Stroman","mobile_number":"432-530-0600","email_id":"Edgar41@gmail.com","dop":"2025-05-30","serial_number":"1961560333862636","imei1":"1961560333862636","imei2":"1961560333862636","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167620,"job_number":"JOB_167620","tr_customer_id":167637,"tr_customer_product_id":167627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:38.000Z","modified_at":"2026-01-27T03:57:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18682989177130","imei1":"18682989177130","imei2":"18682989177130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167622,"job_number":"JOB_167622","tr_customer_id":167639,"tr_customer_product_id":167629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16786630480147","imei1":"16786630480147","imei2":"16786630480147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167624,"job_number":"JOB_167624","tr_customer_id":167641,"tr_customer_product_id":167631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Carmelo Hudson","mobile_number":"287-770-1385","email_id":"Elmore_Wiegand26@gmail.com","dop":"2025-04-06","serial_number":"13661757631461158","imei1":"13661757631461158","imei2":"13661757631461158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167625,"job_number":"JOB_167625","tr_customer_id":167642,"tr_customer_product_id":167632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Juana Kuhn","mobile_number":"932-705-7734","email_id":"Will.Schinner@gmail.com","dop":"2025-04-06","serial_number":"12582442804487736","imei1":"12582442804487736","imei2":"12582442804487736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167626,"job_number":"JOB_167626","tr_customer_id":167643,"tr_customer_product_id":167633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:57:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13397876407749","imei1":"13397876407749","imei2":"13397876407749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167628,"job_number":"JOB_167628","tr_customer_id":167645,"tr_customer_product_id":167635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15979907799204","imei2":"15979907799204","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167630,"job_number":"JOB_167630","tr_customer_id":167647,"tr_customer_product_id":167637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Aryanna Schmidt","mobile_number":"786-202-1752","email_id":"Herta.Terry@hotmail.com","dop":"2025-04-06","serial_number":"19423229681970136","imei1":"19423229681970136","imei2":"19423229681970136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167636,"job_number":"JOB_167636","tr_customer_id":167653,"tr_customer_product_id":167643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:57:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12031893215833","imei1":"12031893215833","imei2":"12031893215833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167638,"job_number":"JOB_167638","tr_customer_id":167655,"tr_customer_product_id":167645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:54.000Z","modified_at":"2026-01-27T03:57:54.000Z","name":"Reece Trantow","mobile_number":"302-541-3363","email_id":"Mack.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"17585914696480564","imei1":"17585914696480564","imei2":"17585914696480564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167639,"job_number":"JOB_167639","tr_customer_id":167656,"tr_customer_product_id":167646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:57:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18017191928328","imei1":"18017191928328","imei2":"18017191928328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167641,"job_number":"JOB_167641","tr_customer_id":167658,"tr_customer_product_id":167648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Louvenia Davis","mobile_number":"553-560-1286","email_id":"Schuyler_Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11329337661782124","imei1":"11329337661782124","imei2":"11329337661782124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167642,"job_number":"JOB_167642","tr_customer_id":167659,"tr_customer_product_id":167649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13690465004998","imei1":"13690465004998","imei2":"13690465004998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167648,"job_number":"JOB_167648","tr_customer_id":167665,"tr_customer_product_id":167655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Ena Skiles","mobile_number":"298-265-4144","email_id":"Carolyn.Daniel@gmail.com","dop":"2025-04-06","serial_number":"14437299231964732","imei1":"14437299231964732","imei2":"14437299231964732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167649,"job_number":"JOB_167649","tr_customer_id":167666,"tr_customer_product_id":167656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13548679991903","imei1":"13548679991903","imei2":"13548679991903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167651,"job_number":"JOB_167651","tr_customer_id":167668,"tr_customer_product_id":167658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18941925353118","imei1":"18941925353118","imei2":"18941925353118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167653,"job_number":"JOB_167653","tr_customer_id":167670,"tr_customer_product_id":167660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Asha Torphy","mobile_number":"843-641-3938","email_id":"Isaac14@gmail.com","dop":"2025-04-06","serial_number":"10240867845893942","imei1":"10240867845893942","imei2":"10240867845893942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167654,"job_number":"JOB_167654","tr_customer_id":167671,"tr_customer_product_id":167661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Gerda Cormier","mobile_number":"613-921-9054","email_id":"Erwin.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"12704528046663076","imei1":"12704528046663076","imei2":"12704528046663076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167655,"job_number":"JOB_167655","tr_customer_id":167672,"tr_customer_product_id":167662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13403960447968","imei1":"13403960447968","imei2":"13403960447968","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167659,"job_number":"JOB_167659","tr_customer_id":167676,"tr_customer_product_id":167666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51229279347468","imei1":"51229279347468","imei2":"51229279347468","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167661,"job_number":"JOB_167661","tr_customer_id":167678,"tr_customer_product_id":167668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:14.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19698683003812","imei1":"19698683003812","imei2":"19698683003812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167663,"job_number":"JOB_167663","tr_customer_id":167680,"tr_customer_product_id":167670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:16.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Francesca Murphy","mobile_number":"621-475-6586","email_id":"Shakira49@yahoo.com","dop":"2025-04-06","serial_number":"17519966068101636","imei1":"17519966068101636","imei2":"17519966068101636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167664,"job_number":"JOB_167664","tr_customer_id":167681,"tr_customer_product_id":167671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14442196169883","imei1":"14442196169883","imei2":"14442196169883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167666,"job_number":"JOB_167666","tr_customer_id":167683,"tr_customer_product_id":167673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:20.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Tyler Watsica","mobile_number":"349-948-0788","email_id":"Bell.Nolan52@gmail.com","dop":"2025-04-06","serial_number":"13879215740009048","imei1":"13879215740009048","imei2":"13879215740009048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167667,"job_number":"JOB_167667","tr_customer_id":167684,"tr_customer_product_id":167674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:22.000Z","modified_at":"2026-01-27T03:58:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17305399664989","imei1":"17305399664989","imei2":"17305399664989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167669,"job_number":"JOB_167669","tr_customer_id":167686,"tr_customer_product_id":167676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19373817541206","imei1":"19373817541206","imei2":"19373817541206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167671,"job_number":"JOB_167671","tr_customer_id":167688,"tr_customer_product_id":167678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:24.000Z","modified_at":"2026-01-27T03:58:24.000Z","name":"Daphne Kub","mobile_number":"467-731-6481","email_id":"Jake_Mann14@hotmail.com","dop":"2025-04-06","serial_number":"14942007399332052","imei1":"14942007399332052","imei2":"14942007399332052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167672,"job_number":"JOB_167672","tr_customer_id":167689,"tr_customer_product_id":167679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:25.000Z","modified_at":"2026-01-27T03:58:25.000Z","name":"Kamryn Grady","mobile_number":"862-360-9767","email_id":"Karli11@hotmail.com","dop":"2025-04-06","serial_number":"12026280895334058","imei1":"12026280895334058","imei2":"12026280895334058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167673,"job_number":"JOB_167673","tr_customer_id":167690,"tr_customer_product_id":167680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:58:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19734921860320","imei1":"19734921860320","imei2":"19734921860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167675,"job_number":"JOB_167675","tr_customer_id":167692,"tr_customer_product_id":167682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17256386993031","imei1":"17256386993031","imei2":"17256386993031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167676,"job_number":"JOB_167676","tr_customer_id":167693,"tr_customer_product_id":167683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"Aida Cummings","mobile_number":"665-428-6820","email_id":"Beth_Reinger82@hotmail.com","dop":"2025-04-06","serial_number":"11263284855498930","imei1":"11263284855498930","imei2":"11263284855498930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167678,"job_number":"JOB_167678","tr_customer_id":167695,"tr_customer_product_id":167685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:31.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Sabryna Prohaska","mobile_number":"474-710-1560","email_id":"Eleazar_Daniel46@gmail.com","dop":"2025-04-06","serial_number":"11237624186230580","imei1":"11237624186230580","imei2":"11237624186230580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167679,"job_number":"JOB_167679","tr_customer_id":167696,"tr_customer_product_id":167686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:38.000Z","modified_at":"2026-01-27T03:58:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17290529992797","imei1":"17290529992797","imei2":"17290529992797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167681,"job_number":"JOB_167681","tr_customer_id":167698,"tr_customer_product_id":167688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12578106237988","imei1":"12578106237988","imei2":"12578106237988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167682,"job_number":"JOB_167682","tr_customer_id":167699,"tr_customer_product_id":167689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597778340898","imei1":"15597778340898","imei2":"15597778340898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167685,"job_number":"JOB_167685","tr_customer_id":167702,"tr_customer_product_id":167692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:58:40.000Z","name":"Conner Hilpert","mobile_number":"396-688-0700","email_id":"Gilda.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"14712767531465108","imei1":"14712767531465108","imei2":"14712767531465108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167687,"job_number":"JOB_167687","tr_customer_id":167704,"tr_customer_product_id":167694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Keely Gleason","mobile_number":"753-466-1947","email_id":"Francisco23@gmail.com","dop":"2025-04-06","serial_number":"16512057136923444","imei1":"16512057136923444","imei2":"16512057136923444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167689,"job_number":"JOB_167689","tr_customer_id":167706,"tr_customer_product_id":167696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Jamarcus Conn","mobile_number":"258-569-2257","email_id":"Olin94@gmail.com","dop":"2025-04-06","serial_number":"14336684273308248","imei1":"14336684273308248","imei2":"14336684273308248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167691,"job_number":"JOB_167691","tr_customer_id":167708,"tr_customer_product_id":167698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16061707656514","imei1":"16061707656514","imei2":"16061707656514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167692,"job_number":"JOB_167692","tr_customer_id":167709,"tr_customer_product_id":167699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16413009223480","imei1":"16413009223480","imei2":"16413009223480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167695,"job_number":"JOB_167695","tr_customer_id":167712,"tr_customer_product_id":167702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Thalia Volkman","mobile_number":"462-730-8924","email_id":"Hazel30@hotmail.com","dop":"2025-04-06","serial_number":"17868655623113104","imei1":"17868655623113104","imei2":"17868655623113104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167696,"job_number":"JOB_167696","tr_customer_id":167713,"tr_customer_product_id":167703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Kathryne Windler","mobile_number":"871-332-1922","email_id":"Irwin.Denesik@gmail.com","dop":"2025-04-06","serial_number":"11471488602647400","imei1":"11471488602647400","imei2":"11471488602647400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167698,"job_number":"JOB_167698","tr_customer_id":167715,"tr_customer_product_id":167705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18722576579872","imei1":"18722576579872","imei2":"18722576579872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167702,"job_number":"JOB_167702","tr_customer_id":167719,"tr_customer_product_id":167709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14534040176453","imei1":"14534040176453","imei2":"14534040176453","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167703,"job_number":"JOB_167703","tr_customer_id":167720,"tr_customer_product_id":167710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:58:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15568245128975","imei1":"15568245128975","imei2":"15568245128975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167708,"job_number":"JOB_167708","tr_customer_id":167725,"tr_customer_product_id":167715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Betsy Beatty","mobile_number":"962-207-0290","email_id":"Bell.Orn3@gmail.com","dop":"2025-04-06","serial_number":"14434650120704726","imei1":"14434650120704726","imei2":"14434650120704726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167709,"job_number":"JOB_167709","tr_customer_id":167726,"tr_customer_product_id":167716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15598275721214","imei1":"15598275721214","imei2":"15598275721214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167711,"job_number":"JOB_167711","tr_customer_id":167728,"tr_customer_product_id":167718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11985838423999","imei1":"11985838423999","imei2":"11985838423999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167712,"job_number":"JOB_167712","tr_customer_id":167729,"tr_customer_product_id":167719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Rusty Rosenbaum","mobile_number":"266-273-5065","email_id":"Herminio31@hotmail.com","dop":"2025-04-06","serial_number":"10406673123257408","imei1":"10406673123257408","imei2":"10406673123257408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167714,"job_number":"JOB_167714","tr_customer_id":167731,"tr_customer_product_id":167721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:09.000Z","modified_at":"2026-01-27T03:59:09.000Z","name":"Gwendolyn Marquardt","mobile_number":"397-315-5494","email_id":"Ida.Block4@yahoo.com","dop":"2025-04-06","serial_number":"12069322754066996","imei1":"12069322754066996","imei2":"12069322754066996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167718,"job_number":"JOB_167718","tr_customer_id":167735,"tr_customer_product_id":167725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17008880227135","imei1":"17008880227135","imei2":"17008880227135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167720,"job_number":"JOB_167720","tr_customer_id":167737,"tr_customer_product_id":167727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:15.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Baron Gleichner","mobile_number":"569-974-0764","email_id":"Tillman67@yahoo.com","dop":"2025-04-06","serial_number":"16696866616047820","imei1":"16696866616047820","imei2":"16696866616047820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167721,"job_number":"JOB_167721","tr_customer_id":167738,"tr_customer_product_id":167728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T03:59:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11172627533643","imei1":"11172627533643","imei2":"11172627533643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167723,"job_number":"JOB_167723","tr_customer_id":167740,"tr_customer_product_id":167730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:27.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Larissa Wilderman","mobile_number":"612-596-5819","email_id":"Cassie_King98@yahoo.com","dop":"2025-04-06","serial_number":"17988825406305388","imei1":"17988825406305388","imei2":"17988825406305388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167727,"job_number":"JOB_167727","tr_customer_id":167744,"tr_customer_product_id":167734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T03:59:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18169069886721","imei1":"18169069886721","imei2":"18169069886721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167729,"job_number":"JOB_167729","tr_customer_id":167746,"tr_customer_product_id":167736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:41.000Z","modified_at":"2026-01-27T03:59:41.000Z","name":"Leonie Stoltenberg","mobile_number":"632-793-6650","email_id":"Lia98@yahoo.com","dop":"2025-04-06","serial_number":"18862572585037620","imei1":"18862572585037620","imei2":"18862572585037620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167730,"job_number":"JOB_167730","tr_customer_id":167747,"tr_customer_product_id":167737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T03:59:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16140328322120","imei1":"16140328322120","imei2":"16140328322120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167732,"job_number":"JOB_167732","tr_customer_id":167749,"tr_customer_product_id":167739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:00.000Z","modified_at":"2026-01-27T04:00:00.000Z","name":"Amparo Stroman","mobile_number":"652-396-9062","email_id":"Theodora_Cormier@yahoo.com","dop":"2025-04-06","serial_number":"12770672414828126","imei1":"12770672414828126","imei2":"12770672414828126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167733,"job_number":"JOB_167733","tr_customer_id":167750,"tr_customer_product_id":167740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:00:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11149211780437","imei1":"11149211780437","imei2":"11149211780437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167735,"job_number":"JOB_167735","tr_customer_id":167752,"tr_customer_product_id":167742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:26.000Z","modified_at":"2026-01-27T04:00:26.000Z","name":"Alessandro Klein","mobile_number":"249-949-3079","email_id":"Antonette_Ward49@hotmail.com","dop":"2025-04-06","serial_number":"16760489880667088","imei1":"16760489880667088","imei2":"16760489880667088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167736,"job_number":"JOB_167736","tr_customer_id":167753,"tr_customer_product_id":167743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68750095402755","imei1":"68750095402755","imei2":"68750095402755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167737,"job_number":"JOB_167737","tr_customer_id":167754,"tr_customer_product_id":167744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87908979667028","imei1":"87908979667028","imei2":"87908979667028","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167738,"job_number":"JOB_167738","tr_customer_id":167755,"tr_customer_product_id":167745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69648210848652","imei1":"69648210848652","imei2":"69648210848652","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167739,"job_number":"JOB_167739","tr_customer_id":167756,"tr_customer_product_id":167746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23206692471066","imei1":"23206692471066","imei2":"23206692471066","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167740,"job_number":"JOB_167740","tr_customer_id":167757,"tr_customer_product_id":167747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25474750557996","imei1":"25474750557996","imei2":"25474750557996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167741,"job_number":"JOB_167741","tr_customer_id":167758,"tr_customer_product_id":167748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18506977235583","imei1":"18506977235583","imei2":"18506977235583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167743,"job_number":"JOB_167743","tr_customer_id":167760,"tr_customer_product_id":167750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46488600950401","imei1":"46488600950401","imei2":"46488600950401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167744,"job_number":"JOB_167744","tr_customer_id":167761,"tr_customer_product_id":167751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84840740161320","imei1":"84840740161320","imei2":"84840740161320","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167745,"job_number":"JOB_167745","tr_customer_id":167762,"tr_customer_product_id":167752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46523212624438","imei1":"46523212624438","imei2":"46523212624438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167746,"job_number":"JOB_167746","tr_customer_id":167763,"tr_customer_product_id":167753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53625626675668","imei1":"53625626675668","imei2":"53625626675668","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167747,"job_number":"JOB_167747","tr_customer_id":167764,"tr_customer_product_id":167754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63891004325201","imei1":"63891004325201","imei2":"63891004325201","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167748,"job_number":"JOB_167748","tr_customer_id":167765,"tr_customer_product_id":167755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41394992103667","imei1":"41394992103667","imei2":"41394992103667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167750,"job_number":"JOB_167750","tr_customer_id":167767,"tr_customer_product_id":167757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12920615173484","imei1":"12920615173484","imei2":"12920615173484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167751,"job_number":"JOB_167751","tr_customer_id":167768,"tr_customer_product_id":167758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73599827046103","imei1":"73599827046103","imei2":"73599827046103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167752,"job_number":"JOB_167752","tr_customer_id":167769,"tr_customer_product_id":167759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13224128065911","imei1":"13224128065911","imei2":"13224128065911","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167753,"job_number":"JOB_167753","tr_customer_id":167770,"tr_customer_product_id":167760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46674199155380","imei1":"46674199155380","imei2":"46674199155380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167754,"job_number":"JOB_167754","tr_customer_id":167771,"tr_customer_product_id":167761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15031952061543","imei1":"15031952061543","imei2":"15031952061543","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167755,"job_number":"JOB_167755","tr_customer_id":167772,"tr_customer_product_id":167762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40729081242918","imei1":"40729081242918","imei2":"40729081242918","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167759,"job_number":"JOB_167759","tr_customer_id":167776,"tr_customer_product_id":167766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:41:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10503948481380","imei1":"10503948481380","imei2":"10503948481380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167761,"job_number":"JOB_167761","tr_customer_id":167778,"tr_customer_product_id":167768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:29.000Z","modified_at":"2026-01-27T04:41:29.000Z","name":"Jonathon Kohler","mobile_number":"323-332-8852","email_id":"Hollis.Hegmann72@gmail.com","dop":"2025-04-06","serial_number":"16750184270928274","imei1":"16750184270928274","imei2":"16750184270928274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167762,"job_number":"JOB_167762","tr_customer_id":167779,"tr_customer_product_id":167769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:15.000Z","modified_at":"2026-01-27T04:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18798652558941","imei1":"18798652558941","imei2":"18798652558941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167764,"job_number":"JOB_167764","tr_customer_id":167781,"tr_customer_product_id":167771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:17.000Z","modified_at":"2026-01-27T04:42:17.000Z","name":"Jabari Wyman","mobile_number":"655-718-3360","email_id":"Roosevelt.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"14727302101919016","imei1":"14727302101919016","imei2":"14727302101919016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167765,"job_number":"JOB_167765","tr_customer_id":167782,"tr_customer_product_id":167772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:03.000Z","modified_at":"2026-01-27T04:43:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19948686107370","imei1":"19948686107370","imei2":"19948686107370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167767,"job_number":"JOB_167767","tr_customer_id":167784,"tr_customer_product_id":167774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:05.000Z","modified_at":"2026-01-27T04:43:05.000Z","name":"Brycen Hartmann","mobile_number":"920-423-2523","email_id":"Billy38@yahoo.com","dop":"2025-04-06","serial_number":"17160575372195656","imei1":"17160575372195656","imei2":"17160575372195656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167768,"job_number":"JOB_167768","tr_customer_id":167785,"tr_customer_product_id":167775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:07.000Z","modified_at":"2026-01-27T04:43:07.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"15444292375424","imei1":"15444292375424","imei2":"15444292375424","popurl":"2026-01-17T04:43:07.439793018Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167769,"job_number":"JOB_167769","tr_customer_id":167786,"tr_customer_product_id":167776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:32.000Z","modified_at":"2026-01-27T04:43:32.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"79668445389652","imei1":"79668445389652","imei2":"79668445389652","popurl":"2026-01-17T04:43:32.109403420Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167770,"job_number":"JOB_167770","tr_customer_id":167787,"tr_customer_product_id":167777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103498957615061","imei1":"103498957615061","imei2":"103498957615061","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167772,"job_number":"JOB_167772","tr_customer_id":167789,"tr_customer_product_id":167779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:51:55.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100099889244294","imei1":"100099889244294","imei2":"100099889244294","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167775,"job_number":"JOB_167775","tr_customer_id":167792,"tr_customer_product_id":167782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:39.000Z","modified_at":"2026-01-27T04:57:39.000Z","name":"Diego Bayer","mobile_number":"665-414-9415","email_id":"Mara.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"11332008650035692","imei1":"11332008650035692","imei2":"11332008650035692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167777,"job_number":"JOB_167777","tr_customer_id":167794,"tr_customer_product_id":167784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:25.000Z","modified_at":"2026-01-27T04:58:25.000Z","name":"Tillman Schultz","mobile_number":"358-708-5320","email_id":"Helena_Kuhic@gmail.com","dop":"2025-04-06","serial_number":"13321667553343650","imei1":"13321667553343650","imei2":"13321667553343650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167779,"job_number":"JOB_167779","tr_customer_id":167796,"tr_customer_product_id":167786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:11.000Z","modified_at":"2026-01-27T04:59:11.000Z","name":"Gene Effertz","mobile_number":"977-611-6671","email_id":"Javier.Rutherford@gmail.com","dop":"2025-04-06","serial_number":"19594496775397960","imei1":"19594496775397960","imei2":"19594496775397960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167781,"job_number":"JOB_167781","tr_customer_id":167798,"tr_customer_product_id":167788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:54.000Z","modified_at":"2026-01-27T05:00:54.000Z","name":"Celia Hamill","mobile_number":"980-656-1254","email_id":"Jayme80@yahoo.com","dop":"2025-04-06","serial_number":"17093614278677168","imei1":"17093614278677168","imei2":"17093614278677168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167783,"job_number":"JOB_167783","tr_customer_id":167800,"tr_customer_product_id":167790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:12.000Z","modified_at":"2026-01-27T05:01:12.000Z","name":"Lucinda Smith","mobile_number":"711-707-2038","email_id":"Raven_Tromp68@hotmail.com","dop":"2025-04-06","serial_number":"18435660998000900","imei1":"18435660998000900","imei2":"18435660998000900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167784,"job_number":"JOB_167784","tr_customer_id":167801,"tr_customer_product_id":167791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:08.000Z","modified_at":"2026-01-27T05:18:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18105688226137","imei1":"18105688226137","imei2":"18105688226137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167786,"job_number":"JOB_167786","tr_customer_id":167803,"tr_customer_product_id":167793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:10.000Z","modified_at":"2026-01-27T05:18:10.000Z","name":"Concepcion Kling","mobile_number":"485-572-1549","email_id":"Gwendolyn_Prohaska74@hotmail.com","dop":"2025-04-06","serial_number":"15864204710609916","imei1":"15864204710609916","imei2":"15864204710609916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167787,"job_number":"JOB_167787","tr_customer_id":167804,"tr_customer_product_id":167794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:53.000Z","modified_at":"2026-01-27T05:18:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17393390155661","imei1":"17393390155661","imei2":"17393390155661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167789,"job_number":"JOB_167789","tr_customer_id":167806,"tr_customer_product_id":167796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:55.000Z","modified_at":"2026-01-27T05:18:55.000Z","name":"Samantha Heidenreich","mobile_number":"264-977-5406","email_id":"Alanna.Keebler55@hotmail.com","dop":"2025-04-06","serial_number":"17862732445518564","imei1":"17862732445518564","imei2":"17862732445518564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167790,"job_number":"JOB_167790","tr_customer_id":167807,"tr_customer_product_id":167797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:38.000Z","modified_at":"2026-01-27T05:19:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12162921804378","imei1":"12162921804378","imei2":"12162921804378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167792,"job_number":"JOB_167792","tr_customer_id":167809,"tr_customer_product_id":167799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:40.000Z","modified_at":"2026-01-27T05:19:40.000Z","name":"Vella Smitham","mobile_number":"409-455-6807","email_id":"Theresa.Collins@gmail.com","dop":"2025-04-06","serial_number":"11657422336501164","imei1":"11657422336501164","imei2":"11657422336501164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167796,"job_number":"JOB_167796","tr_customer_id":167813,"tr_customer_product_id":167803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11730143042933","imei1":"11730143042933","imei2":"11730143042933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167798,"job_number":"JOB_167798","tr_customer_id":167815,"tr_customer_product_id":167805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:04.000Z","modified_at":"2026-01-27T06:19:04.000Z","name":"Brown Bednar","mobile_number":"861-977-4122","email_id":"Karlie_Green48@gmail.com","dop":"2025-04-06","serial_number":"18532545821601696","imei1":"18532545821601696","imei2":"18532545821601696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167799,"job_number":"JOB_167799","tr_customer_id":167816,"tr_customer_product_id":167806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18187635174485","imei1":"18187635174485","imei2":"18187635174485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167801,"job_number":"JOB_167801","tr_customer_id":167818,"tr_customer_product_id":167808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:48.000Z","modified_at":"2026-01-27T06:19:48.000Z","name":"Clarissa Gerlach","mobile_number":"329-576-0565","email_id":"Amani46@hotmail.com","dop":"2025-04-06","serial_number":"19841535420662280","imei1":"19841535420662280","imei2":"19841535420662280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167808,"job_number":"JOB_167808","tr_customer_id":167825,"tr_customer_product_id":167815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:30.000Z","modified_at":"2026-01-27T06:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16491092711122","imei1":"16491092711122","imei2":"16491092711122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167810,"job_number":"JOB_167810","tr_customer_id":167827,"tr_customer_product_id":167817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:32.000Z","modified_at":"2026-01-27T06:20:32.000Z","name":"Hipolito Hermiston","mobile_number":"643-640-8790","email_id":"Minnie50@yahoo.com","dop":"2025-04-06","serial_number":"16738148478419176","imei1":"16738148478419176","imei2":"16738148478419176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167816,"job_number":"JOB_167816","tr_customer_id":167833,"tr_customer_product_id":167823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10590065726560","imei1":"10590065726560","imei2":"10590065726560","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167817,"job_number":"JOB_167817","tr_customer_id":167834,"tr_customer_product_id":167824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"Dedrick Sawayn","mobile_number":"606-435-9603","email_id":"Cedrick18@gmail.com","dop":"2025-04-06","serial_number":"14284034712076870","imei1":"14284034712076870","imei2":"14284034712076870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167819,"job_number":"JOB_167819","tr_customer_id":167836,"tr_customer_product_id":167826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:06.000Z","modified_at":"2026-01-27T06:23:06.000Z","name":"Aniya Mueller","mobile_number":"546-393-9663","email_id":"Chanelle2@hotmail.com","dop":"2025-06-18","serial_number":"1072434199213766","imei1":"1072434199213766","imei2":"1072434199213766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167820,"job_number":"JOB_167820","tr_customer_id":167837,"tr_customer_product_id":167827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:23:48.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10101267317766","imei1":"10101267317766","imei2":"10101267317766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167822,"job_number":"JOB_167822","tr_customer_id":167839,"tr_customer_product_id":167829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:49.000Z","modified_at":"2026-01-27T06:23:49.000Z","name":"Stefanie Lemke","mobile_number":"292-504-2515","email_id":"Kali24@gmail.com","dop":"2025-06-18","serial_number":"1067109977151928","imei1":"1067109977151928","imei2":"1067109977151928","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167823,"job_number":"JOB_167823","tr_customer_id":167840,"tr_customer_product_id":167830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:24:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11740984830074","imei1":"11740984830074","imei2":"11740984830074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167825,"job_number":"JOB_167825","tr_customer_id":167842,"tr_customer_product_id":167832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:37.000Z","modified_at":"2026-01-27T06:24:37.000Z","name":"Kaleb Beahan","mobile_number":"242-722-0254","email_id":"Sunny81@hotmail.com","dop":"2025-04-06","serial_number":"18555023955379372","imei1":"18555023955379372","imei2":"18555023955379372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167826,"job_number":"JOB_167826","tr_customer_id":167843,"tr_customer_product_id":167833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:26.000Z","modified_at":"2026-01-27T06:25:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12338518242380","imei1":"12338518242380","imei2":"12338518242380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167828,"job_number":"JOB_167828","tr_customer_id":167845,"tr_customer_product_id":167835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:28.000Z","modified_at":"2026-01-27T06:25:28.000Z","name":"Ramon Hilll","mobile_number":"811-699-6550","email_id":"Brook56@gmail.com","dop":"2025-04-06","serial_number":"19695958491683900","imei1":"19695958491683900","imei2":"19695958491683900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167829,"job_number":"JOB_167829","tr_customer_id":167846,"tr_customer_product_id":167836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:26:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15802935641808","imei1":"15802935641808","imei2":"15802935641808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167831,"job_number":"JOB_167831","tr_customer_id":167848,"tr_customer_product_id":167838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:19.000Z","modified_at":"2026-01-27T06:26:19.000Z","name":"Lazaro Hoppe","mobile_number":"805-669-5412","email_id":"Leland_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"18267334371696710","imei1":"18267334371696710","imei2":"18267334371696710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167832,"job_number":"JOB_167832","tr_customer_id":167849,"tr_customer_product_id":167839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:27:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11615152671057","imei1":"11615152671057","imei2":"11615152671057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167834,"job_number":"JOB_167834","tr_customer_id":167851,"tr_customer_product_id":167841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:39.000Z","modified_at":"2026-01-27T06:27:39.000Z","name":"Hettie Brakus","mobile_number":"920-884-7742","email_id":"Lillian.Steuber98@gmail.com","dop":"2025-04-06","serial_number":"17652142820175848","imei1":"17652142820175848","imei2":"17652142820175848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167835,"job_number":"JOB_167835","tr_customer_id":167852,"tr_customer_product_id":167842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19904485216653","imei1":"19904485216653","imei2":"19904485216653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167837,"job_number":"JOB_167837","tr_customer_id":167854,"tr_customer_product_id":167844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:23.000Z","modified_at":"2026-01-27T06:28:23.000Z","name":"Bobby Bogan","mobile_number":"519-540-8511","email_id":"Moriah.Torp35@gmail.com","dop":"2025-04-06","serial_number":"10461022854004748","imei1":"10461022854004748","imei2":"10461022854004748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167838,"job_number":"JOB_167838","tr_customer_id":167855,"tr_customer_product_id":167845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19420379464284","imei1":"19420379464284","imei2":"19420379464284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167840,"job_number":"JOB_167840","tr_customer_id":167857,"tr_customer_product_id":167847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:06.000Z","modified_at":"2026-01-27T06:29:06.000Z","name":"Anastacio Ebert","mobile_number":"971-557-1170","email_id":"Reba3@hotmail.com","dop":"2025-04-06","serial_number":"14007303508030568","imei1":"14007303508030568","imei2":"14007303508030568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167843,"job_number":"JOB_167843","tr_customer_id":167860,"tr_customer_product_id":167850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17339423269073","imei1":"17339423269073","imei2":"17339423269073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167845,"job_number":"JOB_167845","tr_customer_id":167862,"tr_customer_product_id":167852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:17.000Z","name":"Modesto Sauer","mobile_number":"424-849-3916","email_id":"Delilah_Treutel27@hotmail.com","dop":"2025-04-06","serial_number":"11996959230079538","imei1":"11996959230079538","imei2":"11996959230079538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167847,"job_number":"JOB_167847","tr_customer_id":167864,"tr_customer_product_id":167854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15985961373989","imei1":"15985961373989","imei2":"15985961373989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167849,"job_number":"JOB_167849","tr_customer_id":167866,"tr_customer_product_id":167856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:05.000Z","modified_at":"2026-01-27T06:31:05.000Z","name":"Giovani McKenzie","mobile_number":"898-307-0001","email_id":"Brady_Leannon@hotmail.com","dop":"2025-04-06","serial_number":"19451465414718350","imei1":"19451465414718350","imei2":"19451465414718350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167850,"job_number":"JOB_167850","tr_customer_id":167867,"tr_customer_product_id":167857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:31:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10477906422672","imei2":"10477906422672","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167852,"job_number":"JOB_167852","tr_customer_id":167869,"tr_customer_product_id":167859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:31:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11373056543091","imei1":"11373056543091","imei2":"11373056543091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167854,"job_number":"JOB_167854","tr_customer_id":167871,"tr_customer_product_id":167861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:52.000Z","modified_at":"2026-01-27T06:31:52.000Z","name":"Sadye Sipes","mobile_number":"779-875-8270","email_id":"Ebony.Hirthe@gmail.com","dop":"2025-04-06","serial_number":"10349692400180752","imei1":"10349692400180752","imei2":"10349692400180752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167855,"job_number":"JOB_167855","tr_customer_id":167872,"tr_customer_product_id":167862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14206461523702","imei2":"14206461523702","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167857,"job_number":"JOB_167857","tr_customer_id":167874,"tr_customer_product_id":167864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:17.000Z","modified_at":"2026-01-27T06:32:17.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12347251322045","imei2":"12347251322045","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167860,"job_number":"JOB_167860","tr_customer_id":167877,"tr_customer_product_id":167867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:28.000Z","modified_at":"2026-01-27T06:34:28.000Z","name":"Felton Jones","mobile_number":"461-830-5368","email_id":"Donald_Muller@gmail.com","dop":"2025-04-06","serial_number":"15954666796721888","imei1":"15954666796721888","imei2":"15954666796721888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167861,"job_number":"JOB_167861","tr_customer_id":167878,"tr_customer_product_id":167868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:06.000Z","modified_at":"2026-01-27T06:35:06.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17343592327259","imei1":"17343592327259","imei2":"17343592327259","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167863,"job_number":"JOB_167863","tr_customer_id":167880,"tr_customer_product_id":167870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:28.000Z","modified_at":"2026-01-27T06:35:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12322716487394","imei1":"12322716487394","imei2":"12322716487394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167865,"job_number":"JOB_167865","tr_customer_id":167882,"tr_customer_product_id":167872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:30.000Z","modified_at":"2026-01-27T06:35:30.000Z","name":"Omer Maggio","mobile_number":"655-959-8696","email_id":"Hershel99@gmail.com","dop":"2025-04-06","serial_number":"11488347981559736","imei1":"11488347981559736","imei2":"11488347981559736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167869,"job_number":"JOB_167869","tr_customer_id":167886,"tr_customer_product_id":167876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:54.000Z","modified_at":"2026-01-27T06:35:54.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17324433358007","imei1":"17324433358007","imei2":"17324433358007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167871,"job_number":"JOB_167871","tr_customer_id":167888,"tr_customer_product_id":167878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:15.000Z","modified_at":"2026-01-27T06:36:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18948317579051","imei1":"18948317579051","imei2":"18948317579051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167873,"job_number":"JOB_167873","tr_customer_id":167890,"tr_customer_product_id":167880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:17.000Z","modified_at":"2026-01-27T06:36:17.000Z","name":"Maye Rodriguez","mobile_number":"655-525-8401","email_id":"Edward.Walsh28@gmail.com","dop":"2025-04-06","serial_number":"18172135488968240","imei1":"18172135488968240","imei2":"18172135488968240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167877,"job_number":"JOB_167877","tr_customer_id":167894,"tr_customer_product_id":167884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:36:42.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16171174787922","imei1":"16171174787922","imei2":"16171174787922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167879,"job_number":"JOB_167879","tr_customer_id":167896,"tr_customer_product_id":167886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797132248973","imei1":"12797132248973","imei2":"12797132248973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167880,"job_number":"JOB_167880","tr_customer_id":167897,"tr_customer_product_id":167887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15941554825756","imei1":"15941554825756","imei2":"15941554825756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167883,"job_number":"JOB_167883","tr_customer_id":167900,"tr_customer_product_id":167890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Avis Fadel","mobile_number":"908-634-0138","email_id":"Norene.Raynor@gmail.com","dop":"2025-04-06","serial_number":"18320246082397332","imei1":"18320246082397332","imei2":"18320246082397332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167884,"job_number":"JOB_167884","tr_customer_id":167901,"tr_customer_product_id":167891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Wyatt Friesen","mobile_number":"592-951-6370","email_id":"Willard57@yahoo.com","dop":"2025-04-06","serial_number":"18984968440466710","imei1":"18984968440466710","imei2":"18984968440466710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167888,"job_number":"JOB_167888","tr_customer_id":167905,"tr_customer_product_id":167895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:37:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10244847596438","imei1":"10244847596438","imei2":"10244847596438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167890,"job_number":"JOB_167890","tr_customer_id":167907,"tr_customer_product_id":167897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:49.000Z","modified_at":"2026-01-27T06:37:49.000Z","name":"Davion Gaylord","mobile_number":"478-883-2288","email_id":"Alejandrin_OKeefe47@gmail.com","dop":"2025-04-06","serial_number":"11487920209396314","imei1":"11487920209396314","imei2":"11487920209396314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167894,"job_number":"JOB_167894","tr_customer_id":167911,"tr_customer_product_id":167901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:31.000Z","modified_at":"2026-01-27T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14777744687360","imei1":"14777744687360","imei2":"14777744687360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167896,"job_number":"JOB_167896","tr_customer_id":167913,"tr_customer_product_id":167903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:33.000Z","modified_at":"2026-01-27T06:38:33.000Z","name":"Marty Corkery","mobile_number":"727-204-3064","email_id":"Domenico.Huels@yahoo.com","dop":"2025-04-06","serial_number":"10948488540603988","imei1":"10948488540603988","imei2":"10948488540603988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167897,"job_number":"JOB_167897","tr_customer_id":167914,"tr_customer_product_id":167904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18231155699279","imei1":"18231155699279","imei2":"18231155699279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167899,"job_number":"JOB_167899","tr_customer_id":167916,"tr_customer_product_id":167906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:06.000Z","modified_at":"2026-01-27T06:42:06.000Z","name":"Lisa Zulauf","mobile_number":"250-618-8688","email_id":"Chelsea9@yahoo.com","dop":"2025-04-06","serial_number":"17611184738963124","imei1":"17611184738963124","imei2":"17611184738963124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167900,"job_number":"JOB_167900","tr_customer_id":167917,"tr_customer_product_id":167907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:42:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17079659156633","imei1":"17079659156633","imei2":"17079659156633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167902,"job_number":"JOB_167902","tr_customer_id":167919,"tr_customer_product_id":167909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:56.000Z","modified_at":"2026-01-27T06:42:56.000Z","name":"Ned Dach","mobile_number":"535-612-0082","email_id":"Adolfo_Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15430774571147254","imei1":"15430774571147254","imei2":"15430774571147254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167903,"job_number":"JOB_167903","tr_customer_id":167920,"tr_customer_product_id":167910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:01.000Z","modified_at":"2026-01-27T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14958910419154","imei1":"14958910419154","imei2":"14958910419154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167905,"job_number":"JOB_167905","tr_customer_id":167922,"tr_customer_product_id":167912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:03.000Z","modified_at":"2026-01-27T06:43:03.000Z","name":"Roy Aufderhar","mobile_number":"826-647-3721","email_id":"Sheila.Murphy83@yahoo.com","dop":"2025-04-06","serial_number":"10699411250399026","imei1":"10699411250399026","imei2":"10699411250399026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167906,"job_number":"JOB_167906","tr_customer_id":167923,"tr_customer_product_id":167913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:43:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15646928553703","imei1":"15646928553703","imei2":"15646928553703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167908,"job_number":"JOB_167908","tr_customer_id":167925,"tr_customer_product_id":167915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:44.000Z","modified_at":"2026-01-27T06:43:44.000Z","name":"Victor Schroeder","mobile_number":"473-540-3534","email_id":"Dexter_Marks@gmail.com","dop":"2025-04-06","serial_number":"16447744665311734","imei1":"16447744665311734","imei2":"16447744665311734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167910,"job_number":"JOB_167910","tr_customer_id":167927,"tr_customer_product_id":167917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:46.000Z","modified_at":"2026-01-27T06:43:46.000Z","name":"Percy Crist","mobile_number":"935-950-9106","email_id":"Krystel.Ankunding67@yahoo.com","dop":"2025-04-06","serial_number":"18545814363637170","imei1":"18545814363637170","imei2":"18545814363637170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167911,"job_number":"JOB_167911","tr_customer_id":167928,"tr_customer_product_id":167918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:49.000Z","modified_at":"2026-01-27T06:43:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13742475805245","imei1":"13742475805245","imei2":"13742475805245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167913,"job_number":"JOB_167913","tr_customer_id":167930,"tr_customer_product_id":167920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:51.000Z","modified_at":"2026-01-27T06:43:51.000Z","name":"Serenity Boyer","mobile_number":"339-974-1255","email_id":"Carleton.Marvin98@gmail.com","dop":"2025-04-06","serial_number":"15255955352476028","imei1":"15255955352476028","imei2":"15255955352476028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167915,"job_number":"JOB_167915","tr_customer_id":167932,"tr_customer_product_id":167922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:18.000Z","modified_at":"2026-01-27T06:44:18.000Z","name":"Ariane Hamill","mobile_number":"398-734-1884","email_id":"Ryleigh.Tremblay42@hotmail.com","dop":"2025-04-06","serial_number":"10595233660109322","imei1":"10595233660109322","imei2":"10595233660109322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167916,"job_number":"JOB_167916","tr_customer_id":167933,"tr_customer_product_id":167923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17063374650545","imei1":"17063374650545","imei2":"17063374650545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167918,"job_number":"JOB_167918","tr_customer_id":167935,"tr_customer_product_id":167925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:39.000Z","modified_at":"2026-01-27T06:44:39.000Z","name":"Golden Brown","mobile_number":"840-732-0041","email_id":"Hailie73@hotmail.com","dop":"2025-04-06","serial_number":"15818286366602872","imei1":"15818286366602872","imei2":"15818286366602872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167919,"job_number":"JOB_167919","tr_customer_id":167936,"tr_customer_product_id":167926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:49:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17402848540623","imei1":"17402848540623","imei2":"17402848540623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167921,"job_number":"JOB_167921","tr_customer_id":167938,"tr_customer_product_id":167928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:26.000Z","modified_at":"2026-01-27T06:49:26.000Z","name":"Garry Haag","mobile_number":"330-706-5364","email_id":"Lenna35@hotmail.com","dop":"2025-04-06","serial_number":"11179143080451844","imei1":"11179143080451844","imei2":"11179143080451844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167923,"job_number":"JOB_167923","tr_customer_id":167940,"tr_customer_product_id":167930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:30.000Z","modified_at":"2026-01-27T06:49:30.000Z","name":"Milton Bartell","mobile_number":"357-620-1896","email_id":"Kian46@hotmail.com","dop":"2025-04-06","serial_number":"17118551920422780","imei1":"17118551920422780","imei2":"17118551920422780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167924,"job_number":"JOB_167924","tr_customer_id":167941,"tr_customer_product_id":167931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:49:52.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10934874410701","imei1":"10934874410701","imei2":"10934874410701","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167926,"job_number":"JOB_167926","tr_customer_id":167943,"tr_customer_product_id":167933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:54.000Z","modified_at":"2026-01-27T06:49:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"90321257518944","imei1":"90321257518944","imei2":"90321257518944","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167927,"job_number":"JOB_167927","tr_customer_id":167944,"tr_customer_product_id":167934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13203431323945","imei1":"13203431323945","imei2":"13203431323945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167929,"job_number":"JOB_167929","tr_customer_id":167946,"tr_customer_product_id":167936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:13.000Z","modified_at":"2026-01-27T06:50:13.000Z","name":"Arno Kessler","mobile_number":"230-754-1794","email_id":"Stanley57@hotmail.com","dop":"2025-04-06","serial_number":"18194212640282856","imei1":"18194212640282856","imei2":"18194212640282856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167930,"job_number":"JOB_167930","tr_customer_id":167947,"tr_customer_product_id":167937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:50:40.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11366144519689","imei1":"11366144519689","imei2":"11366144519689","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167932,"job_number":"JOB_167932","tr_customer_id":167949,"tr_customer_product_id":167939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:42.000Z","modified_at":"2026-01-27T06:50:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42969104263391","imei1":"42969104263391","imei2":"42969104263391","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167933,"job_number":"JOB_167933","tr_customer_id":167950,"tr_customer_product_id":167940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:50:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16248942148525","imei1":"16248942148525","imei2":"16248942148525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167935,"job_number":"JOB_167935","tr_customer_id":167952,"tr_customer_product_id":167942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:00.000Z","modified_at":"2026-01-27T06:51:00.000Z","name":"Abe Borer","mobile_number":"232-802-4714","email_id":"Alfreda56@hotmail.com","dop":"2025-04-06","serial_number":"14248653361242728","imei1":"14248653361242728","imei2":"14248653361242728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167936,"job_number":"JOB_167936","tr_customer_id":167953,"tr_customer_product_id":167943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:25.000Z","modified_at":"2026-01-27T06:51:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11495474994629","imei1":"11495474994629","imei2":"11495474994629","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167938,"job_number":"JOB_167938","tr_customer_id":167955,"tr_customer_product_id":167945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:27.000Z","modified_at":"2026-01-27T06:51:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10931088604581","imei1":"10931088604581","imei2":"10931088604581","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167939,"job_number":"JOB_167939","tr_customer_id":167956,"tr_customer_product_id":167946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14442504887526","imei1":"14442504887526","imei2":"14442504887526","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167941,"job_number":"JOB_167941","tr_customer_id":167958,"tr_customer_product_id":167948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:53:57.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15533783976054","imei1":"15533783976054","imei2":"15533783976054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167943,"job_number":"JOB_167943","tr_customer_id":167960,"tr_customer_product_id":167950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:15.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"14875645655732","imei1":"14875645655732","imei2":"14875645655732","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167946,"job_number":"JOB_167946","tr_customer_id":167963,"tr_customer_product_id":167953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:46.000Z","modified_at":"2026-01-27T07:03:46.000Z","name":"Esperanza Roberts","mobile_number":"363-465-4153","email_id":"Cleo_Jacobi1@gmail.com","dop":"2025-04-06","serial_number":"18899724181012810","imei1":"18899724181012810","imei2":"18899724181012810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167948,"job_number":"JOB_167948","tr_customer_id":167965,"tr_customer_product_id":167955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:31.000Z","modified_at":"2026-01-27T07:04:31.000Z","name":"Miller Hagenes","mobile_number":"363-948-0072","email_id":"Antwon.Kiehn95@hotmail.com","dop":"2025-04-06","serial_number":"14549798314648444","imei1":"14549798314648444","imei2":"14549798314648444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:04:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167950,"job_number":"JOB_167950","tr_customer_id":167967,"tr_customer_product_id":167957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:15.000Z","modified_at":"2026-01-27T07:05:15.000Z","name":"Kellie Lubowitz","mobile_number":"217-327-9980","email_id":"Selina_Pacocha9@yahoo.com","dop":"2025-04-06","serial_number":"14946686752066788","imei1":"14946686752066788","imei2":"14946686752066788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167957,"job_number":"JOB_167957","tr_customer_id":167974,"tr_customer_product_id":167964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:37.000Z","modified_at":"2026-01-27T07:40:37.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17738472759011","imei1":"17738472759011","imei2":"17738472759011","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167959,"job_number":"JOB_167959","tr_customer_id":167976,"tr_customer_product_id":167966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:40:54.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"12836241188214","imei1":"12836241188214","imei2":"12836241188214","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167961,"job_number":"JOB_167961","tr_customer_id":167978,"tr_customer_product_id":167968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:10.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12826889896801","imei1":"12826889896801","imei2":"12826889896801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167963,"job_number":"JOB_167963","tr_customer_id":167980,"tr_customer_product_id":167970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:44:58.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13067462755559","imei1":"13067462755559","imei2":"13067462755559","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167965,"job_number":"JOB_167965","tr_customer_id":167982,"tr_customer_product_id":167972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19818407352524","imei1":"19818407352524","imei2":"19818407352524","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167967,"job_number":"JOB_167967","tr_customer_id":167984,"tr_customer_product_id":167974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:34.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16020089347172","imei1":"16020089347172","imei2":"16020089347172","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167970,"job_number":"JOB_167970","tr_customer_id":167987,"tr_customer_product_id":167977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:57.000Z","modified_at":"2026-01-27T07:46:57.000Z","name":"Addie Mertz","mobile_number":"296-519-9094","email_id":"Lambert.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10321152826079464","imei1":"10321152826079464","imei2":"10321152826079464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167974,"job_number":"JOB_167974","tr_customer_id":167991,"tr_customer_product_id":167981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:44.000Z","name":"Kristian Gibson","mobile_number":"551-888-9007","email_id":"Clement.Haag@hotmail.com","dop":"2025-04-06","serial_number":"19625716723951844","imei1":"19625716723951844","imei2":"19625716723951844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167976,"job_number":"JOB_167976","tr_customer_id":167993,"tr_customer_product_id":167983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:31.000Z","modified_at":"2026-01-27T07:59:31.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17369535765768","imei1":"17369535765768","imei2":"17369535765768","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167978,"job_number":"JOB_167978","tr_customer_id":167995,"tr_customer_product_id":167985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:47.000Z","modified_at":"2026-01-27T07:59:47.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14742460549015","imei1":"14742460549015","imei2":"14742460549015","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167980,"job_number":"JOB_167980","tr_customer_id":167997,"tr_customer_product_id":167987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:00:03.000Z","modified_at":"2026-01-27T08:00:03.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16634399654249","imei1":"16634399654249","imei2":"16634399654249","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167982,"job_number":"JOB_167982","tr_customer_id":167999,"tr_customer_product_id":167989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:03:56.000Z","modified_at":"2026-01-27T08:03:56.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"78948745849733","imei1":"78948745849733","imei2":"78948745849733","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167983,"job_number":"JOB_167983","tr_customer_id":168000,"tr_customer_product_id":167990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:32.000Z","modified_at":"2026-01-27T08:18:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10992418351194","imei1":"10992418351194","imei2":"10992418351194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167985,"job_number":"JOB_167985","tr_customer_id":168002,"tr_customer_product_id":167992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:33.000Z","modified_at":"2026-01-27T08:18:33.000Z","name":"Derick Rohan","mobile_number":"943-371-0272","email_id":"Joesph58@yahoo.com","dop":"2025-04-06","serial_number":"19714674691620584","imei1":"19714674691620584","imei2":"19714674691620584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167986,"job_number":"JOB_167986","tr_customer_id":168003,"tr_customer_product_id":167993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:17.000Z","modified_at":"2026-01-27T08:19:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14876666988513","imei1":"14876666988513","imei2":"14876666988513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167988,"job_number":"JOB_167988","tr_customer_id":168005,"tr_customer_product_id":167995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:18.000Z","modified_at":"2026-01-27T08:19:18.000Z","name":"Electa Casper","mobile_number":"671-854-5386","email_id":"Keeley_Kessler75@yahoo.com","dop":"2025-04-06","serial_number":"10993514331888866","imei1":"10993514331888866","imei2":"10993514331888866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167989,"job_number":"JOB_167989","tr_customer_id":168006,"tr_customer_product_id":167996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:01.000Z","modified_at":"2026-01-27T08:20:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16228039361944","imei1":"16228039361944","imei2":"16228039361944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167991,"job_number":"JOB_167991","tr_customer_id":168008,"tr_customer_product_id":167998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:03.000Z","modified_at":"2026-01-27T08:20:03.000Z","name":"Rosalind Kreiger","mobile_number":"334-544-9200","email_id":"Hunter.Schamberger@yahoo.com","dop":"2025-04-06","serial_number":"10419097285708058","imei1":"10419097285708058","imei2":"10419097285708058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167992,"job_number":"JOB_167992","tr_customer_id":168009,"tr_customer_product_id":167999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:31.000Z","modified_at":"2026-01-27T08:30:31.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"18595240715145","imei1":"18595240715145","imei2":"18595240715145","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167993,"job_number":"JOB_167993","tr_customer_id":168010,"tr_customer_product_id":168000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:49.000Z","modified_at":"2026-01-27T08:30:49.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"16937654532065","imei1":"16937654532065","imei2":"16937654532065","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167994,"job_number":"JOB_167994","tr_customer_id":168011,"tr_customer_product_id":168001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:55.000Z","modified_at":"2026-01-27T08:30:55.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"10256589793129","imei1":"10256589793129","imei2":"10256589793129","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167995,"job_number":"JOB_167995","tr_customer_id":168012,"tr_customer_product_id":168002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:36:40.000Z","modified_at":"2026-01-27T08:36:40.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"19248780212751","imei1":"19248780212751","imei2":"19248780212751","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:36:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167996,"job_number":"JOB_167996","tr_customer_id":168013,"tr_customer_product_id":168003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:39:37.000Z","modified_at":"2026-01-27T08:39:37.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"13765835130561","imei1":"13765835130561","imei2":"13765835130561","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:39:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167997,"job_number":"JOB_167997","tr_customer_id":168014,"tr_customer_product_id":168004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:40:01.000Z","modified_at":"2026-01-27T08:40:01.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"14732742119680","imei1":"14732742119680","imei2":"14732742119680","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167998,"job_number":"JOB_167998","tr_customer_id":168015,"tr_customer_product_id":168005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:14.000Z","modified_at":"2026-01-27T08:42:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14259892350420","imei1":"14259892350420","imei2":"14259892350420","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168000,"job_number":"JOB_168000","tr_customer_id":168017,"tr_customer_product_id":168007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:30.000Z","modified_at":"2026-01-27T08:42:30.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11958109097406","imei1":"11958109097406","imei2":"11958109097406","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168002,"job_number":"JOB_168002","tr_customer_id":168019,"tr_customer_product_id":168009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:46.000Z","modified_at":"2026-01-27T08:42:46.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"13316918075108","imei1":"13316918075108","imei2":"13316918075108","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168005,"job_number":"JOB_168005","tr_customer_id":168022,"tr_customer_product_id":168012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:12:02.000Z","modified_at":"2026-01-27T09:12:02.000Z","name":"Vivek Yadav","mobile_number":"8788138617","email_id":"ccivivek123@gmail.com","dop":"2026-01-17","serial_number":"891398385161723","imei1":"891398385161723","imei2":"891398385161723","popurl":"2026-01-17T09:12:01.481590051Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:12:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168006,"job_number":"JOB_168006","tr_customer_id":168023,"tr_customer_product_id":168013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:03.000Z","modified_at":"2026-01-27T09:22:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11865609686049","imei1":"11865609686049","imei2":"11865609686049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168008,"job_number":"JOB_168008","tr_customer_id":168025,"tr_customer_product_id":168015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:05.000Z","modified_at":"2026-01-27T09:22:05.000Z","name":"Barrett Krajcik","mobile_number":"525-447-1327","email_id":"Hertha.Hansen3@hotmail.com","dop":"2025-04-06","serial_number":"16518029229351820","imei1":"16518029229351820","imei2":"16518029229351820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168009,"job_number":"JOB_168009","tr_customer_id":168026,"tr_customer_product_id":168016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:52.000Z","modified_at":"2026-01-27T09:22:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11379433404838","imei1":"11379433404838","imei2":"11379433404838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168011,"job_number":"JOB_168011","tr_customer_id":168028,"tr_customer_product_id":168018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:53.000Z","modified_at":"2026-01-27T09:22:53.000Z","name":"Hettie Herman","mobile_number":"478-577-7605","email_id":"Buddy_McDermott79@gmail.com","dop":"2025-04-06","serial_number":"15580317961174560","imei1":"15580317961174560","imei2":"15580317961174560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168012,"job_number":"JOB_168012","tr_customer_id":168029,"tr_customer_product_id":168019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:40.000Z","modified_at":"2026-01-27T09:23:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11487792491978","imei1":"11487792491978","imei2":"11487792491978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168014,"job_number":"JOB_168014","tr_customer_id":168031,"tr_customer_product_id":168021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:41.000Z","modified_at":"2026-01-27T09:23:41.000Z","name":"Darwin Hirthe","mobile_number":"355-725-9085","email_id":"Jamir_Mante@hotmail.com","dop":"2025-04-06","serial_number":"19124045741107572","imei1":"19124045741107572","imei2":"19124045741107572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168015,"job_number":"JOB_168015","tr_customer_id":168032,"tr_customer_product_id":168022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:15.000Z","modified_at":"2026-01-27T09:31:15.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10511466909083","imei1":"10511466909083","imei2":"10511466909083","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168017,"job_number":"JOB_168017","tr_customer_id":168034,"tr_customer_product_id":168024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:17.000Z","modified_at":"2026-01-27T09:31:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"48564958011580","imei1":"48564958011580","imei2":"48564958011580","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168018,"job_number":"JOB_168018","tr_customer_id":168035,"tr_customer_product_id":168025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:00.000Z","modified_at":"2026-01-27T09:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13574165691530","imei1":"13574165691530","imei2":"13574165691530","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168020,"job_number":"JOB_168020","tr_customer_id":168037,"tr_customer_product_id":168027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:01.000Z","modified_at":"2026-01-27T09:32:01.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106111584816717","imei1":"106111584816717","imei2":"106111584816717","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168021,"job_number":"JOB_168021","tr_customer_id":168038,"tr_customer_product_id":168028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:45.000Z","modified_at":"2026-01-27T09:32:45.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15077719249563","imei1":"15077719249563","imei2":"15077719249563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168023,"job_number":"JOB_168023","tr_customer_id":168040,"tr_customer_product_id":168030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:47.000Z","modified_at":"2026-01-27T09:32:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"56838812347357","imei1":"56838812347357","imei2":"56838812347357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168025,"job_number":"JOB_168025","tr_customer_id":168042,"tr_customer_product_id":168032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:57.000Z","modified_at":"2026-01-27T09:47:57.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13147707996685","imei1":"13147707996685","imei2":"13147707996685","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168027,"job_number":"JOB_168027","tr_customer_id":168044,"tr_customer_product_id":168034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:59.000Z","modified_at":"2026-01-27T09:47:59.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101295640004756","imei1":"101295640004756","imei2":"101295640004756","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168028,"job_number":"JOB_168028","tr_customer_id":168045,"tr_customer_product_id":168035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:42.000Z","modified_at":"2026-01-27T09:48:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16235870868165","imei1":"16235870868165","imei2":"16235870868165","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168030,"job_number":"JOB_168030","tr_customer_id":168047,"tr_customer_product_id":168037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:44.000Z","modified_at":"2026-01-27T09:48:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"58312133565411","imei1":"58312133565411","imei2":"58312133565411","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168031,"job_number":"JOB_168031","tr_customer_id":168048,"tr_customer_product_id":168038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:27.000Z","modified_at":"2026-01-27T09:49:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13132742559880","imei1":"13132742559880","imei2":"13132742559880","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168033,"job_number":"JOB_168033","tr_customer_id":168050,"tr_customer_product_id":168040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:29.000Z","modified_at":"2026-01-27T09:49:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"102925169068228","imei1":"102925169068228","imei2":"102925169068228","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168034,"job_number":"JOB_168034","tr_customer_id":168051,"tr_customer_product_id":168041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:20.000Z","modified_at":"2026-01-27T10:01:20.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15799047576521","imei1":"15799047576521","imei2":"15799047576521","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168036,"job_number":"JOB_168036","tr_customer_id":168053,"tr_customer_product_id":168043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:22.000Z","modified_at":"2026-01-27T10:01:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15984186970614","imei1":"15984186970614","imei2":"15984186970614","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168038,"job_number":"JOB_168038","tr_customer_id":168055,"tr_customer_product_id":168045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:24.000Z","modified_at":"2026-01-27T10:01:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"71404026316495","imei1":"71404026316495","imei2":"71404026316495","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168039,"job_number":"JOB_168039","tr_customer_id":168056,"tr_customer_product_id":168046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:36.000Z","modified_at":"2026-01-27T10:01:36.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"13883489966333","imei1":"13883489966333","imei2":"13883489966333","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168041,"job_number":"JOB_168041","tr_customer_id":168058,"tr_customer_product_id":168048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:52.000Z","modified_at":"2026-01-27T10:01:52.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18807163856024","imei1":"18807163856024","imei2":"18807163856024","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168043,"job_number":"JOB_168043","tr_customer_id":168060,"tr_customer_product_id":168050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:10.000Z","modified_at":"2026-01-27T10:02:10.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15333739332560","imei1":"15333739332560","imei2":"15333739332560","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168045,"job_number":"JOB_168045","tr_customer_id":168062,"tr_customer_product_id":168052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:11.000Z","modified_at":"2026-01-27T10:02:11.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15197467892503","imei1":"15197467892503","imei2":"15197467892503","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168047,"job_number":"JOB_168047","tr_customer_id":168064,"tr_customer_product_id":168054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:13.000Z","modified_at":"2026-01-27T10:02:13.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49829973315619","imei1":"49829973315619","imei2":"49829973315619","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168048,"job_number":"JOB_168048","tr_customer_id":168065,"tr_customer_product_id":168055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:26.000Z","modified_at":"2026-01-27T10:02:26.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15535990488868","imei1":"15535990488868","imei2":"15535990488868","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168050,"job_number":"JOB_168050","tr_customer_id":168067,"tr_customer_product_id":168057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:42.000Z","modified_at":"2026-01-27T10:02:42.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12713579852426","imei1":"12713579852426","imei2":"12713579852426","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168052,"job_number":"JOB_168052","tr_customer_id":168069,"tr_customer_product_id":168059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:00.000Z","modified_at":"2026-01-27T10:03:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14121883814283","imei1":"14121883814283","imei2":"14121883814283","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168054,"job_number":"JOB_168054","tr_customer_id":168071,"tr_customer_product_id":168061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:02.000Z","modified_at":"2026-01-27T10:03:02.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21023390899357","imei1":"21023390899357","imei2":"21023390899357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168057,"job_number":"JOB_168057","tr_customer_id":168074,"tr_customer_product_id":168064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:17.000Z","modified_at":"2026-01-27T10:26:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15008487771068","imei1":"15008487771068","imei2":"15008487771068","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168059,"job_number":"JOB_168059","tr_customer_id":168076,"tr_customer_product_id":168066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:19.000Z","modified_at":"2026-01-27T10:26:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70090916724970","imei1":"70090916724970","imei2":"70090916724970","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168060,"job_number":"JOB_168060","tr_customer_id":168077,"tr_customer_product_id":168067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:02.000Z","modified_at":"2026-01-27T10:27:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15196187490723","imei1":"15196187490723","imei2":"15196187490723","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168062,"job_number":"JOB_168062","tr_customer_id":168079,"tr_customer_product_id":168069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:04.000Z","modified_at":"2026-01-27T10:27:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"105262706836429","imei1":"105262706836429","imei2":"105262706836429","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168063,"job_number":"JOB_168063","tr_customer_id":168080,"tr_customer_product_id":168070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:47.000Z","modified_at":"2026-01-27T10:27:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10086722086397","imei1":"10086722086397","imei2":"10086722086397","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168065,"job_number":"JOB_168065","tr_customer_id":168082,"tr_customer_product_id":168072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:49.000Z","modified_at":"2026-01-27T10:27:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"85525624946737","imei1":"85525624946737","imei2":"85525624946737","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168067,"job_number":"JOB_168067","tr_customer_id":168084,"tr_customer_product_id":168074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:52.000Z","modified_at":"2026-01-27T10:29:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-17T10:29:52.116647678Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168068,"job_number":"JOB_168068","tr_customer_id":168085,"tr_customer_product_id":168075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:53.000Z","modified_at":"2026-01-27T10:29:53.000Z","name":"Chandraswaroopa Banerjee","mobile_number":"7027267191","email_id":"param.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"330044600363053","imei1":"330044600363053","imei2":"330044600363053","popurl":"www.hiranmaya-varrier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168069,"job_number":"JOB_168069","tr_customer_id":168086,"tr_customer_product_id":168076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-17T10:29:53.581159372Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168070,"job_number":"JOB_168070","tr_customer_id":168087,"tr_customer_product_id":168077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-17T10:29:54.227274578Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168071,"job_number":"JOB_168071","tr_customer_id":168088,"tr_customer_product_id":168078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:30:13.000Z","modified_at":"2026-01-27T10:30:13.000Z","name":"Trilokesh Marar","mobile_number":"7032987427","email_id":"chaaruchandra.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"726115221745062","imei1":"726115221745062","imei2":"726115221745062","popurl":"www.chandranath-chaturvedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168072,"job_number":"JOB_168072","tr_customer_id":168089,"tr_customer_product_id":168079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:57.000Z","modified_at":"2026-01-27T10:31:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13051487611195","imei1":"13051487611195","imei2":"13051487611195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168074,"job_number":"JOB_168074","tr_customer_id":168091,"tr_customer_product_id":168081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:59.000Z","modified_at":"2026-01-27T10:31:59.000Z","name":"Spencer Bradtke","mobile_number":"766-232-9018","email_id":"Bertram.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"16456366235064740","imei1":"16456366235064740","imei2":"16456366235064740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168075,"job_number":"JOB_168075","tr_customer_id":168092,"tr_customer_product_id":168082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:50.000Z","modified_at":"2026-01-27T10:32:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18370379783433","imei1":"18370379783433","imei2":"18370379783433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168077,"job_number":"JOB_168077","tr_customer_id":168094,"tr_customer_product_id":168084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:52.000Z","modified_at":"2026-01-27T10:32:52.000Z","name":"Kiley Jacobi","mobile_number":"907-604-4678","email_id":"Vada_Kautzer@yahoo.com","dop":"2025-04-06","serial_number":"12166755076229060","imei1":"12166755076229060","imei2":"12166755076229060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168078,"job_number":"JOB_168078","tr_customer_id":168095,"tr_customer_product_id":168085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:42.000Z","modified_at":"2026-01-27T10:33:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13897299528519","imei1":"13897299528519","imei2":"13897299528519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168080,"job_number":"JOB_168080","tr_customer_id":168097,"tr_customer_product_id":168087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:44.000Z","modified_at":"2026-01-27T10:33:44.000Z","name":"Bethany Blick","mobile_number":"910-264-4532","email_id":"Krystina87@hotmail.com","dop":"2025-04-06","serial_number":"14656868258073714","imei1":"14656868258073714","imei2":"14656868258073714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168081,"job_number":"JOB_168081","tr_customer_id":168098,"tr_customer_product_id":168088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:49:01.000Z","modified_at":"2026-01-27T10:49:01.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-17","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-17T10:48:52.186039238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168082,"job_number":"JOB_168082","tr_customer_id":168099,"tr_customer_product_id":168089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:00:50.000Z","modified_at":"2026-01-27T11:00:50.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17940614096082","imei1":"17940614096082","imei2":"17940614096082","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168084,"job_number":"JOB_168084","tr_customer_id":168101,"tr_customer_product_id":168091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:07.000Z","modified_at":"2026-01-27T11:01:07.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"18180244718360","imei1":"18180244718360","imei2":"18180244718360","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168086,"job_number":"JOB_168086","tr_customer_id":168103,"tr_customer_product_id":168093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:24.000Z","modified_at":"2026-01-27T11:01:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19579458966174","imei1":"19579458966174","imei2":"19579458966174","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168089,"job_number":"JOB_168089","tr_customer_id":168106,"tr_customer_product_id":168096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:14.000Z","modified_at":"2026-01-27T11:14:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14568324586099","imei1":"14568324586099","imei2":"14568324586099","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168091,"job_number":"JOB_168091","tr_customer_id":168108,"tr_customer_product_id":168098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:32.000Z","modified_at":"2026-01-27T11:14:32.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14373295899167","imei1":"14373295899167","imei2":"14373295899167","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168093,"job_number":"JOB_168093","tr_customer_id":168110,"tr_customer_product_id":168100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:49.000Z","modified_at":"2026-01-27T11:14:49.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19142688776222","imei1":"19142688776222","imei2":"19142688776222","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168096,"job_number":"JOB_168096","tr_customer_id":168113,"tr_customer_product_id":168103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:34:44.000Z","modified_at":"2026-01-27T11:34:44.000Z","name":"Millie Moore","mobile_number":"283-938-0730","email_id":"Raleigh.West48@hotmail.com","dop":"2025-04-06","serial_number":"18214233132792","imei1":"18214233132792","imei2":"18214233132792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168099,"job_number":"JOB_168099","tr_customer_id":168116,"tr_customer_product_id":168106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Amarnath Bandopadhyay","mobile_number":"7006474379","email_id":"sumitra.jain@gmail.com","dop":"2026-01-17","serial_number":"873225925366992","imei1":"873225925366992","imei2":"873225925366992","popurl":"www.dinkar-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168100,"job_number":"JOB_168100","tr_customer_id":168117,"tr_customer_product_id":168107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Ananta Abbott","mobile_number":"7035814727","email_id":"bheeshma.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"547520397464950","imei1":"547520397464950","imei2":"547520397464950","popurl":"www.tanushri-iyengar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168101,"job_number":"JOB_168101","tr_customer_id":168120,"tr_customer_product_id":168110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Bodhan Jha","mobile_number":"7019352905","email_id":"girija.panicker@yahoo.co.in","dop":"2026-01-17","serial_number":"249888041324613","imei1":"249888041324613","imei2":"249888041324613","popurl":"www.bodhan-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168102,"job_number":"JOB_168102","tr_customer_id":168118,"tr_customer_product_id":168108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Aarya Dhawan","mobile_number":"7009541020","email_id":"pushti.mehrotra@yahoo.co.in","dop":"2026-01-17","serial_number":"461930447346194","imei1":"461930447346194","imei2":"461930447346194","popurl":"www.chandrakin-kaul.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168103,"job_number":"JOB_168103","tr_customer_id":168119,"tr_customer_product_id":168109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Chandni Bharadwaj","mobile_number":"7000435554","email_id":"chandraswaroopa.ganaka@hotmail.com","dop":"2026-01-17","serial_number":"799703476412351","imei1":"799703476412351","imei2":"799703476412351","popurl":"www.sukanya-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168104,"job_number":"JOB_168104","tr_customer_id":168121,"tr_customer_product_id":168111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Shiv Jain","mobile_number":"7021304252","email_id":"anaadi.arora@gmail.com","dop":"2026-01-17","serial_number":"815931614299749","imei1":"815931614299749","imei2":"815931614299749","popurl":"www.bhudeva-johar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168105,"job_number":"JOB_168105","tr_customer_id":168122,"tr_customer_product_id":168112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Parvati Tagore","mobile_number":"7075078350","email_id":"kumar.chaturvedi@gmail.com","dop":"2026-01-17","serial_number":"174404026142835","imei1":"174404026142835","imei2":"174404026142835","popurl":"www.abani-naik.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168106,"job_number":"JOB_168106","tr_customer_id":168123,"tr_customer_product_id":168113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Arindam Iyengar","mobile_number":"7051262696","email_id":"sarla.prajapat@gmail.com","dop":"2026-01-17","serial_number":"801538441827409","imei1":"801538441827409","imei2":"801538441827409","popurl":"www.dhyaneshwar-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168107,"job_number":"JOB_168107","tr_customer_id":168124,"tr_customer_product_id":168114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Amaresh Bhattacharya","mobile_number":"7061713097","email_id":"tanushri.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"927025758856775","imei1":"927025758856775","imei2":"927025758856775","popurl":"www.vinay-agarwal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168108,"job_number":"JOB_168108","tr_customer_id":168125,"tr_customer_product_id":168115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Sudeva Saini","mobile_number":"7033354004","email_id":"meghnad.sharma@gmail.com","dop":"2026-01-17","serial_number":"416797514683630","imei1":"416797514683630","imei2":"416797514683630","popurl":"www.arindam-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168111,"job_number":"JOB_168111","tr_customer_id":168128,"tr_customer_product_id":168118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Opaline Iyer","mobile_number":"7080190857","email_id":"bhaumik.nair@yahoo.co.in","dop":"2026-01-17","serial_number":"277703652598165","imei1":"277703652598165","imei2":"277703652598165","popurl":"www.subodh-nayar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168114,"job_number":"JOB_168114","tr_customer_id":168131,"tr_customer_product_id":168121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Sarisha Patil","mobile_number":"7054498271","email_id":"chaitan.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"409448997239688","imei1":"409448997239688","imei2":"409448997239688","popurl":"www.chiranjeev-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168115,"job_number":"JOB_168115","tr_customer_id":168132,"tr_customer_product_id":168122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Deeptiman Mukhopadhyay","mobile_number":"7036756072","email_id":"amaresh.shah@yahoo.co.in","dop":"2026-01-17","serial_number":"154130403797601","imei1":"154130403797601","imei2":"154130403797601","popurl":"www.himadri-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168116,"job_number":"JOB_168116","tr_customer_id":168134,"tr_customer_product_id":168124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gautam Malik","mobile_number":"7003481251","email_id":"anasooya.marar@hotmail.com","dop":"2026-01-17","serial_number":"534352085791320","imei1":"534352085791320","imei2":"534352085791320","popurl":"www.narinder-johar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168118,"job_number":"JOB_168118","tr_customer_id":168135,"tr_customer_product_id":168125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Charuvrat Joshi","mobile_number":"7056104190","email_id":"lila.reddy@gmail.com","dop":"2026-01-17","serial_number":"856338598873551","imei1":"856338598873551","imei2":"856338598873551","popurl":"www.deveshwar-shah.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168119,"job_number":"JOB_168119","tr_customer_id":168136,"tr_customer_product_id":168126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Preity Marar","mobile_number":"7042454286","email_id":"jagdeep.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"789527067923371","imei1":"789527067923371","imei2":"789527067923371","popurl":"www.aagneya-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168120,"job_number":"JOB_168120","tr_customer_id":168137,"tr_customer_product_id":168127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Chidananda Saini","mobile_number":"7038154119","email_id":"vidya.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"248686736072686","imei1":"248686736072686","imei2":"248686736072686","popurl":"www.akshat-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168123,"job_number":"JOB_168123","tr_customer_id":168140,"tr_customer_product_id":168130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gajbaahu Naik","mobile_number":"7011312659","email_id":"opalina.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"499659301286756","imei1":"499659301286756","imei2":"499659301286756","popurl":"www.chidaatma-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168124,"job_number":"JOB_168124","tr_customer_id":168141,"tr_customer_product_id":168131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Arnesh Naik","mobile_number":"7026502515","email_id":"bhaves.adiga@gmail.com","dop":"2026-01-17","serial_number":"009430159542014","imei1":"009430159542014","imei2":"009430159542014","popurl":"www.dipankar-jha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168125,"job_number":"JOB_168125","tr_customer_id":168142,"tr_customer_product_id":168132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Ekalavya Prajapat","mobile_number":"7027031395","email_id":"girindra.singh@gmail.com","dop":"2026-01-17","serial_number":"625229067885722","imei1":"625229067885722","imei2":"625229067885722","popurl":"www.narinder-gupta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168126,"job_number":"JOB_168126","tr_customer_id":168143,"tr_customer_product_id":168133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Atreyee Mishra","mobile_number":"7042881344","email_id":"kumar.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"760372592354182","imei1":"760372592354182","imei2":"760372592354182","popurl":"www.opalina-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168127,"job_number":"JOB_168127","tr_customer_id":168145,"tr_customer_product_id":168134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Hiranmaya Kapoor","mobile_number":"7000563171","email_id":"chandraprabha.kapoor@hotmail.com","dop":"2026-01-17","serial_number":"203844334287867","imei1":"203844334287867","imei2":"203844334287867","popurl":"www.gautami-gowda.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168128,"job_number":"JOB_168128","tr_customer_id":168144,"tr_customer_product_id":168135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Lalita Naik","mobile_number":"7096134116","email_id":"chinmayananda.gandhi@hotmail.com","dop":"2026-01-17","serial_number":"839850126727197","imei1":"839850126727197","imei2":"839850126727197","popurl":"www.chatur-chopra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168130,"job_number":"JOB_168130","tr_customer_id":168147,"tr_customer_product_id":168137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Harita Nehru","mobile_number":"7028581997","email_id":"bhooshan.iyer@yahoo.co.in","dop":"2026-01-17","serial_number":"411029494786547","imei1":"411029494786547","imei2":"411029494786547","popurl":"www.deb-kaniyar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168131,"job_number":"JOB_168131","tr_customer_id":168148,"tr_customer_product_id":168138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Prem Bandopadhyay","mobile_number":"7057629086","email_id":"suryakantam.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"752692838275909","imei1":"752692838275909","imei2":"752692838275909","popurl":"www.jay-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168132,"job_number":"JOB_168132","tr_customer_id":168149,"tr_customer_product_id":168139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Triloki Reddy","mobile_number":"7074524680","email_id":"daiwik.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"582044519230478","imei1":"582044519230478","imei2":"582044519230478","popurl":"www.chakravartee-pilla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168133,"job_number":"JOB_168133","tr_customer_id":168150,"tr_customer_product_id":168140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Tej Adiga","mobile_number":"7097756946","email_id":"ajit.asan@yahoo.co.in","dop":"2026-01-17","serial_number":"915363317933422","imei1":"915363317933422","imei2":"915363317933422","popurl":"www.aayushmaan-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168134,"job_number":"JOB_168134","tr_customer_id":168151,"tr_customer_product_id":168141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Aditeya Varman","mobile_number":"7059878884","email_id":"girika.devar@gmail.com","dop":"2026-01-17","serial_number":"998877163061849","imei1":"998877163061849","imei2":"998877163061849","popurl":"www.narayan-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168135,"job_number":"JOB_168135","tr_customer_id":168152,"tr_customer_product_id":168142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Anjushree Ahuja","mobile_number":"7093622839","email_id":"param.varma@gmail.com","dop":"2026-01-17","serial_number":"735102050658064","imei1":"735102050658064","imei2":"735102050658064","popurl":"www.anila-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168136,"job_number":"JOB_168136","tr_customer_id":168153,"tr_customer_product_id":168143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ameyatma Panicker","mobile_number":"7009052053","email_id":"sloka.bhat@gmail.com","dop":"2026-01-17","serial_number":"564558063234056","imei1":"564558063234056","imei2":"564558063234056","popurl":"www.mani-desai.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168138,"job_number":"JOB_168138","tr_customer_id":168154,"tr_customer_product_id":168144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Gajbaahu Devar","mobile_number":"7040761451","email_id":"chandraketu.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"301544663395500","imei1":"301544663395500","imei2":"301544663395500","popurl":"www.bhooshit-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168139,"job_number":"JOB_168139","tr_customer_id":168156,"tr_customer_product_id":168146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Brajesh Bhattacharya","mobile_number":"7000755810","email_id":"shankar.deshpande@hotmail.com","dop":"2026-01-17","serial_number":"481619011154954","imei1":"481619011154954","imei2":"481619011154954","popurl":"www.deeksha-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168140,"job_number":"JOB_168140","tr_customer_id":168157,"tr_customer_product_id":168147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Kamla Sethi","mobile_number":"7053092670","email_id":"abhisyanta.dhawan@gmail.com","dop":"2026-01-17","serial_number":"309696347747517","imei1":"309696347747517","imei2":"309696347747517","popurl":"www.sarla-achari.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168141,"job_number":"JOB_168141","tr_customer_id":168159,"tr_customer_product_id":168148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chandan Trivedi","mobile_number":"7082691140","email_id":"shresth.marar@hotmail.com","dop":"2026-01-17","serial_number":"578304891432731","imei1":"578304891432731","imei2":"578304891432731","popurl":"www.shanti-ahuja.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168142,"job_number":"JOB_168142","tr_customer_id":168158,"tr_customer_product_id":168149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Menaka Dubashi","mobile_number":"7063392696","email_id":"eshana.deshpande@gmail.com","dop":"2026-01-17","serial_number":"545804079777901","imei1":"545804079777901","imei2":"545804079777901","popurl":"www.himadri-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168144,"job_number":"JOB_168144","tr_customer_id":168161,"tr_customer_product_id":168151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Umang Dubashi","mobile_number":"7095280293","email_id":"laxman.pillai@hotmail.com","dop":"2026-01-17","serial_number":"668114476052544","imei1":"668114476052544","imei2":"668114476052544","popurl":"www.bhoj-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168145,"job_number":"JOB_168145","tr_customer_id":168162,"tr_customer_product_id":168152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Purnima Chopra","mobile_number":"7062577270","email_id":"tanirika.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"558052995970928","imei1":"558052995970928","imei2":"558052995970928","popurl":"www.satyen-dutta.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168147,"job_number":"JOB_168147","tr_customer_id":168164,"tr_customer_product_id":168154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Radha Bhattathiri","mobile_number":"7046638210","email_id":"ashlesh.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"576693739985423","imei1":"576693739985423","imei2":"576693739985423","popurl":"www.vyas-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168149,"job_number":"JOB_168149","tr_customer_id":168166,"tr_customer_product_id":168156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Agasti Rana","mobile_number":"7013045241","email_id":"ankal.tandon@yahoo.co.in","dop":"2026-01-17","serial_number":"637229060533061","imei1":"637229060533061","imei2":"637229060533061","popurl":"www.mukesh-nair.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168150,"job_number":"JOB_168150","tr_customer_id":168167,"tr_customer_product_id":168157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Atmanand Panicker","mobile_number":"7069046339","email_id":"akshata.bhat@gmail.com","dop":"2026-01-17","serial_number":"741904475795533","imei1":"741904475795533","imei2":"741904475795533","popurl":"www.aashritha-singh.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168151,"job_number":"JOB_168151","tr_customer_id":168168,"tr_customer_product_id":168158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Bhudeva Pilla","mobile_number":"7022462365","email_id":"vijay.rana@gmail.com","dop":"2026-01-17","serial_number":"067699963893899","imei1":"067699963893899","imei2":"067699963893899","popurl":"www.eshana-dutta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168152,"job_number":"JOB_168152","tr_customer_id":168169,"tr_customer_product_id":168159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Trilochan Bhattacharya","mobile_number":"7049030944","email_id":"bhoopati.shukla@hotmail.com","dop":"2026-01-17","serial_number":"207048873057713","imei1":"207048873057713","imei2":"207048873057713","popurl":"www.bhaaswar-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168153,"job_number":"JOB_168153","tr_customer_id":168170,"tr_customer_product_id":168160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Mohinder Arora","mobile_number":"7097518283","email_id":"gautam.marar@yahoo.co.in","dop":"2026-01-17","serial_number":"018857431115019","imei1":"018857431115019","imei2":"018857431115019","popurl":"www.divya-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168154,"job_number":"JOB_168154","tr_customer_id":168171,"tr_customer_product_id":168161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chaturaanan Achari","mobile_number":"7039079297","email_id":"balamani.arora@hotmail.com","dop":"2026-01-17","serial_number":"676863389987819","imei1":"676863389987819","imei2":"676863389987819","popurl":"www.kashyapi-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168156,"job_number":"JOB_168156","tr_customer_id":168173,"tr_customer_product_id":168163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Dron Pilla","mobile_number":"7052554846","email_id":"shridevi.jha@gmail.com","dop":"2026-01-17","serial_number":"279731328437337","imei1":"279731328437337","imei2":"279731328437337","popurl":"www.aasha-bhattacharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168157,"job_number":"JOB_168157","tr_customer_id":168174,"tr_customer_product_id":168164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ankal Naik","mobile_number":"7063539442","email_id":"ravi.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"048709741680835","imei1":"048709741680835","imei2":"048709741680835","popurl":"www.amritambu-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168158,"job_number":"JOB_168158","tr_customer_id":168175,"tr_customer_product_id":168165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Atreyee Jha","mobile_number":"7034372951","email_id":"charvi.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"759582218524096","imei1":"759582218524096","imei2":"759582218524096","popurl":"www.shantanu-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168159,"job_number":"JOB_168159","tr_customer_id":168176,"tr_customer_product_id":168166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jyotsana Desai","mobile_number":"7094033006","email_id":"dipendra.kakkar@yahoo.co.in","dop":"2026-01-17","serial_number":"689594163720650","imei1":"689594163720650","imei2":"689594163720650","popurl":"www.dhyanesh-dubashi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168160,"job_number":"JOB_168160","tr_customer_id":168177,"tr_customer_product_id":168167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Tanirika Dutta","mobile_number":"7094460952","email_id":"suresh.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"298384874434685","imei1":"298384874434685","imei2":"298384874434685","popurl":"www.pramila-guha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168161,"job_number":"JOB_168161","tr_customer_id":168178,"tr_customer_product_id":168168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Dipendra Kaur","mobile_number":"7063934579","email_id":"devi.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"008886117265645","imei1":"008886117265645","imei2":"008886117265645","popurl":"www.jay-bhat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168162,"job_number":"JOB_168162","tr_customer_id":168179,"tr_customer_product_id":168169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Rajan Pillai","mobile_number":"7054303001","email_id":"chakravarti.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"972464126806008","imei1":"972464126806008","imei2":"972464126806008","popurl":"www.nawal-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168164,"job_number":"JOB_168164","tr_customer_id":168182,"tr_customer_product_id":168172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Anal Kapoor","mobile_number":"7092967782","email_id":"shashi.marar@gmail.com","dop":"2026-01-17","serial_number":"365474243514874","imei1":"365474243514874","imei2":"365474243514874","popurl":"www.devvrat-iyer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168165,"job_number":"JOB_168165","tr_customer_id":168181,"tr_customer_product_id":168171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Trilok Bhat","mobile_number":"7061353480","email_id":"laxmi.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"390121326367210","imei1":"390121326367210","imei2":"390121326367210","popurl":"www.surya-menon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168166,"job_number":"JOB_168166","tr_customer_id":168183,"tr_customer_product_id":168173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vasudev Arora","mobile_number":"7096359367","email_id":"brijesh.mehrotra@hotmail.com","dop":"2026-01-17","serial_number":"807427463894279","imei1":"807427463894279","imei2":"807427463894279","popurl":"www.chanda-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168167,"job_number":"JOB_168167","tr_customer_id":168184,"tr_customer_product_id":168174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gudakesa Malik","mobile_number":"7080605948","email_id":"suryakantam.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"951588140678395","imei1":"951588140678395","imei2":"951588140678395","popurl":"www.rudra-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168168,"job_number":"JOB_168168","tr_customer_id":168185,"tr_customer_product_id":168175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jagathi Ahuja","mobile_number":"7027791643","email_id":"tarun.mehra@gmail.com","dop":"2026-01-17","serial_number":"461271118766369","imei1":"461271118766369","imei2":"461271118766369","popurl":"www.dhana-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168170,"job_number":"JOB_168170","tr_customer_id":168187,"tr_customer_product_id":168177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gouranga Namboothiri","mobile_number":"7078335088","email_id":"chitraksh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"871232881901224","imei1":"871232881901224","imei2":"871232881901224","popurl":"www.anshula-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168171,"job_number":"JOB_168171","tr_customer_id":168188,"tr_customer_product_id":168178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Manik Naik","mobile_number":"7098731844","email_id":"anaadi.adiga@gmail.com","dop":"2026-01-17","serial_number":"944365764024148","imei1":"944365764024148","imei2":"944365764024148","popurl":"www.ranjeet-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168172,"job_number":"JOB_168172","tr_customer_id":168189,"tr_customer_product_id":168179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jaimini Saini","mobile_number":"7031287970","email_id":"kailash.khanna@hotmail.com","dop":"2026-01-17","serial_number":"559283513943345","imei1":"559283513943345","imei2":"559283513943345","popurl":"www.bharat-gill.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168173,"job_number":"JOB_168173","tr_customer_id":168190,"tr_customer_product_id":168180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Agnivesh Asan","mobile_number":"7041935288","email_id":"adheesh.agarwal@hotmail.com","dop":"2026-01-17","serial_number":"435415770960833","imei1":"435415770960833","imei2":"435415770960833","popurl":"www.jagdish-menon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168174,"job_number":"JOB_168174","tr_customer_id":168191,"tr_customer_product_id":168181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vaishno Joshi","mobile_number":"7052129887","email_id":"divya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"717050178609297","imei1":"717050178609297","imei2":"717050178609297","popurl":"www.opalina-kaniyar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168175,"job_number":"JOB_168175","tr_customer_id":168192,"tr_customer_product_id":168182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandrani Mishra","mobile_number":"7064597699","email_id":"karunanidhi.devar@yahoo.co.in","dop":"2026-01-17","serial_number":"248544469332468","imei1":"248544469332468","imei2":"248544469332468","popurl":"www.sarvin-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168176,"job_number":"JOB_168176","tr_customer_id":168193,"tr_customer_product_id":168183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandra Verma","mobile_number":"7044521018","email_id":"jaimini.embranthiri@gmail.com","dop":"2026-01-17","serial_number":"645789974821454","imei1":"645789974821454","imei2":"645789974821454","popurl":"www.arjun-devar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168177,"job_number":"JOB_168177","tr_customer_id":168194,"tr_customer_product_id":168184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Shreya Varrier","mobile_number":"7068383646","email_id":"alok.chattopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"389605102861964","imei1":"389605102861964","imei2":"389605102861964","popurl":"www.vimala-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168179,"job_number":"JOB_168179","tr_customer_id":168196,"tr_customer_product_id":168186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Malati Adiga","mobile_number":"7094360070","email_id":"amish.patel@gmail.com","dop":"2026-01-17","serial_number":"110365663258033","imei1":"110365663258033","imei2":"110365663258033","popurl":"www.agnimitra-kapoor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168180,"job_number":"JOB_168180","tr_customer_id":168197,"tr_customer_product_id":168187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vimala Ahluwalia","mobile_number":"7060379205","email_id":"bhaaswar.kaur@gmail.com","dop":"2026-01-17","serial_number":"844536140617269","imei1":"844536140617269","imei2":"844536140617269","popurl":"www.mani-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168181,"job_number":"JOB_168181","tr_customer_id":168198,"tr_customer_product_id":168188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Esha Dwivedi","mobile_number":"7004691045","email_id":"rageshwari.khan@hotmail.com","dop":"2026-01-17","serial_number":"220686204728928","imei1":"220686204728928","imei2":"220686204728928","popurl":"www.mohana-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168182,"job_number":"JOB_168182","tr_customer_id":168199,"tr_customer_product_id":168189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anish Gupta","mobile_number":"7076814182","email_id":"keerti.gupta@yahoo.co.in","dop":"2026-01-17","serial_number":"543748313039813","imei1":"543748313039813","imei2":"543748313039813","popurl":"www.sucheta-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168183,"job_number":"JOB_168183","tr_customer_id":168200,"tr_customer_product_id":168190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ayushmati Iyer","mobile_number":"7082704090","email_id":"deveshwar.sethi@gmail.com","dop":"2026-01-17","serial_number":"291456131511690","imei1":"291456131511690","imei2":"291456131511690","popurl":"www.krishnadasa-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168184,"job_number":"JOB_168184","tr_customer_id":168201,"tr_customer_product_id":168191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kama Butt","mobile_number":"7096618951","email_id":"vaijayanthi.adiga@gmail.com","dop":"2026-01-17","serial_number":"597206991755010","imei1":"597206991755010","imei2":"597206991755010","popurl":"www.anish-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168185,"job_number":"JOB_168185","tr_customer_id":168202,"tr_customer_product_id":168192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ekaparnika Nambeesan","mobile_number":"7084505881","email_id":"deven.joshi@hotmail.com","dop":"2026-01-17","serial_number":"527685975145976","imei1":"527685975145976","imei2":"527685975145976","popurl":"www.durgeshwari-nayar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168186,"job_number":"JOB_168186","tr_customer_id":168203,"tr_customer_product_id":168193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chandramauli Gowda","mobile_number":"7076718782","email_id":"goswamee.butt@hotmail.com","dop":"2026-01-17","serial_number":"325575926878631","imei1":"325575926878631","imei2":"325575926878631","popurl":"www.aagneya-abbott.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168187,"job_number":"JOB_168187","tr_customer_id":168204,"tr_customer_product_id":168194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Puneet Tagore","mobile_number":"7070208753","email_id":"krishnadas.sinha@hotmail.com","dop":"2026-01-17","serial_number":"861937628171568","imei1":"861937628171568","imei2":"861937628171568","popurl":"www.bilwa-mishra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168188,"job_number":"JOB_168188","tr_customer_id":168205,"tr_customer_product_id":168195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balagovind Arora","mobile_number":"7031531462","email_id":"swara.iyengar@gmail.com","dop":"2026-01-17","serial_number":"891818401023159","imei1":"891818401023159","imei2":"891818401023159","popurl":"www.chandraswaroopa-kaul.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168189,"job_number":"JOB_168189","tr_customer_id":168206,"tr_customer_product_id":168196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kin Mahajan","mobile_number":"7072531315","email_id":"ahalya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"999754818649567","imei1":"999754818649567","imei2":"999754818649567","popurl":"www.chetan-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168190,"job_number":"JOB_168190","tr_customer_id":168207,"tr_customer_product_id":168197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balachandra Kakkar","mobile_number":"7032263868","email_id":"devdan.bhat@hotmail.com","dop":"2026-01-17","serial_number":"105468873924195","imei1":"105468873924195","imei2":"105468873924195","popurl":"www.darshwana-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168191,"job_number":"JOB_168191","tr_customer_id":168208,"tr_customer_product_id":168198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Aalok Deshpande","mobile_number":"7072539080","email_id":"gemine.bhat@yahoo.co.in","dop":"2026-01-17","serial_number":"768846817619370","imei1":"768846817619370","imei2":"768846817619370","popurl":"www.narinder-bhat.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168195,"job_number":"JOB_168195","tr_customer_id":168212,"tr_customer_product_id":168202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Suresh Namboothiri","mobile_number":"7069695354","email_id":"prasad.talwar@hotmail.com","dop":"2026-01-17","serial_number":"174630033067530","imei1":"174630033067530","imei2":"174630033067530","popurl":"www.adhrit-menon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168196,"job_number":"JOB_168196","tr_customer_id":168213,"tr_customer_product_id":168203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anil Dhawan","mobile_number":"7070028894","email_id":"kumari.mehra@gmail.com","dop":"2026-01-17","serial_number":"325586393928619","imei1":"325586393928619","imei2":"325586393928619","popurl":"www.chakrika-kaul.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168197,"job_number":"JOB_168197","tr_customer_id":168214,"tr_customer_product_id":168204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Prajapat","mobile_number":"7097444520","email_id":"swara.ganaka@gmail.com","dop":"2026-01-17","serial_number":"914701472395236","imei1":"914701472395236","imei2":"914701472395236","popurl":"www.kama-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168198,"job_number":"JOB_168198","tr_customer_id":168215,"tr_customer_product_id":168205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chakradhar Pillai","mobile_number":"7065856347","email_id":"aatreya.pillai@yahoo.co.in","dop":"2026-01-17","serial_number":"543748323384088","imei1":"543748323384088","imei2":"543748323384088","popurl":"www.trilok-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168199,"job_number":"JOB_168199","tr_customer_id":168216,"tr_customer_product_id":168206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Nambeesan","mobile_number":"7068570208","email_id":"deeptendu.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"590159293640789","imei1":"590159293640789","imei2":"590159293640789","popurl":"www.hiranya-dutta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168200,"job_number":"JOB_168200","tr_customer_id":168217,"tr_customer_product_id":168207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Bhooshit Abbott","mobile_number":"7080102585","email_id":"aaryan.butt@gmail.com","dop":"2026-01-17","serial_number":"706792543344082","imei1":"706792543344082","imei2":"706792543344082","popurl":"www.shashi-varma.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168201,"job_number":"JOB_168201","tr_customer_id":168219,"tr_customer_product_id":168208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Dhara Varman","mobile_number":"7087454376","email_id":"shivakari.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"975768866653230","imei1":"975768866653230","imei2":"975768866653230","popurl":"www.lavanya-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168202,"job_number":"JOB_168202","tr_customer_id":168218,"tr_customer_product_id":168209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Buddhana Mahajan","mobile_number":"7081108320","email_id":"arindam.khatri@hotmail.com","dop":"2026-01-17","serial_number":"739069177439111","imei1":"739069177439111","imei2":"739069177439111","popurl":"www.ramaa-tagore.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168203,"job_number":"JOB_168203","tr_customer_id":168220,"tr_customer_product_id":168210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Deeptimay Ganaka","mobile_number":"7069328342","email_id":"anjaneya.kaur@gmail.com","dop":"2026-01-17","serial_number":"301862860042281","imei1":"301862860042281","imei2":"301862860042281","popurl":"www.gaurang-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168204,"job_number":"JOB_168204","tr_customer_id":168221,"tr_customer_product_id":168211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Gouranga Gupta","mobile_number":"7066851917","email_id":"shivakari.varrier@hotmail.com","dop":"2026-01-17","serial_number":"057270962748011","imei1":"057270962748011","imei2":"057270962748011","popurl":"www.bhargava-shukla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168205,"job_number":"JOB_168205","tr_customer_id":168222,"tr_customer_product_id":168212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Akshita Mehrotra","mobile_number":"7086685963","email_id":"dwaipayana.mahajan@gmail.com","dop":"2026-01-17","serial_number":"086564955613631","imei1":"086564955613631","imei2":"086564955613631","popurl":"www.darshan-bhattacharya.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168207,"job_number":"JOB_168207","tr_customer_id":168224,"tr_customer_product_id":168214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bishnu Dutta","mobile_number":"7051455224","email_id":"anjushri.gill@yahoo.co.in","dop":"2026-01-17","serial_number":"333310769090549","imei1":"333310769090549","imei2":"333310769090549","popurl":"www.bakula-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168208,"job_number":"JOB_168208","tr_customer_id":168225,"tr_customer_product_id":168215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Prema Trivedi","mobile_number":"7068084525","email_id":"vasundhara.marar@hotmail.com","dop":"2026-01-17","serial_number":"205887612107788","imei1":"205887612107788","imei2":"205887612107788","popurl":"www.jagdish-tandon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168209,"job_number":"JOB_168209","tr_customer_id":168226,"tr_customer_product_id":168216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Devdan Dutta","mobile_number":"7027492908","email_id":"chandran.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"858922008389057","imei1":"858922008389057","imei2":"858922008389057","popurl":"www.chandraswaroopa-varman.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168210,"job_number":"JOB_168210","tr_customer_id":168227,"tr_customer_product_id":168217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Ekaling Asan","mobile_number":"7017995918","email_id":"aasa.guha@hotmail.com","dop":"2026-01-17","serial_number":"361064068307831","imei1":"361064068307831","imei2":"361064068307831","popurl":"www.ghanshyam-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168211,"job_number":"JOB_168211","tr_customer_id":168228,"tr_customer_product_id":168218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Jitendra Pillai","mobile_number":"7073043265","email_id":"shantanu.chaturvedi@yahoo.co.in","dop":"2026-01-17","serial_number":"046515445662526","imei1":"046515445662526","imei2":"046515445662526","popurl":"www.eshana-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168212,"job_number":"JOB_168212","tr_customer_id":168229,"tr_customer_product_id":168219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bhooshit Ganaka","mobile_number":"7016630121","email_id":"girija.bhat@hotmail.com","dop":"2026-01-17","serial_number":"140321290638336","imei1":"140321290638336","imei2":"140321290638336","popurl":"www.anagh-chopra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168213,"job_number":"JOB_168213","tr_customer_id":168230,"tr_customer_product_id":168220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Dandak Jain","mobile_number":"7031859260","email_id":"charvi.nambeesan@hotmail.com","dop":"2026-01-17","serial_number":"256378860455060","imei1":"256378860455060","imei2":"256378860455060","popurl":"www.shashi-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168214,"job_number":"JOB_168214","tr_customer_id":168231,"tr_customer_product_id":168221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:09:44.000Z","modified_at":"2026-01-27T12:09:44.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15585732066824","imei1":"15585732066824","imei2":"15585732066824","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168216,"job_number":"JOB_168216","tr_customer_id":168233,"tr_customer_product_id":168223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:00.000Z","modified_at":"2026-01-27T12:10:00.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15888285633922","imei1":"15888285633922","imei2":"15888285633922","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168218,"job_number":"JOB_168218","tr_customer_id":168235,"tr_customer_product_id":168225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:17.000Z","modified_at":"2026-01-27T12:10:17.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16459082111863","imei1":"16459082111863","imei2":"16459082111863","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168220,"job_number":"JOB_168220","tr_customer_id":168237,"tr_customer_product_id":168227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Jai Pillai","mobile_number":"7048987638","email_id":"digambara.dwivedi@hotmail.com","dop":"2026-01-17","serial_number":"351663360147969","imei1":"351663360147969","imei2":"351663360147969","popurl":"www.acaryatanaya-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168221,"job_number":"JOB_168221","tr_customer_id":168239,"tr_customer_product_id":168229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Anasuya Varma","mobile_number":"7056285526","email_id":"shridevi.varrier@hotmail.com","dop":"2026-01-17","serial_number":"884127054365020","imei1":"884127054365020","imei2":"884127054365020","popurl":"www.hari-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168222,"job_number":"JOB_168222","tr_customer_id":168238,"tr_customer_product_id":168228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Harinakshi Mehrotra","mobile_number":"7097412792","email_id":"omana.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"611970057824369","imei1":"611970057824369","imei2":"611970057824369","popurl":"www.tapan-arora.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168223,"job_number":"JOB_168223","tr_customer_id":168241,"tr_customer_product_id":168230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Devesh Kaur","mobile_number":"7098102148","email_id":"yogendra.kaur@gmail.com","dop":"2026-01-17","serial_number":"743193379623075","imei1":"743193379623075","imei2":"743193379623075","popurl":"www.subhasini-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168224,"job_number":"JOB_168224","tr_customer_id":168240,"tr_customer_product_id":168231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Lakshmidhar Malik","mobile_number":"7073899809","email_id":"arindam.tagore@hotmail.com","dop":"2026-01-17","serial_number":"678891533948343","imei1":"678891533948343","imei2":"678891533948343","popurl":"www.aadi-adiga.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168225,"job_number":"JOB_168225","tr_customer_id":168242,"tr_customer_product_id":168232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:36.000Z","modified_at":"2026-01-27T12:22:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16487763938218","imei1":"16487763938218","imei2":"16487763938218","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168227,"job_number":"JOB_168227","tr_customer_id":168244,"tr_customer_product_id":168234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:38.000Z","modified_at":"2026-01-27T12:22:38.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53668157243722","imei1":"53668157243722","imei2":"53668157243722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168228,"job_number":"JOB_168228","tr_customer_id":168245,"tr_customer_product_id":168235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Tanya Bhattacharya","mobile_number":"7059149789","email_id":"deeptiman.kaniyar@gmail.com","dop":"2026-01-17","serial_number":"012788348914751","imei1":"012788348914751","imei2":"012788348914751","popurl":"www.mohana-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168229,"job_number":"JOB_168229","tr_customer_id":168246,"tr_customer_product_id":168236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Vasudev Bharadwaj","mobile_number":"7073845519","email_id":"ajit.guha@hotmail.com","dop":"2026-01-17","serial_number":"967332951939340","imei1":"967332951939340","imei2":"967332951939340","popurl":"www.dayaananda-gowda.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168230,"job_number":"JOB_168230","tr_customer_id":168247,"tr_customer_product_id":168237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Bheeshma Jain","mobile_number":"7059421692","email_id":"prasanna.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"833050871578067","imei1":"833050871578067","imei2":"833050871578067","popurl":"www.vaijayanthi-ahuja.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168231,"job_number":"JOB_168231","tr_customer_id":168248,"tr_customer_product_id":168238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Jaya Kaul","mobile_number":"7053995341","email_id":"girindra.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"445076252064431","imei1":"445076252064431","imei2":"445076252064431","popurl":"www.chaturbhuj-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168232,"job_number":"JOB_168232","tr_customer_id":168249,"tr_customer_product_id":168239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Trisha Johar","mobile_number":"7068949896","email_id":"agrata.iyer@hotmail.com","dop":"2026-01-17","serial_number":"233185802174858","imei1":"233185802174858","imei2":"233185802174858","popurl":"www.ranjeet-agarwal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168233,"job_number":"JOB_168233","tr_customer_id":168251,"tr_customer_product_id":168241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Prayag Johar","mobile_number":"7003652757","email_id":"adheesh.mehrotra@gmail.com","dop":"2026-01-17","serial_number":"304306716864460","imei1":"304306716864460","imei2":"304306716864460","popurl":"www.brahma-jain.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168234,"job_number":"JOB_168234","tr_customer_id":168250,"tr_customer_product_id":168240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Anish Chopra","mobile_number":"7015546136","email_id":"divakar.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"073590567887108","imei1":"073590567887108","imei2":"073590567887108","popurl":"www.deevakar-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168235,"job_number":"JOB_168235","tr_customer_id":168253,"tr_customer_product_id":168242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Aanandaswarup Menon","mobile_number":"7050715808","email_id":"arindam.singh@hotmail.com","dop":"2026-01-17","serial_number":"830722785884696","imei1":"830722785884696","imei2":"830722785884696","popurl":"www.daksha-jain.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168236,"job_number":"JOB_168236","tr_customer_id":168252,"tr_customer_product_id":168243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Amarnath Saini","mobile_number":"7066114456","email_id":"gopee.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"054434794473818","imei1":"054434794473818","imei2":"054434794473818","popurl":"www.bharadwaj-mehra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168237,"job_number":"JOB_168237","tr_customer_id":168254,"tr_customer_product_id":168244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Krishnadas Adiga","mobile_number":"7068260260","email_id":"poornima.verma@hotmail.com","dop":"2026-01-17","serial_number":"033577332190658","imei1":"033577332190658","imei2":"033577332190658","popurl":"www.jyotis-kocchar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168238,"job_number":"JOB_168238","tr_customer_id":168255,"tr_customer_product_id":168245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:20.000Z","modified_at":"2026-01-27T12:23:20.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17953161811409","imei1":"17953161811409","imei2":"17953161811409","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168240,"job_number":"JOB_168240","tr_customer_id":168257,"tr_customer_product_id":168247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:22.000Z","modified_at":"2026-01-27T12:23:22.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"91869338609526","imei1":"91869338609526","imei2":"91869338609526","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168241,"job_number":"JOB_168241","tr_customer_id":168258,"tr_customer_product_id":168248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:04.000Z","modified_at":"2026-01-27T12:24:04.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18019431176168","imei1":"18019431176168","imei2":"18019431176168","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168243,"job_number":"JOB_168243","tr_customer_id":168260,"tr_customer_product_id":168250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:06.000Z","modified_at":"2026-01-27T12:24:06.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94175444839677","imei1":"94175444839677","imei2":"94175444839677","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168244,"job_number":"JOB_168244","tr_customer_id":168261,"tr_customer_product_id":168251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:12.000Z","modified_at":"2026-01-27T12:33:12.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16853693244096","imei1":"16853693244096","imei2":"16853693244096","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168246,"job_number":"JOB_168246","tr_customer_id":168263,"tr_customer_product_id":168253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:14.000Z","modified_at":"2026-01-27T12:33:14.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70322021367703","imei1":"70322021367703","imei2":"70322021367703","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168247,"job_number":"JOB_168247","tr_customer_id":168264,"tr_customer_product_id":168254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:03.000Z","modified_at":"2026-01-27T12:34:03.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19926693469878","imei1":"19926693469878","imei2":"19926693469878","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168249,"job_number":"JOB_168249","tr_customer_id":168266,"tr_customer_product_id":168256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:05.000Z","modified_at":"2026-01-27T12:34:05.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49000460081954","imei1":"49000460081954","imei2":"49000460081954","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168250,"job_number":"JOB_168250","tr_customer_id":168267,"tr_customer_product_id":168257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:55.000Z","modified_at":"2026-01-27T12:34:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11132776219601","imei1":"11132776219601","imei2":"11132776219601","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168252,"job_number":"JOB_168252","tr_customer_id":168269,"tr_customer_product_id":168259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:57.000Z","modified_at":"2026-01-27T12:34:57.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"26009336482955","imei1":"26009336482955","imei2":"26009336482955","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168253,"job_number":"JOB_168253","tr_customer_id":168270,"tr_customer_product_id":168260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"World Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"18844432193440","imei1":"18844432193440","imei2":"18844432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168254,"job_number":"JOB_168254","tr_customer_id":168271,"tr_customer_product_id":168261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"dfdfd Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10944432193440","imei1":"10944432193440","imei2":"10944432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168255,"job_number":"JOB_168255","tr_customer_id":168272,"tr_customer_product_id":168262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"hello Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10942232193440","imei1":"10942232193440","imei2":"10942232193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168256,"job_number":"JOB_168256","tr_customer_id":168273,"tr_customer_product_id":168263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ganaka Ganaka","mobile_number":"7008604529","email_id":"chaturbhuj.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"580968190866739","imei1":"580968190866739","imei2":"580968190866739","popurl":"www.bhoopati-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168257,"job_number":"JOB_168257","tr_customer_id":168274,"tr_customer_product_id":168264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Chidananda Varman","mobile_number":"7081541989","email_id":"bhushan.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"520358638387078","imei1":"520358638387078","imei2":"520358638387078","popurl":"www.abhaidev-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168258,"job_number":"JOB_168258","tr_customer_id":168275,"tr_customer_product_id":168265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Triloki Nath Gill","mobile_number":"7020959627","email_id":"ajeet.shukla@yahoo.co.in","dop":"2026-01-17","serial_number":"154315835505877","imei1":"154315835505877","imei2":"154315835505877","popurl":"www.adhrit-talwar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168259,"job_number":"JOB_168259","tr_customer_id":168276,"tr_customer_product_id":168266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Indra Bandopadhyay","mobile_number":"7084928060","email_id":"sarada.rana@hotmail.com","dop":"2026-01-17","serial_number":"119167337360261","imei1":"119167337360261","imei2":"119167337360261","popurl":"www.atmaja-rana.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168260,"job_number":"JOB_168260","tr_customer_id":168277,"tr_customer_product_id":168267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ekadant Iyengar","mobile_number":"7083283137","email_id":"akshainie.varman@hotmail.com","dop":"2026-01-17","serial_number":"807684574494302","imei1":"807684574494302","imei2":"807684574494302","popurl":"www.anuja-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168261,"job_number":"JOB_168261","tr_customer_id":168278,"tr_customer_product_id":168268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Budhil Kaul","mobile_number":"7007472388","email_id":"vidhya.johar@yahoo.co.in","dop":"2026-01-17","serial_number":"346899966887362","imei1":"346899966887362","imei2":"346899966887362","popurl":"www.dayamayee-pandey.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168262,"job_number":"JOB_168262","tr_customer_id":168279,"tr_customer_product_id":168269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Swara Bandopadhyay","mobile_number":"7016741813","email_id":"aadi.varman@gmail.com","dop":"2026-01-17","serial_number":"447201130297179","imei1":"447201130297179","imei2":"447201130297179","popurl":"www.ekaparnika-ahuja.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168263,"job_number":"JOB_168263","tr_customer_id":168280,"tr_customer_product_id":168270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhuvanesh Arora","mobile_number":"7059618969","email_id":"bhamini.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"030187202982318","imei1":"030187202982318","imei2":"030187202982318","popurl":"www.chaaruchandra-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168264,"job_number":"JOB_168264","tr_customer_id":168281,"tr_customer_product_id":168271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhargava Kapoor","mobile_number":"7017308625","email_id":"ajeet.sinha@gmail.com","dop":"2026-01-17","serial_number":"210483892952342","imei1":"210483892952342","imei2":"210483892952342","popurl":"www.bhishma-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168265,"job_number":"JOB_168265","tr_customer_id":168282,"tr_customer_product_id":168272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:12.000Z","name":"Rakesh Ganaka","mobile_number":"7081162089","email_id":"smriti.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"973373170161546","imei1":"973373170161546","imei2":"973373170161546","popurl":"www.deependra-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168267,"job_number":"JOB_168267","tr_customer_id":168284,"tr_customer_product_id":168274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:16.000Z","modified_at":"2026-01-27T13:44:16.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13972199692843","imei1":"13972199692843","imei2":"13972199692843","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168269,"job_number":"JOB_168269","tr_customer_id":168286,"tr_customer_product_id":168276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:33.000Z","modified_at":"2026-01-27T13:44:33.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11740035973162","imei1":"11740035973162","imei2":"11740035973162","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168271,"job_number":"JOB_168271","tr_customer_id":168288,"tr_customer_product_id":168278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:50.000Z","modified_at":"2026-01-27T13:44:50.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16137037844247","imei1":"16137037844247","imei2":"16137037844247","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168273,"job_number":"JOB_168273","tr_customer_id":168290,"tr_customer_product_id":168280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Anaadi Devar","mobile_number":"7084683703","email_id":"ekaling.namboothiri@hotmail.com","dop":"2026-01-17","serial_number":"656477353144113","imei1":"656477353144113","imei2":"656477353144113","popurl":"www.deepesh-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168274,"job_number":"JOB_168274","tr_customer_id":168292,"tr_customer_product_id":168282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ankal Nair","mobile_number":"7063975020","email_id":"gauraang.joshi@gmail.com","dop":"2026-01-17","serial_number":"907222504346697","imei1":"907222504346697","imei2":"907222504346697","popurl":"www.manoj-varman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168275,"job_number":"JOB_168275","tr_customer_id":168291,"tr_customer_product_id":168281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Pran Dubashi","mobile_number":"7068961883","email_id":"ekaparnika.agarwal@yahoo.co.in","dop":"2026-01-17","serial_number":"286857647138780","imei1":"286857647138780","imei2":"286857647138780","popurl":"www.amrita-embranthiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168276,"job_number":"JOB_168276","tr_customer_id":168293,"tr_customer_product_id":168283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chetanaanand Reddy","mobile_number":"7045392486","email_id":"anal.deshpande@yahoo.co.in","dop":"2026-01-17","serial_number":"408809447341215","imei1":"408809447341215","imei2":"408809447341215","popurl":"www.abhirath-achari.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168277,"job_number":"JOB_168277","tr_customer_id":168294,"tr_customer_product_id":168284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chandi Malik","mobile_number":"7095444726","email_id":"deb.ahuja@yahoo.co.in","dop":"2026-01-17","serial_number":"912578778448772","imei1":"912578778448772","imei2":"912578778448772","popurl":"www.tanushree-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168278,"job_number":"JOB_168278","tr_customer_id":168295,"tr_customer_product_id":168285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhargava Mukhopadhyay","mobile_number":"7026138278","email_id":"anurag.mishra@gmail.com","dop":"2026-01-17","serial_number":"875406830158462","imei1":"875406830158462","imei2":"875406830158462","popurl":"www.kali-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168279,"job_number":"JOB_168279","tr_customer_id":168296,"tr_customer_product_id":168286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ranjit Chopra","mobile_number":"7073725800","email_id":"bhagirathi.guneta@hotmail.com","dop":"2026-01-17","serial_number":"360525324757118","imei1":"360525324757118","imei2":"360525324757118","popurl":"www.jagadish-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168280,"job_number":"JOB_168280","tr_customer_id":168297,"tr_customer_product_id":168287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Lal Ahuja","mobile_number":"7037608651","email_id":"dhanalakshmi.pothuvaal@gmail.com","dop":"2026-01-17","serial_number":"863448801333047","imei1":"863448801333047","imei2":"863448801333047","popurl":"www.jyoti-pothuvaal.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168281,"job_number":"JOB_168281","tr_customer_id":168298,"tr_customer_product_id":168288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhardwaj Shukla","mobile_number":"7025057013","email_id":"mayoor.iyer@hotmail.com","dop":"2026-01-17","serial_number":"135556889699370","imei1":"135556889699370","imei2":"135556889699370","popurl":"www.sharmila-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168282,"job_number":"JOB_168282","tr_customer_id":168299,"tr_customer_product_id":168289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Girish Banerjee","mobile_number":"7048017873","email_id":"aaryan.guneta@hotmail.com","dop":"2026-01-17","serial_number":"740725273090990","imei1":"740725273090990","imei2":"740725273090990","popurl":"www.rati-jha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168283,"job_number":"JOB_168283","tr_customer_id":168300,"tr_customer_product_id":168290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Swarnalata Prajapat","mobile_number":"7099479914","email_id":"balaaditya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"141575034126703","imei1":"141575034126703","imei2":"141575034126703","popurl":"www.narinder-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168284,"job_number":"JOB_168284","tr_customer_id":168301,"tr_customer_product_id":168291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Shanti Bhattathiri","mobile_number":"7016029439","email_id":"oormila.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"247116872323691","imei1":"247116872323691","imei2":"247116872323691","popurl":"www.dayaanidhi-dwivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168285,"job_number":"JOB_168285","tr_customer_id":168302,"tr_customer_product_id":168292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Bhadrak Arora","mobile_number":"7032870005","email_id":"bhishma.acharya@hotmail.com","dop":"2026-01-17","serial_number":"559643001190677","imei1":"559643001190677","imei2":"559643001190677","popurl":"www.anjaneya-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168286,"job_number":"JOB_168286","tr_customer_id":168303,"tr_customer_product_id":168293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dayaamay Khan","mobile_number":"7027838011","email_id":"param.khanna@hotmail.com","dop":"2026-01-17","serial_number":"246434267233391","imei1":"246434267233391","imei2":"246434267233391","popurl":"www.mohinder-malik.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168287,"job_number":"JOB_168287","tr_customer_id":168304,"tr_customer_product_id":168294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Rageshwari Sinha","mobile_number":"7007609666","email_id":"aaryan.mishra@hotmail.com","dop":"2026-01-17","serial_number":"762876885452505","imei1":"762876885452505","imei2":"762876885452505","popurl":"www.dandapaani-kakkar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168288,"job_number":"JOB_168288","tr_customer_id":168305,"tr_customer_product_id":168295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Chandini Panicker","mobile_number":"7041401584","email_id":"nimit.shukla@hotmail.com","dop":"2026-01-17","serial_number":"030455514100990","imei1":"030455514100990","imei2":"030455514100990","popurl":"www.kama-mishra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168289,"job_number":"JOB_168289","tr_customer_id":168306,"tr_customer_product_id":168296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Laxmi Khan","mobile_number":"7044561872","email_id":"amaranaath.mukhopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"798628166538875","imei1":"798628166538875","imei2":"798628166538875","popurl":"www.chakravartee-malik.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168290,"job_number":"JOB_168290","tr_customer_id":168307,"tr_customer_product_id":168297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Param Namboothiri","mobile_number":"7051395959","email_id":"shresth.acharya@gmail.com","dop":"2026-01-17","serial_number":"939906965759411","imei1":"939906965759411","imei2":"939906965759411","popurl":"www.digambar-khatri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168291,"job_number":"JOB_168291","tr_customer_id":168308,"tr_customer_product_id":168298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gitanjali Nehru","mobile_number":"7033196788","email_id":"bhramar.iyer@hotmail.com","dop":"2026-01-17","serial_number":"159118065780587","imei1":"159118065780587","imei2":"159118065780587","popurl":"www.adhrit-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168292,"job_number":"JOB_168292","tr_customer_id":168309,"tr_customer_product_id":168299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Yogendra Rana","mobile_number":"7013127135","email_id":"ekalavya.pandey@hotmail.com","dop":"2026-01-17","serial_number":"181276253587809","imei1":"181276253587809","imei2":"181276253587809","popurl":"www.himadri-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168293,"job_number":"JOB_168293","tr_customer_id":168310,"tr_customer_product_id":168300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gayatri Gill","mobile_number":"7078914110","email_id":"tanya.gowda@yahoo.co.in","dop":"2026-01-17","serial_number":"425618954904736","imei1":"425618954904736","imei2":"425618954904736","popurl":"www.baala-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168294,"job_number":"JOB_168294","tr_customer_id":168311,"tr_customer_product_id":168301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Deeptimoyee Trivedi","mobile_number":"7081075397","email_id":"rupinder.chopra@yahoo.co.in","dop":"2026-01-17","serial_number":"820682428873616","imei1":"820682428873616","imei2":"820682428873616","popurl":"www.jay-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168295,"job_number":"JOB_168295","tr_customer_id":168312,"tr_customer_product_id":168302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Abhisyanta Tagore","mobile_number":"7098322412","email_id":"chaitan.naik@hotmail.com","dop":"2026-01-17","serial_number":"462957100239314","imei1":"462957100239314","imei2":"462957100239314","popurl":"www.gati-nair.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168296,"job_number":"JOB_168296","tr_customer_id":168313,"tr_customer_product_id":168303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Aaryan Varrier","mobile_number":"7086629267","email_id":"shashi.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"297041655924701","imei1":"297041655924701","imei2":"297041655924701","popurl":"www.gajabahu-rana.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168297,"job_number":"JOB_168297","tr_customer_id":168314,"tr_customer_product_id":168304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Nirbhay Chattopadhyay","mobile_number":"7061002611","email_id":"eshana.bhattathiri@hotmail.com","dop":"2026-01-17","serial_number":"297775248264917","imei1":"297775248264917","imei2":"297775248264917","popurl":"www.shubhaprada-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168298,"job_number":"JOB_168298","tr_customer_id":168315,"tr_customer_product_id":168305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Baalagopaal Patil","mobile_number":"7096912025","email_id":"abhirath.mukhopadhyay@hotmail.com","dop":"2026-01-17","serial_number":"757612487874979","imei1":"757612487874979","imei2":"757612487874979","popurl":"www.bhushit-guha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168299,"job_number":"JOB_168299","tr_customer_id":168316,"tr_customer_product_id":168306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Jyoti Bhat","mobile_number":"7026175150","email_id":"bilwa.dubashi@gmail.com","dop":"2026-01-17","serial_number":"143523016490660","imei1":"143523016490660","imei2":"143523016490660","popurl":"www.amritambu-sinha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168300,"job_number":"JOB_168300","tr_customer_id":168317,"tr_customer_product_id":168307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Acaryatanaya Sharma","mobile_number":"7080385131","email_id":"kumuda.desai@gmail.com","dop":"2026-01-17","serial_number":"628297546043480","imei1":"628297546043480","imei2":"628297546043480","popurl":"www.sanka-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168301,"job_number":"JOB_168301","tr_customer_id":168318,"tr_customer_product_id":168308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Krishnadasa Kocchar","mobile_number":"7040706838","email_id":"vidya.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"039277206390215","imei1":"039277206390215","imei2":"039277206390215","popurl":"www.abhisyanta-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168302,"job_number":"JOB_168302","tr_customer_id":168319,"tr_customer_product_id":168309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Eshita Malik","mobile_number":"7019334340","email_id":"charuvrat.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"797082632608609","imei1":"797082632608609","imei2":"797082632608609","popurl":"www.sarla-banerjee.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168303,"job_number":"JOB_168303","tr_customer_id":168320,"tr_customer_product_id":168310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Kanishka Pandey","mobile_number":"7006447166","email_id":"deepesh.prajapat@gmail.com","dop":"2026-01-17","serial_number":"299828941401126","imei1":"299828941401126","imei2":"299828941401126","popurl":"www.aagneya-adiga.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168304,"job_number":"JOB_168304","tr_customer_id":168321,"tr_customer_product_id":168311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dhana Achari","mobile_number":"7027643900","email_id":"bala.deshpande@gmail.com","dop":"2026-01-17","serial_number":"259783489679083","imei1":"259783489679083","imei2":"259783489679083","popurl":"www.dhanesh-prajapat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168305,"job_number":"JOB_168305","tr_customer_id":168322,"tr_customer_product_id":168312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Shanti Chaturvedi","mobile_number":"7074772557","email_id":"rukmin.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"167544080266806","imei1":"167544080266806","imei2":"167544080266806","popurl":"www.karunanidhi-joshi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168306,"job_number":"JOB_168306","tr_customer_id":168323,"tr_customer_product_id":168313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Daiwik Pandey","mobile_number":"7015235624","email_id":"darshwana.saini@gmail.com","dop":"2026-01-17","serial_number":"922710613826902","imei1":"922710613826902","imei2":"922710613826902","popurl":"www.aayushman-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168307,"job_number":"JOB_168307","tr_customer_id":168324,"tr_customer_product_id":168314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bharadwaj Gowda","mobile_number":"7047901798","email_id":"amrit.chopra@hotmail.com","dop":"2026-01-17","serial_number":"691884701084889","imei1":"691884701084889","imei2":"691884701084889","popurl":"www.aarya-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168308,"job_number":"JOB_168308","tr_customer_id":168325,"tr_customer_product_id":168315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Trisha Embranthiri","mobile_number":"7078828412","email_id":"rageswari.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"379590032052216","imei1":"379590032052216","imei2":"379590032052216","popurl":"www.oormila-namboothiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168309,"job_number":"JOB_168309","tr_customer_id":168326,"tr_customer_product_id":168316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Vidur Somayaji","mobile_number":"7073570313","email_id":"dharitri.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"027182720772522","imei1":"027182720772522","imei2":"027182720772522","popurl":"www.girindra-tandon.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168310,"job_number":"JOB_168310","tr_customer_id":168327,"tr_customer_product_id":168317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ritesh Bhattacharya","mobile_number":"7098501414","email_id":"sharmila.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"103975520579777","imei1":"103975520579777","imei2":"103975520579777","popurl":"www.harinarayan-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168311,"job_number":"JOB_168311","tr_customer_id":168328,"tr_customer_product_id":168318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Devesh Mishra","mobile_number":"7033273020","email_id":"chandi.kaniyar@yahoo.co.in","dop":"2026-01-17","serial_number":"932138702134532","imei1":"932138702134532","imei2":"932138702134532","popurl":"www.devani-reddy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168312,"job_number":"JOB_168312","tr_customer_id":168329,"tr_customer_product_id":168319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chiranjeev Ahluwalia","mobile_number":"7009145254","email_id":"geeta.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"643458496795587","imei1":"643458496795587","imei2":"643458496795587","popurl":"www.prem-desai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168313,"job_number":"JOB_168313","tr_customer_id":168330,"tr_customer_product_id":168320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ananda Malik","mobile_number":"7038373963","email_id":"malti.iyer@hotmail.com","dop":"2026-01-17","serial_number":"699733414024462","imei1":"699733414024462","imei2":"699733414024462","popurl":"www.anjushree-marar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168314,"job_number":"JOB_168314","tr_customer_id":168331,"tr_customer_product_id":168321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamlesh Khanna","mobile_number":"7095467911","email_id":"hiranya.marar@hotmail.com","dop":"2026-01-17","serial_number":"135205006698107","imei1":"135205006698107","imei2":"135205006698107","popurl":"www.garuda-pandey.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168315,"job_number":"JOB_168315","tr_customer_id":168332,"tr_customer_product_id":168322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bandhu Mahajan","mobile_number":"7099106728","email_id":"dhruv.joshi@hotmail.com","dop":"2026-01-17","serial_number":"324381924619464","imei1":"324381924619464","imei2":"324381924619464","popurl":"www.shridevi-pothuvaal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168316,"job_number":"JOB_168316","tr_customer_id":168333,"tr_customer_product_id":168323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gajadhar Khatri","mobile_number":"7009021832","email_id":"manik.pilla@hotmail.com","dop":"2026-01-17","serial_number":"824135075165620","imei1":"824135075165620","imei2":"824135075165620","popurl":"www.gaurang-patel.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168317,"job_number":"JOB_168317","tr_customer_id":168334,"tr_customer_product_id":168324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Manisha Chattopadhyay","mobile_number":"7075391580","email_id":"aagneya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"231111320521551","imei1":"231111320521551","imei2":"231111320521551","popurl":"www.dron-dubashi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168318,"job_number":"JOB_168318","tr_customer_id":168335,"tr_customer_product_id":168325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrabhaga Reddy","mobile_number":"7002922500","email_id":"gajadhar.pillai@hotmail.com","dop":"2026-01-17","serial_number":"670466987668843","imei1":"670466987668843","imei2":"670466987668843","popurl":"www.aadidev-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168319,"job_number":"JOB_168319","tr_customer_id":168336,"tr_customer_product_id":168326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Amaresh Mahajan","mobile_number":"7036858631","email_id":"brahmanandam.sharma@gmail.com","dop":"2026-01-17","serial_number":"993215241178645","imei1":"993215241178645","imei2":"993215241178645","popurl":"www.dulari-trivedi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168320,"job_number":"JOB_168320","tr_customer_id":168337,"tr_customer_product_id":168327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamla Pillai","mobile_number":"7025530093","email_id":"devi.bhattacharya@hotmail.com","dop":"2026-01-17","serial_number":"720966471356811","imei1":"720966471356811","imei2":"720966471356811","popurl":"www.chinmayananda-gandhi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168321,"job_number":"JOB_168321","tr_customer_id":168338,"tr_customer_product_id":168328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gauranga Bharadwaj","mobile_number":"7040771236","email_id":"himani.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"963565872947585","imei1":"963565872947585","imei2":"963565872947585","popurl":"www.vishnu-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168322,"job_number":"JOB_168322","tr_customer_id":168339,"tr_customer_product_id":168329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Nanda Ahluwalia","mobile_number":"7061139361","email_id":"bhoopati.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"325520571898873","imei1":"325520571898873","imei2":"325520571898873","popurl":"www.pushti-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168323,"job_number":"JOB_168323","tr_customer_id":168340,"tr_customer_product_id":168330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrakin Chattopadhyay","mobile_number":"7097544273","email_id":"kannan.agarwal@gmail.com","dop":"2026-01-17","serial_number":"692303611362579","imei1":"692303611362579","imei2":"692303611362579","popurl":"www.bilwa-deshpande.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168324,"job_number":"JOB_168324","tr_customer_id":168341,"tr_customer_product_id":168331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Devvrat Asan","mobile_number":"7036837584","email_id":"garuda.menon@hotmail.com","dop":"2026-01-17","serial_number":"186509279222993","imei1":"186509279222993","imei2":"186509279222993","popurl":"www.vaishno-nehru.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168325,"job_number":"JOB_168325","tr_customer_id":168342,"tr_customer_product_id":168332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Manoj Iyer","mobile_number":"7079001143","email_id":"giriraj.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"193173358287905","imei1":"193173358287905","imei2":"193173358287905","popurl":"www.rukmin-kaur.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168326,"job_number":"JOB_168326","tr_customer_id":168343,"tr_customer_product_id":168333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chandraayan Butt","mobile_number":"7010369756","email_id":"agnimitra.somayaji@gmail.com","dop":"2026-01-17","serial_number":"488999732494006","imei1":"488999732494006","imei2":"488999732494006","popurl":"www.gajabahu-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168327,"job_number":"JOB_168327","tr_customer_id":168344,"tr_customer_product_id":168334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dhanapati Mukhopadhyay","mobile_number":"7060625797","email_id":"anasooya.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"677865205290071","imei1":"677865205290071","imei2":"677865205290071","popurl":"www.akshita-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168328,"job_number":"JOB_168328","tr_customer_id":168345,"tr_customer_product_id":168335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Bhishma Ahluwalia","mobile_number":"7070024748","email_id":"gitanjali.patel@gmail.com","dop":"2026-01-17","serial_number":"909928173955236","imei1":"909928173955236","imei2":"909928173955236","popurl":"www.lavanya-ahluwalia.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168329,"job_number":"JOB_168329","tr_customer_id":168346,"tr_customer_product_id":168336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Tanushri Desai","mobile_number":"7029790501","email_id":"bilva.achari@yahoo.co.in","dop":"2026-01-17","serial_number":"635481645607749","imei1":"635481645607749","imei2":"635481645607749","popurl":"www.chapala-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168330,"job_number":"JOB_168330","tr_customer_id":168347,"tr_customer_product_id":168337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girija Johar","mobile_number":"7087953579","email_id":"manoj.jain@gmail.com","dop":"2026-01-17","serial_number":"955820954820200","imei1":"955820954820200","imei2":"955820954820200","popurl":"www.vaishnavi-jha.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168331,"job_number":"JOB_168331","tr_customer_id":168348,"tr_customer_product_id":168338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gautam Khan","mobile_number":"7062693799","email_id":"siddarth.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"391242264746741","imei1":"391242264746741","imei2":"391242264746741","popurl":"www.ananda-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168332,"job_number":"JOB_168332","tr_customer_id":168349,"tr_customer_product_id":168339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ananta Bandopadhyay","mobile_number":"7064038836","email_id":"ujjawal.asan@hotmail.com","dop":"2026-01-17","serial_number":"193785608841020","imei1":"193785608841020","imei2":"193785608841020","popurl":"www.gajabahu-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168333,"job_number":"JOB_168333","tr_customer_id":168350,"tr_customer_product_id":168340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ramaa Ahluwalia","mobile_number":"7043740065","email_id":"krishnadasa.abbott@gmail.com","dop":"2026-01-17","serial_number":"055694745124624","imei1":"055694745124624","imei2":"055694745124624","popurl":"www.anilaabh-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168334,"job_number":"JOB_168334","tr_customer_id":168351,"tr_customer_product_id":168341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Anjushri Kakkar","mobile_number":"7053074102","email_id":"chitraksh.talwar@hotmail.com","dop":"2026-01-17","serial_number":"573357269817417","imei1":"573357269817417","imei2":"573357269817417","popurl":"www.tanya-nair.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168335,"job_number":"JOB_168335","tr_customer_id":168352,"tr_customer_product_id":168342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Adhrit Kapoor","mobile_number":"7027432401","email_id":"aruna.pillai@hotmail.com","dop":"2026-01-17","serial_number":"348584581440138","imei1":"348584581440138","imei2":"348584581440138","popurl":"www.bhargavi-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168336,"job_number":"JOB_168336","tr_customer_id":168353,"tr_customer_product_id":168343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Swarnalata Johar","mobile_number":"7078977856","email_id":"ujjwal.desai@yahoo.co.in","dop":"2026-01-17","serial_number":"868667207996938","imei1":"868667207996938","imei2":"868667207996938","popurl":"www.laxmi-adiga.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168337,"job_number":"JOB_168337","tr_customer_id":168354,"tr_customer_product_id":168344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girik Gowda","mobile_number":"7069755534","email_id":"agrata.guneta@gmail.com","dop":"2026-01-17","serial_number":"006437615865535","imei1":"006437615865535","imei2":"006437615865535","popurl":"www.opalina-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168338,"job_number":"JOB_168338","tr_customer_id":168355,"tr_customer_product_id":168345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Lakshman Malik","mobile_number":"7054809205","email_id":"samir.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"688001834688644","imei1":"688001834688644","imei2":"688001834688644","popurl":"www.parvati-embranthiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168339,"job_number":"JOB_168339","tr_customer_id":168356,"tr_customer_product_id":168346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Abhirath Kocchar","mobile_number":"7095215331","email_id":"nirbhay.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"026538670104231","imei1":"026538670104231","imei2":"026538670104231","popurl":"www.bhilangana-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168340,"job_number":"JOB_168340","tr_customer_id":168357,"tr_customer_product_id":168347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gandharv Mishra","mobile_number":"7037736873","email_id":"chandrakala.asan@hotmail.com","dop":"2026-01-17","serial_number":"054532771311509","imei1":"054532771311509","imei2":"054532771311509","popurl":"www.anshula-gandhi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168341,"job_number":"JOB_168341","tr_customer_id":168358,"tr_customer_product_id":168348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipendra Guneta","mobile_number":"7089022167","email_id":"bhooshit.varrier@yahoo.co.in","dop":"2026-01-17","serial_number":"557394222355725","imei1":"557394222355725","imei2":"557394222355725","popurl":"www.veda-namboothiri.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168342,"job_number":"JOB_168342","tr_customer_id":168359,"tr_customer_product_id":168349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipali Naik","mobile_number":"7046169636","email_id":"adityanandan.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"181904001668628","imei1":"181904001668628","imei2":"181904001668628","popurl":"www.divjot-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168343,"job_number":"JOB_168343","tr_customer_id":168360,"tr_customer_product_id":168350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chitrangada Jain","mobile_number":"7047940952","email_id":"atmaja.somayaji@yahoo.co.in","dop":"2026-01-17","serial_number":"534353500920242","imei1":"534353500920242","imei2":"534353500920242","popurl":"www.dhyanesh-embranthiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168344,"job_number":"JOB_168344","tr_customer_id":168361,"tr_customer_product_id":168351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Eshana Mishra","mobile_number":"7035091717","email_id":"bhardwaj.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"567478943251205","imei1":"567478943251205","imei2":"567478943251205","popurl":"www.tara-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168345,"job_number":"JOB_168345","tr_customer_id":168362,"tr_customer_product_id":168352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bala Tagore","mobile_number":"7002970566","email_id":"uma.khatri@hotmail.com","dop":"2026-01-17","serial_number":"346712173888469","imei1":"346712173888469","imei2":"346712173888469","popurl":"www.vishnu-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168346,"job_number":"JOB_168346","tr_customer_id":168363,"tr_customer_product_id":168353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Vyas Tandon","mobile_number":"7042667205","email_id":"purnima.joshi@yahoo.co.in","dop":"2026-01-17","serial_number":"759616770829453","imei1":"759616770829453","imei2":"759616770829453","popurl":"www.chinmayananda-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168347,"job_number":"JOB_168347","tr_customer_id":168364,"tr_customer_product_id":168354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Apsara Mishra","mobile_number":"7047276167","email_id":"kannan.gowda@hotmail.com","dop":"2026-01-17","serial_number":"565742401215318","imei1":"565742401215318","imei2":"565742401215318","popurl":"www.bhargavi-patel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168348,"job_number":"JOB_168348","tr_customer_id":168365,"tr_customer_product_id":168355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ritesh Reddy","mobile_number":"7090019130","email_id":"bela.mishra@hotmail.com","dop":"2026-01-17","serial_number":"220858470308955","imei1":"220858470308955","imei2":"220858470308955","popurl":"www.nikita-asan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168349,"job_number":"JOB_168349","tr_customer_id":168366,"tr_customer_product_id":168356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Dhanu Dutta","mobile_number":"7018337846","email_id":"dandak.khanna@hotmail.com","dop":"2026-01-17","serial_number":"877052485523200","imei1":"877052485523200","imei2":"877052485523200","popurl":"www.atmanand-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168350,"job_number":"JOB_168350","tr_customer_id":168367,"tr_customer_product_id":168357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Abani Chaturvedi","mobile_number":"7036399880","email_id":"adhiraj.iyengar@hotmail.com","dop":"2026-01-17","serial_number":"106729502802142","imei1":"106729502802142","imei2":"106729502802142","popurl":"www.ahalya-bhat.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168351,"job_number":"JOB_168351","tr_customer_id":168368,"tr_customer_product_id":168358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Heema Pilla","mobile_number":"7064517073","email_id":"prasad.guha@gmail.com","dop":"2026-01-17","serial_number":"964173172956775","imei1":"964173172956775","imei2":"964173172956775","popurl":"www.meghnad-sharma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168352,"job_number":"JOB_168352","tr_customer_id":168369,"tr_customer_product_id":168359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Meghnad Dhawan","mobile_number":"7038382114","email_id":"anjushri.rana@gmail.com","dop":"2026-01-17","serial_number":"469600577233594","imei1":"469600577233594","imei2":"469600577233594","popurl":"www.aadrika-arora.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168353,"job_number":"JOB_168353","tr_customer_id":168370,"tr_customer_product_id":168360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Kumar Iyer","mobile_number":"7087622205","email_id":"bahula.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"810569748036493","imei1":"810569748036493","imei2":"810569748036493","popurl":"www.sher-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168354,"job_number":"JOB_168354","tr_customer_id":168371,"tr_customer_product_id":168361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Krishnadas Saini","mobile_number":"7074823966","email_id":"vrund.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"532303323194966","imei1":"532303323194966","imei2":"532303323194966","popurl":"www.pran-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168355,"job_number":"JOB_168355","tr_customer_id":168372,"tr_customer_product_id":168362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Lila Iyer","mobile_number":"7023393304","email_id":"narendra.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"089434342383766","imei1":"089434342383766","imei2":"089434342383766","popurl":"www.rohit-pillai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168356,"job_number":"JOB_168356","tr_customer_id":168373,"tr_customer_product_id":168363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ravi Mukhopadhyay","mobile_number":"7067186902","email_id":"shivakari.joshi@hotmail.com","dop":"2026-01-17","serial_number":"142948129111347","imei1":"142948129111347","imei2":"142948129111347","popurl":"www.chanda-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168357,"job_number":"JOB_168357","tr_customer_id":168375,"tr_customer_product_id":168365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Aanandaswarup Jha","mobile_number":"7076453342","email_id":"abhirath.adiga@hotmail.com","dop":"2026-01-17","serial_number":"335279886424002","imei1":"335279886424002","imei2":"335279886424002","popurl":"www.dhanapati-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168358,"job_number":"JOB_168358","tr_customer_id":168374,"tr_customer_product_id":168364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Tanya Kapoor","mobile_number":"7016042539","email_id":"udai.tagore@hotmail.com","dop":"2026-01-17","serial_number":"198386518075332","imei1":"198386518075332","imei2":"198386518075332","popurl":"www.dinkar-devar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168359,"job_number":"JOB_168359","tr_customer_id":168376,"tr_customer_product_id":168366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Mahesh Jha","mobile_number":"7038586704","email_id":"ankal.tandon@hotmail.com","dop":"2026-01-17","serial_number":"990013463977407","imei1":"990013463977407","imei2":"990013463977407","popurl":"www.bhuvaneshwar-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168360,"job_number":"JOB_168360","tr_customer_id":168377,"tr_customer_product_id":168367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bhavani Menon","mobile_number":"7051475661","email_id":"goutam.devar@hotmail.com","dop":"2026-01-17","serial_number":"149646746099263","imei1":"149646746099263","imei2":"149646746099263","popurl":"www.geeta-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168361,"job_number":"JOB_168361","tr_customer_id":168378,"tr_customer_product_id":168368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rohit Dhawan","mobile_number":"7010250076","email_id":"manisha.saini@yahoo.co.in","dop":"2026-01-17","serial_number":"817097590402320","imei1":"817097590402320","imei2":"817097590402320","popurl":"www.govinda-nair.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168362,"job_number":"JOB_168362","tr_customer_id":168379,"tr_customer_product_id":168369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rukhmani Nambeesan","mobile_number":"7009156879","email_id":"harit.ahluwalia@yahoo.co.in","dop":"2026-01-17","serial_number":"297676098700538","imei1":"297676098700538","imei2":"297676098700538","popurl":"www.krishna-achari.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168363,"job_number":"JOB_168363","tr_customer_id":168380,"tr_customer_product_id":168370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chakor Gupta","mobile_number":"7009589550","email_id":"shobhana.johar@hotmail.com","dop":"2026-01-17","serial_number":"206538448713779","imei1":"206538448713779","imei2":"206538448713779","popurl":"www.abhirath-dutta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168364,"job_number":"JOB_168364","tr_customer_id":168381,"tr_customer_product_id":168371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chandani Iyengar","mobile_number":"7019505930","email_id":"gauranga.bharadwaj@hotmail.com","dop":"2026-01-17","serial_number":"016636860422462","imei1":"016636860422462","imei2":"016636860422462","popurl":"www.aayushman-naik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168365,"job_number":"JOB_168365","tr_customer_id":168382,"tr_customer_product_id":168372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Akshaj Abbott","mobile_number":"7030785535","email_id":"devika.dhawan@hotmail.com","dop":"2026-01-17","serial_number":"185714094858276","imei1":"185714094858276","imei2":"185714094858276","popurl":"www.karan-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168366,"job_number":"JOB_168366","tr_customer_id":168383,"tr_customer_product_id":168373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Chinmayananda Talwar","mobile_number":"7029867753","email_id":"deepali.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"807692096572906","imei1":"807692096572906","imei2":"807692096572906","popurl":"www.tanirika-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168367,"job_number":"JOB_168367","tr_customer_id":168384,"tr_customer_product_id":168374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Mohana Namboothiri","mobile_number":"7075742815","email_id":"urmila.gandhi@gmail.com","dop":"2026-01-17","serial_number":"145848997681710","imei1":"145848997681710","imei2":"145848997681710","popurl":"www.rakesh-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168368,"job_number":"JOB_168368","tr_customer_id":168385,"tr_customer_product_id":168375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bilwa Adiga","mobile_number":"7051290596","email_id":"nawal.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"593529066480426","imei1":"593529066480426","imei2":"593529066480426","popurl":"www.birjesh-khanna.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168369,"job_number":"JOB_168369","tr_customer_id":168386,"tr_customer_product_id":168376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Kailash Guneta","mobile_number":"7090100585","email_id":"vaidehi.tandon@hotmail.com","dop":"2026-01-17","serial_number":"497105552825981","imei1":"497105552825981","imei2":"497105552825981","popurl":"www.dhatri-pillai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168370,"job_number":"JOB_168370","tr_customer_id":168387,"tr_customer_product_id":168377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Priya Namboothiri","mobile_number":"7013847653","email_id":"dev.iyer@hotmail.com","dop":"2026-01-17","serial_number":"077055695813289","imei1":"077055695813289","imei2":"077055695813289","popurl":"www.lakshmidhar-bhat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168371,"job_number":"JOB_168371","tr_customer_id":168388,"tr_customer_product_id":168378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bhilangana Nair","mobile_number":"7025684781","email_id":"lakshminath.mehra@yahoo.co.in","dop":"2026-01-17","serial_number":"854342691173107","imei1":"854342691173107","imei2":"854342691173107","popurl":"www.vasudeva-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168372,"job_number":"JOB_168372","tr_customer_id":168389,"tr_customer_product_id":168379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bishnu Varrier","mobile_number":"7096180955","email_id":"brajesh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"051797877589302","imei1":"051797877589302","imei2":"051797877589302","popurl":"www.ghanshyam-singh.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168373,"job_number":"JOB_168373","tr_customer_id":168390,"tr_customer_product_id":168380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Vrund Desai","mobile_number":"7001021043","email_id":"guru.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"516058943644872","imei1":"516058943644872","imei2":"516058943644872","popurl":"www.devagya-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168374,"job_number":"JOB_168374","tr_customer_id":168391,"tr_customer_product_id":168381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Akshaj Gowda","mobile_number":"7043120308","email_id":"bhoj.pandey@hotmail.com","dop":"2026-01-17","serial_number":"513976482680773","imei1":"513976482680773","imei2":"513976482680773","popurl":"www.akshita-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168375,"job_number":"JOB_168375","tr_customer_id":168393,"tr_customer_product_id":168383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Kanti Guha","mobile_number":"7080753158","email_id":"krishnadasa.embranthiri@yahoo.co.in","dop":"2026-01-17","serial_number":"780601164464121","imei1":"780601164464121","imei2":"780601164464121","popurl":"www.chaturaanan-marar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168376,"job_number":"JOB_168376","tr_customer_id":168392,"tr_customer_product_id":168382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Sachin Mishra","mobile_number":"7025701307","email_id":"aamod.gandhi@yahoo.co.in","dop":"2026-01-17","serial_number":"652516523757927","imei1":"652516523757927","imei2":"652516523757927","popurl":"www.goutam-tandon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168377,"job_number":"JOB_168377","tr_customer_id":168394,"tr_customer_product_id":168384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Damodara Namboothiri","mobile_number":"7094721194","email_id":"kashyap.agarwal@gmail.com","dop":"2026-01-17","serial_number":"472737749995572","imei1":"472737749995572","imei2":"472737749995572","popurl":"www.kamalesh-nehru.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168378,"job_number":"JOB_168378","tr_customer_id":168395,"tr_customer_product_id":168385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73416323632825","imei1":"73416323632825","imei2":"73416323632825","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168379,"job_number":"JOB_168379","tr_customer_id":168396,"tr_customer_product_id":168386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75245419690268","imei1":"75245419690268","imei2":"75245419690268","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168380,"job_number":"JOB_168380","tr_customer_id":168397,"tr_customer_product_id":168387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39222786266748","imei1":"39222786266748","imei2":"39222786266748","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168381,"job_number":"JOB_168381","tr_customer_id":168398,"tr_customer_product_id":168388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28840266828053","imei1":"28840266828053","imei2":"28840266828053","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168382,"job_number":"JOB_168382","tr_customer_id":168399,"tr_customer_product_id":168389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60030016225827","imei1":"60030016225827","imei2":"60030016225827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168383,"job_number":"JOB_168383","tr_customer_id":168400,"tr_customer_product_id":168390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16085127312844","imei1":"16085127312844","imei2":"16085127312844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168386,"job_number":"JOB_168386","tr_customer_id":168403,"tr_customer_product_id":168393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:08.000Z","modified_at":"2026-01-27T14:01:08.000Z","name":"Emily Strosin","mobile_number":"848-627-4057","email_id":"Luigi74@hotmail.com","dop":"2025-04-06","serial_number":"16407514125384720","imei1":"16407514125384720","imei2":"16407514125384720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168387,"job_number":"JOB_168387","tr_customer_id":168404,"tr_customer_product_id":168394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34977291546936","imei1":"34977291546936","imei2":"34977291546936","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168388,"job_number":"JOB_168388","tr_customer_id":168405,"tr_customer_product_id":168395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86164747961861","imei1":"86164747961861","imei2":"86164747961861","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168389,"job_number":"JOB_168389","tr_customer_id":168406,"tr_customer_product_id":168396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71206279349103","imei1":"71206279349103","imei2":"71206279349103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168390,"job_number":"JOB_168390","tr_customer_id":168407,"tr_customer_product_id":168397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35569371766624","imei1":"35569371766624","imei2":"35569371766624","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168391,"job_number":"JOB_168391","tr_customer_id":168408,"tr_customer_product_id":168398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90416539451323","imei1":"90416539451323","imei2":"90416539451323","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168392,"job_number":"JOB_168392","tr_customer_id":168409,"tr_customer_product_id":168399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:37.000Z","modified_at":"2026-01-27T14:01:37.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73336585358586","imei1":"73336585358586","imei2":"73336585358586","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168394,"job_number":"JOB_168394","tr_customer_id":168411,"tr_customer_product_id":168401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:06.000Z","modified_at":"2026-01-27T14:02:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19783492148115","imei1":"19783492148115","imei2":"19783492148115","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168396,"job_number":"JOB_168396","tr_customer_id":168413,"tr_customer_product_id":168403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:08.000Z","modified_at":"2026-01-27T14:02:08.000Z","name":"Blaise Hirthe","mobile_number":"438-921-7648","email_id":"Adele84@hotmail.com","dop":"2025-04-06","serial_number":"10503958866342878","imei1":"10503958866342878","imei2":"10503958866342878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168397,"job_number":"JOB_168397","tr_customer_id":168414,"tr_customer_product_id":168404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:09.000Z","modified_at":"2026-01-27T14:02:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59578177438508","imei1":"59578177438508","imei2":"59578177438508","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168398,"job_number":"JOB_168398","tr_customer_id":168415,"tr_customer_product_id":168405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55475719196539","imei1":"55475719196539","imei2":"55475719196539","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168399,"job_number":"JOB_168399","tr_customer_id":168416,"tr_customer_product_id":168406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80676074661303","imei1":"80676074661303","imei2":"80676074661303","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168400,"job_number":"JOB_168400","tr_customer_id":168417,"tr_customer_product_id":168407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89300376460928","imei1":"89300376460928","imei2":"89300376460928","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168401,"job_number":"JOB_168401","tr_customer_id":168418,"tr_customer_product_id":168408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50926255704989","imei1":"50926255704989","imei2":"50926255704989","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168402,"job_number":"JOB_168402","tr_customer_id":168419,"tr_customer_product_id":168409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97590247220528","imei1":"97590247220528","imei2":"97590247220528","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168405,"job_number":"JOB_168405","tr_customer_id":168422,"tr_customer_product_id":168412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:55.000Z","modified_at":"2026-01-27T14:02:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182617344206","imei1":"18182617344206","imei2":"18182617344206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168407,"job_number":"JOB_168407","tr_customer_id":168424,"tr_customer_product_id":168414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:57.000Z","modified_at":"2026-01-27T14:02:57.000Z","name":"Carissa Grant","mobile_number":"966-304-0989","email_id":"Jared_Jacobi13@yahoo.com","dop":"2025-04-06","serial_number":"10263970880212450","imei1":"10263970880212450","imei2":"10263970880212450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168409,"job_number":"JOB_168409","tr_customer_id":168426,"tr_customer_product_id":168416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:44.000Z","modified_at":"2026-01-27T14:03:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17336587485706","imei1":"17336587485706","imei2":"17336587485706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168411,"job_number":"JOB_168411","tr_customer_id":168428,"tr_customer_product_id":168418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:45.000Z","modified_at":"2026-01-27T14:03:45.000Z","name":"Norma Murazik","mobile_number":"650-890-5400","email_id":"Keely76@gmail.com","dop":"2025-04-06","serial_number":"13983934307439388","imei1":"13983934307439388","imei2":"13983934307439388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168421,"job_number":"JOB_168421","tr_customer_id":168438,"tr_customer_product_id":168428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10964616645841","imei1":"10964616645841","imei2":"10964616645841","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168423,"job_number":"JOB_168423","tr_customer_id":168440,"tr_customer_product_id":168430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12623175058629","imei1":"12623175058629","imei2":"12623175058629","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168425,"job_number":"JOB_168425","tr_customer_id":168442,"tr_customer_product_id":168432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:43.000Z","modified_at":"2026-01-27T14:22:43.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11825960743819","imei2":"11825960743819","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168426,"job_number":"JOB_168426","tr_customer_id":168443,"tr_customer_product_id":168433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:44.000Z","modified_at":"2026-01-27T14:22:44.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12411704113030","imei1":"12411704113030","imei2":"12411704113030","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168428,"job_number":"JOB_168428","tr_customer_id":168445,"tr_customer_product_id":168435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:45.000Z","modified_at":"2026-01-27T14:22:45.000Z","name":"Mafalda O'Reilly","mobile_number":"960-767-0186","email_id":"Austen88@hotmail.com","dop":"2025-04-06","serial_number":"14025083800533838","imei1":"14025083800533838","imei2":"14025083800533838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168429,"job_number":"JOB_168429","tr_customer_id":168446,"tr_customer_product_id":168436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:59.000Z","modified_at":"2026-01-27T14:22:59.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18119193389560","imei2":"18119193389560","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168431,"job_number":"JOB_168431","tr_customer_id":168448,"tr_customer_product_id":168438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:14.000Z","modified_at":"2026-01-27T14:23:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12539060878127","imei2":"12539060878127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168433,"job_number":"JOB_168433","tr_customer_id":168450,"tr_customer_product_id":168440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:33.000Z","modified_at":"2026-01-27T14:23:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11982015895071","imei1":"11982015895071","imei2":"11982015895071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168435,"job_number":"JOB_168435","tr_customer_id":168452,"tr_customer_product_id":168442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:34.000Z","modified_at":"2026-01-27T14:23:34.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13278662445784","imei1":"13278662445784","imei2":"13278662445784","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168437,"job_number":"JOB_168437","tr_customer_id":168454,"tr_customer_product_id":168444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:35.000Z","modified_at":"2026-01-27T14:23:35.000Z","name":"Antonio Rath","mobile_number":"386-555-7909","email_id":"Talon_Daugherty40@hotmail.com","dop":"2025-04-06","serial_number":"14188275916221208","imei1":"14188275916221208","imei2":"14188275916221208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168438,"job_number":"JOB_168438","tr_customer_id":168455,"tr_customer_product_id":168445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:36.000Z","modified_at":"2026-01-27T14:23:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"77974963574225","imei1":"77974963574225","imei2":"77974963574225","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168439,"job_number":"JOB_168439","tr_customer_id":168456,"tr_customer_product_id":168446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:23.000Z","modified_at":"2026-01-27T14:24:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12764741417890","imei1":"12764741417890","imei2":"12764741417890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168441,"job_number":"JOB_168441","tr_customer_id":168458,"tr_customer_product_id":168448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"Pauline Bosco","mobile_number":"637-209-6954","email_id":"Trey.Metz@hotmail.com","dop":"2025-04-06","serial_number":"18098126248934770","imei1":"18098126248934770","imei2":"18098126248934770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168442,"job_number":"JOB_168442","tr_customer_id":168459,"tr_customer_product_id":168449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18150241088696","imei1":"18150241088696","imei2":"18150241088696","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168444,"job_number":"JOB_168444","tr_customer_id":168461,"tr_customer_product_id":168451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:27.000Z","modified_at":"2026-01-27T14:24:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"38921985501182","imei1":"38921985501182","imei2":"38921985501182","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168445,"job_number":"JOB_168445","tr_customer_id":168462,"tr_customer_product_id":168452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:49.000Z","modified_at":"2026-01-27T14:24:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10264613131218","imei1":"10264613131218","imei2":"10264613131218","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168447,"job_number":"JOB_168447","tr_customer_id":168464,"tr_customer_product_id":168454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:50.000Z","modified_at":"2026-01-27T14:24:50.000Z","name":"Shakira Dickens","mobile_number":"522-320-0638","email_id":"Jewell_Harber@hotmail.com","dop":"2025-06-18","serial_number":"1065927066403027","imei1":"1065927066403027","imei2":"1065927066403027","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168451,"job_number":"JOB_168451","tr_customer_id":168468,"tr_customer_product_id":168458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:36.000Z","modified_at":"2026-01-27T14:25:36.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10817511895228","imei1":"10817511895228","imei2":"10817511895228","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168453,"job_number":"JOB_168453","tr_customer_id":168470,"tr_customer_product_id":168460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:37.000Z","modified_at":"2026-01-27T14:25:37.000Z","name":"Arianna Runte","mobile_number":"527-688-4375","email_id":"Colleen.Adams32@hotmail.com","dop":"2025-06-18","serial_number":"1050319766554530","imei1":"1050319766554530","imei2":"1050319766554530","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168461,"job_number":"JOB_168461","tr_customer_id":168478,"tr_customer_product_id":168468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:19.000Z","modified_at":"2026-01-27T14:27:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14320379351493","imei1":"14320379351493","imei2":"14320379351493","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168463,"job_number":"JOB_168463","tr_customer_id":168480,"tr_customer_product_id":168470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:20.000Z","modified_at":"2026-01-27T14:27:20.000Z","name":"Norwood Armstrong","mobile_number":"719-221-2982","email_id":"Joyce_Mueller@gmail.com","dop":"2025-04-06","serial_number":"14124170153083196","imei1":"14124170153083196","imei2":"14124170153083196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168464,"job_number":"JOB_168464","tr_customer_id":168481,"tr_customer_product_id":168471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:52.000Z","modified_at":"2026-01-27T14:27:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15519760465235","imei1":"15519760465235","imei2":"15519760465235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168466,"job_number":"JOB_168466","tr_customer_id":168483,"tr_customer_product_id":168473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:54.000Z","modified_at":"2026-01-27T14:27:54.000Z","name":"Lizeth Thompson","mobile_number":"204-207-4099","email_id":"Margie31@gmail.com","dop":"2025-04-06","serial_number":"12763104282409418","imei1":"12763104282409418","imei2":"12763104282409418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168470,"job_number":"JOB_168470","tr_customer_id":168487,"tr_customer_product_id":168477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:09.000Z","modified_at":"2026-01-27T14:28:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19562831574480","imei1":"19562831574480","imei2":"19562831574480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168472,"job_number":"JOB_168472","tr_customer_id":168489,"tr_customer_product_id":168479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:11.000Z","modified_at":"2026-01-27T14:28:11.000Z","name":"Leon Keeling","mobile_number":"790-406-3406","email_id":"Saul_Wuckert@hotmail.com","dop":"2025-04-06","serial_number":"11908915713720174","imei1":"11908915713720174","imei2":"11908915713720174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168473,"job_number":"JOB_168473","tr_customer_id":168490,"tr_customer_product_id":168480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:28.000Z","modified_at":"2026-01-27T14:28:28.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"14404252990704","imei1":"14404252990704","imei2":"14404252990704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168475,"job_number":"JOB_168475","tr_customer_id":168492,"tr_customer_product_id":168482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:29.000Z","modified_at":"2026-01-27T14:28:29.000Z","name":"Sigmund Mueller","mobile_number":"421-301-9672","email_id":"Rhoda.Larkin@hotmail.com","dop":"2025-04-06","serial_number":"10448121615233540","imei1":"10448121615233540","imei2":"10448121615233540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168476,"job_number":"JOB_168476","tr_customer_id":168493,"tr_customer_product_id":168483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:41.000Z","modified_at":"2026-01-27T14:28:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10123690691843","imei1":"10123690691843","imei2":"10123690691843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168478,"job_number":"JOB_168478","tr_customer_id":168495,"tr_customer_product_id":168485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:43.000Z","modified_at":"2026-01-27T14:28:43.000Z","name":"Erich Gislason","mobile_number":"352-413-7789","email_id":"Heber_Gutkowski@yahoo.com","dop":"2025-04-06","serial_number":"18770492962576772","imei1":"18770492962576772","imei2":"18770492962576772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168479,"job_number":"JOB_168479","tr_customer_id":168496,"tr_customer_product_id":168486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:57.000Z","modified_at":"2026-01-27T14:28:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14549865475600","imei1":"14549865475600","imei2":"14549865475600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168481,"job_number":"JOB_168481","tr_customer_id":168498,"tr_customer_product_id":168488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18525208861274","imei1":"18525208861274","imei2":"18525208861274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168482,"job_number":"JOB_168482","tr_customer_id":168499,"tr_customer_product_id":168489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"Danika Yost","mobile_number":"647-834-8170","email_id":"Arvid.Medhurst14@hotmail.com","dop":"2025-04-06","serial_number":"11789382839170934","imei1":"11789382839170934","imei2":"11789382839170934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168484,"job_number":"JOB_168484","tr_customer_id":168501,"tr_customer_product_id":168491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:01.000Z","modified_at":"2026-01-27T14:29:01.000Z","name":"Aryanna Dicki","mobile_number":"307-325-5098","email_id":"Meda10@yahoo.com","dop":"2025-04-06","serial_number":"14365797911804354","imei1":"14365797911804354","imei2":"14365797911804354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168485,"job_number":"JOB_168485","tr_customer_id":168502,"tr_customer_product_id":168492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:12.000Z","modified_at":"2026-01-27T14:29:12.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19322513910091","imei1":"19322513910091","imei2":"19322513910091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168487,"job_number":"JOB_168487","tr_customer_id":168504,"tr_customer_product_id":168494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:13.000Z","modified_at":"2026-01-27T14:29:13.000Z","name":"Earl Schmitt","mobile_number":"896-543-4459","email_id":"Vaughn35@hotmail.com","dop":"2025-04-06","serial_number":"17330789803041280","imei1":"17330789803041280","imei2":"17330789803041280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168488,"job_number":"JOB_168488","tr_customer_id":168505,"tr_customer_product_id":168495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:30.000Z","modified_at":"2026-01-27T14:29:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11607751095650","imei1":"11607751095650","imei2":"11607751095650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168490,"job_number":"JOB_168490","tr_customer_id":168507,"tr_customer_product_id":168497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:32.000Z","modified_at":"2026-01-27T14:29:32.000Z","name":"Elmira Reinger","mobile_number":"942-651-9148","email_id":"Jimmie89@gmail.com","dop":"2025-04-06","serial_number":"10126057285107164","imei1":"10126057285107164","imei2":"10126057285107164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168491,"job_number":"JOB_168491","tr_customer_id":168508,"tr_customer_product_id":168498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:44.000Z","modified_at":"2026-01-27T14:29:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17002233766524","imei1":"17002233766524","imei2":"17002233766524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168493,"job_number":"JOB_168493","tr_customer_id":168510,"tr_customer_product_id":168500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:45.000Z","modified_at":"2026-01-27T14:29:45.000Z","name":"Keeley Hintz","mobile_number":"563-690-8723","email_id":"Chesley.Fadel42@gmail.com","dop":"2025-04-06","serial_number":"10724759919489682","imei1":"10724759919489682","imei2":"10724759919489682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168494,"job_number":"JOB_168494","tr_customer_id":168511,"tr_customer_product_id":168501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:56.000Z","modified_at":"2026-01-27T14:29:56.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13740245050293","imei1":"13740245050293","imei2":"13740245050293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168496,"job_number":"JOB_168496","tr_customer_id":168513,"tr_customer_product_id":168503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:58.000Z","modified_at":"2026-01-27T14:29:58.000Z","name":"Guiseppe Zemlak","mobile_number":"718-322-1975","email_id":"Oren_Murray11@gmail.com","dop":"2025-04-06","serial_number":"11598004911748456","imei1":"11598004911748456","imei2":"11598004911748456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168498,"job_number":"JOB_168498","tr_customer_id":168515,"tr_customer_product_id":168505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:25.000Z","modified_at":"2026-01-27T14:30:25.000Z","name":"Damian Berge","mobile_number":"692-250-2732","email_id":"Sophia65@yahoo.com","dop":"2025-04-06","serial_number":"13284192840530582","imei1":"13284192840530582","imei2":"13284192840530582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168499,"job_number":"JOB_168499","tr_customer_id":168516,"tr_customer_product_id":168506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:30.000Z","modified_at":"2026-01-27T14:30:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11682996440726","imei1":"11682996440726","imei2":"11682996440726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168501,"job_number":"JOB_168501","tr_customer_id":168518,"tr_customer_product_id":168508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:32.000Z","modified_at":"2026-01-27T14:30:32.000Z","name":"Emile Hand","mobile_number":"342-498-2232","email_id":"Aida65@yahoo.com","dop":"2025-04-06","serial_number":"13410457103030660","imei1":"13410457103030660","imei2":"13410457103030660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168503,"job_number":"JOB_168503","tr_customer_id":168520,"tr_customer_product_id":168510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:31:17.000Z","modified_at":"2026-01-27T14:31:17.000Z","name":"Sid Leuschke","mobile_number":"293-988-9908","email_id":"Sofia.Johns91@hotmail.com","dop":"2025-04-06","serial_number":"10105466433042800","imei1":"10105466433042800","imei2":"10105466433042800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168504,"job_number":"JOB_168504","tr_customer_id":168521,"tr_customer_product_id":168511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:02.000Z","modified_at":"2026-01-27T14:33:02.000Z","name":"Armand Franecki","mobile_number":"246-564-2962","email_id":"Santos.Corwin@gmail.com","dop":"2025-05-30","serial_number":"10957484441006","imei1":"10957484441006","imei2":"10957484441006","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168505,"job_number":"JOB_168505","tr_customer_id":168522,"tr_customer_product_id":168512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:03.000Z","modified_at":"2026-01-27T14:33:03.000Z","name":"Aliya Thiel","mobile_number":"494-317-6488","email_id":"Clement86@hotmail.com","dop":"2025-05-30","serial_number":"12129825858027","imei1":"12129825858027","imei2":"12129825858027","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168506,"job_number":"JOB_168506","tr_customer_id":168523,"tr_customer_product_id":168513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:04.000Z","modified_at":"2026-01-27T14:33:04.000Z","name":"Jeanie O'Reilly","mobile_number":"796-586-4555","email_id":"Gilbert.Kerluke@gmail.com","dop":"2025-05-30","serial_number":"1695045726112051","imei1":"1695045726112051","imei2":"1695045726112051","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168507,"job_number":"JOB_168507","tr_customer_id":168524,"tr_customer_product_id":168514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:26.000Z","modified_at":"2026-01-27T14:34:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12900428527484","imei1":"12900428527484","imei2":"12900428527484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168509,"job_number":"JOB_168509","tr_customer_id":168526,"tr_customer_product_id":168516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:28.000Z","modified_at":"2026-01-27T14:34:28.000Z","name":"Emmie Yundt","mobile_number":"870-367-3921","email_id":"Carlos40@hotmail.com","dop":"2025-04-06","serial_number":"12401243268094944","imei1":"12401243268094944","imei2":"12401243268094944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168510,"job_number":"JOB_168510","tr_customer_id":168527,"tr_customer_product_id":168517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:51.000Z","modified_at":"2026-01-27T14:34:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16754758835269","imei1":"16754758835269","imei2":"16754758835269","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168512,"job_number":"JOB_168512","tr_customer_id":168529,"tr_customer_product_id":168519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:52.000Z","modified_at":"2026-01-27T14:34:52.000Z","name":"Kathleen Smith","mobile_number":"564-877-7560","email_id":"Anissa87@yahoo.com","dop":"2025-04-06","serial_number":"16714326067981780","imei1":"16714326067981780","imei2":"16714326067981780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168513,"job_number":"JOB_168513","tr_customer_id":168530,"tr_customer_product_id":168520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:13.000Z","modified_at":"2026-01-27T14:35:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12825379195318","imei1":"12825379195318","imei2":"12825379195318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168515,"job_number":"JOB_168515","tr_customer_id":168532,"tr_customer_product_id":168522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:14.000Z","modified_at":"2026-01-27T14:35:14.000Z","name":"Clara Berge","mobile_number":"966-526-1397","email_id":"Antoinette.Gorczany@hotmail.com","dop":"2025-04-06","serial_number":"11201552173895188","imei1":"11201552173895188","imei2":"11201552173895188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168516,"job_number":"JOB_168516","tr_customer_id":168533,"tr_customer_product_id":168523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:35.000Z","modified_at":"2026-01-27T14:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10636780467265","imei1":"10636780467265","imei2":"10636780467265","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168518,"job_number":"JOB_168518","tr_customer_id":168535,"tr_customer_product_id":168525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"Zena Parker","mobile_number":"887-377-9330","email_id":"Javon22@gmail.com","dop":"2025-04-06","serial_number":"14788065448154626","imei1":"14788065448154626","imei2":"14788065448154626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168519,"job_number":"JOB_168519","tr_customer_id":168536,"tr_customer_product_id":168526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10979258076079","imei1":"10979258076079","imei2":"10979258076079","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168521,"job_number":"JOB_168521","tr_customer_id":168538,"tr_customer_product_id":168528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:39.000Z","modified_at":"2026-01-27T14:35:39.000Z","name":"Citlalli Reinger","mobile_number":"466-384-0381","email_id":"Torrey.Nader14@yahoo.com","dop":"2025-04-06","serial_number":"10674827196074330","imei1":"10674827196074330","imei2":"10674827196074330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168527,"job_number":"JOB_168527","tr_customer_id":168544,"tr_customer_product_id":168534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18558828219362","imei1":"18558828219362","imei2":"18558828219362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168531,"job_number":"JOB_168531","tr_customer_id":168548,"tr_customer_product_id":168538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:00.000Z","modified_at":"2026-01-27T14:36:00.000Z","name":"Janet Mann","mobile_number":"766-776-3719","email_id":"Lionel_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"15327572934976914","imei1":"15327572934976914","imei2":"15327572934976914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168536,"job_number":"JOB_168536","tr_customer_id":168553,"tr_customer_product_id":168543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Fern Koch","mobile_number":"748-330-0629","email_id":"Morgan33@yahoo.com","dop":"2025-04-06","serial_number":"13029429243635488","imei1":"13029429243635488","imei2":"13029429243635488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168537,"job_number":"JOB_168537","tr_customer_id":168554,"tr_customer_product_id":168544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:22.000Z","modified_at":"2026-01-27T14:36:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12221313483675","imei1":"12221313483675","imei2":"12221313483675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168539,"job_number":"JOB_168539","tr_customer_id":168556,"tr_customer_product_id":168546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"Meredith Cormier","mobile_number":"307-402-7532","email_id":"Earnest.OKon@gmail.com","dop":"2025-04-06","serial_number":"17124229440146634","imei1":"17124229440146634","imei2":"17124229440146634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168540,"job_number":"JOB_168540","tr_customer_id":168557,"tr_customer_product_id":168547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19433432813257","imei1":"19433432813257","imei2":"19433432813257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168542,"job_number":"JOB_168542","tr_customer_id":168559,"tr_customer_product_id":168549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:25.000Z","modified_at":"2026-01-27T14:36:25.000Z","name":"Buddy Parisian","mobile_number":"855-351-1399","email_id":"Daisy17@hotmail.com","dop":"2025-04-06","serial_number":"15382739782579398","imei1":"15382739782579398","imei2":"15382739782579398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168543,"job_number":"JOB_168543","tr_customer_id":168560,"tr_customer_product_id":168550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:08.000Z","modified_at":"2026-01-27T14:37:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18150468332383","imei1":"18150468332383","imei2":"18150468332383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168545,"job_number":"JOB_168545","tr_customer_id":168562,"tr_customer_product_id":168552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:10.000Z","modified_at":"2026-01-27T14:37:10.000Z","name":"Darryl Tromp","mobile_number":"370-755-6086","email_id":"Delpha.Macejkovic21@yahoo.com","dop":"2025-04-06","serial_number":"14603900081931412","imei1":"14603900081931412","imei2":"14603900081931412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168547,"job_number":"JOB_168547","tr_customer_id":168564,"tr_customer_product_id":168554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:12.000Z","modified_at":"2026-01-27T14:37:12.000Z","name":"Raina Wisoky","mobile_number":"943-967-7925","email_id":"Jazmyn.Huel@gmail.com","dop":"2025-04-06","serial_number":"17122379770844340","imei1":"17122379770844340","imei2":"17122379770844340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168548,"job_number":"JOB_168548","tr_customer_id":168565,"tr_customer_product_id":168555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:19.000Z","modified_at":"2026-01-27T14:38:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16759548521487","imei1":"16759548521487","imei2":"16759548521487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168550,"job_number":"JOB_168550","tr_customer_id":168567,"tr_customer_product_id":168557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:21.000Z","modified_at":"2026-01-27T14:38:21.000Z","name":"Bonnie Gaylord","mobile_number":"264-794-9881","email_id":"Alford.Funk52@gmail.com","dop":"2025-04-06","serial_number":"13725629609368930","imei1":"13725629609368930","imei2":"13725629609368930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168552,"job_number":"JOB_168552","tr_customer_id":168569,"tr_customer_product_id":168559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:27.000Z","modified_at":"2026-01-27T14:38:27.000Z","name":"Katlynn Dickinson","mobile_number":"888-216-5011","email_id":"Rebekah39@yahoo.com","dop":"2025-04-06","serial_number":"18780250777439776","imei1":"18780250777439776","imei2":"18780250777439776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168556,"job_number":"JOB_168556","tr_customer_id":168573,"tr_customer_product_id":168563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:05.000Z","modified_at":"2026-01-27T14:39:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10427653289693","imei1":"10427653289693","imei2":"10427653289693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168558,"job_number":"JOB_168558","tr_customer_id":168575,"tr_customer_product_id":168565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:06.000Z","modified_at":"2026-01-27T14:39:06.000Z","name":"Georgette Jacobs","mobile_number":"247-742-8468","email_id":"Rafael34@hotmail.com","dop":"2025-04-06","serial_number":"14793820117484506","imei1":"14793820117484506","imei2":"14793820117484506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168559,"job_number":"JOB_168559","tr_customer_id":168576,"tr_customer_product_id":168566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:49.000Z","modified_at":"2026-01-27T14:39:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11700268384381","imei1":"11700268384381","imei2":"11700268384381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168561,"job_number":"JOB_168561","tr_customer_id":168578,"tr_customer_product_id":168568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:51.000Z","modified_at":"2026-01-27T14:39:51.000Z","name":"Octavia Lesch","mobile_number":"758-927-2215","email_id":"Nasir42@gmail.com","dop":"2025-04-06","serial_number":"16931637053715728","imei1":"16931637053715728","imei2":"16931637053715728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168562,"job_number":"JOB_168562","tr_customer_id":168579,"tr_customer_product_id":168569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:31.000Z","modified_at":"2026-01-27T14:56:31.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17977304457910","imei1":"17977304457910","imei2":"17977304457910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168564,"job_number":"JOB_168564","tr_customer_id":168581,"tr_customer_product_id":168571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:33.000Z","modified_at":"2026-01-27T14:56:33.000Z","name":"Angelina Ryan","mobile_number":"259-711-2703","email_id":"Mara95@hotmail.com","dop":"2025-04-06","serial_number":"16152303670205284","imei1":"16152303670205284","imei2":"16152303670205284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168565,"job_number":"JOB_168565","tr_customer_id":168582,"tr_customer_product_id":168572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:18.000Z","modified_at":"2026-01-27T14:57:18.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16433155201313","imei1":"16433155201313","imei2":"16433155201313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168567,"job_number":"JOB_168567","tr_customer_id":168584,"tr_customer_product_id":168574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:20.000Z","modified_at":"2026-01-27T14:57:20.000Z","name":"Claude Ritchie","mobile_number":"640-827-9545","email_id":"Kevin.Pollich44@gmail.com","dop":"2025-04-06","serial_number":"12914396569574010","imei1":"12914396569574010","imei2":"12914396569574010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168568,"job_number":"JOB_168568","tr_customer_id":168585,"tr_customer_product_id":168575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:58:26.000Z","modified_at":"2026-01-27T14:58:26.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2025-03-26","serial_number":"234574345423535","imei1":"234574345423535","imei2":"234574345423535","popurl":"2025-03-26T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168570,"job_number":"JOB_168570","tr_customer_id":168587,"tr_customer_product_id":168577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:11.000Z","modified_at":"2026-01-27T15:03:11.000Z","name":"Dandre Metz","mobile_number":"404-647-5022","email_id":"Ayla.Schaden10@hotmail.com","dop":"2025-04-06","serial_number":"12871564774883630","imei1":"12871564774883630","imei2":"12871564774883630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168572,"job_number":"JOB_168572","tr_customer_id":168589,"tr_customer_product_id":168579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:57.000Z","modified_at":"2026-01-27T15:03:57.000Z","name":"Arch Langworth","mobile_number":"541-458-0847","email_id":"Piper.Brakus18@gmail.com","dop":"2025-04-06","serial_number":"13899110267169184","imei1":"13899110267169184","imei2":"13899110267169184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168574,"job_number":"JOB_168574","tr_customer_id":168591,"tr_customer_product_id":168581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:04:44.000Z","modified_at":"2026-01-27T15:04:44.000Z","name":"Mitchel Conn","mobile_number":"430-780-4511","email_id":"Syble18@yahoo.com","dop":"2025-04-06","serial_number":"15469866002304072","imei1":"15469866002304072","imei2":"15469866002304072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:04:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168575,"job_number":"JOB_168575","tr_customer_id":168592,"tr_customer_product_id":168582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:15.000Z","modified_at":"2026-01-27T15:48:15.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109903425247588","imei1":"109903425247588","imei2":"109903425247588","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168577,"job_number":"JOB_168577","tr_customer_id":168594,"tr_customer_product_id":168584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:29.000Z","modified_at":"2026-01-27T15:48:29.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"107279565771392","imei1":"107279565771392","imei2":"107279565771392","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168579,"job_number":"JOB_168579","tr_customer_id":168596,"tr_customer_product_id":168586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:50:38.000Z","modified_at":"2026-01-27T15:50:38.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-27","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-27T15:50:37.630Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168580,"job_number":"JOB_168580","tr_customer_id":168597,"tr_customer_product_id":168587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:27.000Z","modified_at":"2026-01-27T16:16:27.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"26134993278674","imei1":"26134993278674","imei2":"26134993278674","popurl":"2026-01-17T16:16:24.365383100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168581,"job_number":"JOB_168581","tr_customer_id":168598,"tr_customer_product_id":168588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:40.000Z","modified_at":"2026-01-27T16:16:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19879525328995","imei1":"19879525328995","imei2":"19879525328995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168583,"job_number":"JOB_168583","tr_customer_id":168600,"tr_customer_product_id":168590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:41.000Z","modified_at":"2026-01-27T16:16:41.000Z","name":"Tracy Abshire","mobile_number":"502-523-6760","email_id":"Vicente_Gaylord40@hotmail.com","dop":"2025-04-06","serial_number":"19341599533965390","imei1":"19341599533965390","imei2":"19341599533965390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168584,"job_number":"JOB_168584","tr_customer_id":168601,"tr_customer_product_id":168591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:26.000Z","modified_at":"2026-01-27T16:17:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18383213369686","imei1":"18383213369686","imei2":"18383213369686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168586,"job_number":"JOB_168586","tr_customer_id":168603,"tr_customer_product_id":168593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:27.000Z","modified_at":"2026-01-27T16:17:27.000Z","name":"Howell Jacobson","mobile_number":"361-577-6200","email_id":"Bettye99@gmail.com","dop":"2025-04-06","serial_number":"11158835911723754","imei1":"11158835911723754","imei2":"11158835911723754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168587,"job_number":"JOB_168587","tr_customer_id":168604,"tr_customer_product_id":168594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:11.000Z","modified_at":"2026-01-27T16:18:11.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14714863311555","imei1":"14714863311555","imei2":"14714863311555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168589,"job_number":"JOB_168589","tr_customer_id":168606,"tr_customer_product_id":168596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:13.000Z","modified_at":"2026-01-27T16:18:13.000Z","name":"Vivien Smitham","mobile_number":"858-499-2536","email_id":"Antonette78@yahoo.com","dop":"2025-04-06","serial_number":"18109953822130028","imei1":"18109953822130028","imei2":"18109953822130028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168590,"job_number":"JOB_168590","tr_customer_id":168607,"tr_customer_product_id":168597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:22.000Z","modified_at":"2026-01-27T16:31:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16840232757090","imei1":"16840232757090","imei2":"16840232757090","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168592,"job_number":"JOB_168592","tr_customer_id":168609,"tr_customer_product_id":168599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:24.000Z","modified_at":"2026-01-27T16:31:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"109956327037031","imei1":"109956327037031","imei2":"109956327037031","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168593,"job_number":"JOB_168593","tr_customer_id":168610,"tr_customer_product_id":168600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:58.000Z","modified_at":"2026-01-27T16:31:58.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10242320510615","imei1":"10242320510615","imei2":"10242320510615","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168595,"job_number":"JOB_168595","tr_customer_id":168612,"tr_customer_product_id":168602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:00.000Z","modified_at":"2026-01-27T16:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"35289861359381","imei1":"35289861359381","imei2":"35289861359381","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168596,"job_number":"JOB_168596","tr_customer_id":168613,"tr_customer_product_id":168603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:34.000Z","modified_at":"2026-01-27T16:32:34.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15467269520743","imei1":"15467269520743","imei2":"15467269520743","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168598,"job_number":"JOB_168598","tr_customer_id":168615,"tr_customer_product_id":168605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:36.000Z","modified_at":"2026-01-27T16:32:36.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70603217290434","imei1":"70603217290434","imei2":"70603217290434","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168599,"job_number":"JOB_168599","tr_customer_id":168616,"tr_customer_product_id":168606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:39:44.000Z","modified_at":"2026-01-27T16:39:44.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"73596642243346","imei1":"73596642243346","imei2":"73596642243346","popurl":"2026-01-17T16:39:41.482427800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168600,"job_number":"JOB_168600","tr_customer_id":168617,"tr_customer_product_id":168607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:41:27.000Z","modified_at":"2026-01-27T16:41:27.000Z","name":"Sharda Pillai","mobile_number":"8683347037","email_id":"chandranath.guha@gmail.com","dop":"2026-01-17","serial_number":"39843149417090","imei1":"39843149417090","imei2":"39843149417090","popurl":"www.vaishnavi-varrier.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168601,"job_number":"JOB_168601","tr_customer_id":168618,"tr_customer_product_id":168608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:07.000Z","modified_at":"2026-01-27T16:54:07.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"25343391732759","imei1":"25343391732759","imei2":"25343391732759","popurl":"2026-01-17T16:53:57.624039735Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168602,"job_number":"JOB_168602","tr_customer_id":168619,"tr_customer_product_id":168609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:19.000Z","modified_at":"2026-01-27T16:54:19.000Z","name":"Geeta Varma","mobile_number":"8645740548","email_id":"ajit.iyengar@gmail.com","dop":"2026-01-17","serial_number":"80907096314582","imei1":"80907096314582","imei2":"80907096314582","popurl":"www.devasree-gupta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168603,"job_number":"JOB_168603","tr_customer_id":168620,"tr_customer_product_id":168610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:05.000Z","modified_at":"2026-01-27T16:55:05.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"19953254555558","imei1":"19953254555558","imei2":"19953254555558","popurl":"2026-01-17T16:54:55.361742867Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168604,"job_number":"JOB_168604","tr_customer_id":168621,"tr_customer_product_id":168611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:17.000Z","modified_at":"2026-01-27T16:55:17.000Z","name":"Chandravati Chattopadhyay","mobile_number":"8631652004","email_id":"kalyani.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"19520624202631","imei1":"19520624202631","imei2":"19520624202631","popurl":"www.akula-banerjee.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168605,"job_number":"JOB_168605","tr_customer_id":168622,"tr_customer_product_id":168612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:33.000Z","modified_at":"2026-01-27T16:57:33.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-17","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-17T16:57:32.867823459Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168606,"job_number":"JOB_168606","tr_customer_id":168623,"tr_customer_product_id":168613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:52.000Z","modified_at":"2026-01-27T16:57:52.000Z","name":"Goswamee Shukla","mobile_number":"7097990517","email_id":"kamla.marar@hotmail.com","dop":"2026-01-17","serial_number":"484627285911710","imei1":"484627285911710","imei2":"484627285911710","popurl":"www.mahesh-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168607,"job_number":"JOB_168607","tr_customer_id":168624,"tr_customer_product_id":168614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:33.000Z","modified_at":"2026-01-27T16:58:33.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806375566","imei1":"499863806375566","imei2":"499863806375566","popurl":"2026-01-17T16:58:32.562471011Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168608,"job_number":"JOB_168608","tr_customer_id":168625,"tr_customer_product_id":168615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:46.000Z","modified_at":"2026-01-27T16:58:46.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376402","imei1":"499863806376402","imei2":"499863806376402","popurl":"2026-01-17T16:58:45.122655427Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168609,"job_number":"JOB_168609","tr_customer_id":168626,"tr_customer_product_id":168616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:52.000Z","modified_at":"2026-01-27T16:58:52.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2026-01-17T16:58:51.281320551Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168610,"job_number":"JOB_168610","tr_customer_id":168627,"tr_customer_product_id":168617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:59:19.000Z","modified_at":"2026-01-27T16:59:19.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-01-17","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-01-17T16:59:18.674666402Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:59:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168611,"job_number":"JOB_168611","tr_customer_id":168628,"tr_customer_product_id":168618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:02:16.000Z","modified_at":"2026-01-27T17:02:16.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-01-17","serial_number":"87988284085858","imei1":"87988284085858","imei2":"87988284085858","popurl":"2026-01-17T17:02:15.590744627Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168612,"job_number":"JOB_168612","tr_customer_id":168629,"tr_customer_product_id":168619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16296194773734","imei2":"16296194773734","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168614,"job_number":"JOB_168614","tr_customer_id":168631,"tr_customer_product_id":168621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:30.000Z","modified_at":"2026-01-27T17:05:30.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13836594412538","imei2":"13836594412538","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167545,"job_number":"JOB_167545","tr_customer_id":167562,"tr_customer_product_id":167552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:15.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13453255964591","imei1":"13453255964591","imei2":"13453255964591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167547,"job_number":"JOB_167547","tr_customer_id":167564,"tr_customer_product_id":167554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:17.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13975438843936","imei1":"13975438843936","imei2":"13975438843936","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167580,"job_number":"JOB_167580","tr_customer_id":167597,"tr_customer_product_id":167587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:58.000Z","modified_at":"2026-01-27T03:56:58.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Sonia_Reichel97@hotmail.com","dop":"2025-07-02","serial_number":"19374980428044","imei1":"19374980428044","imei2":"19374980428044","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167589,"job_number":"JOB_167589","tr_customer_id":167606,"tr_customer_product_id":167596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:15.000Z","modified_at":"2026-01-27T03:57:15.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kelsi_Schiller40@hotmail.com","dop":"2025-07-02","serial_number":"18330157911715","imei1":"18330157911715","imei2":"18330157911715","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167610,"job_number":"JOB_167610","tr_customer_id":167627,"tr_customer_product_id":167617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:32.000Z","modified_at":"2026-01-27T03:57:32.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Kim_Senger19@yahoo.com","dop":"2025-07-02","serial_number":"14478206148415","imei1":"14478206148415","imei2":"14478206148415","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167631,"job_number":"JOB_167631","tr_customer_id":167648,"tr_customer_product_id":167638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:46.000Z","modified_at":"2026-01-27T03:57:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113592422631647","imei1":"113592422631647","imei2":"113592422631647","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167632,"job_number":"JOB_167632","tr_customer_id":167649,"tr_customer_product_id":167639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Krystel Mertz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169905397032309","imei1":"169905397032309","imei2":"169905397032309","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167634,"job_number":"JOB_167634","tr_customer_id":167651,"tr_customer_product_id":167641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Constantin Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114120787849256","imei1":"114120787849256","imei2":"114120787849256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167635,"job_number":"JOB_167635","tr_customer_id":167652,"tr_customer_product_id":167642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Kayley Cartwright","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142568640052876","imei1":"142568640052876","imei2":"142568640052876","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167644,"job_number":"JOB_167644","tr_customer_id":167661,"tr_customer_product_id":167651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"160947787121403","imei1":"160947787121403","imei2":"160947787121403","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167645,"job_number":"JOB_167645","tr_customer_id":167662,"tr_customer_product_id":167652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Joesph Wisozk","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180299567372427","imei1":"180299567372427","imei2":"180299567372427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167646,"job_number":"JOB_167646","tr_customer_id":167663,"tr_customer_product_id":167653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"George Wehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162741629655708","imei1":"162741629655708","imei2":"162741629655708","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167647,"job_number":"JOB_167647","tr_customer_id":167664,"tr_customer_product_id":167654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Royce Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187031398724326","imei1":"187031398724326","imei2":"187031398724326","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167686,"job_number":"JOB_167686","tr_customer_id":167703,"tr_customer_product_id":167693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109429601299068","imei1":"109429601299068","imei2":"109429601299068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167690,"job_number":"JOB_167690","tr_customer_id":167707,"tr_customer_product_id":167697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Yasmine O'Conner","mobile_number":"276-226-2059","email_id":"Micheal.Langworth@hotmail.com","dop":"2025-06-09","serial_number":"104117836226352","imei1":"104117836226352","imei2":"104117836226352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167705,"job_number":"JOB_167705","tr_customer_id":167722,"tr_customer_product_id":167712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108554028495768","imei1":"108554028495768","imei2":"108554028495768","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167707,"job_number":"JOB_167707","tr_customer_id":167724,"tr_customer_product_id":167714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Fermin Morar","mobile_number":"734-674-9275","email_id":"Monica.Schroeder@hotmail.com","dop":"2025-06-09","serial_number":"109431696412298","imei1":"109431696412298","imei2":"109431696412298","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167715,"job_number":"JOB_167715","tr_customer_id":167732,"tr_customer_product_id":167722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:12.000Z","modified_at":"2026-01-27T03:59:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109186152508815","imei1":"109186152508815","imei2":"109186152508815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167717,"job_number":"JOB_167717","tr_customer_id":167734,"tr_customer_product_id":167724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:13.000Z","name":"Emie Greenholt","mobile_number":"985-658-9900","email_id":"Rod41@hotmail.com","dop":"2025-06-09","serial_number":"105938978155234","imei1":"105938978155234","imei2":"105938978155234","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167758,"job_number":"JOB_167758","tr_customer_id":167775,"tr_customer_product_id":167765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:13.000Z","modified_at":"2026-01-27T04:39:13.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19392864251321","imei1":"19392864251321","imei2":"19392864251321","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167802,"job_number":"JOB_167802","tr_customer_id":167819,"tr_customer_product_id":167809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:01.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101552759016705","imei1":"101552759016705","imei2":"101552759016705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167804,"job_number":"JOB_167804","tr_customer_id":167821,"tr_customer_product_id":167811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:02.000Z","modified_at":"2026-01-27T06:20:02.000Z","name":"Margarete Runolfsson","mobile_number":"585-678-2135","email_id":"Neha_McCullough@yahoo.com","dop":"2025-06-09","serial_number":"102551438914382","imei1":"102551438914382","imei2":"102551438914382","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167805,"job_number":"JOB_167805","tr_customer_id":167822,"tr_customer_product_id":167812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:17.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107185650913150","imei1":"107185650913150","imei2":"107185650913150","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167807,"job_number":"JOB_167807","tr_customer_id":167824,"tr_customer_product_id":167814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:18.000Z","modified_at":"2026-01-27T06:20:18.000Z","name":"Adan Padberg","mobile_number":"624-381-5378","email_id":"Jessika.Roob@hotmail.com","dop":"2025-06-09","serial_number":"101487988748895","imei1":"101487988748895","imei2":"101487988748895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167811,"job_number":"JOB_167811","tr_customer_id":167828,"tr_customer_product_id":167818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100068897076486","imei1":"100068897076486","imei2":"100068897076486","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167813,"job_number":"JOB_167813","tr_customer_id":167830,"tr_customer_product_id":167820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:34.000Z","modified_at":"2026-01-27T06:20:34.000Z","name":"Sonny Turner","mobile_number":"799-958-6159","email_id":"Donna.MacGyver@yahoo.com","dop":"2025-06-09","serial_number":"103029682528025","imei1":"103029682528025","imei2":"103029682528025","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167954,"job_number":"JOB_167954","tr_customer_id":167971,"tr_customer_product_id":167961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:24.000Z","modified_at":"2026-01-27T07:35:24.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Jovan_Lakin@yahoo.com","dop":"2025-07-02","serial_number":"12311241407709","imei1":"12311241407709","imei2":"12311241407709","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167955,"job_number":"JOB_167955","tr_customer_id":167972,"tr_customer_product_id":167962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:45.000Z","modified_at":"2026-01-27T07:35:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Markus_Morar4@gmail.com","dop":"2025-07-02","serial_number":"11330791329777","imei1":"11330791329777","imei2":"11330791329777","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167956,"job_number":"JOB_167956","tr_customer_id":167973,"tr_customer_product_id":167963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:36:05.000Z","modified_at":"2026-01-27T07:36:05.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Bernita92@hotmail.com","dop":"2025-07-02","serial_number":"19468135399299","imei1":"19468135399299","imei2":"19468135399299","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168412,"job_number":"JOB_168412","tr_customer_id":168429,"tr_customer_product_id":168419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"136721794885198","imei1":"136721794885198","imei2":"136721794885198","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168413,"job_number":"JOB_168413","tr_customer_id":168430,"tr_customer_product_id":168420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Kaitlin Macejkovic","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123011456727925","imei1":"123011456727925","imei2":"123011456727925","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168414,"job_number":"JOB_168414","tr_customer_id":168431,"tr_customer_product_id":168421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Irwin Schulist","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170474120072593","imei1":"170474120072593","imei2":"170474120072593","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168415,"job_number":"JOB_168415","tr_customer_id":168432,"tr_customer_product_id":168422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:49.000Z","modified_at":"2026-01-27T14:19:49.000Z","name":"Lennie Hyatt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128484971475887","imei1":"128484971475887","imei2":"128484971475887","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168416,"job_number":"JOB_168416","tr_customer_id":168433,"tr_customer_product_id":168423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:02.000Z","modified_at":"2026-01-27T14:20:02.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"184639982898047","imei1":"184639982898047","imei2":"184639982898047","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168417,"job_number":"JOB_168417","tr_customer_id":168434,"tr_customer_product_id":168424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Beryl Borer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128719321275112","imei1":"128719321275112","imei2":"128719321275112","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168418,"job_number":"JOB_168418","tr_customer_id":168435,"tr_customer_product_id":168425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Tom Weber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166434105009195","imei1":"166434105009195","imei2":"166434105009195","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168419,"job_number":"JOB_168419","tr_customer_id":168436,"tr_customer_product_id":168426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Herta Muller","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166178795897785","imei1":"166178795897785","imei2":"166178795897785","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168522,"job_number":"JOB_168522","tr_customer_id":168539,"tr_customer_product_id":168529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:41.000Z","modified_at":"2026-01-27T14:35:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109228975100349","imei1":"109228975100349","imei2":"109228975100349","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168524,"job_number":"JOB_168524","tr_customer_id":168541,"tr_customer_product_id":168531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:42.000Z","modified_at":"2026-01-27T14:35:42.000Z","name":"Chaz Bogisich","mobile_number":"392-210-9533","email_id":"Celia_Kris@yahoo.com","dop":"2025-06-09","serial_number":"108671743184142","imei1":"108671743184142","imei2":"108671743184142","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168525,"job_number":"JOB_168525","tr_customer_id":168542,"tr_customer_product_id":168532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:43.000Z","modified_at":"2026-01-27T14:35:43.000Z","name":"Elise Dicki","mobile_number":"458-642-9793","email_id":"Reece.Crist@gmail.com","dop":"2025-06-09","serial_number":"16083747907973634","imei1":"16083747907973634","imei2":"16083747907973634","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168526,"job_number":"JOB_168526","tr_customer_id":168543,"tr_customer_product_id":168533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100344471231049","imei1":"100344471231049","imei2":"100344471231049","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168530,"job_number":"JOB_168530","tr_customer_id":168547,"tr_customer_product_id":168537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Izaiah Kozey","mobile_number":"445-730-8619","email_id":"Tomasa2@hotmail.com","dop":"2025-06-09","serial_number":"105219142185075","imei1":"105219142185075","imei2":"105219142185075","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168533,"job_number":"JOB_168533","tr_customer_id":168550,"tr_customer_product_id":168540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:16.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103570441628619","imei1":"103570441628619","imei2":"103570441628619","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168535,"job_number":"JOB_168535","tr_customer_id":168552,"tr_customer_product_id":168542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Larissa Leuschke","mobile_number":"426-795-3122","email_id":"Elna.Rolfson28@hotmail.com","dop":"2025-06-09","serial_number":"109669950200651","imei1":"109669950200651","imei2":"109669950200651","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167601,"job_number":"JOB_167601","tr_customer_id":167618,"tr_customer_product_id":167608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10001153009440","imei1":"10001153009440","imei2":"10001153009440","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167604,"job_number":"JOB_167604","tr_customer_id":167621,"tr_customer_product_id":167611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:22.000Z","modified_at":"2026-01-27T03:57:22.000Z","name":"Kathlyn Emard","mobile_number":"883-509-2132","email_id":"Flavie_Vandervort@hotmail.com","dop":"2000-01-31","serial_number":"1042892078118244","imei1":"1042892078118244","imei2":"1042892078118244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167656,"job_number":"JOB_167656","tr_customer_id":167673,"tr_customer_product_id":167663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10368661501071","imei1":"10368661501071","imei2":"10368661501071","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167660,"job_number":"JOB_167660","tr_customer_id":167677,"tr_customer_product_id":167667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Lilla Rodriguez","mobile_number":"471-903-4904","email_id":"Miracle77@hotmail.com","dop":"2000-01-31","serial_number":"1003103858390333","imei1":"1003103858390333","imei2":"1003103858390333","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167697,"job_number":"JOB_167697","tr_customer_id":167714,"tr_customer_product_id":167704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10404146666771","imei1":"10404146666771","imei2":"10404146666771","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167701,"job_number":"JOB_167701","tr_customer_id":167718,"tr_customer_product_id":167708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"Gilda Moore","mobile_number":"609-676-5261","email_id":"Wade_Bernier40@hotmail.com","dop":"2000-01-31","serial_number":"1014467587513357","imei1":"1014467587513357","imei2":"1014467587513357","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167724,"job_number":"JOB_167724","tr_customer_id":167741,"tr_customer_product_id":167731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T03:59:34.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10756932133754","imei1":"10756932133754","imei2":"10756932133754","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167726,"job_number":"JOB_167726","tr_customer_id":167743,"tr_customer_product_id":167733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:35.000Z","modified_at":"2026-01-27T03:59:35.000Z","name":"Ansel Durgan","mobile_number":"326-411-8036","email_id":"Geo.Bayer12@yahoo.com","dop":"2000-01-31","serial_number":"1040609851694983","imei1":"1040609851694983","imei2":"1040609851694983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167866,"job_number":"JOB_167866","tr_customer_id":167883,"tr_customer_product_id":167873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:35:47.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10437737016874","imei1":"10437737016874","imei2":"10437737016874","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167868,"job_number":"JOB_167868","tr_customer_id":167885,"tr_customer_product_id":167875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:49.000Z","modified_at":"2026-01-27T06:35:49.000Z","name":"Marcelle Zieme","mobile_number":"348-753-9040","email_id":"Lottie_Schiller95@hotmail.com","dop":"2000-01-31","serial_number":"1044629435192454","imei1":"1044629435192454","imei2":"1044629435192454","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167874,"job_number":"JOB_167874","tr_customer_id":167891,"tr_customer_product_id":167881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:31.000Z","modified_at":"2026-01-27T06:36:31.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10620499692264","imei1":"10620499692264","imei2":"10620499692264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167876,"job_number":"JOB_167876","tr_customer_id":167893,"tr_customer_product_id":167883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:33.000Z","modified_at":"2026-01-27T06:36:33.000Z","name":"Princess Bartell","mobile_number":"610-243-2625","email_id":"Frederique.Nienow41@gmail.com","dop":"2000-01-31","serial_number":"1008582811372429","imei1":"1008582811372429","imei2":"1008582811372429","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167885,"job_number":"JOB_167885","tr_customer_id":167902,"tr_customer_product_id":167892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:15.000Z","modified_at":"2026-01-27T06:37:15.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10975522372856","imei1":"10975522372856","imei2":"10975522372856","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167887,"job_number":"JOB_167887","tr_customer_id":167904,"tr_customer_product_id":167894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:17.000Z","modified_at":"2026-01-27T06:37:17.000Z","name":"Phyllis Stoltenberg","mobile_number":"269-487-7127","email_id":"Enos.Ernser@yahoo.com","dop":"2000-01-31","serial_number":"1017361775799387","imei1":"1017361775799387","imei2":"1017361775799387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167891,"job_number":"JOB_167891","tr_customer_id":167908,"tr_customer_product_id":167898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:59.000Z","modified_at":"2026-01-27T06:37:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10174215740446","imei1":"10174215740446","imei2":"10174215740446","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167893,"job_number":"JOB_167893","tr_customer_id":167910,"tr_customer_product_id":167900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:01.000Z","modified_at":"2026-01-27T06:38:01.000Z","name":"Jonatan Boyle","mobile_number":"565-294-8891","email_id":"Domenica_Bosco@gmail.com","dop":"2000-01-31","serial_number":"1030009739899854","imei1":"1030009739899854","imei2":"1030009739899854","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168448,"job_number":"JOB_168448","tr_customer_id":168465,"tr_customer_product_id":168455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:25.000Z","modified_at":"2026-01-27T14:25:25.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10058359478847","imei1":"10058359478847","imei2":"10058359478847","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168450,"job_number":"JOB_168450","tr_customer_id":168467,"tr_customer_product_id":168457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:27.000Z","modified_at":"2026-01-27T14:25:27.000Z","name":"Alessandro Brekke","mobile_number":"308-295-0330","email_id":"Brionna_Wolff12@gmail.com","dop":"2000-01-31","serial_number":"1050533870084755","imei1":"1050533870084755","imei2":"1050533870084755","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168455,"job_number":"JOB_168455","tr_customer_id":168472,"tr_customer_product_id":168462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:19.000Z","modified_at":"2026-01-27T14:26:19.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10008870097241","imei1":"10008870097241","imei2":"10008870097241","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168457,"job_number":"JOB_168457","tr_customer_id":168474,"tr_customer_product_id":168464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:21.000Z","modified_at":"2026-01-27T14:26:21.000Z","name":"Valerie Hayes","mobile_number":"990-952-5100","email_id":"Odell.Lowe@yahoo.com","dop":"2000-01-31","serial_number":"1048247811600389","imei1":"1048247811600389","imei2":"1048247811600389","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168458,"job_number":"JOB_168458","tr_customer_id":168475,"tr_customer_product_id":168465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:12.000Z","modified_at":"2026-01-27T14:27:12.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10272219680675","imei1":"10272219680675","imei2":"10272219680675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168460,"job_number":"JOB_168460","tr_customer_id":168477,"tr_customer_product_id":168467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:14.000Z","modified_at":"2026-01-27T14:27:14.000Z","name":"Mossie Lindgren","mobile_number":"897-460-5705","email_id":"Keara.Funk@yahoo.com","dop":"2000-01-31","serial_number":"1076906634427195","imei1":"1076906634427195","imei2":"1076906634427195","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168467,"job_number":"JOB_168467","tr_customer_id":168484,"tr_customer_product_id":168474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:05.000Z","modified_at":"2026-01-27T14:28:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10669631252517","imei1":"10669631252517","imei2":"10669631252517","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168469,"job_number":"JOB_168469","tr_customer_id":168486,"tr_customer_product_id":168476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:07.000Z","modified_at":"2026-01-27T14:28:07.000Z","name":"Callie Bernhard","mobile_number":"870-614-3117","email_id":"Walton_Jakubowski30@yahoo.com","dop":"2000-01-31","serial_number":"1030842983708839","imei1":"1030842983708839","imei2":"1030842983708839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token fed4859e-3419-4e4c-8b7e-e91b16437d00
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 59
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-Fe6G33zoXVoL+7mW4UfVyWjS+Nk"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MzR9.ZBriid1L2G1wDcLGf5BVTZ4LJnkT7tIhILR_DMlvWSE"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDk2MTV9.EDOC39xbUnNPJQTK7YJ60-VvEgmOIsJt1wN-TQ54hn0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MzR9.ZBriid1L2G1wDcLGf5BVTZ4LJnkT7tIhILR_DMlvWSE
Connection keep-alive
If-None-Match W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 28eb8264-0409-4cc6-bc6d-edaee7921458
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDk2MTV9.EDOC39xbUnNPJQTK7YJ60-VvEgmOIsJt1wN-TQ54hn0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f9-BjC4atcJFXwDRx590XRVnnbLGdc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 244ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MzR9.ZBriid1L2G1wDcLGf5BVTZ4LJnkT7tIhILR_DMlvWSE
Connection keep-alive
If-None-Match W/"f9-BjC4atcJFXwDRx590XRVnnbLGdc"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 4a30ab73-ca60-4c49-ac20-c1a5926e2657
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-oMoWRY8gbx5l95Oj8MxxKXsvIyM"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":294}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 999B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MzR9.ZBriid1L2G1wDcLGf5BVTZ4LJnkT7tIhILR_DMlvWSE
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 2484f07d-4072-4a4d-bb36-f56dcb72c81d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 999
ETag W/"3e7-znr/iwsu02Hp6AqWrA+A559y178"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":168615,"job_number":"JOB_168615","tr_customer_id":168632,"tr_customer_product_id":168622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:30.000Z","modified_at":"2026-01-27T17:05:33.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19544426198673","imei2":"19544426198673","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-27T17:05:33.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 241ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MzR9.ZBriid1L2G1wDcLGf5BVTZ4LJnkT7tIhILR_DMlvWSE
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 1a5bcaaf-e801-4edc-8804-d4f378629ad0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 34
Request Body
{"details_key":"repair_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 423ms
Mean size per request: 1.17KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MzR9.ZBriid1L2G1wDcLGf5BVTZ4LJnkT7tIhILR_DMlvWSE
Connection keep-alive
If-None-Match W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token acf463b8-a697-426f-997b-4621f0a0a7e7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4b2-ZJJh4hlyw4lnYyXwoD4n10H72/E"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168615,"job_number":"JOB_168615","tr_customer_id":168632,"tr_customer_product_id":168622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:30.000Z","modified_at":"2026-01-27T17:05:33.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19544426198673","imei2":"19544426198673","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-27T17:05:33.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":168615,"remark":"phone slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-27T17:05:30.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MzR9.ZBriid1L2G1wDcLGf5BVTZ4LJnkT7tIhILR_DMlvWSE
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 3c059ba9-c5f9-40c4-bac6-939214c46eb6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151329,"problems":[{"id":1,"remark":"updated os"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MzR9.ZBriid1L2G1wDcLGf5BVTZ4LJnkT7tIhILR_DMlvWSE
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 05af2220-4c5b-4cf0-9fe4-db67a3f0e173
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 133
Request Body
{
            "job_id": 168615,
            "problems": [
                {
                    "id": 1,
                    "remark": "updated os"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 427ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1MzR9.ZBriid1L2G1wDcLGf5BVTZ4LJnkT7tIhILR_DMlvWSE
Connection keep-alive
If-None-Match W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 2812623a-a210-4250-bf50-37f7b41a6708
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token c76eb4fd-116e-4325-b223-ba8500c6e7a0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 42
Request Body
{"username":"iamqc","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-94XCMUNVOm+mYb7r6WILFfw7wS0"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzUzNn0._qULQ5NXY8AAnbCibc5K9cgPE4Y5CklX-XgCv08vzj4"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzUzNn0._qULQ5NXY8AAnbCibc5K9cgPE4Y5CklX-XgCv08vzj4
Connection keep-alive
If-None-Match W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 6af31aae-3b60-4b50-a9be-e89d004f17b2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a4-vGLOU1E6+pS2LyHZKcJ627Iq4i8"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzUzNn0._qULQ5NXY8AAnbCibc5K9cgPE4Y5CklX-XgCv08vzj4
Connection keep-alive
If-None-Match W/"a4-vGLOU1E6+pS2LyHZKcJ627Iq4i8"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token a0834ff2-edf2-4e04-b133-074d2088e18e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-LnIWEJetITf0voojlBwt4h2EE4k"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":294},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzUzNn0._qULQ5NXY8AAnbCibc5K9cgPE4Y5CklX-XgCv08vzj4
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 7e89db63-6949-4bdd-8445-7d0f27b39a51
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 307ms
Mean size per request: 284.05KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzUzNn0._qULQ5NXY8AAnbCibc5K9cgPE4Y5CklX-XgCv08vzj4
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token d1eee217-f7a9-461c-800c-8a20611f0c31
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"47031-53kUZ4SVl9IJCliFVXvCiokXqYg"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168555,"job_number":"JOB_168555","tr_customer_id":168572,"tr_customer_product_id":168562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:04.000Z","modified_at":"2026-01-27T14:39:14.000Z","name":"giyu tomiaka","mobile_number":"664-638-8499","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"942601100539197","imei1":"942601100539197","imei2":"942601100539197","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168554,"job_number":"JOB_168554","tr_customer_id":168571,"tr_customer_product_id":168561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:52.000Z","modified_at":"2026-01-27T14:39:02.000Z","name":"tanjiro kamado","mobile_number":"433-273-3217","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"207073624441731","imei1":"207073624441731","imei2":"207073624441731","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168553,"job_number":"JOB_168553","tr_customer_id":168570,"tr_customer_product_id":168560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:40.000Z","modified_at":"2026-01-27T14:38:50.000Z","name":"saitama sensei","mobile_number":"339-446-2160","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"875463016242838","imei1":"875463016242838","imei2":"875463016242838","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168534,"job_number":"JOB_168534","tr_customer_id":168551,"tr_customer_product_id":168541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:29.000Z","name":"Garfield Farrell","mobile_number":"952-254-4057","email_id":"Domenick87@hotmail.com","dop":"2025-06-09","serial_number":"100645100343978","imei1":"100645100343978","imei2":"100645100343978","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168528,"job_number":"JOB_168528","tr_customer_id":168545,"tr_customer_product_id":168535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:36:11.000Z","name":"Blanche VonRueden","mobile_number":"500-940-1093","email_id":"Andre.Schmidt@yahoo.com","dop":"2025-06-09","serial_number":"103384821840244","imei1":"103384821840244","imei2":"103384821840244","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168523,"job_number":"JOB_168523","tr_customer_id":168540,"tr_customer_product_id":168530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:41.000Z","modified_at":"2026-01-27T14:35:54.000Z","name":"Godfrey Dickens","mobile_number":"885-371-1600","email_id":"Cecelia.Satterfield13@yahoo.com","dop":"2025-06-09","serial_number":"107593543432128","imei1":"107593543432128","imei2":"107593543432128","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168420,"job_number":"JOB_168420","tr_customer_id":168437,"tr_customer_product_id":168427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:08.000Z","modified_at":"2026-01-27T14:20:32.000Z","name":"Jalyn Roberts","mobile_number":"622-230-0011","email_id":"Jess.Grant61@yahoo.com","dop":"2025-10-01","serial_number":"11790772838237","imei1":"11790772838237","imei2":"11790772838237","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168408,"job_number":"JOB_168408","tr_customer_id":168425,"tr_customer_product_id":168415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:03.000Z","modified_at":"2026-01-27T14:03:15.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"61244624026113","imei1":"61244624026113","imei2":"61244624026113","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:03:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168404,"job_number":"JOB_168404","tr_customer_id":168421,"tr_customer_product_id":168411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:47.000Z","modified_at":"2026-01-27T14:02:59.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"83368626841605","imei1":"83368626841605","imei2":"83368626841605","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168024,"job_number":"JOB_168024","tr_customer_id":168041,"tr_customer_product_id":168031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:44:16.000Z","modified_at":"2026-01-27T16:39:15.000Z","name":"Nitin Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"97707161098983","imei1":"97707161098983","imei2":"97707161098983","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167975,"job_number":"JOB_167975","tr_customer_id":167992,"tr_customer_product_id":167982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:57.000Z","name":"Tyra Bode","mobile_number":"345-387-5492","email_id":"Vinnie_Hansen8@hotmail.com","dop":"2025-11-04","serial_number":"15467931154278","imei1":"15467931154278","imei2":"15467931154278","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167972,"job_number":"JOB_167972","tr_customer_id":167989,"tr_customer_product_id":167979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:27.000Z","modified_at":"2026-01-27T07:47:40.000Z","name":"Myrtie Von","mobile_number":"535-695-3663","email_id":"Garry.Deckow@gmail.com","dop":"2025-11-04","serial_number":"55820820197905","imei1":"55820820197905","imei2":"55820820197905","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167971,"job_number":"JOB_167971","tr_customer_id":167988,"tr_customer_product_id":167978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:10.000Z","modified_at":"2026-01-27T07:47:22.000Z","name":"Hailey Rath","mobile_number":"746-636-4364","email_id":"George0@yahoo.com","dop":"2025-11-04","serial_number":"84569898271866","imei1":"84569898271866","imei2":"84569898271866","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167953,"job_number":"JOB_167953","tr_customer_id":167970,"tr_customer_product_id":167960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:28:10.000Z","modified_at":"2026-01-27T07:28:21.000Z","name":"Emie Bergstrom","mobile_number":"359-635-2065","email_id":"Marjorie.Larkin@yahoo.com","dop":"2025-11-04","serial_number":"32225753709504","imei1":"32225753709504","imei2":"32225753709504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167952,"job_number":"JOB_167952","tr_customer_id":167969,"tr_customer_product_id":167959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:55.000Z","modified_at":"2026-01-27T07:28:06.000Z","name":"Hubert Rolfson","mobile_number":"399-357-0889","email_id":"Giuseppe18@yahoo.com","dop":"2025-11-04","serial_number":"52472548051072","imei1":"52472548051072","imei2":"52472548051072","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167951,"job_number":"JOB_167951","tr_customer_id":167968,"tr_customer_product_id":167958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:39.000Z","modified_at":"2026-01-27T07:27:51.000Z","name":"Bernita Johnston","mobile_number":"924-316-2364","email_id":"Sylvester.Thompson@yahoo.com","dop":"2025-11-04","serial_number":"51972504316060","imei1":"51972504316060","imei2":"51972504316060","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167846,"job_number":"JOB_167846","tr_customer_id":167863,"tr_customer_product_id":167853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"63418459119098","imei1":"63418459119098","imei2":"63418459119098","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167842,"job_number":"JOB_167842","tr_customer_id":167859,"tr_customer_product_id":167849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:59.000Z","modified_at":"2026-01-27T06:30:12.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"14949087610513","imei1":"14949087610513","imei2":"14949087610513","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167841,"job_number":"JOB_167841","tr_customer_id":167858,"tr_customer_product_id":167848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:41.000Z","modified_at":"2026-01-27T06:29:54.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"83346861180614","imei1":"83346861180614","imei2":"83346861180614","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167814,"job_number":"JOB_167814","tr_customer_id":167831,"tr_customer_product_id":167821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:22:09.000Z","modified_at":"2026-01-27T06:22:36.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"87489460908188","imei1":"87489460908188","imei2":"87489460908188","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167812,"job_number":"JOB_167812","tr_customer_id":167829,"tr_customer_product_id":167819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:44.000Z","name":"Bryce Leffler","mobile_number":"385-608-7314","email_id":"Eleanora34@gmail.com","dop":"2025-06-09","serial_number":"101447873691916","imei1":"101447873691916","imei2":"101447873691916","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167806,"job_number":"JOB_167806","tr_customer_id":167823,"tr_customer_product_id":167813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:29.000Z","name":"Ruben Christiansen","mobile_number":"731-322-8089","email_id":"Rylan70@gmail.com","dop":"2025-06-09","serial_number":"101454981814787","imei1":"101454981814787","imei2":"101454981814787","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167803,"job_number":"JOB_167803","tr_customer_id":167820,"tr_customer_product_id":167810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:13.000Z","name":"Rashad Fritsch","mobile_number":"226-706-0013","email_id":"Jan_Boyle4@hotmail.com","dop":"2025-06-09","serial_number":"109276788223497","imei1":"109276788223497","imei2":"109276788223497","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167795,"job_number":"JOB_167795","tr_customer_id":167812,"tr_customer_product_id":167802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:18:21.000Z","modified_at":"2026-01-27T06:18:44.000Z","name":"Enrico Kirlin","mobile_number":"251-555-3855","email_id":"Eli72@yahoo.com","dop":"2025-10-01","serial_number":"11322837650533","imei1":"11322837650533","imei2":"11322837650533","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167794,"job_number":"JOB_167794","tr_customer_id":167811,"tr_customer_product_id":167801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:35.000Z","modified_at":"2026-01-27T06:18:02.000Z","name":"Troy Langworth","mobile_number":"692-491-3396","email_id":"Bernadine.Runolfsdottir@hotmail.com","dop":"2025-11-04","serial_number":"84989457462321","imei1":"84989457462321","imei2":"84989457462321","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167793,"job_number":"JOB_167793","tr_customer_id":167810,"tr_customer_product_id":167800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:19.000Z","modified_at":"2026-01-27T06:17:30.000Z","name":"Wilhelmine Nienow","mobile_number":"634-944-3525","email_id":"Vena.Toy@gmail.com","dop":"2025-11-04","serial_number":"50739144913283","imei1":"50739144913283","imei2":"50739144913283","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167757,"job_number":"JOB_167757","tr_customer_id":167774,"tr_customer_product_id":167764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:12.000Z","modified_at":"2026-01-27T04:39:22.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15588334816566","imei1":"15588334816566","imei2":"15588334816566","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167716,"job_number":"JOB_167716","tr_customer_id":167733,"tr_customer_product_id":167723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:24.000Z","name":"Bennie Franecki","mobile_number":"802-828-9137","email_id":"Mario.Sanford@yahoo.com","dop":"2025-06-09","serial_number":"108192504023156","imei1":"108192504023156","imei2":"108192504023156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167706,"job_number":"JOB_167706","tr_customer_id":167723,"tr_customer_product_id":167713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Kayley Grant","mobile_number":"987-283-8009","email_id":"Germaine16@gmail.com","dop":"2025-06-09","serial_number":"102323060459001","imei1":"102323060459001","imei2":"102323060459001","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167688,"job_number":"JOB_167688","tr_customer_id":167705,"tr_customer_product_id":167695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:52.000Z","name":"Devyn Jerde","mobile_number":"833-279-3346","email_id":"Deja72@yahoo.com","dop":"2025-06-09","serial_number":"103696049142109","imei1":"103696049142109","imei2":"103696049142109","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167633,"job_number":"JOB_167633","tr_customer_id":167650,"tr_customer_product_id":167640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Tanner Bernhard","mobile_number":"590-234-8156","email_id":"Hardy74@yahoo.com","dop":"2025-10-01","serial_number":"12083728362528","imei1":"12083728362528","imei2":"12083728362528","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167598,"job_number":"JOB_167598","tr_customer_id":167615,"tr_customer_product_id":167605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"giyu tomiaka","mobile_number":"325-918-4615","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"898295578132122","imei1":"898295578132122","imei2":"898295578132122","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167583,"job_number":"JOB_167583","tr_customer_id":167600,"tr_customer_product_id":167590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:08.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"tanjiro kamado","mobile_number":"491-800-0516","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"186981793403282","imei1":"186981793403282","imei2":"186981793403282","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167579,"job_number":"JOB_167579","tr_customer_id":167596,"tr_customer_product_id":167586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:57.000Z","modified_at":"2026-01-27T03:57:06.000Z","name":"saitama sensei","mobile_number":"241-714-5923","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"720202871951017","imei1":"720202871951017","imei2":"720202871951017","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167546,"job_number":"JOB_167546","tr_customer_id":167563,"tr_customer_product_id":167553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:26.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19803285126055","imei1":"19803285126055","imei2":"19803285126055","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167544,"job_number":"JOB_167544","tr_customer_id":167561,"tr_customer_product_id":167551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:24.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16856548964448","imei1":"16856548964448","imei2":"16856548964448","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168613,"job_number":"JOB_168613","tr_customer_id":168630,"tr_customer_product_id":168620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19220833279008","imei2":"19220833279008","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T17:05:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168597,"job_number":"JOB_168597","tr_customer_id":168614,"tr_customer_product_id":168604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:35.000Z","modified_at":"2026-01-27T16:33:04.000Z","name":"Florida Renner","mobile_number":"473-632-9627","email_id":"Filomena.Lindgren91@gmail.com","dop":"2026-01-04","serial_number":"10975282029036","imei1":"10975282029036","imei2":"10975282029036","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168594,"job_number":"JOB_168594","tr_customer_id":168611,"tr_customer_product_id":168601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:59.000Z","modified_at":"2026-01-27T16:32:29.000Z","name":"Onie Wehner","mobile_number":"525-707-7386","email_id":"Guiseppe10@yahoo.com","dop":"2026-01-04","serial_number":"19591251401430","imei1":"19591251401430","imei2":"19591251401430","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168591,"job_number":"JOB_168591","tr_customer_id":168608,"tr_customer_product_id":168598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:22.000Z","modified_at":"2026-01-27T16:31:53.000Z","name":"Jewel Jakubowski","mobile_number":"344-549-8027","email_id":"Emmanuel.Gorczany85@yahoo.com","dop":"2026-01-04","serial_number":"13123661182437","imei1":"13123661182437","imei2":"13123661182437","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168588,"job_number":"JOB_168588","tr_customer_id":168605,"tr_customer_product_id":168595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:12.000Z","modified_at":"2026-01-27T16:18:50.000Z","name":"Vicenta Hickle","mobile_number":"903-700-9662","email_id":"Jolie_Goodwin99@gmail.com","dop":"2025-04-06","serial_number":"14823471304770","imei1":"14823471304770","imei2":"14823471304770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:18:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168585,"job_number":"JOB_168585","tr_customer_id":168602,"tr_customer_product_id":168592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:26.000Z","modified_at":"2026-01-27T16:18:05.000Z","name":"Nathan Bailey","mobile_number":"314-431-0996","email_id":"Christop_McDermott@hotmail.com","dop":"2025-04-06","serial_number":"14199266172636","imei1":"14199266172636","imei2":"14199266172636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:18:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168582,"job_number":"JOB_168582","tr_customer_id":168599,"tr_customer_product_id":168589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:40.000Z","modified_at":"2026-01-27T16:17:19.000Z","name":"Elouise Turner","mobile_number":"281-714-2653","email_id":"Vincenzo_Watsica@hotmail.com","dop":"2025-04-06","serial_number":"13726058481533","imei1":"13726058481533","imei2":"13726058481533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:17:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168578,"job_number":"JOB_168578","tr_customer_id":168595,"tr_customer_product_id":168585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:29.000Z","modified_at":"2026-01-27T15:48:39.000Z","name":"Alison Kuvalis","mobile_number":"379-968-0460","email_id":"Kirk66@hotmail.com","dop":"2025-07-01","serial_number":"101065600915747","imei1":"101065600915747","imei2":"101065600915747","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168576,"job_number":"JOB_168576","tr_customer_id":168593,"tr_customer_product_id":168583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:15.000Z","modified_at":"2026-01-27T15:48:27.000Z","name":"Juvenal Shanahan","mobile_number":"384-532-4924","email_id":"Pauline_Smitham@hotmail.com","dop":"2025-07-01","serial_number":"101202221373248","imei1":"101202221373248","imei2":"101202221373248","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168573,"job_number":"JOB_168573","tr_customer_id":168590,"tr_customer_product_id":168580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:04:43.000Z","modified_at":"2026-01-27T15:05:22.000Z","name":"Wayne Jaskolski","mobile_number":"298-435-5449","email_id":"Earnest.Miller@yahoo.com","dop":"2025-04-06","serial_number":"15831377211719","imei1":"15831377211719","imei2":"15831377211719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168571,"job_number":"JOB_168571","tr_customer_id":168588,"tr_customer_product_id":168578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:56.000Z","modified_at":"2026-01-27T15:04:35.000Z","name":"Victor Howell","mobile_number":"916-657-6218","email_id":"Granville37@hotmail.com","dop":"2025-04-06","serial_number":"19659009122260","imei1":"19659009122260","imei2":"19659009122260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168569,"job_number":"JOB_168569","tr_customer_id":168586,"tr_customer_product_id":168576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:09.000Z","modified_at":"2026-01-27T15:03:49.000Z","name":"Jany McLaughlin","mobile_number":"915-529-7776","email_id":"Arturo_Robel@yahoo.com","dop":"2025-04-06","serial_number":"15921801393310","imei1":"15921801393310","imei2":"15921801393310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168566,"job_number":"JOB_168566","tr_customer_id":168583,"tr_customer_product_id":168573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:18.000Z","modified_at":"2026-01-27T14:57:58.000Z","name":"Sammie Wunsch","mobile_number":"867-740-9117","email_id":"Sabrina.Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"14635524139974","imei1":"14635524139974","imei2":"14635524139974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168563,"job_number":"JOB_168563","tr_customer_id":168580,"tr_customer_product_id":168570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:32.000Z","modified_at":"2026-01-27T14:57:11.000Z","name":"Oran Kassulke","mobile_number":"968-259-9104","email_id":"Greyson94@yahoo.com","dop":"2025-04-06","serial_number":"16625743983442","imei1":"16625743983442","imei2":"16625743983442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168560,"job_number":"JOB_168560","tr_customer_id":168577,"tr_customer_product_id":168567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:50.000Z","modified_at":"2026-01-27T14:40:27.000Z","name":"Kristopher Hamill","mobile_number":"613-408-5068","email_id":"Marjory_Rempel6@hotmail.com","dop":"2025-04-06","serial_number":"11700184577754","imei1":"11700184577754","imei2":"11700184577754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:40:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168557,"job_number":"JOB_168557","tr_customer_id":168574,"tr_customer_product_id":168564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:05.000Z","modified_at":"2026-01-27T14:39:43.000Z","name":"Chasity Kilback","mobile_number":"444-243-6395","email_id":"Cortez_Koepp18@yahoo.com","dop":"2025-04-06","serial_number":"17632027953923","imei1":"17632027953923","imei2":"17632027953923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168551,"job_number":"JOB_168551","tr_customer_id":168568,"tr_customer_product_id":168558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:26.000Z","modified_at":"2026-01-27T14:39:04.000Z","name":"Malinda McKenzie","mobile_number":"582-354-7667","email_id":"Ashly.Von@yahoo.com","dop":"2025-04-06","serial_number":"14561773128151","imei1":"14561773128151","imei2":"14561773128151","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168549,"job_number":"JOB_168549","tr_customer_id":168566,"tr_customer_product_id":168556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:20.000Z","modified_at":"2026-01-27T14:38:58.000Z","name":"Stephan Hayes","mobile_number":"380-772-1851","email_id":"Marc_Spencer@yahoo.com","dop":"2025-04-06","serial_number":"10304152059222","imei1":"10304152059222","imei2":"10304152059222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:38:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168546,"job_number":"JOB_168546","tr_customer_id":168563,"tr_customer_product_id":168553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:11.000Z","modified_at":"2026-01-27T14:37:50.000Z","name":"Barton Medhurst","mobile_number":"320-834-1312","email_id":"Delmer42@gmail.com","dop":"2025-04-06","serial_number":"12439773307184","imei1":"12439773307184","imei2":"12439773307184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168544,"job_number":"JOB_168544","tr_customer_id":168561,"tr_customer_product_id":168551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:09.000Z","modified_at":"2026-01-27T14:37:48.000Z","name":"Daphne Reichel","mobile_number":"301-537-9725","email_id":"Hosea79@hotmail.com","dop":"2025-04-06","serial_number":"19073611825661","imei1":"19073611825661","imei2":"19073611825661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168541,"job_number":"JOB_168541","tr_customer_id":168558,"tr_customer_product_id":168548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:37:03.000Z","name":"Jewel Sawayn","mobile_number":"785-939-7834","email_id":"Janessa.Bogisich61@gmail.com","dop":"2025-04-06","serial_number":"16278040109455","imei1":"16278040109455","imei2":"16278040109455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168538,"job_number":"JOB_168538","tr_customer_id":168555,"tr_customer_product_id":168545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:22.000Z","modified_at":"2026-01-27T14:37:01.000Z","name":"Morgan Hirthe","mobile_number":"906-638-8200","email_id":"Reanna.Schamberger52@yahoo.com","dop":"2025-04-06","serial_number":"15074619278145","imei1":"15074619278145","imei2":"15074619278145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168532,"job_number":"JOB_168532","tr_customer_id":168549,"tr_customer_product_id":168539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:54.000Z","name":"Nettie Konopelski","mobile_number":"681-473-6639","email_id":"Dewayne.Klocko40@yahoo.com","dop":"2025-04-06","serial_number":"15704777803318","imei1":"15704777803318","imei2":"15704777803318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168529,"job_number":"JOB_168529","tr_customer_id":168546,"tr_customer_product_id":168536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:36:38.000Z","name":"Mavis Sawayn","mobile_number":"376-753-5722","email_id":"Nat44@yahoo.com","dop":"2025-04-06","serial_number":"12295726618343","imei1":"12295726618343","imei2":"12295726618343","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168520,"job_number":"JOB_168520","tr_customer_id":168537,"tr_customer_product_id":168527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:38.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Misty Mayer","mobile_number":"941-555-8417","email_id":"Benton.Reilly63@yahoo.com","dop":"2025-04-06","serial_number":"14657368347101","imei1":"14657368347101","imei2":"14657368347101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168517,"job_number":"JOB_168517","tr_customer_id":168534,"tr_customer_product_id":168524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:35.000Z","modified_at":"2026-01-27T14:36:15.000Z","name":"Loma Haley","mobile_number":"295-685-6185","email_id":"Luna_Kuhn75@yahoo.com","dop":"2025-04-06","serial_number":"10897302547055","imei1":"10897302547055","imei2":"10897302547055","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168514,"job_number":"JOB_168514","tr_customer_id":168531,"tr_customer_product_id":168521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:13.000Z","modified_at":"2026-01-27T14:35:52.000Z","name":"Linda Kuhn","mobile_number":"486-238-1290","email_id":"Genoveva_Boyer@yahoo.com","dop":"2025-04-06","serial_number":"12209293410742","imei1":"12209293410742","imei2":"12209293410742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168511,"job_number":"JOB_168511","tr_customer_id":168528,"tr_customer_product_id":168518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:51.000Z","modified_at":"2026-01-27T14:35:30.000Z","name":"Scotty Effertz","mobile_number":"345-626-3325","email_id":"Sofia.Hintz77@hotmail.com","dop":"2025-04-06","serial_number":"15028614031468","imei1":"15028614031468","imei2":"15028614031468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168508,"job_number":"JOB_168508","tr_customer_id":168525,"tr_customer_product_id":168515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:27.000Z","modified_at":"2026-01-27T14:35:06.000Z","name":"Raoul Schuster","mobile_number":"673-377-6936","email_id":"Chandler_Corkery@gmail.com","dop":"2025-04-06","serial_number":"14774245487869","imei1":"14774245487869","imei2":"14774245487869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168502,"job_number":"JOB_168502","tr_customer_id":168519,"tr_customer_product_id":168509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:31:16.000Z","modified_at":"2026-01-27T14:31:58.000Z","name":"Gwendolyn Streich","mobile_number":"469-863-0493","email_id":"Jarvis.Pacocha95@yahoo.com","dop":"2025-04-06","serial_number":"19254133947770","imei1":"19254133947770","imei2":"19254133947770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168500,"job_number":"JOB_168500","tr_customer_id":168517,"tr_customer_product_id":168507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:30.000Z","modified_at":"2026-01-27T14:31:09.000Z","name":"Hassie Gleichner","mobile_number":"222-593-1144","email_id":"Favian.Bosco71@yahoo.com","dop":"2025-04-06","serial_number":"17275651875635","imei1":"17275651875635","imei2":"17275651875635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168497,"job_number":"JOB_168497","tr_customer_id":168514,"tr_customer_product_id":168504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:24.000Z","modified_at":"2026-01-27T14:31:03.000Z","name":"Bertha Sauer","mobile_number":"316-503-5802","email_id":"Maynard_Wolff50@gmail.com","dop":"2025-04-06","serial_number":"16503633279422","imei1":"16503633279422","imei2":"16503633279422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168495,"job_number":"JOB_168495","tr_customer_id":168512,"tr_customer_product_id":168502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:56.000Z","modified_at":"2026-01-27T14:30:34.000Z","name":"Selmer Lindgren","mobile_number":"492-260-8399","email_id":"Bill9@hotmail.com","dop":"2025-04-06","serial_number":"18294610486986","imei1":"18294610486986","imei2":"18294610486986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168492,"job_number":"JOB_168492","tr_customer_id":168509,"tr_customer_product_id":168499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:44.000Z","modified_at":"2026-01-27T14:30:23.000Z","name":"Lila Weimann","mobile_number":"644-325-2914","email_id":"Ray_Kihn21@hotmail.com","dop":"2025-04-06","serial_number":"16320084019248","imei1":"16320084019248","imei2":"16320084019248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168489,"job_number":"JOB_168489","tr_customer_id":168506,"tr_customer_product_id":168496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:30.000Z","modified_at":"2026-01-27T14:30:11.000Z","name":"Jennifer Vandervort","mobile_number":"955-783-1567","email_id":"Shany57@yahoo.com","dop":"2025-04-06","serial_number":"16066213290316","imei1":"16066213290316","imei2":"16066213290316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168486,"job_number":"JOB_168486","tr_customer_id":168503,"tr_customer_product_id":168493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:12.000Z","modified_at":"2026-01-27T14:29:49.000Z","name":"Cassie Murphy","mobile_number":"541-654-6783","email_id":"Charlene_Padberg@hotmail.com","dop":"2025-04-06","serial_number":"19150919557924","imei1":"19150919557924","imei2":"19150919557924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168483,"job_number":"JOB_168483","tr_customer_id":168500,"tr_customer_product_id":168490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:29:41.000Z","name":"Abdullah Hauck","mobile_number":"559-913-9317","email_id":"Loma.Lowe9@yahoo.com","dop":"2025-04-06","serial_number":"10645030354603","imei1":"10645030354603","imei2":"10645030354603","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168480,"job_number":"JOB_168480","tr_customer_id":168497,"tr_customer_product_id":168487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:58.000Z","modified_at":"2026-01-27T14:29:37.000Z","name":"Shaina Bayer","mobile_number":"930-876-8174","email_id":"Vena.Waters4@hotmail.com","dop":"2025-04-06","serial_number":"19678374557526","imei1":"19678374557526","imei2":"19678374557526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168477,"job_number":"JOB_168477","tr_customer_id":168494,"tr_customer_product_id":168484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:42.000Z","modified_at":"2026-01-27T14:29:23.000Z","name":"Alba Windler","mobile_number":"674-675-1997","email_id":"Emory_Hand@hotmail.com","dop":"2025-04-06","serial_number":"18381171344050","imei1":"18381171344050","imei2":"18381171344050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168474,"job_number":"JOB_168474","tr_customer_id":168491,"tr_customer_product_id":168481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:28.000Z","modified_at":"2026-01-27T14:29:05.000Z","name":"Aliya Veum","mobile_number":"670-431-3876","email_id":"Ryley_Beer49@gmail.com","dop":"2025-04-06","serial_number":"14168131166077","imei1":"14168131166077","imei2":"14168131166077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168471,"job_number":"JOB_168471","tr_customer_id":168488,"tr_customer_product_id":168478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:09.000Z","modified_at":"2026-01-27T14:28:51.000Z","name":"Earline Robel","mobile_number":"400-971-7194","email_id":"Ola38@yahoo.com","dop":"2025-04-06","serial_number":"13212992354154","imei1":"13212992354154","imei2":"13212992354154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168468,"job_number":"JOB_168468","tr_customer_id":168485,"tr_customer_product_id":168475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:05.000Z","modified_at":"2026-01-27T14:28:49.000Z","name":"Melba Nitzsche","mobile_number":"905-321-4795","email_id":"Prudence91@gmail.com","dop":"2000-01-31","serial_number":"10747505259247","imei1":"10747505259247","imei2":"10747505259247","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168465,"job_number":"JOB_168465","tr_customer_id":168482,"tr_customer_product_id":168472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:53.000Z","modified_at":"2026-01-27T14:28:34.000Z","name":"Erling Reichert","mobile_number":"558-595-2787","email_id":"Terrell.Braun@yahoo.com","dop":"2025-04-06","serial_number":"12395829403793","imei1":"12395829403793","imei2":"12395829403793","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168462,"job_number":"JOB_168462","tr_customer_id":168479,"tr_customer_product_id":168469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:19.000Z","modified_at":"2026-01-27T14:28:01.000Z","name":"Marcelle Brown","mobile_number":"376-883-0965","email_id":"Royce_Veum@gmail.com","dop":"2025-04-06","serial_number":"19661842626993","imei1":"19661842626993","imei2":"19661842626993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168459,"job_number":"JOB_168459","tr_customer_id":168476,"tr_customer_product_id":168466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:12.000Z","modified_at":"2026-01-27T14:27:57.000Z","name":"Makenzie Crooks","mobile_number":"882-926-5596","email_id":"Hope_Prosacco58@yahoo.com","dop":"2000-01-31","serial_number":"10480260514171","imei1":"10480260514171","imei2":"10480260514171","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168456,"job_number":"JOB_168456","tr_customer_id":168473,"tr_customer_product_id":168463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:20.000Z","modified_at":"2026-01-27T14:27:04.000Z","name":"Rafael Cummerata","mobile_number":"727-415-9791","email_id":"Zachery49@hotmail.com","dop":"2000-01-31","serial_number":"10903185794672","imei1":"10903185794672","imei2":"10903185794672","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168452,"job_number":"JOB_168452","tr_customer_id":168469,"tr_customer_product_id":168459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:36.000Z","modified_at":"2026-01-27T14:26:15.000Z","name":"Sydney DuBuque","mobile_number":"601-924-2471","email_id":"Trenton_King75@gmail.com","dop":"2025-06-18","serial_number":"10943029013252","imei1":"10943029013252","imei2":"10943029013252","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168449,"job_number":"JOB_168449","tr_customer_id":168466,"tr_customer_product_id":168456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:25.000Z","modified_at":"2026-01-27T14:26:11.000Z","name":"Ryann Beier","mobile_number":"993-563-2024","email_id":"Joanie.Hane@hotmail.com","dop":"2000-01-31","serial_number":"10794428457491","imei1":"10794428457491","imei2":"10794428457491","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168446,"job_number":"JOB_168446","tr_customer_id":168463,"tr_customer_product_id":168453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:50.000Z","modified_at":"2026-01-27T14:25:29.000Z","name":"Shirley Hyatt","mobile_number":"202-527-9476","email_id":"Omer.Lind0@yahoo.com","dop":"2025-06-18","serial_number":"10792666762015","imei1":"10792666762015","imei2":"10792666762015","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168443,"job_number":"JOB_168443","tr_customer_id":168460,"tr_customer_product_id":168450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:25:09.000Z","name":"Malinda Kub","mobile_number":"419-985-6718","email_id":"Ursula_Braun@gmail.com","dop":"2026-01-04","serial_number":"12189692618636","imei1":"12189692618636","imei2":"12189692618636","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168440,"job_number":"JOB_168440","tr_customer_id":168457,"tr_customer_product_id":168447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:23.000Z","modified_at":"2026-01-27T14:25:05.000Z","name":"Sherman Fisher","mobile_number":"832-226-1707","email_id":"Leland.Gleason@hotmail.com","dop":"2025-04-06","serial_number":"13197785768191","imei1":"13197785768191","imei2":"13197785768191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168436,"job_number":"JOB_168436","tr_customer_id":168453,"tr_customer_product_id":168443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:34.000Z","modified_at":"2026-01-27T14:24:17.000Z","name":"Lonnie Dietrich","mobile_number":"227-656-1271","email_id":"Jayda_Ward24@hotmail.com","dop":"2026-01-04","serial_number":"10420070579461","imei1":"10420070579461","imei2":"10420070579461","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168434,"job_number":"JOB_168434","tr_customer_id":168451,"tr_customer_product_id":168441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:33.000Z","modified_at":"2026-01-27T14:24:15.000Z","name":"Oda Satterfield","mobile_number":"447-523-5988","email_id":"Ibrahim_Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15292049429215","imei1":"15292049429215","imei2":"15292049429215","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168432,"job_number":"JOB_168432","tr_customer_id":168449,"tr_customer_product_id":168439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:15.000Z","modified_at":"2026-01-27T14:23:25.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19234762927208","imei2":"19234762927208","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168430,"job_number":"JOB_168430","tr_customer_id":168447,"tr_customer_product_id":168437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:00.000Z","modified_at":"2026-01-27T14:23:10.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13128104420663","imei2":"13128104420663","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168427,"job_number":"JOB_168427","tr_customer_id":168444,"tr_customer_product_id":168434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:44.000Z","modified_at":"2026-01-27T14:22:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11282810467512","imei2":"11282810467512","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168424,"job_number":"JOB_168424","tr_customer_id":168441,"tr_customer_product_id":168431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:43.000Z","modified_at":"2026-01-27T14:23:26.000Z","name":"Donavon Bergnaum","mobile_number":"313-856-0625","email_id":"Katheryn.Hand@gmail.com","dop":"2025-04-06","serial_number":"15138241422236","imei1":"15138241422236","imei2":"15138241422236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168422,"job_number":"JOB_168422","tr_customer_id":168439,"tr_customer_product_id":168429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:23:25.000Z","name":"Antone Rau","mobile_number":"710-877-1160","email_id":"Dariana90@gmail.com","dop":"2026-01-04","serial_number":"10727130797859","imei1":"10727130797859","imei2":"10727130797859","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168410,"job_number":"JOB_168410","tr_customer_id":168427,"tr_customer_product_id":168417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:44.000Z","modified_at":"2026-01-27T14:04:25.000Z","name":"Madalyn Gerhold","mobile_number":"288-565-3531","email_id":"Jeffry93@yahoo.com","dop":"2025-04-06","serial_number":"14981408932552","imei1":"14981408932552","imei2":"14981408932552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:04:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168406,"job_number":"JOB_168406","tr_customer_id":168423,"tr_customer_product_id":168413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:55.000Z","modified_at":"2026-01-27T14:03:37.000Z","name":"Myrtis Keeling","mobile_number":"555-705-0085","email_id":"Arjun.Tillman@gmail.com","dop":"2025-04-06","serial_number":"14297321024410","imei1":"14297321024410","imei2":"14297321024410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168403,"job_number":"JOB_168403","tr_customer_id":168420,"tr_customer_product_id":168410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:37.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17153397138612","imei1":"17153397138612","imei2":"17153397138612","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168395,"job_number":"JOB_168395","tr_customer_id":168412,"tr_customer_product_id":168402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:07.000Z","modified_at":"2026-01-27T14:02:48.000Z","name":"Paula Hamill","mobile_number":"366-595-0793","email_id":"Chauncey82@gmail.com","dop":"2025-04-06","serial_number":"18438797548175","imei1":"18438797548175","imei2":"18438797548175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168393,"job_number":"JOB_168393","tr_customer_id":168410,"tr_customer_product_id":168400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:37.000Z","modified_at":"2026-01-27T14:02:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12751623846732","imei1":"12751623846732","imei2":"12751623846732","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168385,"job_number":"JOB_168385","tr_customer_id":168402,"tr_customer_product_id":168392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:07.000Z","modified_at":"2026-01-27T14:01:49.000Z","name":"Hortense Graham","mobile_number":"942-815-7603","email_id":"Shakira.Rath86@hotmail.com","dop":"2025-04-06","serial_number":"11468741649776","imei1":"11468741649776","imei2":"11468741649776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:01:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168384,"job_number":"JOB_168384","tr_customer_id":168401,"tr_customer_product_id":168391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36136714056796","imei1":"36136714056796","imei2":"36136714056796","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168272,"job_number":"JOB_168272","tr_customer_id":168289,"tr_customer_product_id":168279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:50.000Z","modified_at":"2026-01-27T13:45:02.000Z","name":"Oscar Ritchie","mobile_number":"719-318-1867","email_id":"Monserrate19@gmail.com","dop":"2025-12-01","serial_number":"17540098712072","imei1":"17540098712072","imei2":"17540098712072","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:45:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168270,"job_number":"JOB_168270","tr_customer_id":168287,"tr_customer_product_id":168277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:34.000Z","modified_at":"2026-01-27T13:44:46.000Z","name":"Camylle Mertz","mobile_number":"942-200-2028","email_id":"Retha.Koss41@hotmail.com","dop":"2025-12-01","serial_number":"12355772743331","imei1":"12355772743331","imei2":"12355772743331","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168268,"job_number":"JOB_168268","tr_customer_id":168285,"tr_customer_product_id":168275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:17.000Z","modified_at":"2026-01-27T13:44:29.000Z","name":"Janie Predovic","mobile_number":"221-782-5093","email_id":"Gladys_Hilpert73@hotmail.com","dop":"2025-12-01","serial_number":"15696191062648","imei1":"15696191062648","imei2":"15696191062648","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168266,"job_number":"JOB_168266","tr_customer_id":168283,"tr_customer_product_id":168273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:18.000Z","modified_at":"2026-01-27T15:29:54.000Z","name":"Ena Jakubowski","mobile_number":"767-899-9822","email_id":"Conor_Gleason71@yahoo.com","dop":"2025-02-01","serial_number":"53730589633809","imei1":"53730589633809","imei2":"53730589633809","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T15:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168251,"job_number":"JOB_168251","tr_customer_id":168268,"tr_customer_product_id":168258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:55.000Z","modified_at":"2026-01-27T12:35:37.000Z","name":"Josianne Crooks","mobile_number":"541-260-9025","email_id":"Kyle_Kertzmann@yahoo.com","dop":"2026-01-04","serial_number":"15505682942558","imei1":"15505682942558","imei2":"15505682942558","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168248,"job_number":"JOB_168248","tr_customer_id":168265,"tr_customer_product_id":168255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:03.000Z","modified_at":"2026-01-27T12:34:46.000Z","name":"Maybelle Anderson","mobile_number":"329-623-8818","email_id":"Ariane63@gmail.com","dop":"2026-01-04","serial_number":"16242676039586","imei1":"16242676039586","imei2":"16242676039586","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168245,"job_number":"JOB_168245","tr_customer_id":168262,"tr_customer_product_id":168252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:12.000Z","modified_at":"2026-01-27T12:33:55.000Z","name":"Jerald Legros","mobile_number":"452-600-9203","email_id":"Hunter2@yahoo.com","dop":"2026-01-04","serial_number":"19900223977702","imei1":"19900223977702","imei2":"19900223977702","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168242,"job_number":"JOB_168242","tr_customer_id":168259,"tr_customer_product_id":168249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:04.000Z","modified_at":"2026-01-27T12:24:41.000Z","name":"Electa Bode","mobile_number":"377-553-5681","email_id":"Jadon.Hilpert23@yahoo.com","dop":"2026-01-04","serial_number":"18677593505476","imei1":"18677593505476","imei2":"18677593505476","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:24:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168239,"job_number":"JOB_168239","tr_customer_id":168256,"tr_customer_product_id":168246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:21.000Z","modified_at":"2026-01-27T12:23:57.000Z","name":"Abdiel Mann","mobile_number":"414-359-7351","email_id":"Audra.Walker@gmail.com","dop":"2026-01-04","serial_number":"11613712934841","imei1":"11613712934841","imei2":"11613712934841","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:23:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168226,"job_number":"JOB_168226","tr_customer_id":168243,"tr_customer_product_id":168233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:37.000Z","modified_at":"2026-01-27T12:23:13.000Z","name":"Jayme Langosh","mobile_number":"560-299-9535","email_id":"Lorenzo_Davis95@gmail.com","dop":"2026-01-04","serial_number":"10318885661706","imei1":"10318885661706","imei2":"10318885661706","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:23:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168219,"job_number":"JOB_168219","tr_customer_id":168236,"tr_customer_product_id":168226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:17.000Z","modified_at":"2026-01-27T12:10:29.000Z","name":"Miller Doyle","mobile_number":"858-538-7878","email_id":"Barton_Schumm@hotmail.com","dop":"2025-12-01","serial_number":"12648511043464","imei1":"12648511043464","imei2":"12648511043464","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168217,"job_number":"JOB_168217","tr_customer_id":168234,"tr_customer_product_id":168224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:01.000Z","modified_at":"2026-01-27T12:10:13.000Z","name":"Verdie Kessler","mobile_number":"847-994-3783","email_id":"Emmanuel20@yahoo.com","dop":"2025-12-01","serial_number":"16460719711611","imei1":"16460719711611","imei2":"16460719711611","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:10:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168215,"job_number":"JOB_168215","tr_customer_id":168232,"tr_customer_product_id":168222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:09:44.000Z","modified_at":"2026-01-27T12:09:56.000Z","name":"Cruz DuBuque","mobile_number":"241-624-0192","email_id":"Marielle.Effertz@hotmail.com","dop":"2025-12-01","serial_number":"10648418062851","imei1":"10648418062851","imei2":"10648418062851","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168094,"job_number":"JOB_168094","tr_customer_id":168111,"tr_customer_product_id":168101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:49.000Z","modified_at":"2026-01-27T11:15:02.000Z","name":"Dallin Gislason","mobile_number":"567-614-0674","email_id":"Asa.Dickens2@hotmail.com","dop":"2025-12-01","serial_number":"19252033319325","imei1":"19252033319325","imei2":"19252033319325","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:15:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168092,"job_number":"JOB_168092","tr_customer_id":168109,"tr_customer_product_id":168099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:32.000Z","modified_at":"2026-01-27T11:14:45.000Z","name":"Jace Goyette","mobile_number":"220-994-9442","email_id":"Eldon.Collins79@hotmail.com","dop":"2025-12-01","serial_number":"12901445906599","imei1":"12901445906599","imei2":"12901445906599","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:14:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168090,"job_number":"JOB_168090","tr_customer_id":168107,"tr_customer_product_id":168097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:15.000Z","modified_at":"2026-01-27T11:14:27.000Z","name":"Tierra Wisoky","mobile_number":"796-535-6757","email_id":"Juliet_DAmore64@yahoo.com","dop":"2025-12-01","serial_number":"17080372061804","imei1":"17080372061804","imei2":"17080372061804","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:14:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168088,"job_number":"JOB_168088","tr_customer_id":168105,"tr_customer_product_id":168095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:03:33.000Z","modified_at":"2026-01-27T11:03:40.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"11927539170002","imei1":"11927539170002","imei2":"11927539170002","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:03:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168087,"job_number":"JOB_168087","tr_customer_id":168104,"tr_customer_product_id":168094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:25.000Z","modified_at":"2026-01-27T11:01:37.000Z","name":"Susan Herzog","mobile_number":"679-937-8561","email_id":"Lawrence.Davis@gmail.com","dop":"2025-12-01","serial_number":"15544212656046","imei1":"15544212656046","imei2":"15544212656046","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168085,"job_number":"JOB_168085","tr_customer_id":168102,"tr_customer_product_id":168092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:08.000Z","modified_at":"2026-01-27T11:01:20.000Z","name":"Hailie Kiehn","mobile_number":"570-647-7279","email_id":"Alda.Glover87@hotmail.com","dop":"2025-12-01","serial_number":"12695029066728","imei1":"12695029066728","imei2":"12695029066728","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168083,"job_number":"JOB_168083","tr_customer_id":168100,"tr_customer_product_id":168090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:00:50.000Z","modified_at":"2026-01-27T11:01:03.000Z","name":"Viola Bode","mobile_number":"373-683-2937","email_id":"Valentina.Ernser9@gmail.com","dop":"2025-12-01","serial_number":"18806189003434","imei1":"18806189003434","imei2":"18806189003434","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168079,"job_number":"JOB_168079","tr_customer_id":168096,"tr_customer_product_id":168086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:42.000Z","modified_at":"2026-01-27T10:34:26.000Z","name":"Ezekiel Hartmann","mobile_number":"324-276-6526","email_id":"Ashleigh_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"14122225292562","imei1":"14122225292562","imei2":"14122225292562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168076,"job_number":"JOB_168076","tr_customer_id":168093,"tr_customer_product_id":168083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:50.000Z","modified_at":"2026-01-27T10:33:34.000Z","name":"Jannie Johnston","mobile_number":"519-667-6296","email_id":"Gina2@yahoo.com","dop":"2025-04-06","serial_number":"15319421858389","imei1":"15319421858389","imei2":"15319421858389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168073,"job_number":"JOB_168073","tr_customer_id":168090,"tr_customer_product_id":168080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:58.000Z","modified_at":"2026-01-27T10:32:42.000Z","name":"Johnathan Rosenbaum","mobile_number":"237-569-0610","email_id":"Rebekah.Jast21@yahoo.com","dop":"2025-04-06","serial_number":"19110824912225","imei1":"19110824912225","imei2":"19110824912225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:32:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168066,"job_number":"JOB_168066","tr_customer_id":168083,"tr_customer_product_id":168073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:51.000Z","modified_at":"2026-01-27T10:57:23.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"14356638927458","imei1":"14356638927458","imei2":"14356638927458","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168064,"job_number":"JOB_168064","tr_customer_id":168081,"tr_customer_product_id":168071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:47.000Z","modified_at":"2026-01-27T10:28:25.000Z","name":"Chet Schaden","mobile_number":"279-274-4333","email_id":"Brayan64@gmail.com","dop":"2026-01-04","serial_number":"17453629624168","imei1":"17453629624168","imei2":"17453629624168","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168061,"job_number":"JOB_168061","tr_customer_id":168078,"tr_customer_product_id":168068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:03.000Z","modified_at":"2026-01-27T10:27:40.000Z","name":"Joaquin Mohr","mobile_number":"805-544-3660","email_id":"Opal_Lebsack47@gmail.com","dop":"2026-01-04","serial_number":"12114928346598","imei1":"12114928346598","imei2":"12114928346598","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168058,"job_number":"JOB_168058","tr_customer_id":168075,"tr_customer_product_id":168065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:18.000Z","modified_at":"2026-01-27T10:26:55.000Z","name":"Roscoe Kertzmann","mobile_number":"487-663-7383","email_id":"Giovani62@gmail.com","dop":"2026-01-04","serial_number":"18684721868853","imei1":"18684721868853","imei2":"18684721868853","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168056,"job_number":"JOB_168056","tr_customer_id":168073,"tr_customer_product_id":168063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:06:55.000Z","modified_at":"2026-01-27T10:07:03.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"16889598345165","imei1":"16889598345165","imei2":"16889598345165","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:07:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168055,"job_number":"JOB_168055","tr_customer_id":168072,"tr_customer_product_id":168062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:05:36.000Z","modified_at":"2026-01-27T10:05:43.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"19174995388693","imei1":"19174995388693","imei2":"19174995388693","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168053,"job_number":"JOB_168053","tr_customer_id":168070,"tr_customer_product_id":168060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:00.000Z","modified_at":"2026-01-27T10:03:41.000Z","name":"Bette Spencer","mobile_number":"250-318-3070","email_id":"Abigail50@gmail.com","dop":"2026-01-04","serial_number":"19518074213425","imei1":"19518074213425","imei2":"19518074213425","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168051,"job_number":"JOB_168051","tr_customer_id":168068,"tr_customer_product_id":168058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:42.000Z","modified_at":"2026-01-27T10:02:53.000Z","name":"Emmalee Moore","mobile_number":"222-544-8078","email_id":"Clarabelle_Pfeffer83@gmail.com","dop":"2025-12-01","serial_number":"15076112657731","imei1":"15076112657731","imei2":"15076112657731","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168049,"job_number":"JOB_168049","tr_customer_id":168066,"tr_customer_product_id":168056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:26.000Z","modified_at":"2026-01-27T10:02:38.000Z","name":"Claud Pouros","mobile_number":"664-760-5960","email_id":"Milan_Deckow70@gmail.com","dop":"2025-12-01","serial_number":"10208018693131","imei1":"10208018693131","imei2":"10208018693131","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168046,"job_number":"JOB_168046","tr_customer_id":168063,"tr_customer_product_id":168053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:12.000Z","modified_at":"2026-01-27T10:02:52.000Z","name":"Kaley Lehner","mobile_number":"614-802-6010","email_id":"Kacie_Larson33@hotmail.com","dop":"2026-01-04","serial_number":"10636137962998","imei1":"10636137962998","imei2":"10636137962998","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168044,"job_number":"JOB_168044","tr_customer_id":168061,"tr_customer_product_id":168051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:10.000Z","modified_at":"2026-01-27T10:02:22.000Z","name":"Esmeralda Bode","mobile_number":"205-625-4081","email_id":"Santina4@yahoo.com","dop":"2025-12-01","serial_number":"18277239641642","imei1":"18277239641642","imei2":"18277239641642","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168042,"job_number":"JOB_168042","tr_customer_id":168059,"tr_customer_product_id":168049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:52.000Z","modified_at":"2026-01-27T10:02:04.000Z","name":"Icie Ward","mobile_number":"766-810-4574","email_id":"Ardella.Rowe@hotmail.com","dop":"2025-12-01","serial_number":"12935030125237","imei1":"12935030125237","imei2":"12935030125237","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168040,"job_number":"JOB_168040","tr_customer_id":168057,"tr_customer_product_id":168047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:36.000Z","modified_at":"2026-01-27T10:01:48.000Z","name":"Laron Hirthe","mobile_number":"731-940-9575","email_id":"Theodora_Shields@yahoo.com","dop":"2025-12-01","serial_number":"15743888369608","imei1":"15743888369608","imei2":"15743888369608","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168037,"job_number":"JOB_168037","tr_customer_id":168054,"tr_customer_product_id":168044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:22.000Z","modified_at":"2026-01-27T10:02:03.000Z","name":"Maye McGlynn","mobile_number":"834-778-6179","email_id":"Nellie9@yahoo.com","dop":"2026-01-04","serial_number":"16067822324575","imei1":"16067822324575","imei2":"16067822324575","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168035,"job_number":"JOB_168035","tr_customer_id":168052,"tr_customer_product_id":168042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:20.000Z","modified_at":"2026-01-27T10:01:32.000Z","name":"Jalon Walker","mobile_number":"853-780-9973","email_id":"Dario_Raynor@yahoo.com","dop":"2025-12-01","serial_number":"16126387345604","imei1":"16126387345604","imei2":"16126387345604","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168032,"job_number":"JOB_168032","tr_customer_id":168049,"tr_customer_product_id":168039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:27.000Z","modified_at":"2026-01-27T09:50:04.000Z","name":"Larue Stokes","mobile_number":"288-297-2561","email_id":"Shaylee_Homenick72@hotmail.com","dop":"2026-01-04","serial_number":"11815380446916","imei1":"11815380446916","imei2":"11815380446916","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168029,"job_number":"JOB_168029","tr_customer_id":168046,"tr_customer_product_id":168036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:43.000Z","modified_at":"2026-01-27T09:49:20.000Z","name":"Alba Hayes","mobile_number":"946-524-4468","email_id":"Ally34@yahoo.com","dop":"2026-01-04","serial_number":"13051341482851","imei1":"13051341482851","imei2":"13051341482851","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168026,"job_number":"JOB_168026","tr_customer_id":168043,"tr_customer_product_id":168033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:58.000Z","modified_at":"2026-01-27T09:48:35.000Z","name":"Kenyon Dickinson","mobile_number":"620-470-9782","email_id":"Clement_Morissette23@gmail.com","dop":"2026-01-04","serial_number":"17783464001877","imei1":"17783464001877","imei2":"17783464001877","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168022,"job_number":"JOB_168022","tr_customer_id":168039,"tr_customer_product_id":168029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:46.000Z","modified_at":"2026-01-27T09:33:23.000Z","name":"Laura Prohaska","mobile_number":"581-701-0460","email_id":"Dax_Heller@gmail.com","dop":"2026-01-04","serial_number":"15736813211429","imei1":"15736813211429","imei2":"15736813211429","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:33:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168019,"job_number":"JOB_168019","tr_customer_id":168036,"tr_customer_product_id":168026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:00.000Z","modified_at":"2026-01-27T09:32:38.000Z","name":"Pierce Halvorson","mobile_number":"371-333-3337","email_id":"Mozelle.Graham61@yahoo.com","dop":"2026-01-04","serial_number":"10964045513198","imei1":"10964045513198","imei2":"10964045513198","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:32:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168016,"job_number":"JOB_168016","tr_customer_id":168033,"tr_customer_product_id":168023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:15.000Z","modified_at":"2026-01-27T09:31:52.000Z","name":"Tyrell Stracke","mobile_number":"973-623-8982","email_id":"Jordi_Harvey@hotmail.com","dop":"2026-01-04","serial_number":"12360610215024","imei1":"12360610215024","imei2":"12360610215024","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168013,"job_number":"JOB_168013","tr_customer_id":168030,"tr_customer_product_id":168020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:40.000Z","modified_at":"2026-01-27T09:24:20.000Z","name":"Llewellyn Anderson","mobile_number":"981-423-6620","email_id":"Ozella.Schultz@hotmail.com","dop":"2025-04-06","serial_number":"12599688938243","imei1":"12599688938243","imei2":"12599688938243","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:24:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168010,"job_number":"JOB_168010","tr_customer_id":168027,"tr_customer_product_id":168017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:52.000Z","modified_at":"2026-01-27T09:23:32.000Z","name":"Josefa Powlowski","mobile_number":"579-508-1792","email_id":"Stewart_Wolff@hotmail.com","dop":"2025-04-06","serial_number":"10836086319804","imei1":"10836086319804","imei2":"10836086319804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:23:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168007,"job_number":"JOB_168007","tr_customer_id":168024,"tr_customer_product_id":168014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:04.000Z","modified_at":"2026-01-27T09:22:44.000Z","name":"Marianne Gaylord","mobile_number":"926-519-0941","email_id":"Will.Labadie@gmail.com","dop":"2025-04-06","serial_number":"16801264837988","imei1":"16801264837988","imei2":"16801264837988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:22:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168004,"job_number":"JOB_168004","tr_customer_id":168021,"tr_customer_product_id":168011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:47:49.000Z","modified_at":"2026-01-27T09:50:36.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"11931605085264","imei1":"11931605085264","imei2":"11931605085264","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168003,"job_number":"JOB_168003","tr_customer_id":168020,"tr_customer_product_id":168010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:46.000Z","modified_at":"2026-01-27T08:42:58.000Z","name":"Charity Ernser","mobile_number":"898-282-6410","email_id":"Alta1@yahoo.com","dop":"2025-12-01","serial_number":"11906099697335","imei1":"11906099697335","imei2":"11906099697335","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168001,"job_number":"JOB_168001","tr_customer_id":168018,"tr_customer_product_id":168008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:30.000Z","modified_at":"2026-01-27T08:42:42.000Z","name":"Lila Bartell","mobile_number":"600-870-0568","email_id":"Watson_Wolf83@gmail.com","dop":"2025-12-01","serial_number":"12257249469649","imei1":"12257249469649","imei2":"12257249469649","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167999,"job_number":"JOB_167999","tr_customer_id":168016,"tr_customer_product_id":168006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:14.000Z","modified_at":"2026-01-27T08:42:26.000Z","name":"Avery Bartell","mobile_number":"892-349-7859","email_id":"Laron.Donnelly41@gmail.com","dop":"2025-12-01","serial_number":"10123534099788","imei1":"10123534099788","imei2":"10123534099788","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167990,"job_number":"JOB_167990","tr_customer_id":168007,"tr_customer_product_id":167997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:02.000Z","modified_at":"2026-01-27T08:20:39.000Z","name":"Mylene Paucek","mobile_number":"366-759-2532","email_id":"Aubrey_Harber@gmail.com","dop":"2025-04-06","serial_number":"13419527922307","imei1":"13419527922307","imei2":"13419527922307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167987,"job_number":"JOB_167987","tr_customer_id":168004,"tr_customer_product_id":167994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:17.000Z","modified_at":"2026-01-27T08:19:55.000Z","name":"Amber Larson","mobile_number":"948-282-8530","email_id":"Consuelo.Weissnat73@yahoo.com","dop":"2025-04-06","serial_number":"12861735933223","imei1":"12861735933223","imei2":"12861735933223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167984,"job_number":"JOB_167984","tr_customer_id":168001,"tr_customer_product_id":167991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:32.000Z","modified_at":"2026-01-27T08:19:10.000Z","name":"Carolyne Paucek","mobile_number":"545-983-9520","email_id":"Lucile_Wolf52@hotmail.com","dop":"2025-04-06","serial_number":"14271654836682","imei1":"14271654836682","imei2":"14271654836682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167981,"job_number":"JOB_167981","tr_customer_id":167998,"tr_customer_product_id":167988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:00:03.000Z","modified_at":"2026-01-27T08:00:14.000Z","name":"Fletcher Franecki","mobile_number":"786-836-3975","email_id":"Loy79@hotmail.com","dop":"2025-12-01","serial_number":"10738362324388","imei1":"10738362324388","imei2":"10738362324388","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167979,"job_number":"JOB_167979","tr_customer_id":167996,"tr_customer_product_id":167986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:47.000Z","modified_at":"2026-01-27T07:59:58.000Z","name":"Joel Schmeler","mobile_number":"474-846-8783","email_id":"Vada.Crona7@hotmail.com","dop":"2025-12-01","serial_number":"19660589554505","imei1":"19660589554505","imei2":"19660589554505","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167977,"job_number":"JOB_167977","tr_customer_id":167994,"tr_customer_product_id":167984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:31.000Z","modified_at":"2026-01-27T07:59:42.000Z","name":"Columbus Deckow","mobile_number":"894-371-3585","email_id":"Joel_Leuschke@gmail.com","dop":"2025-12-01","serial_number":"18261600913888","imei1":"18261600913888","imei2":"18261600913888","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167973,"job_number":"JOB_167973","tr_customer_id":167990,"tr_customer_product_id":167980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:42.000Z","modified_at":"2026-01-27T07:48:20.000Z","name":"Arvel Kuhn","mobile_number":"615-319-7198","email_id":"Chaz_Robel@hotmail.com","dop":"2025-04-06","serial_number":"14431655523975","imei1":"14431655523975","imei2":"14431655523975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:48:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167969,"job_number":"JOB_167969","tr_customer_id":167986,"tr_customer_product_id":167976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:56.000Z","modified_at":"2026-01-27T07:47:36.000Z","name":"Maud Cummerata","mobile_number":"646-422-3272","email_id":"Tamara.Witting12@gmail.com","dop":"2025-04-06","serial_number":"13661529653762","imei1":"13661529653762","imei2":"13661529653762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167968,"job_number":"JOB_167968","tr_customer_id":167985,"tr_customer_product_id":167975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:47.000Z","name":"Mariah Hamill","mobile_number":"652-797-8772","email_id":"Noemy.Jakubowski@yahoo.com","dop":"2025-12-01","serial_number":"11895969562146","imei1":"11895969562146","imei2":"11895969562146","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167966,"job_number":"JOB_167966","tr_customer_id":167983,"tr_customer_product_id":167973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:29.000Z","name":"Ellen Ernser","mobile_number":"773-782-1692","email_id":"Jay32@yahoo.com","dop":"2025-12-01","serial_number":"18035647441755","imei1":"18035647441755","imei2":"18035647441755","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167964,"job_number":"JOB_167964","tr_customer_id":167981,"tr_customer_product_id":167971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:45:11.000Z","name":"Carol Harber","mobile_number":"791-589-1054","email_id":"Tabitha36@hotmail.com","dop":"2025-12-01","serial_number":"13015239403347","imei1":"13015239403347","imei2":"13015239403347","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167962,"job_number":"JOB_167962","tr_customer_id":167979,"tr_customer_product_id":167969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:22.000Z","name":"Dangelo Mann","mobile_number":"687-934-9912","email_id":"Bradly_Bogisich@gmail.com","dop":"2025-12-01","serial_number":"14223691814750","imei1":"14223691814750","imei2":"14223691814750","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167960,"job_number":"JOB_167960","tr_customer_id":167977,"tr_customer_product_id":167967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:41:06.000Z","name":"Marquise Reichert","mobile_number":"587-475-6993","email_id":"Mireya_Armstrong@gmail.com","dop":"2025-12-01","serial_number":"11570715098623","imei1":"11570715098623","imei2":"11570715098623","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167958,"job_number":"JOB_167958","tr_customer_id":167975,"tr_customer_product_id":167965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:38.000Z","modified_at":"2026-01-27T07:40:50.000Z","name":"Juanita Leffler","mobile_number":"636-521-5568","email_id":"Patience37@hotmail.com","dop":"2025-12-01","serial_number":"17253145582378","imei1":"17253145582378","imei2":"17253145582378","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167949,"job_number":"JOB_167949","tr_customer_id":167966,"tr_customer_product_id":167956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:14.000Z","modified_at":"2026-01-27T07:05:53.000Z","name":"Blanca Schneider","mobile_number":"399-331-5349","email_id":"Howard.Klocko@hotmail.com","dop":"2025-04-06","serial_number":"18972673309267","imei1":"18972673309267","imei2":"18972673309267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167947,"job_number":"JOB_167947","tr_customer_id":167964,"tr_customer_product_id":167954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:29.000Z","modified_at":"2026-01-27T07:05:07.000Z","name":"Dasia Weissnat","mobile_number":"217-928-5689","email_id":"Cordie.Mayert15@yahoo.com","dop":"2025-04-06","serial_number":"18151854735051","imei1":"18151854735051","imei2":"18151854735051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167945,"job_number":"JOB_167945","tr_customer_id":167962,"tr_customer_product_id":167952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:45.000Z","modified_at":"2026-01-27T07:04:22.000Z","name":"Carolanne Johnston","mobile_number":"835-983-6740","email_id":"Demond45@hotmail.com","dop":"2025-04-06","serial_number":"12500515806340","imei1":"12500515806340","imei2":"12500515806340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:04:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167944,"job_number":"JOB_167944","tr_customer_id":167961,"tr_customer_product_id":167951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:28.000Z","name":"Izaiah Goodwin","mobile_number":"667-308-1378","email_id":"Elouise43@hotmail.com","dop":"2025-12-01","serial_number":"17184857919726","imei1":"17184857919726","imei2":"17184857919726","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167942,"job_number":"JOB_167942","tr_customer_id":167959,"tr_customer_product_id":167949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:54:10.000Z","name":"Pietro Stracke","mobile_number":"336-677-3457","email_id":"Darrick_Wilderman4@gmail.com","dop":"2025-12-01","serial_number":"11510163451561","imei1":"11510163451561","imei2":"11510163451561","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167940,"job_number":"JOB_167940","tr_customer_id":167957,"tr_customer_product_id":167947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:52.000Z","name":"Cara Rath","mobile_number":"987-859-1105","email_id":"Amir60@gmail.com","dop":"2025-12-01","serial_number":"10948899776550","imei1":"10948899776550","imei2":"10948899776550","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167937,"job_number":"JOB_167937","tr_customer_id":167954,"tr_customer_product_id":167944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:26.000Z","modified_at":"2026-01-27T06:52:03.000Z","name":"Allene Erdman","mobile_number":"213-477-2942","email_id":"Reilly.Klocko@yahoo.com","dop":"2026-01-04","serial_number":"12959238722478","imei1":"12959238722478","imei2":"12959238722478","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167934,"job_number":"JOB_167934","tr_customer_id":167951,"tr_customer_product_id":167941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:51:36.000Z","name":"Miracle Doyle","mobile_number":"985-838-2059","email_id":"Jett_Bosco@hotmail.com","dop":"2025-04-06","serial_number":"17756785529011","imei1":"17756785529011","imei2":"17756785529011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167931,"job_number":"JOB_167931","tr_customer_id":167948,"tr_customer_product_id":167938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:51:18.000Z","name":"Brando Johnston","mobile_number":"935-317-2882","email_id":"Edmund50@hotmail.com","dop":"2026-01-04","serial_number":"17810372015745","imei1":"17810372015745","imei2":"17810372015745","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167928,"job_number":"JOB_167928","tr_customer_id":167945,"tr_customer_product_id":167935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:51.000Z","name":"Bernadine Rutherford","mobile_number":"704-539-2876","email_id":"Emmett_Kohler@gmail.com","dop":"2025-04-06","serial_number":"14534602088922","imei1":"14534602088922","imei2":"14534602088922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167925,"job_number":"JOB_167925","tr_customer_id":167942,"tr_customer_product_id":167932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:50:33.000Z","name":"Kris Bernier","mobile_number":"258-592-8541","email_id":"Kaycee96@gmail.com","dop":"2026-01-04","serial_number":"18439341230313","imei1":"18439341230313","imei2":"18439341230313","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167922,"job_number":"JOB_167922","tr_customer_id":167939,"tr_customer_product_id":167929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:29.000Z","modified_at":"2026-01-27T06:50:09.000Z","name":"Bell Stracke","mobile_number":"915-750-4333","email_id":"Saul58@hotmail.com","dop":"2025-04-06","serial_number":"10400148993354","imei1":"10400148993354","imei2":"10400148993354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167920,"job_number":"JOB_167920","tr_customer_id":167937,"tr_customer_product_id":167927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:50:04.000Z","name":"Ignacio Farrell","mobile_number":"320-500-1584","email_id":"Felipe52@hotmail.com","dop":"2025-04-06","serial_number":"18659899859152","imei1":"18659899859152","imei2":"18659899859152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167917,"job_number":"JOB_167917","tr_customer_id":167934,"tr_customer_product_id":167924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:45:18.000Z","name":"Joaquin Kulas","mobile_number":"583-240-9817","email_id":"Kirsten25@yahoo.com","dop":"2025-04-06","serial_number":"17938551459730","imei1":"17938551459730","imei2":"17938551459730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167914,"job_number":"JOB_167914","tr_customer_id":167931,"tr_customer_product_id":167921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:16.000Z","modified_at":"2026-01-27T06:44:58.000Z","name":"Grady Schaden","mobile_number":"682-416-2165","email_id":"Megane_Barrows5@gmail.com","dop":"2025-04-06","serial_number":"13986612123238","imei1":"13986612123238","imei2":"13986612123238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167912,"job_number":"JOB_167912","tr_customer_id":167929,"tr_customer_product_id":167919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:50.000Z","modified_at":"2026-01-27T06:44:30.000Z","name":"Sam Baumbach","mobile_number":"278-216-6264","email_id":"Abdul.Schoen24@gmail.com","dop":"2025-04-06","serial_number":"19651107341783","imei1":"19651107341783","imei2":"19651107341783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167909,"job_number":"JOB_167909","tr_customer_id":167926,"tr_customer_product_id":167916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:45.000Z","modified_at":"2026-01-27T06:44:28.000Z","name":"Kaitlin Zboncak","mobile_number":"891-592-1390","email_id":"Furman_Ziemann@gmail.com","dop":"2025-04-06","serial_number":"19030635434719","imei1":"19030635434719","imei2":"19030635434719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167907,"job_number":"JOB_167907","tr_customer_id":167924,"tr_customer_product_id":167914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:44:24.000Z","name":"Harley Runte","mobile_number":"656-420-5648","email_id":"Martina.Walker@yahoo.com","dop":"2025-04-06","serial_number":"14023871545970","imei1":"14023871545970","imei2":"14023871545970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167904,"job_number":"JOB_167904","tr_customer_id":167921,"tr_customer_product_id":167911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:02.000Z","modified_at":"2026-01-27T06:43:42.000Z","name":"Cortez Kshlerin","mobile_number":"404-335-4217","email_id":"Caroline.Hyatt@gmail.com","dop":"2025-04-06","serial_number":"15859812046555","imei1":"15859812046555","imei2":"15859812046555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167901,"job_number":"JOB_167901","tr_customer_id":167918,"tr_customer_product_id":167908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:43:35.000Z","name":"Jeanie Bailey","mobile_number":"254-447-6959","email_id":"Otha93@hotmail.com","dop":"2025-04-06","serial_number":"13830389477544","imei1":"13830389477544","imei2":"13830389477544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167898,"job_number":"JOB_167898","tr_customer_id":167915,"tr_customer_product_id":167905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:46.000Z","name":"Berta Gleason","mobile_number":"670-959-8671","email_id":"Nelle.Douglas@hotmail.com","dop":"2025-04-06","serial_number":"17500260885098","imei1":"17500260885098","imei2":"17500260885098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167895,"job_number":"JOB_167895","tr_customer_id":167912,"tr_customer_product_id":167902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:32.000Z","modified_at":"2026-01-27T06:39:09.000Z","name":"Mylene Ziemann","mobile_number":"268-456-3179","email_id":"Monserrate.Padberg96@hotmail.com","dop":"2025-04-06","serial_number":"13422109656931","imei1":"13422109656931","imei2":"13422109656931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167892,"job_number":"JOB_167892","tr_customer_id":167909,"tr_customer_product_id":167899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:00.000Z","modified_at":"2026-01-27T06:38:36.000Z","name":"Adrain Flatley","mobile_number":"625-204-1955","email_id":"Iliana_Green@gmail.com","dop":"2000-01-31","serial_number":"10327360941022","imei1":"10327360941022","imei2":"10327360941022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167889,"job_number":"JOB_167889","tr_customer_id":167906,"tr_customer_product_id":167896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:38:24.000Z","name":"Christa Kutch","mobile_number":"447-746-4829","email_id":"Krista_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"16625501213741","imei1":"16625501213741","imei2":"16625501213741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167886,"job_number":"JOB_167886","tr_customer_id":167903,"tr_customer_product_id":167893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:16.000Z","modified_at":"2026-01-27T06:37:53.000Z","name":"Vivianne Kuvalis","mobile_number":"928-407-3268","email_id":"Nola37@hotmail.com","dop":"2000-01-31","serial_number":"10539760183863","imei1":"10539760183863","imei2":"10539760183863","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167882,"job_number":"JOB_167882","tr_customer_id":167899,"tr_customer_product_id":167889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:42.000Z","name":"Jaylen Kerluke","mobile_number":"546-909-9233","email_id":"Domingo45@gmail.com","dop":"2025-04-06","serial_number":"16862134829963","imei1":"16862134829963","imei2":"16862134829963","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167881,"job_number":"JOB_167881","tr_customer_id":167898,"tr_customer_product_id":167888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:40.000Z","name":"Celestine Kilback","mobile_number":"975-592-9244","email_id":"Maximillian46@gmail.com","dop":"2025-04-06","serial_number":"17951541323118","imei1":"17951541323118","imei2":"17951541323118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167878,"job_number":"JOB_167878","tr_customer_id":167895,"tr_customer_product_id":167885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:37:22.000Z","name":"Ezequiel Hauck","mobile_number":"402-515-8716","email_id":"Ethel52@hotmail.com","dop":"2025-10-21","serial_number":"12597963508580","imei1":"12597963508580","imei2":"12597963508580","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167875,"job_number":"JOB_167875","tr_customer_id":167892,"tr_customer_product_id":167882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:32.000Z","modified_at":"2026-01-27T06:37:09.000Z","name":"Jakayla Stehr","mobile_number":"889-226-7042","email_id":"Oswald_Blanda50@hotmail.com","dop":"2000-01-31","serial_number":"10809822361810","imei1":"10809822361810","imei2":"10809822361810","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167872,"job_number":"JOB_167872","tr_customer_id":167889,"tr_customer_product_id":167879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:16.000Z","modified_at":"2026-01-27T06:36:55.000Z","name":"Cruz Hoeger","mobile_number":"934-485-6036","email_id":"Zelda13@yahoo.com","dop":"2025-04-06","serial_number":"14583018003932","imei1":"14583018003932","imei2":"14583018003932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167870,"job_number":"JOB_167870","tr_customer_id":167887,"tr_customer_product_id":167877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:55.000Z","modified_at":"2026-01-27T06:36:34.000Z","name":"Fletcher Langosh","mobile_number":"961-716-6775","email_id":"Danyka74@hotmail.com","dop":"2025-10-21","serial_number":"12097514595498","imei1":"12097514595498","imei2":"12097514595498","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167867,"job_number":"JOB_167867","tr_customer_id":167884,"tr_customer_product_id":167874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:36:24.000Z","name":"Keenan Strosin","mobile_number":"493-722-5111","email_id":"Athena3@yahoo.com","dop":"2000-01-31","serial_number":"10961625417361","imei1":"10961625417361","imei2":"10961625417361","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167864,"job_number":"JOB_167864","tr_customer_id":167881,"tr_customer_product_id":167871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:29.000Z","modified_at":"2026-01-27T06:36:08.000Z","name":"Natasha Towne","mobile_number":"539-944-7993","email_id":"Elinore77@hotmail.com","dop":"2025-04-06","serial_number":"15990339465447","imei1":"15990339465447","imei2":"15990339465447","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167862,"job_number":"JOB_167862","tr_customer_id":167879,"tr_customer_product_id":167869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:07.000Z","modified_at":"2026-01-27T06:35:46.000Z","name":"Erling Schowalter","mobile_number":"297-720-6965","email_id":"Emerald.Hayes@yahoo.com","dop":"2025-10-21","serial_number":"17024058576990","imei1":"17024058576990","imei2":"17024058576990","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167859,"job_number":"JOB_167859","tr_customer_id":167876,"tr_customer_product_id":167866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:26.000Z","modified_at":"2026-01-27T06:35:09.000Z","name":"Darius Hane","mobile_number":"861-784-3255","email_id":"Isac8@hotmail.com","dop":"2025-04-06","serial_number":"10330263504588","imei1":"10330263504588","imei2":"10330263504588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167858,"job_number":"JOB_167858","tr_customer_id":167875,"tr_customer_product_id":167865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:18.000Z","modified_at":"2026-01-27T06:32:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12423253098832","imei2":"12423253098832","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167856,"job_number":"JOB_167856","tr_customer_id":167873,"tr_customer_product_id":167863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10053012872262","imei2":"10053012872262","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167853,"job_number":"JOB_167853","tr_customer_id":167870,"tr_customer_product_id":167860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:32:30.000Z","name":"Allie Stiedemann","mobile_number":"434-823-0869","email_id":"Hershel.Johnson34@hotmail.com","dop":"2025-04-06","serial_number":"12101566250387","imei1":"12101566250387","imei2":"12101566250387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167851,"job_number":"JOB_167851","tr_customer_id":167868,"tr_customer_product_id":167858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:32:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14240408583347","imei2":"14240408583347","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167848,"job_number":"JOB_167848","tr_customer_id":167865,"tr_customer_product_id":167855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:43.000Z","name":"Dorcas Schinner","mobile_number":"993-457-8106","email_id":"Helena_Herzog2@hotmail.com","dop":"2025-04-06","serial_number":"16557584408408","imei1":"16557584408408","imei2":"16557584408408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167844,"job_number":"JOB_167844","tr_customer_id":167861,"tr_customer_product_id":167851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:56.000Z","name":"Rey Reichert","mobile_number":"904-355-8506","email_id":"Maxime.Brekke12@gmail.com","dop":"2025-04-06","serial_number":"13183922370106","imei1":"13183922370106","imei2":"13183922370106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167839,"job_number":"JOB_167839","tr_customer_id":167856,"tr_customer_product_id":167846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:40.000Z","name":"Stanford Kuhlman","mobile_number":"548-543-0439","email_id":"Afton_Mayert73@gmail.com","dop":"2025-04-06","serial_number":"19371343198470","imei1":"19371343198470","imei2":"19371343198470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167836,"job_number":"JOB_167836","tr_customer_id":167853,"tr_customer_product_id":167843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:57.000Z","name":"Maiya Hartmann","mobile_number":"805-965-1463","email_id":"Soledad52@hotmail.com","dop":"2025-04-06","serial_number":"19886852653800","imei1":"19886852653800","imei2":"19886852653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167833,"job_number":"JOB_167833","tr_customer_id":167850,"tr_customer_product_id":167840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:28:14.000Z","name":"Dayne Beatty","mobile_number":"976-674-2026","email_id":"Herminio_Kovacek@gmail.com","dop":"2025-04-06","serial_number":"13833034191551","imei1":"13833034191551","imei2":"13833034191551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167830,"job_number":"JOB_167830","tr_customer_id":167847,"tr_customer_product_id":167837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:27:00.000Z","name":"Cecelia Bauch","mobile_number":"671-610-2410","email_id":"Emilie_Ullrich20@gmail.com","dop":"2025-04-06","serial_number":"11963927712940","imei1":"11963927712940","imei2":"11963927712940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167827,"job_number":"JOB_167827","tr_customer_id":167844,"tr_customer_product_id":167834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:27.000Z","modified_at":"2026-01-27T06:26:09.000Z","name":"Bo Tromp","mobile_number":"574-636-5595","email_id":"Darwin.Runolfsson@hotmail.com","dop":"2025-04-06","serial_number":"14330271912505","imei1":"14330271912505","imei2":"14330271912505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167824,"job_number":"JOB_167824","tr_customer_id":167841,"tr_customer_product_id":167831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:25:18.000Z","name":"Fidel Stoltenberg","mobile_number":"888-752-5165","email_id":"Lauriane87@hotmail.com","dop":"2025-04-06","serial_number":"11748226776697","imei1":"11748226776697","imei2":"11748226776697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167821,"job_number":"JOB_167821","tr_customer_id":167838,"tr_customer_product_id":167828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:24:24.000Z","name":"Antonina Maggio","mobile_number":"602-978-3602","email_id":"Bo.Bechtelar0@yahoo.com","dop":"2025-06-18","serial_number":"10055833646600","imei1":"10055833646600","imei2":"10055833646600","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167818,"job_number":"JOB_167818","tr_customer_id":167835,"tr_customer_product_id":167825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:41.000Z","name":"Donny Hayes","mobile_number":"206-293-1033","email_id":"Kenyon.Walsh@yahoo.com","dop":"2025-06-18","serial_number":"10185353647351","imei1":"10185353647351","imei2":"10185353647351","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167815,"job_number":"JOB_167815","tr_customer_id":167832,"tr_customer_product_id":167822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:04.000Z","modified_at":"2026-01-27T06:23:42.000Z","name":"Ellis Walter","mobile_number":"583-518-4689","email_id":"Vena_Streich@hotmail.com","dop":"2025-04-06","serial_number":"18312915331901","imei1":"18312915331901","imei2":"18312915331901","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167809,"job_number":"JOB_167809","tr_customer_id":167826,"tr_customer_product_id":167816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:31.000Z","modified_at":"2026-01-27T06:21:07.000Z","name":"Pansy Fritsch","mobile_number":"318-635-6350","email_id":"Lenore22@gmail.com","dop":"2025-04-06","serial_number":"12752952311240","imei1":"12752952311240","imei2":"12752952311240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167800,"job_number":"JOB_167800","tr_customer_id":167817,"tr_customer_product_id":167807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:20:23.000Z","name":"Jennyfer Weber","mobile_number":"506-331-5511","email_id":"Bradly_Wisozk54@yahoo.com","dop":"2025-04-06","serial_number":"16469269473320","imei1":"16469269473320","imei2":"16469269473320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167797,"job_number":"JOB_167797","tr_customer_id":167814,"tr_customer_product_id":167804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:39.000Z","name":"Eloy Ledner","mobile_number":"477-272-0753","email_id":"Dessie.Metz@gmail.com","dop":"2025-04-06","serial_number":"15793220981851","imei1":"15793220981851","imei2":"15793220981851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167791,"job_number":"JOB_167791","tr_customer_id":167808,"tr_customer_product_id":167798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:39.000Z","modified_at":"2026-01-27T05:20:16.000Z","name":"Alisha Jast","mobile_number":"302-636-5500","email_id":"Christ.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10308584976477","imei1":"10308584976477","imei2":"10308584976477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:20:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167788,"job_number":"JOB_167788","tr_customer_id":167805,"tr_customer_product_id":167795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:54.000Z","modified_at":"2026-01-27T05:19:31.000Z","name":"Talia Nicolas","mobile_number":"760-854-8658","email_id":"Melyna_Trantow7@gmail.com","dop":"2025-04-06","serial_number":"15591401403235","imei1":"15591401403235","imei2":"15591401403235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:19:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167785,"job_number":"JOB_167785","tr_customer_id":167802,"tr_customer_product_id":167792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:09.000Z","modified_at":"2026-01-27T05:18:46.000Z","name":"Bert Cremin","mobile_number":"880-469-4883","email_id":"Mertie36@gmail.com","dop":"2025-04-06","serial_number":"10424599133818","imei1":"10424599133818","imei2":"10424599133818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167782,"job_number":"JOB_167782","tr_customer_id":167799,"tr_customer_product_id":167789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:11.000Z","modified_at":"2026-01-27T05:01:48.000Z","name":"Cyrus Prosacco","mobile_number":"968-467-5339","email_id":"Aiyana.Bashirian@yahoo.com","dop":"2025-04-06","serial_number":"15957104757718","imei1":"15957104757718","imei2":"15957104757718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167780,"job_number":"JOB_167780","tr_customer_id":167797,"tr_customer_product_id":167787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:53.000Z","modified_at":"2026-01-27T05:01:30.000Z","name":"Penelope Haley","mobile_number":"314-974-3233","email_id":"Domingo14@yahoo.com","dop":"2025-04-06","serial_number":"18569555503460","imei1":"18569555503460","imei2":"18569555503460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167778,"job_number":"JOB_167778","tr_customer_id":167795,"tr_customer_product_id":167785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:09.000Z","modified_at":"2026-01-27T04:59:48.000Z","name":"Tina Fahey","mobile_number":"555-225-7781","email_id":"Dolly93@gmail.com","dop":"2025-04-06","serial_number":"18314748738357","imei1":"18314748738357","imei2":"18314748738357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167776,"job_number":"JOB_167776","tr_customer_id":167793,"tr_customer_product_id":167783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:24.000Z","modified_at":"2026-01-27T04:59:02.000Z","name":"Keith Ernser","mobile_number":"971-520-9943","email_id":"Jean97@gmail.com","dop":"2025-04-06","serial_number":"15123889471853","imei1":"15123889471853","imei2":"15123889471853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167774,"job_number":"JOB_167774","tr_customer_id":167791,"tr_customer_product_id":167781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:38.000Z","modified_at":"2026-01-27T04:58:16.000Z","name":"Houston Lockman","mobile_number":"807-303-0969","email_id":"Katelin_Wintheiser@yahoo.com","dop":"2025-04-06","serial_number":"10033490901667","imei1":"10033490901667","imei2":"10033490901667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167773,"job_number":"JOB_167773","tr_customer_id":167790,"tr_customer_product_id":167780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:52:06.000Z","name":"Akeem Hirthe","mobile_number":"846-525-7749","email_id":"Victoria58@gmail.com","dop":"2025-07-01","serial_number":"109682923227161","imei1":"109682923227161","imei2":"109682923227161","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167771,"job_number":"JOB_167771","tr_customer_id":167788,"tr_customer_product_id":167778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:52.000Z","name":"Lauretta Ledner","mobile_number":"979-501-3503","email_id":"Ephraim67@yahoo.com","dop":"2025-07-01","serial_number":"102525710077270","imei1":"102525710077270","imei2":"102525710077270","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:51:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167766,"job_number":"JOB_167766","tr_customer_id":167783,"tr_customer_product_id":167773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:04.000Z","modified_at":"2026-01-27T04:43:44.000Z","name":"Tiara Gerlach","mobile_number":"705-255-9198","email_id":"Alan.Dietrich48@yahoo.com","dop":"2025-04-06","serial_number":"13673813176470","imei1":"13673813176470","imei2":"13673813176470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167763,"job_number":"JOB_167763","tr_customer_id":167780,"tr_customer_product_id":167770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:16.000Z","modified_at":"2026-01-27T04:42:56.000Z","name":"Holden Altenwerth","mobile_number":"331-282-0181","email_id":"Christop_Fahey@gmail.com","dop":"2025-04-06","serial_number":"11081960558031","imei1":"11081960558031","imei2":"11081960558031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167760,"job_number":"JOB_167760","tr_customer_id":167777,"tr_customer_product_id":167767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:42:08.000Z","name":"Mackenzie Herman","mobile_number":"617-390-5098","email_id":"Dwight_Flatley77@hotmail.com","dop":"2025-04-06","serial_number":"13555570658205","imei1":"13555570658205","imei2":"13555570658205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167756,"job_number":"JOB_167756","tr_customer_id":167773,"tr_customer_product_id":167763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:08.000Z","modified_at":"2026-01-27T04:05:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74072070477227","imei1":"74072070477227","imei2":"74072070477227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167749,"job_number":"JOB_167749","tr_customer_id":167766,"tr_customer_product_id":167756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:36.000Z","modified_at":"2026-01-27T04:05:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24590586092397","imei1":"24590586092397","imei2":"24590586092397","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167742,"job_number":"JOB_167742","tr_customer_id":167759,"tr_customer_product_id":167749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:04.000Z","modified_at":"2026-01-27T04:04:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19395955050300","imei1":"19395955050300","imei2":"19395955050300","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167734,"job_number":"JOB_167734","tr_customer_id":167751,"tr_customer_product_id":167741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:01:06.000Z","name":"Dedric Dach","mobile_number":"454-939-6364","email_id":"Quinton_Mohr96@hotmail.com","dop":"2025-04-06","serial_number":"15561692835654","imei1":"15561692835654","imei2":"15561692835654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167731,"job_number":"JOB_167731","tr_customer_id":167748,"tr_customer_product_id":167738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T04:00:35.000Z","name":"Nils Price","mobile_number":"848-506-9428","email_id":"Hope26@gmail.com","dop":"2025-04-06","serial_number":"11136216434096","imei1":"11136216434096","imei2":"11136216434096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167728,"job_number":"JOB_167728","tr_customer_id":167745,"tr_customer_product_id":167735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T04:00:17.000Z","name":"Camron McCullough","mobile_number":"343-821-8580","email_id":"Lucas.Kunze44@hotmail.com","dop":"2025-04-06","serial_number":"15156817870785","imei1":"15156817870785","imei2":"15156817870785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167725,"job_number":"JOB_167725","tr_customer_id":167742,"tr_customer_product_id":167732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T04:00:11.000Z","name":"Lorena Raynor","mobile_number":"505-412-7010","email_id":"Jayson36@gmail.com","dop":"2000-01-31","serial_number":"10356871190723","imei1":"10356871190723","imei2":"10356871190723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167722,"job_number":"JOB_167722","tr_customer_id":167739,"tr_customer_product_id":167729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T04:00:04.000Z","name":"Johnpaul VonRueden","mobile_number":"695-818-2037","email_id":"Josue88@hotmail.com","dop":"2025-04-06","serial_number":"11345006253222","imei1":"11345006253222","imei2":"11345006253222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167719,"job_number":"JOB_167719","tr_customer_id":167736,"tr_customer_product_id":167726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:51.000Z","name":"Brock Williamson","mobile_number":"289-805-9878","email_id":"Shaun.Wiegand@yahoo.com","dop":"2025-04-06","serial_number":"12249866341232","imei1":"12249866341232","imei2":"12249866341232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167713,"job_number":"JOB_167713","tr_customer_id":167730,"tr_customer_product_id":167720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:45.000Z","name":"Demetris McDermott","mobile_number":"892-834-6175","email_id":"Rylan_Weber42@yahoo.com","dop":"2025-04-06","serial_number":"12065573541048","imei1":"12065573541048","imei2":"12065573541048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167710,"job_number":"JOB_167710","tr_customer_id":167727,"tr_customer_product_id":167717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:43.000Z","name":"Jadon Morar","mobile_number":"323-667-0750","email_id":"Easton.Anderson@yahoo.com","dop":"2025-04-06","serial_number":"17965079550692","imei1":"17965079550692","imei2":"17965079550692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167704,"job_number":"JOB_167704","tr_customer_id":167721,"tr_customer_product_id":167711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:59:33.000Z","name":"Vince Schimmel","mobile_number":"478-276-5763","email_id":"Lou_Shanahan@hotmail.com","dop":"2025-04-06","serial_number":"13224935401756","imei1":"13224935401756","imei2":"13224935401756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167700,"job_number":"JOB_167700","tr_customer_id":167717,"tr_customer_product_id":167707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:50.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Stanford Grady","mobile_number":"998-542-9403","email_id":"Meggie_Vandervort63@yahoo.com","dop":"2026-01-04","serial_number":"16049334971563","imei1":"16049334971563","imei2":"16049334971563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167699,"job_number":"JOB_167699","tr_customer_id":167716,"tr_customer_product_id":167706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Ruth Spinka","mobile_number":"567-517-0880","email_id":"Junius_Emard@gmail.com","dop":"2000-01-31","serial_number":"10994193539382","imei1":"10994193539382","imei2":"10994193539382","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167694,"job_number":"JOB_167694","tr_customer_id":167711,"tr_customer_product_id":167701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Tristian Hyatt","mobile_number":"790-919-9318","email_id":"Holly.Halvorson11@hotmail.com","dop":"2025-04-06","serial_number":"18978779641805","imei1":"18978779641805","imei2":"18978779641805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167693,"job_number":"JOB_167693","tr_customer_id":167710,"tr_customer_product_id":167700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Ruth Bartell","mobile_number":"918-233-1057","email_id":"Carmela.Little@yahoo.com","dop":"2025-04-06","serial_number":"16603912358281","imei1":"16603912358281","imei2":"16603912358281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167684,"job_number":"JOB_167684","tr_customer_id":167701,"tr_customer_product_id":167691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:16.000Z","name":"Jeramie Maggio","mobile_number":"786-396-4048","email_id":"Laverne.Wyman16@hotmail.com","dop":"2025-04-06","serial_number":"14322311223889","imei1":"14322311223889","imei2":"14322311223889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167683,"job_number":"JOB_167683","tr_customer_id":167700,"tr_customer_product_id":167690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Gloria Herman","mobile_number":"813-628-4878","email_id":"Heather.Howe@hotmail.com","dop":"2025-04-06","serial_number":"12891406720167","imei1":"12891406720167","imei2":"12891406720167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167680,"job_number":"JOB_167680","tr_customer_id":167697,"tr_customer_product_id":167687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:59:17.000Z","name":"Jazmyne Deckow","mobile_number":"226-299-1912","email_id":"Dangelo60@hotmail.com","dop":"2025-04-06","serial_number":"17185399314974","imei1":"17185399314974","imei2":"17185399314974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167677,"job_number":"JOB_167677","tr_customer_id":167694,"tr_customer_product_id":167684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:30.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Maggie Wunsch","mobile_number":"463-465-6284","email_id":"Moses_Luettgen@gmail.com","dop":"2025-04-06","serial_number":"16707991643310","imei1":"16707991643310","imei2":"16707991643310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167674,"job_number":"JOB_167674","tr_customer_id":167691,"tr_customer_product_id":167681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Reece Hagenes","mobile_number":"352-694-6042","email_id":"Monserrate27@yahoo.com","dop":"2025-04-06","serial_number":"16477743361753","imei1":"16477743361753","imei2":"16477743361753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167670,"job_number":"JOB_167670","tr_customer_id":167687,"tr_customer_product_id":167677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:59:01.000Z","name":"Claudia Ernser","mobile_number":"614-220-6810","email_id":"Lloyd20@hotmail.com","dop":"2025-04-06","serial_number":"12106786739450","imei1":"12106786739450","imei2":"12106786739450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167668,"job_number":"JOB_167668","tr_customer_id":167685,"tr_customer_product_id":167675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:59.000Z","name":"Earnestine Turner","mobile_number":"392-761-9346","email_id":"Glennie26@yahoo.com","dop":"2025-04-06","serial_number":"12775873567516","imei1":"12775873567516","imei2":"12775873567516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167665,"job_number":"JOB_167665","tr_customer_id":167682,"tr_customer_product_id":167672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:55.000Z","name":"Winston Runolfsson","mobile_number":"574-557-1859","email_id":"Eldon.Bechtelar@gmail.com","dop":"2025-04-06","serial_number":"14560577097895","imei1":"14560577097895","imei2":"14560577097895","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167662,"job_number":"JOB_167662","tr_customer_id":167679,"tr_customer_product_id":167669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:53.000Z","name":"Daphnee Mueller","mobile_number":"577-891-9429","email_id":"Jesse.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"10283043729439","imei1":"10283043729439","imei2":"10283043729439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167658,"job_number":"JOB_167658","tr_customer_id":167675,"tr_customer_product_id":167665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Giovani Becker","mobile_number":"836-554-6598","email_id":"Justice.Gerlach17@gmail.com","dop":"2000-01-31","serial_number":"10624707653449","imei1":"10624707653449","imei2":"10624707653449","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167657,"job_number":"JOB_167657","tr_customer_id":167674,"tr_customer_product_id":167664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Juston Harvey","mobile_number":"486-447-3733","email_id":"Arlo_Harber@yahoo.com","dop":"2026-01-04","serial_number":"19484132032512","imei1":"19484132032512","imei2":"19484132032512","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167652,"job_number":"JOB_167652","tr_customer_id":167669,"tr_customer_product_id":167659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:03.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Yvonne Beatty","mobile_number":"938-538-7270","email_id":"Harley58@gmail.com","dop":"2025-04-06","serial_number":"10337553747472","imei1":"10337553747472","imei2":"10337553747472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167650,"job_number":"JOB_167650","tr_customer_id":167667,"tr_customer_product_id":167657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Elizabeth Mayer","mobile_number":"239-473-6514","email_id":"Pedro.Zemlak38@yahoo.com","dop":"2025-04-06","serial_number":"13196075461242","imei1":"13196075461242","imei2":"13196075461242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167643,"job_number":"JOB_167643","tr_customer_id":167660,"tr_customer_product_id":167650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:58:33.000Z","name":"Robyn Schmeler","mobile_number":"907-510-1822","email_id":"Emely.Koepp50@gmail.com","dop":"2025-04-06","serial_number":"10144809869542","imei1":"10144809869542","imei2":"10144809869542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167640,"job_number":"JOB_167640","tr_customer_id":167657,"tr_customer_product_id":167647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:58:32.000Z","name":"Adrienne Grimes","mobile_number":"729-212-0939","email_id":"Brenda34@yahoo.com","dop":"2025-04-06","serial_number":"12219865944575","imei1":"12219865944575","imei2":"12219865944575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167637,"job_number":"JOB_167637","tr_customer_id":167654,"tr_customer_product_id":167644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Nova Stamm","mobile_number":"693-895-3641","email_id":"Brody.Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"16445619666337","imei1":"16445619666337","imei2":"16445619666337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167629,"job_number":"JOB_167629","tr_customer_id":167646,"tr_customer_product_id":167636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16285862842434","imei2":"16285862842434","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167627,"job_number":"JOB_167627","tr_customer_id":167644,"tr_customer_product_id":167634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Charley Schroeder","mobile_number":"568-209-7381","email_id":"Ara90@yahoo.com","dop":"2025-04-06","serial_number":"16362528662636","imei1":"16362528662636","imei2":"16362528662636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167623,"job_number":"JOB_167623","tr_customer_id":167640,"tr_customer_product_id":167630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:15.000Z","name":"Louisa Becker","mobile_number":"387-647-0142","email_id":"Tania.Thompson21@gmail.com","dop":"2025-04-06","serial_number":"15989499921791","imei1":"15989499921791","imei2":"15989499921791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167621,"job_number":"JOB_167621","tr_customer_id":167638,"tr_customer_product_id":167628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Jacklyn Jakubowski","mobile_number":"297-831-5014","email_id":"Mia.Sanford25@hotmail.com","dop":"2025-04-06","serial_number":"11316762641745","imei1":"11316762641745","imei2":"11316762641745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167615,"job_number":"JOB_167615","tr_customer_id":167632,"tr_customer_product_id":167622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Flavio Roberts","mobile_number":"486-327-5797","email_id":"Lexie_Konopelski@hotmail.com","dop":"2025-05-30","serial_number":"11200459191432","imei1":"11200459191432","imei2":"11200459191432","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167614,"job_number":"JOB_167614","tr_customer_id":167631,"tr_customer_product_id":167621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:13.000Z","name":"Garfield Trantow","mobile_number":"242-483-1707","email_id":"Giovani.Schuppe16@gmail.com","dop":"2025-06-18","serial_number":"10352114694924","imei1":"10352114694924","imei2":"10352114694924","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167613,"job_number":"JOB_167613","tr_customer_id":167630,"tr_customer_product_id":167620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Devonte O'Connell","mobile_number":"401-954-4982","email_id":"Ariane.Marks54@hotmail.com","dop":"2025-04-06","serial_number":"19501973653514","imei1":"19501973653514","imei2":"19501973653514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167609,"job_number":"JOB_167609","tr_customer_id":167626,"tr_customer_product_id":167616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17302095058646","imei2":"17302095058646","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167606,"job_number":"JOB_167606","tr_customer_id":167623,"tr_customer_product_id":167613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:27.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Adalberto Dare","mobile_number":"493-574-9135","email_id":"Maegan_Considine@gmail.com","dop":"2025-04-06","serial_number":"16021243648821","imei1":"16021243648821","imei2":"16021243648821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167602,"job_number":"JOB_167602","tr_customer_id":167619,"tr_customer_product_id":167609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Grace Blick","mobile_number":"744-224-5481","email_id":"Nayeli.Wintheiser@hotmail.com","dop":"2000-01-31","serial_number":"10459943038758","imei1":"10459943038758","imei2":"10459943038758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167600,"job_number":"JOB_167600","tr_customer_id":167617,"tr_customer_product_id":167607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Sherman DuBuque","mobile_number":"937-364-8939","email_id":"Jettie_Schowalter@hotmail.com","dop":"2026-01-04","serial_number":"17965430311336","imei1":"17965430311336","imei2":"17965430311336","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167596,"job_number":"JOB_167596","tr_customer_id":167613,"tr_customer_product_id":167603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:55.000Z","name":"Garland Herman","mobile_number":"810-930-1921","email_id":"Brayan.Zemlak4@hotmail.com","dop":"2025-04-06","serial_number":"15119514571700","imei1":"15119514571700","imei2":"15119514571700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167593,"job_number":"JOB_167593","tr_customer_id":167610,"tr_customer_product_id":167600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14638873223178","imei2":"14638873223178","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167591,"job_number":"JOB_167591","tr_customer_id":167608,"tr_customer_product_id":167598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Jailyn Blanda","mobile_number":"281-356-8623","email_id":"Emelie_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18291131966712","imei1":"18291131966712","imei2":"18291131966712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167587,"job_number":"JOB_167587","tr_customer_id":167604,"tr_customer_product_id":167594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:49.000Z","name":"Amani Donnelly","mobile_number":"253-395-8643","email_id":"Diamond_Keebler@hotmail.com","dop":"2025-04-06","serial_number":"10832037510535","imei1":"10832037510535","imei2":"10832037510535","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167584,"job_number":"JOB_167584","tr_customer_id":167601,"tr_customer_product_id":167591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:10.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Cole Rath","mobile_number":"325-290-3631","email_id":"Berry_Schuster@hotmail.com","dop":"2025-04-06","serial_number":"11190183779068","imei1":"11190183779068","imei2":"11190183779068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167581,"job_number":"JOB_167581","tr_customer_id":167598,"tr_customer_product_id":167588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:00.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Gwendolyn Hackett","mobile_number":"673-237-0686","email_id":"Christina_McClure8@yahoo.com","dop":"2025-04-06","serial_number":"14889064039695","imei1":"14889064039695","imei2":"14889064039695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167577,"job_number":"JOB_167577","tr_customer_id":167594,"tr_customer_product_id":167584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:57:33.000Z","name":"Marilie Rohan","mobile_number":"248-304-9540","email_id":"Vance25@yahoo.com","dop":"2025-04-06","serial_number":"15987577073440","imei1":"15987577073440","imei2":"15987577073440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167573,"job_number":"JOB_167573","tr_customer_id":167590,"tr_customer_product_id":167580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:31.000Z","name":"Austen Champlin","mobile_number":"469-982-3538","email_id":"Albin_Treutel36@gmail.com","dop":"2025-04-06","serial_number":"14891749000162","imei1":"14891749000162","imei2":"14891749000162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167571,"job_number":"JOB_167571","tr_customer_id":167588,"tr_customer_product_id":167578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Rosella Bergstrom","mobile_number":"701-715-2032","email_id":"Kassandra39@yahoo.com","dop":"2025-04-06","serial_number":"14025417199656","imei1":"14025417199656","imei2":"14025417199656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167568,"job_number":"JOB_167568","tr_customer_id":167585,"tr_customer_product_id":167575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:57:30.000Z","name":"Damion Walker","mobile_number":"425-372-2349","email_id":"Zola23@hotmail.com","dop":"2025-04-06","serial_number":"11972983969648","imei1":"11972983969648","imei2":"11972983969648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167567,"job_number":"JOB_167567","tr_customer_id":167584,"tr_customer_product_id":167574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Kirsten Purdy","mobile_number":"667-490-5340","email_id":"Ellsworth.Lynch@yahoo.com","dop":"2025-06-18","serial_number":"10974195504643","imei1":"10974195504643","imei2":"10974195504643","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167564,"job_number":"JOB_167564","tr_customer_id":167581,"tr_customer_product_id":167571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:47.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Ralph Gerlach","mobile_number":"746-208-3832","email_id":"Trey_Reilly@gmail.com","dop":"2025-04-06","serial_number":"16572571827001","imei1":"16572571827001","imei2":"16572571827001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167562,"job_number":"JOB_167562","tr_customer_id":167579,"tr_customer_product_id":167569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Lue Schinner","mobile_number":"470-782-4153","email_id":"Braulio37@hotmail.com","dop":"2025-04-06","serial_number":"19673463751655","imei1":"19673463751655","imei2":"19673463751655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167560,"job_number":"JOB_167560","tr_customer_id":167577,"tr_customer_product_id":167567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:38.000Z","modified_at":"2026-01-27T03:56:47.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"46832736178143","imei1":"46832736178143","imei2":"46832736178143","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167558,"job_number":"JOB_167558","tr_customer_id":167575,"tr_customer_product_id":167565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:56:36.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"86433522314885","imei1":"86433522314885","imei2":"86433522314885","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167557,"job_number":"JOB_167557","tr_customer_id":167574,"tr_customer_product_id":167564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:57:03.000Z","name":"Cortez Okuneva","mobile_number":"243-379-2128","email_id":"Evangeline.Haag37@yahoo.com","dop":"2025-04-06","serial_number":"13784274402878","imei1":"13784274402878","imei2":"13784274402878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167555,"job_number":"JOB_167555","tr_customer_id":167572,"tr_customer_product_id":167562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:18.000Z","modified_at":"2026-01-27T03:05:53.000Z","name":"Lue Koss","mobile_number":"890-272-0890","email_id":"Kariane88@yahoo.com","dop":"2025-04-06","serial_number":"12622222412301","imei1":"12622222412301","imei2":"12622222412301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167552,"job_number":"JOB_167552","tr_customer_id":167569,"tr_customer_product_id":167559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:05:10.000Z","name":"Ines Bins","mobile_number":"331-644-1254","email_id":"Marianne95@hotmail.com","dop":"2025-04-06","serial_number":"10196588918332","imei1":"10196588918332","imei2":"10196588918332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167549,"job_number":"JOB_167549","tr_customer_id":167566,"tr_customer_product_id":167556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:04:28.000Z","name":"Murphy Walker","mobile_number":"437-509-6401","email_id":"Jadyn_Dickinson89@hotmail.com","dop":"2025-04-06","serial_number":"16209779649139","imei1":"16209779649139","imei2":"16209779649139","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 707ms
Mean size per request: 1013B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzUzNn0._qULQ5NXY8AAnbCibc5K9cgPE4Y5CklX-XgCv08vzj4
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token b05da367-d990-411d-979c-d095e61eca5b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1013
ETag W/"3f5-27RKKySTv1k8u9SPUNsGXQ+12is"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":168615,"job_number":"JOB_168615","tr_customer_id":168632,"tr_customer_product_id":168622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:30.000Z","modified_at":"2026-01-27T17:05:36.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19544426198673","imei2":"19544426198673","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-27T17:05:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151329}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 228ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzUzNn0._qULQ5NXY8AAnbCibc5K9cgPE4Y5CklX-XgCv08vzj4
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token b8b0264c-0972-46e9-ac81-9b137468ec6a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 26
Request Body
{
            "job_id": 168615
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 624ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzUzNn0._qULQ5NXY8AAnbCibc5K9cgPE4Y5CklX-XgCv08vzj4
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 43310e5a-9cba-4903-ac67-ba6dc9983ffa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 224ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 632ea019-78d4-43a3-9657-e0f53835c766
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-X0OTq/yEaBA1IAX88jxX3GsQU7w"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mzl9.ndRtaTHYY1I4FANS3u1NtfDH5gHdgCgrRKWuJ9mgH7M"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mjh9.ax2Hdzq1LzvQQ6sf-WjoD14n-BoviHrWbawUh3cajSU
Connection keep-alive
If-None-Match W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 33f7b31f-73e2-486c-ab35-71da8658d0d7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c9-Ld6hKByAvaJhFG+2eukoSrTwhJs"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 248ms
Mean size per request: 243B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mjh9.ax2Hdzq1LzvQQ6sf-WjoD14n-BoviHrWbawUh3cajSU
Connection keep-alive
If-None-Match W/"c9-Ld6hKByAvaJhFG+2eukoSrTwhJs"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 1f9fa22c-1e76-47dd-9a5d-444a11a34ca8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 243
ETag W/"f3-+7QsrdnwTBdvztQqnT1/UBwqrG8"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":2},{"label":"Created today","key":"created_today","count":1050},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 240ms
Mean size per request: 1.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mjh9.ax2Hdzq1LzvQQ6sf-WjoD14n-BoviHrWbawUh3cajSU
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 35fb12b8-a7a3-4215-aca6-0011aa105a47
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7cb-DOxSlNa6fNk41Uief3S3K5C2pNs"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168266,"job_number":"JOB_168266","tr_customer_id":168283,"tr_customer_product_id":168273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:18.000Z","modified_at":"2026-01-27T15:29:54.000Z","name":"Ena Jakubowski","mobile_number":"767-899-9822","email_id":"Conor_Gleason71@yahoo.com","dop":"2025-02-01","serial_number":"53730589633809","imei1":"53730589633809","imei2":"53730589633809","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T15:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168615,"job_number":"JOB_168615","tr_customer_id":168632,"tr_customer_product_id":168622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:30.000Z","modified_at":"2026-01-27T17:05:38.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19544426198673","imei2":"19544426198673","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T17:05:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 240ms
Mean size per request: 1.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mjh9.ax2Hdzq1LzvQQ6sf-WjoD14n-BoviHrWbawUh3cajSU
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 7a4fdaca-da34-4758-ae4d-f6740fae12cb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7cb-DOxSlNa6fNk41Uief3S3K5C2pNs"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168266,"job_number":"JOB_168266","tr_customer_id":168283,"tr_customer_product_id":168273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:18.000Z","modified_at":"2026-01-27T15:29:54.000Z","name":"Ena Jakubowski","mobile_number":"767-899-9822","email_id":"Conor_Gleason71@yahoo.com","dop":"2025-02-01","serial_number":"53730589633809","imei1":"53730589633809","imei2":"53730589633809","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T15:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168615,"job_number":"JOB_168615","tr_customer_id":168632,"tr_customer_product_id":168622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:30.000Z","modified_at":"2026-01-27T17:05:38.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19544426198673","imei2":"19544426198673","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T17:05:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151329}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 233ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mjh9.ax2Hdzq1LzvQQ6sf-WjoD14n-BoviHrWbawUh3cajSU
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 529f8c34-cc8f-46bd-b94b-dbd083e58f3f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 26
Request Body
{
            "job_id": 168615
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7d7-SgjB97F0i27vfE3bqA/Mt3qwSd4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 1021B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mjh9.ax2Hdzq1LzvQQ6sf-WjoD14n-BoviHrWbawUh3cajSU
Connection keep-alive
If-None-Match W/"7d7-SgjB97F0i27vfE3bqA/Mt3qwSd4"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 348feda1-8818-4001-b134-72efb6382937
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1021
ETag W/"3fd-PFq7UD4OvwZSzDRZ5IXDDvHoQx8"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":168266,"job_number":"JOB_168266","tr_customer_id":168283,"tr_customer_product_id":168273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:18.000Z","modified_at":"2026-01-27T15:29:54.000Z","name":"Ena Jakubowski","mobile_number":"767-899-9822","email_id":"Conor_Gleason71@yahoo.com","dop":"2025-02-01","serial_number":"53730589633809","imei1":"53730589633809","imei2":"53730589633809","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T15:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f2-3U0Wmp7xOxKy5S90JzrjjO0kV28"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 243B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mjh9.ax2Hdzq1LzvQQ6sf-WjoD14n-BoviHrWbawUh3cajSU
Connection keep-alive
If-None-Match W/"f2-3U0Wmp7xOxKy5S90JzrjjO0kV28"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 54d04016-31a6-4cfb-b305-6eb36a4b5ead
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 243
ETag W/"f3-mjWfzpOqhemjm6fYM0G7XnvHHys"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":1050},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 877ms
Mean size per request: 1019.5KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mjh9.ax2Hdzq1LzvQQ6sf-WjoD14n-BoviHrWbawUh3cajSU
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 820cc010-08b5-4523-ad77-4bae30773e11
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"fee01-UiB+1RorAL3tP/aczvE8fBAB7AI"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168555,"job_number":"JOB_168555","tr_customer_id":168572,"tr_customer_product_id":168562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:04.000Z","modified_at":"2026-01-27T14:39:14.000Z","name":"giyu tomiaka","mobile_number":"664-638-8499","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"942601100539197","imei1":"942601100539197","imei2":"942601100539197","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168554,"job_number":"JOB_168554","tr_customer_id":168571,"tr_customer_product_id":168561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:52.000Z","modified_at":"2026-01-27T14:39:02.000Z","name":"tanjiro kamado","mobile_number":"433-273-3217","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"207073624441731","imei1":"207073624441731","imei2":"207073624441731","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168553,"job_number":"JOB_168553","tr_customer_id":168570,"tr_customer_product_id":168560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:40.000Z","modified_at":"2026-01-27T14:38:50.000Z","name":"saitama sensei","mobile_number":"339-446-2160","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"875463016242838","imei1":"875463016242838","imei2":"875463016242838","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168535,"job_number":"JOB_168535","tr_customer_id":168552,"tr_customer_product_id":168542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Larissa Leuschke","mobile_number":"426-795-3122","email_id":"Elna.Rolfson28@hotmail.com","dop":"2025-06-09","serial_number":"109669950200651","imei1":"109669950200651","imei2":"109669950200651","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168534,"job_number":"JOB_168534","tr_customer_id":168551,"tr_customer_product_id":168541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:29.000Z","name":"Garfield Farrell","mobile_number":"952-254-4057","email_id":"Domenick87@hotmail.com","dop":"2025-06-09","serial_number":"100645100343978","imei1":"100645100343978","imei2":"100645100343978","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168533,"job_number":"JOB_168533","tr_customer_id":168550,"tr_customer_product_id":168540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:16.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103570441628619","imei1":"103570441628619","imei2":"103570441628619","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168530,"job_number":"JOB_168530","tr_customer_id":168547,"tr_customer_product_id":168537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Izaiah Kozey","mobile_number":"445-730-8619","email_id":"Tomasa2@hotmail.com","dop":"2025-06-09","serial_number":"105219142185075","imei1":"105219142185075","imei2":"105219142185075","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168528,"job_number":"JOB_168528","tr_customer_id":168545,"tr_customer_product_id":168535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:36:11.000Z","name":"Blanche VonRueden","mobile_number":"500-940-1093","email_id":"Andre.Schmidt@yahoo.com","dop":"2025-06-09","serial_number":"103384821840244","imei1":"103384821840244","imei2":"103384821840244","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168526,"job_number":"JOB_168526","tr_customer_id":168543,"tr_customer_product_id":168533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100344471231049","imei1":"100344471231049","imei2":"100344471231049","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168525,"job_number":"JOB_168525","tr_customer_id":168542,"tr_customer_product_id":168532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:43.000Z","modified_at":"2026-01-27T14:35:43.000Z","name":"Elise Dicki","mobile_number":"458-642-9793","email_id":"Reece.Crist@gmail.com","dop":"2025-06-09","serial_number":"16083747907973634","imei1":"16083747907973634","imei2":"16083747907973634","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168524,"job_number":"JOB_168524","tr_customer_id":168541,"tr_customer_product_id":168531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:42.000Z","modified_at":"2026-01-27T14:35:42.000Z","name":"Chaz Bogisich","mobile_number":"392-210-9533","email_id":"Celia_Kris@yahoo.com","dop":"2025-06-09","serial_number":"108671743184142","imei1":"108671743184142","imei2":"108671743184142","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168523,"job_number":"JOB_168523","tr_customer_id":168540,"tr_customer_product_id":168530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:41.000Z","modified_at":"2026-01-27T14:35:54.000Z","name":"Godfrey Dickens","mobile_number":"885-371-1600","email_id":"Cecelia.Satterfield13@yahoo.com","dop":"2025-06-09","serial_number":"107593543432128","imei1":"107593543432128","imei2":"107593543432128","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168522,"job_number":"JOB_168522","tr_customer_id":168539,"tr_customer_product_id":168529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:41.000Z","modified_at":"2026-01-27T14:35:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109228975100349","imei1":"109228975100349","imei2":"109228975100349","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168454,"job_number":"JOB_168454","tr_customer_id":168471,"tr_customer_product_id":168461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:02.000Z","modified_at":"2026-01-27T14:29:21.000Z","name":"Harsha VK","mobile_number":"8217871373","email_id":"harshahar03@gmail.com","dop":"2026-01-07","serial_number":"12312343243432","imei1":"12312343243432","imei2":"12312343243432","popurl":"2026-01-07T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-27T14:29:21.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":168420,"job_number":"JOB_168420","tr_customer_id":168437,"tr_customer_product_id":168427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:08.000Z","modified_at":"2026-01-27T14:20:32.000Z","name":"Jalyn Roberts","mobile_number":"622-230-0011","email_id":"Jess.Grant61@yahoo.com","dop":"2025-10-01","serial_number":"11790772838237","imei1":"11790772838237","imei2":"11790772838237","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168419,"job_number":"JOB_168419","tr_customer_id":168436,"tr_customer_product_id":168426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Herta Muller","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166178795897785","imei1":"166178795897785","imei2":"166178795897785","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168418,"job_number":"JOB_168418","tr_customer_id":168435,"tr_customer_product_id":168425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Tom Weber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166434105009195","imei1":"166434105009195","imei2":"166434105009195","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168417,"job_number":"JOB_168417","tr_customer_id":168434,"tr_customer_product_id":168424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Beryl Borer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128719321275112","imei1":"128719321275112","imei2":"128719321275112","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168416,"job_number":"JOB_168416","tr_customer_id":168433,"tr_customer_product_id":168423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:02.000Z","modified_at":"2026-01-27T14:20:02.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"184639982898047","imei1":"184639982898047","imei2":"184639982898047","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168415,"job_number":"JOB_168415","tr_customer_id":168432,"tr_customer_product_id":168422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:49.000Z","modified_at":"2026-01-27T14:19:49.000Z","name":"Lennie Hyatt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128484971475887","imei1":"128484971475887","imei2":"128484971475887","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168414,"job_number":"JOB_168414","tr_customer_id":168431,"tr_customer_product_id":168421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Irwin Schulist","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170474120072593","imei1":"170474120072593","imei2":"170474120072593","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168413,"job_number":"JOB_168413","tr_customer_id":168430,"tr_customer_product_id":168420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Kaitlin Macejkovic","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123011456727925","imei1":"123011456727925","imei2":"123011456727925","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168412,"job_number":"JOB_168412","tr_customer_id":168429,"tr_customer_product_id":168419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"136721794885198","imei1":"136721794885198","imei2":"136721794885198","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168408,"job_number":"JOB_168408","tr_customer_id":168425,"tr_customer_product_id":168415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:03.000Z","modified_at":"2026-01-27T14:03:15.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"61244624026113","imei1":"61244624026113","imei2":"61244624026113","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:03:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168404,"job_number":"JOB_168404","tr_customer_id":168421,"tr_customer_product_id":168411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:47.000Z","modified_at":"2026-01-27T14:02:59.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"83368626841605","imei1":"83368626841605","imei2":"83368626841605","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168024,"job_number":"JOB_168024","tr_customer_id":168041,"tr_customer_product_id":168031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:44:16.000Z","modified_at":"2026-01-27T16:39:15.000Z","name":"Nitin Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"97707161098983","imei1":"97707161098983","imei2":"97707161098983","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167975,"job_number":"JOB_167975","tr_customer_id":167992,"tr_customer_product_id":167982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:57.000Z","name":"Tyra Bode","mobile_number":"345-387-5492","email_id":"Vinnie_Hansen8@hotmail.com","dop":"2025-11-04","serial_number":"15467931154278","imei1":"15467931154278","imei2":"15467931154278","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167972,"job_number":"JOB_167972","tr_customer_id":167989,"tr_customer_product_id":167979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:27.000Z","modified_at":"2026-01-27T07:47:40.000Z","name":"Myrtie Von","mobile_number":"535-695-3663","email_id":"Garry.Deckow@gmail.com","dop":"2025-11-04","serial_number":"55820820197905","imei1":"55820820197905","imei2":"55820820197905","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167971,"job_number":"JOB_167971","tr_customer_id":167988,"tr_customer_product_id":167978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:10.000Z","modified_at":"2026-01-27T07:47:22.000Z","name":"Hailey Rath","mobile_number":"746-636-4364","email_id":"George0@yahoo.com","dop":"2025-11-04","serial_number":"84569898271866","imei1":"84569898271866","imei2":"84569898271866","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167956,"job_number":"JOB_167956","tr_customer_id":167973,"tr_customer_product_id":167963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:36:05.000Z","modified_at":"2026-01-27T07:36:05.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Bernita92@hotmail.com","dop":"2025-07-02","serial_number":"19468135399299","imei1":"19468135399299","imei2":"19468135399299","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167955,"job_number":"JOB_167955","tr_customer_id":167972,"tr_customer_product_id":167962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:45.000Z","modified_at":"2026-01-27T07:35:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Markus_Morar4@gmail.com","dop":"2025-07-02","serial_number":"11330791329777","imei1":"11330791329777","imei2":"11330791329777","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167954,"job_number":"JOB_167954","tr_customer_id":167971,"tr_customer_product_id":167961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:24.000Z","modified_at":"2026-01-27T07:35:24.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Jovan_Lakin@yahoo.com","dop":"2025-07-02","serial_number":"12311241407709","imei1":"12311241407709","imei2":"12311241407709","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167953,"job_number":"JOB_167953","tr_customer_id":167970,"tr_customer_product_id":167960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:28:10.000Z","modified_at":"2026-01-27T07:28:21.000Z","name":"Emie Bergstrom","mobile_number":"359-635-2065","email_id":"Marjorie.Larkin@yahoo.com","dop":"2025-11-04","serial_number":"32225753709504","imei1":"32225753709504","imei2":"32225753709504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167952,"job_number":"JOB_167952","tr_customer_id":167969,"tr_customer_product_id":167959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:55.000Z","modified_at":"2026-01-27T07:28:06.000Z","name":"Hubert Rolfson","mobile_number":"399-357-0889","email_id":"Giuseppe18@yahoo.com","dop":"2025-11-04","serial_number":"52472548051072","imei1":"52472548051072","imei2":"52472548051072","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167951,"job_number":"JOB_167951","tr_customer_id":167968,"tr_customer_product_id":167958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:39.000Z","modified_at":"2026-01-27T07:27:51.000Z","name":"Bernita Johnston","mobile_number":"924-316-2364","email_id":"Sylvester.Thompson@yahoo.com","dop":"2025-11-04","serial_number":"51972504316060","imei1":"51972504316060","imei2":"51972504316060","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167846,"job_number":"JOB_167846","tr_customer_id":167863,"tr_customer_product_id":167853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"63418459119098","imei1":"63418459119098","imei2":"63418459119098","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167842,"job_number":"JOB_167842","tr_customer_id":167859,"tr_customer_product_id":167849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:59.000Z","modified_at":"2026-01-27T06:30:12.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"14949087610513","imei1":"14949087610513","imei2":"14949087610513","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167841,"job_number":"JOB_167841","tr_customer_id":167858,"tr_customer_product_id":167848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:41.000Z","modified_at":"2026-01-27T06:29:54.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"83346861180614","imei1":"83346861180614","imei2":"83346861180614","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167814,"job_number":"JOB_167814","tr_customer_id":167831,"tr_customer_product_id":167821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:22:09.000Z","modified_at":"2026-01-27T06:22:36.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"87489460908188","imei1":"87489460908188","imei2":"87489460908188","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167813,"job_number":"JOB_167813","tr_customer_id":167830,"tr_customer_product_id":167820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:34.000Z","modified_at":"2026-01-27T06:20:34.000Z","name":"Sonny Turner","mobile_number":"799-958-6159","email_id":"Donna.MacGyver@yahoo.com","dop":"2025-06-09","serial_number":"103029682528025","imei1":"103029682528025","imei2":"103029682528025","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167812,"job_number":"JOB_167812","tr_customer_id":167829,"tr_customer_product_id":167819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:44.000Z","name":"Bryce Leffler","mobile_number":"385-608-7314","email_id":"Eleanora34@gmail.com","dop":"2025-06-09","serial_number":"101447873691916","imei1":"101447873691916","imei2":"101447873691916","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167811,"job_number":"JOB_167811","tr_customer_id":167828,"tr_customer_product_id":167818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100068897076486","imei1":"100068897076486","imei2":"100068897076486","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167807,"job_number":"JOB_167807","tr_customer_id":167824,"tr_customer_product_id":167814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:18.000Z","modified_at":"2026-01-27T06:20:18.000Z","name":"Adan Padberg","mobile_number":"624-381-5378","email_id":"Jessika.Roob@hotmail.com","dop":"2025-06-09","serial_number":"101487988748895","imei1":"101487988748895","imei2":"101487988748895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167806,"job_number":"JOB_167806","tr_customer_id":167823,"tr_customer_product_id":167813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:29.000Z","name":"Ruben Christiansen","mobile_number":"731-322-8089","email_id":"Rylan70@gmail.com","dop":"2025-06-09","serial_number":"101454981814787","imei1":"101454981814787","imei2":"101454981814787","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167805,"job_number":"JOB_167805","tr_customer_id":167822,"tr_customer_product_id":167812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:17.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107185650913150","imei1":"107185650913150","imei2":"107185650913150","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167804,"job_number":"JOB_167804","tr_customer_id":167821,"tr_customer_product_id":167811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:02.000Z","modified_at":"2026-01-27T06:20:02.000Z","name":"Margarete Runolfsson","mobile_number":"585-678-2135","email_id":"Neha_McCullough@yahoo.com","dop":"2025-06-09","serial_number":"102551438914382","imei1":"102551438914382","imei2":"102551438914382","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167803,"job_number":"JOB_167803","tr_customer_id":167820,"tr_customer_product_id":167810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:13.000Z","name":"Rashad Fritsch","mobile_number":"226-706-0013","email_id":"Jan_Boyle4@hotmail.com","dop":"2025-06-09","serial_number":"109276788223497","imei1":"109276788223497","imei2":"109276788223497","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167802,"job_number":"JOB_167802","tr_customer_id":167819,"tr_customer_product_id":167809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:01.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101552759016705","imei1":"101552759016705","imei2":"101552759016705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167795,"job_number":"JOB_167795","tr_customer_id":167812,"tr_customer_product_id":167802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:18:21.000Z","modified_at":"2026-01-27T06:18:44.000Z","name":"Enrico Kirlin","mobile_number":"251-555-3855","email_id":"Eli72@yahoo.com","dop":"2025-10-01","serial_number":"11322837650533","imei1":"11322837650533","imei2":"11322837650533","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167794,"job_number":"JOB_167794","tr_customer_id":167811,"tr_customer_product_id":167801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:35.000Z","modified_at":"2026-01-27T06:18:02.000Z","name":"Troy Langworth","mobile_number":"692-491-3396","email_id":"Bernadine.Runolfsdottir@hotmail.com","dop":"2025-11-04","serial_number":"84989457462321","imei1":"84989457462321","imei2":"84989457462321","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167793,"job_number":"JOB_167793","tr_customer_id":167810,"tr_customer_product_id":167800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:19.000Z","modified_at":"2026-01-27T06:17:30.000Z","name":"Wilhelmine Nienow","mobile_number":"634-944-3525","email_id":"Vena.Toy@gmail.com","dop":"2025-11-04","serial_number":"50739144913283","imei1":"50739144913283","imei2":"50739144913283","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167758,"job_number":"JOB_167758","tr_customer_id":167775,"tr_customer_product_id":167765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:13.000Z","modified_at":"2026-01-27T04:39:13.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19392864251321","imei1":"19392864251321","imei2":"19392864251321","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167757,"job_number":"JOB_167757","tr_customer_id":167774,"tr_customer_product_id":167764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:12.000Z","modified_at":"2026-01-27T04:39:22.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15588334816566","imei1":"15588334816566","imei2":"15588334816566","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167717,"job_number":"JOB_167717","tr_customer_id":167734,"tr_customer_product_id":167724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:13.000Z","name":"Emie Greenholt","mobile_number":"985-658-9900","email_id":"Rod41@hotmail.com","dop":"2025-06-09","serial_number":"105938978155234","imei1":"105938978155234","imei2":"105938978155234","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167716,"job_number":"JOB_167716","tr_customer_id":167733,"tr_customer_product_id":167723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:24.000Z","name":"Bennie Franecki","mobile_number":"802-828-9137","email_id":"Mario.Sanford@yahoo.com","dop":"2025-06-09","serial_number":"108192504023156","imei1":"108192504023156","imei2":"108192504023156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167715,"job_number":"JOB_167715","tr_customer_id":167732,"tr_customer_product_id":167722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:12.000Z","modified_at":"2026-01-27T03:59:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109186152508815","imei1":"109186152508815","imei2":"109186152508815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167707,"job_number":"JOB_167707","tr_customer_id":167724,"tr_customer_product_id":167714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Fermin Morar","mobile_number":"734-674-9275","email_id":"Monica.Schroeder@hotmail.com","dop":"2025-06-09","serial_number":"109431696412298","imei1":"109431696412298","imei2":"109431696412298","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167706,"job_number":"JOB_167706","tr_customer_id":167723,"tr_customer_product_id":167713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Kayley Grant","mobile_number":"987-283-8009","email_id":"Germaine16@gmail.com","dop":"2025-06-09","serial_number":"102323060459001","imei1":"102323060459001","imei2":"102323060459001","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167705,"job_number":"JOB_167705","tr_customer_id":167722,"tr_customer_product_id":167712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108554028495768","imei1":"108554028495768","imei2":"108554028495768","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167690,"job_number":"JOB_167690","tr_customer_id":167707,"tr_customer_product_id":167697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Yasmine O'Conner","mobile_number":"276-226-2059","email_id":"Micheal.Langworth@hotmail.com","dop":"2025-06-09","serial_number":"104117836226352","imei1":"104117836226352","imei2":"104117836226352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167688,"job_number":"JOB_167688","tr_customer_id":167705,"tr_customer_product_id":167695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:52.000Z","name":"Devyn Jerde","mobile_number":"833-279-3346","email_id":"Deja72@yahoo.com","dop":"2025-06-09","serial_number":"103696049142109","imei1":"103696049142109","imei2":"103696049142109","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167686,"job_number":"JOB_167686","tr_customer_id":167703,"tr_customer_product_id":167693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109429601299068","imei1":"109429601299068","imei2":"109429601299068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167647,"job_number":"JOB_167647","tr_customer_id":167664,"tr_customer_product_id":167654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Royce Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187031398724326","imei1":"187031398724326","imei2":"187031398724326","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167646,"job_number":"JOB_167646","tr_customer_id":167663,"tr_customer_product_id":167653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"George Wehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162741629655708","imei1":"162741629655708","imei2":"162741629655708","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167645,"job_number":"JOB_167645","tr_customer_id":167662,"tr_customer_product_id":167652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Joesph Wisozk","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180299567372427","imei1":"180299567372427","imei2":"180299567372427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167644,"job_number":"JOB_167644","tr_customer_id":167661,"tr_customer_product_id":167651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"160947787121403","imei1":"160947787121403","imei2":"160947787121403","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167635,"job_number":"JOB_167635","tr_customer_id":167652,"tr_customer_product_id":167642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Kayley Cartwright","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142568640052876","imei1":"142568640052876","imei2":"142568640052876","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167634,"job_number":"JOB_167634","tr_customer_id":167651,"tr_customer_product_id":167641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Constantin Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114120787849256","imei1":"114120787849256","imei2":"114120787849256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167633,"job_number":"JOB_167633","tr_customer_id":167650,"tr_customer_product_id":167640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Tanner Bernhard","mobile_number":"590-234-8156","email_id":"Hardy74@yahoo.com","dop":"2025-10-01","serial_number":"12083728362528","imei1":"12083728362528","imei2":"12083728362528","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167632,"job_number":"JOB_167632","tr_customer_id":167649,"tr_customer_product_id":167639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Krystel Mertz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169905397032309","imei1":"169905397032309","imei2":"169905397032309","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167631,"job_number":"JOB_167631","tr_customer_id":167648,"tr_customer_product_id":167638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:46.000Z","modified_at":"2026-01-27T03:57:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113592422631647","imei1":"113592422631647","imei2":"113592422631647","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167610,"job_number":"JOB_167610","tr_customer_id":167627,"tr_customer_product_id":167617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:32.000Z","modified_at":"2026-01-27T03:57:32.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Kim_Senger19@yahoo.com","dop":"2025-07-02","serial_number":"14478206148415","imei1":"14478206148415","imei2":"14478206148415","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167598,"job_number":"JOB_167598","tr_customer_id":167615,"tr_customer_product_id":167605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"giyu tomiaka","mobile_number":"325-918-4615","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"898295578132122","imei1":"898295578132122","imei2":"898295578132122","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167589,"job_number":"JOB_167589","tr_customer_id":167606,"tr_customer_product_id":167596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:15.000Z","modified_at":"2026-01-27T03:57:15.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kelsi_Schiller40@hotmail.com","dop":"2025-07-02","serial_number":"18330157911715","imei1":"18330157911715","imei2":"18330157911715","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167583,"job_number":"JOB_167583","tr_customer_id":167600,"tr_customer_product_id":167590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:08.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"tanjiro kamado","mobile_number":"491-800-0516","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"186981793403282","imei1":"186981793403282","imei2":"186981793403282","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167580,"job_number":"JOB_167580","tr_customer_id":167597,"tr_customer_product_id":167587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:58.000Z","modified_at":"2026-01-27T03:56:58.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Sonia_Reichel97@hotmail.com","dop":"2025-07-02","serial_number":"19374980428044","imei1":"19374980428044","imei2":"19374980428044","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167579,"job_number":"JOB_167579","tr_customer_id":167596,"tr_customer_product_id":167586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:57.000Z","modified_at":"2026-01-27T03:57:06.000Z","name":"saitama sensei","mobile_number":"241-714-5923","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"720202871951017","imei1":"720202871951017","imei2":"720202871951017","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167547,"job_number":"JOB_167547","tr_customer_id":167564,"tr_customer_product_id":167554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:17.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13975438843936","imei1":"13975438843936","imei2":"13975438843936","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167546,"job_number":"JOB_167546","tr_customer_id":167563,"tr_customer_product_id":167553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:26.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19803285126055","imei1":"19803285126055","imei2":"19803285126055","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167545,"job_number":"JOB_167545","tr_customer_id":167562,"tr_customer_product_id":167552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:15.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13453255964591","imei1":"13453255964591","imei2":"13453255964591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167544,"job_number":"JOB_167544","tr_customer_id":167561,"tr_customer_product_id":167551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:24.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16856548964448","imei1":"16856548964448","imei2":"16856548964448","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168615,"job_number":"JOB_168615","tr_customer_id":168632,"tr_customer_product_id":168622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:30.000Z","modified_at":"2026-01-27T17:05:40.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19544426198673","imei2":"19544426198673","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T17:05:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168614,"job_number":"JOB_168614","tr_customer_id":168631,"tr_customer_product_id":168621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:30.000Z","modified_at":"2026-01-27T17:05:30.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13836594412538","imei2":"13836594412538","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168613,"job_number":"JOB_168613","tr_customer_id":168630,"tr_customer_product_id":168620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19220833279008","imei2":"19220833279008","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T17:05:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168612,"job_number":"JOB_168612","tr_customer_id":168629,"tr_customer_product_id":168619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16296194773734","imei2":"16296194773734","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168611,"job_number":"JOB_168611","tr_customer_id":168628,"tr_customer_product_id":168618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:02:16.000Z","modified_at":"2026-01-27T17:02:16.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-01-17","serial_number":"87988284085858","imei1":"87988284085858","imei2":"87988284085858","popurl":"2026-01-17T17:02:15.590744627Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168610,"job_number":"JOB_168610","tr_customer_id":168627,"tr_customer_product_id":168617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:59:19.000Z","modified_at":"2026-01-27T16:59:19.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-01-17","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-01-17T16:59:18.674666402Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:59:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168609,"job_number":"JOB_168609","tr_customer_id":168626,"tr_customer_product_id":168616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:52.000Z","modified_at":"2026-01-27T16:58:52.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2026-01-17T16:58:51.281320551Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168608,"job_number":"JOB_168608","tr_customer_id":168625,"tr_customer_product_id":168615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:46.000Z","modified_at":"2026-01-27T16:58:46.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376402","imei1":"499863806376402","imei2":"499863806376402","popurl":"2026-01-17T16:58:45.122655427Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168607,"job_number":"JOB_168607","tr_customer_id":168624,"tr_customer_product_id":168614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:33.000Z","modified_at":"2026-01-27T16:58:33.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806375566","imei1":"499863806375566","imei2":"499863806375566","popurl":"2026-01-17T16:58:32.562471011Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168606,"job_number":"JOB_168606","tr_customer_id":168623,"tr_customer_product_id":168613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:52.000Z","modified_at":"2026-01-27T16:57:52.000Z","name":"Goswamee Shukla","mobile_number":"7097990517","email_id":"kamla.marar@hotmail.com","dop":"2026-01-17","serial_number":"484627285911710","imei1":"484627285911710","imei2":"484627285911710","popurl":"www.mahesh-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168605,"job_number":"JOB_168605","tr_customer_id":168622,"tr_customer_product_id":168612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:33.000Z","modified_at":"2026-01-27T16:57:33.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-17","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-17T16:57:32.867823459Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168604,"job_number":"JOB_168604","tr_customer_id":168621,"tr_customer_product_id":168611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:17.000Z","modified_at":"2026-01-27T16:55:17.000Z","name":"Chandravati Chattopadhyay","mobile_number":"8631652004","email_id":"kalyani.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"19520624202631","imei1":"19520624202631","imei2":"19520624202631","popurl":"www.akula-banerjee.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168603,"job_number":"JOB_168603","tr_customer_id":168620,"tr_customer_product_id":168610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:05.000Z","modified_at":"2026-01-27T16:55:05.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"19953254555558","imei1":"19953254555558","imei2":"19953254555558","popurl":"2026-01-17T16:54:55.361742867Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168602,"job_number":"JOB_168602","tr_customer_id":168619,"tr_customer_product_id":168609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:19.000Z","modified_at":"2026-01-27T16:54:19.000Z","name":"Geeta Varma","mobile_number":"8645740548","email_id":"ajit.iyengar@gmail.com","dop":"2026-01-17","serial_number":"80907096314582","imei1":"80907096314582","imei2":"80907096314582","popurl":"www.devasree-gupta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168601,"job_number":"JOB_168601","tr_customer_id":168618,"tr_customer_product_id":168608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:07.000Z","modified_at":"2026-01-27T16:54:07.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"25343391732759","imei1":"25343391732759","imei2":"25343391732759","popurl":"2026-01-17T16:53:57.624039735Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168600,"job_number":"JOB_168600","tr_customer_id":168617,"tr_customer_product_id":168607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:41:27.000Z","modified_at":"2026-01-27T16:41:27.000Z","name":"Sharda Pillai","mobile_number":"8683347037","email_id":"chandranath.guha@gmail.com","dop":"2026-01-17","serial_number":"39843149417090","imei1":"39843149417090","imei2":"39843149417090","popurl":"www.vaishnavi-varrier.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168599,"job_number":"JOB_168599","tr_customer_id":168616,"tr_customer_product_id":168606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:39:44.000Z","modified_at":"2026-01-27T16:39:44.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"73596642243346","imei1":"73596642243346","imei2":"73596642243346","popurl":"2026-01-17T16:39:41.482427800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168598,"job_number":"JOB_168598","tr_customer_id":168615,"tr_customer_product_id":168605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:36.000Z","modified_at":"2026-01-27T16:32:36.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70603217290434","imei1":"70603217290434","imei2":"70603217290434","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168597,"job_number":"JOB_168597","tr_customer_id":168614,"tr_customer_product_id":168604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:35.000Z","modified_at":"2026-01-27T16:33:04.000Z","name":"Florida Renner","mobile_number":"473-632-9627","email_id":"Filomena.Lindgren91@gmail.com","dop":"2026-01-04","serial_number":"10975282029036","imei1":"10975282029036","imei2":"10975282029036","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168596,"job_number":"JOB_168596","tr_customer_id":168613,"tr_customer_product_id":168603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:34.000Z","modified_at":"2026-01-27T16:32:34.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15467269520743","imei1":"15467269520743","imei2":"15467269520743","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168595,"job_number":"JOB_168595","tr_customer_id":168612,"tr_customer_product_id":168602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:00.000Z","modified_at":"2026-01-27T16:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"35289861359381","imei1":"35289861359381","imei2":"35289861359381","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168594,"job_number":"JOB_168594","tr_customer_id":168611,"tr_customer_product_id":168601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:59.000Z","modified_at":"2026-01-27T16:32:29.000Z","name":"Onie Wehner","mobile_number":"525-707-7386","email_id":"Guiseppe10@yahoo.com","dop":"2026-01-04","serial_number":"19591251401430","imei1":"19591251401430","imei2":"19591251401430","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168593,"job_number":"JOB_168593","tr_customer_id":168610,"tr_customer_product_id":168600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:58.000Z","modified_at":"2026-01-27T16:31:58.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10242320510615","imei1":"10242320510615","imei2":"10242320510615","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168592,"job_number":"JOB_168592","tr_customer_id":168609,"tr_customer_product_id":168599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:24.000Z","modified_at":"2026-01-27T16:31:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"109956327037031","imei1":"109956327037031","imei2":"109956327037031","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168591,"job_number":"JOB_168591","tr_customer_id":168608,"tr_customer_product_id":168598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:22.000Z","modified_at":"2026-01-27T16:31:53.000Z","name":"Jewel Jakubowski","mobile_number":"344-549-8027","email_id":"Emmanuel.Gorczany85@yahoo.com","dop":"2026-01-04","serial_number":"13123661182437","imei1":"13123661182437","imei2":"13123661182437","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168590,"job_number":"JOB_168590","tr_customer_id":168607,"tr_customer_product_id":168597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:22.000Z","modified_at":"2026-01-27T16:31:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16840232757090","imei1":"16840232757090","imei2":"16840232757090","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168589,"job_number":"JOB_168589","tr_customer_id":168606,"tr_customer_product_id":168596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:13.000Z","modified_at":"2026-01-27T16:18:13.000Z","name":"Vivien Smitham","mobile_number":"858-499-2536","email_id":"Antonette78@yahoo.com","dop":"2025-04-06","serial_number":"18109953822130028","imei1":"18109953822130028","imei2":"18109953822130028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168588,"job_number":"JOB_168588","tr_customer_id":168605,"tr_customer_product_id":168595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:12.000Z","modified_at":"2026-01-27T16:18:50.000Z","name":"Vicenta Hickle","mobile_number":"903-700-9662","email_id":"Jolie_Goodwin99@gmail.com","dop":"2025-04-06","serial_number":"14823471304770","imei1":"14823471304770","imei2":"14823471304770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:18:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168587,"job_number":"JOB_168587","tr_customer_id":168604,"tr_customer_product_id":168594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:11.000Z","modified_at":"2026-01-27T16:18:11.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14714863311555","imei1":"14714863311555","imei2":"14714863311555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168586,"job_number":"JOB_168586","tr_customer_id":168603,"tr_customer_product_id":168593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:27.000Z","modified_at":"2026-01-27T16:17:27.000Z","name":"Howell Jacobson","mobile_number":"361-577-6200","email_id":"Bettye99@gmail.com","dop":"2025-04-06","serial_number":"11158835911723754","imei1":"11158835911723754","imei2":"11158835911723754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168585,"job_number":"JOB_168585","tr_customer_id":168602,"tr_customer_product_id":168592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:26.000Z","modified_at":"2026-01-27T16:18:05.000Z","name":"Nathan Bailey","mobile_number":"314-431-0996","email_id":"Christop_McDermott@hotmail.com","dop":"2025-04-06","serial_number":"14199266172636","imei1":"14199266172636","imei2":"14199266172636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:18:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168584,"job_number":"JOB_168584","tr_customer_id":168601,"tr_customer_product_id":168591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:26.000Z","modified_at":"2026-01-27T16:17:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18383213369686","imei1":"18383213369686","imei2":"18383213369686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168583,"job_number":"JOB_168583","tr_customer_id":168600,"tr_customer_product_id":168590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:41.000Z","modified_at":"2026-01-27T16:16:41.000Z","name":"Tracy Abshire","mobile_number":"502-523-6760","email_id":"Vicente_Gaylord40@hotmail.com","dop":"2025-04-06","serial_number":"19341599533965390","imei1":"19341599533965390","imei2":"19341599533965390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168582,"job_number":"JOB_168582","tr_customer_id":168599,"tr_customer_product_id":168589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:40.000Z","modified_at":"2026-01-27T16:17:19.000Z","name":"Elouise Turner","mobile_number":"281-714-2653","email_id":"Vincenzo_Watsica@hotmail.com","dop":"2025-04-06","serial_number":"13726058481533","imei1":"13726058481533","imei2":"13726058481533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:17:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168581,"job_number":"JOB_168581","tr_customer_id":168598,"tr_customer_product_id":168588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:40.000Z","modified_at":"2026-01-27T16:16:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19879525328995","imei1":"19879525328995","imei2":"19879525328995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168580,"job_number":"JOB_168580","tr_customer_id":168597,"tr_customer_product_id":168587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:27.000Z","modified_at":"2026-01-27T16:16:27.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"26134993278674","imei1":"26134993278674","imei2":"26134993278674","popurl":"2026-01-17T16:16:24.365383100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168579,"job_number":"JOB_168579","tr_customer_id":168596,"tr_customer_product_id":168586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:50:38.000Z","modified_at":"2026-01-27T15:50:38.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-27","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-27T15:50:37.630Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168578,"job_number":"JOB_168578","tr_customer_id":168595,"tr_customer_product_id":168585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:29.000Z","modified_at":"2026-01-27T15:48:39.000Z","name":"Alison Kuvalis","mobile_number":"379-968-0460","email_id":"Kirk66@hotmail.com","dop":"2025-07-01","serial_number":"101065600915747","imei1":"101065600915747","imei2":"101065600915747","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168577,"job_number":"JOB_168577","tr_customer_id":168594,"tr_customer_product_id":168584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:29.000Z","modified_at":"2026-01-27T15:48:29.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"107279565771392","imei1":"107279565771392","imei2":"107279565771392","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168576,"job_number":"JOB_168576","tr_customer_id":168593,"tr_customer_product_id":168583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:15.000Z","modified_at":"2026-01-27T15:48:27.000Z","name":"Juvenal Shanahan","mobile_number":"384-532-4924","email_id":"Pauline_Smitham@hotmail.com","dop":"2025-07-01","serial_number":"101202221373248","imei1":"101202221373248","imei2":"101202221373248","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168575,"job_number":"JOB_168575","tr_customer_id":168592,"tr_customer_product_id":168582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:15.000Z","modified_at":"2026-01-27T15:48:15.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109903425247588","imei1":"109903425247588","imei2":"109903425247588","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168574,"job_number":"JOB_168574","tr_customer_id":168591,"tr_customer_product_id":168581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:04:44.000Z","modified_at":"2026-01-27T15:04:44.000Z","name":"Mitchel Conn","mobile_number":"430-780-4511","email_id":"Syble18@yahoo.com","dop":"2025-04-06","serial_number":"15469866002304072","imei1":"15469866002304072","imei2":"15469866002304072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:04:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168573,"job_number":"JOB_168573","tr_customer_id":168590,"tr_customer_product_id":168580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:04:43.000Z","modified_at":"2026-01-27T15:05:22.000Z","name":"Wayne Jaskolski","mobile_number":"298-435-5449","email_id":"Earnest.Miller@yahoo.com","dop":"2025-04-06","serial_number":"15831377211719","imei1":"15831377211719","imei2":"15831377211719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168572,"job_number":"JOB_168572","tr_customer_id":168589,"tr_customer_product_id":168579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:57.000Z","modified_at":"2026-01-27T15:03:57.000Z","name":"Arch Langworth","mobile_number":"541-458-0847","email_id":"Piper.Brakus18@gmail.com","dop":"2025-04-06","serial_number":"13899110267169184","imei1":"13899110267169184","imei2":"13899110267169184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168571,"job_number":"JOB_168571","tr_customer_id":168588,"tr_customer_product_id":168578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:56.000Z","modified_at":"2026-01-27T15:04:35.000Z","name":"Victor Howell","mobile_number":"916-657-6218","email_id":"Granville37@hotmail.com","dop":"2025-04-06","serial_number":"19659009122260","imei1":"19659009122260","imei2":"19659009122260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168570,"job_number":"JOB_168570","tr_customer_id":168587,"tr_customer_product_id":168577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:11.000Z","modified_at":"2026-01-27T15:03:11.000Z","name":"Dandre Metz","mobile_number":"404-647-5022","email_id":"Ayla.Schaden10@hotmail.com","dop":"2025-04-06","serial_number":"12871564774883630","imei1":"12871564774883630","imei2":"12871564774883630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168569,"job_number":"JOB_168569","tr_customer_id":168586,"tr_customer_product_id":168576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:09.000Z","modified_at":"2026-01-27T15:03:49.000Z","name":"Jany McLaughlin","mobile_number":"915-529-7776","email_id":"Arturo_Robel@yahoo.com","dop":"2025-04-06","serial_number":"15921801393310","imei1":"15921801393310","imei2":"15921801393310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168568,"job_number":"JOB_168568","tr_customer_id":168585,"tr_customer_product_id":168575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:58:26.000Z","modified_at":"2026-01-27T14:58:26.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2025-03-26","serial_number":"234574345423535","imei1":"234574345423535","imei2":"234574345423535","popurl":"2025-03-26T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168567,"job_number":"JOB_168567","tr_customer_id":168584,"tr_customer_product_id":168574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:20.000Z","modified_at":"2026-01-27T14:57:20.000Z","name":"Claude Ritchie","mobile_number":"640-827-9545","email_id":"Kevin.Pollich44@gmail.com","dop":"2025-04-06","serial_number":"12914396569574010","imei1":"12914396569574010","imei2":"12914396569574010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168566,"job_number":"JOB_168566","tr_customer_id":168583,"tr_customer_product_id":168573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:18.000Z","modified_at":"2026-01-27T14:57:58.000Z","name":"Sammie Wunsch","mobile_number":"867-740-9117","email_id":"Sabrina.Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"14635524139974","imei1":"14635524139974","imei2":"14635524139974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168565,"job_number":"JOB_168565","tr_customer_id":168582,"tr_customer_product_id":168572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:18.000Z","modified_at":"2026-01-27T14:57:18.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16433155201313","imei1":"16433155201313","imei2":"16433155201313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168564,"job_number":"JOB_168564","tr_customer_id":168581,"tr_customer_product_id":168571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:33.000Z","modified_at":"2026-01-27T14:56:33.000Z","name":"Angelina Ryan","mobile_number":"259-711-2703","email_id":"Mara95@hotmail.com","dop":"2025-04-06","serial_number":"16152303670205284","imei1":"16152303670205284","imei2":"16152303670205284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168563,"job_number":"JOB_168563","tr_customer_id":168580,"tr_customer_product_id":168570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:32.000Z","modified_at":"2026-01-27T14:57:11.000Z","name":"Oran Kassulke","mobile_number":"968-259-9104","email_id":"Greyson94@yahoo.com","dop":"2025-04-06","serial_number":"16625743983442","imei1":"16625743983442","imei2":"16625743983442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168562,"job_number":"JOB_168562","tr_customer_id":168579,"tr_customer_product_id":168569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:31.000Z","modified_at":"2026-01-27T14:56:31.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17977304457910","imei1":"17977304457910","imei2":"17977304457910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168561,"job_number":"JOB_168561","tr_customer_id":168578,"tr_customer_product_id":168568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:51.000Z","modified_at":"2026-01-27T14:39:51.000Z","name":"Octavia Lesch","mobile_number":"758-927-2215","email_id":"Nasir42@gmail.com","dop":"2025-04-06","serial_number":"16931637053715728","imei1":"16931637053715728","imei2":"16931637053715728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168560,"job_number":"JOB_168560","tr_customer_id":168577,"tr_customer_product_id":168567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:50.000Z","modified_at":"2026-01-27T14:40:27.000Z","name":"Kristopher Hamill","mobile_number":"613-408-5068","email_id":"Marjory_Rempel6@hotmail.com","dop":"2025-04-06","serial_number":"11700184577754","imei1":"11700184577754","imei2":"11700184577754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:40:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168559,"job_number":"JOB_168559","tr_customer_id":168576,"tr_customer_product_id":168566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:49.000Z","modified_at":"2026-01-27T14:39:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11700268384381","imei1":"11700268384381","imei2":"11700268384381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168558,"job_number":"JOB_168558","tr_customer_id":168575,"tr_customer_product_id":168565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:06.000Z","modified_at":"2026-01-27T14:39:06.000Z","name":"Georgette Jacobs","mobile_number":"247-742-8468","email_id":"Rafael34@hotmail.com","dop":"2025-04-06","serial_number":"14793820117484506","imei1":"14793820117484506","imei2":"14793820117484506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168557,"job_number":"JOB_168557","tr_customer_id":168574,"tr_customer_product_id":168564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:05.000Z","modified_at":"2026-01-27T14:39:43.000Z","name":"Chasity Kilback","mobile_number":"444-243-6395","email_id":"Cortez_Koepp18@yahoo.com","dop":"2025-04-06","serial_number":"17632027953923","imei1":"17632027953923","imei2":"17632027953923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168556,"job_number":"JOB_168556","tr_customer_id":168573,"tr_customer_product_id":168563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:05.000Z","modified_at":"2026-01-27T14:39:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10427653289693","imei1":"10427653289693","imei2":"10427653289693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168552,"job_number":"JOB_168552","tr_customer_id":168569,"tr_customer_product_id":168559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:27.000Z","modified_at":"2026-01-27T14:38:27.000Z","name":"Katlynn Dickinson","mobile_number":"888-216-5011","email_id":"Rebekah39@yahoo.com","dop":"2025-04-06","serial_number":"18780250777439776","imei1":"18780250777439776","imei2":"18780250777439776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168551,"job_number":"JOB_168551","tr_customer_id":168568,"tr_customer_product_id":168558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:26.000Z","modified_at":"2026-01-27T14:39:04.000Z","name":"Malinda McKenzie","mobile_number":"582-354-7667","email_id":"Ashly.Von@yahoo.com","dop":"2025-04-06","serial_number":"14561773128151","imei1":"14561773128151","imei2":"14561773128151","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168550,"job_number":"JOB_168550","tr_customer_id":168567,"tr_customer_product_id":168557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:21.000Z","modified_at":"2026-01-27T14:38:21.000Z","name":"Bonnie Gaylord","mobile_number":"264-794-9881","email_id":"Alford.Funk52@gmail.com","dop":"2025-04-06","serial_number":"13725629609368930","imei1":"13725629609368930","imei2":"13725629609368930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168549,"job_number":"JOB_168549","tr_customer_id":168566,"tr_customer_product_id":168556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:20.000Z","modified_at":"2026-01-27T14:38:58.000Z","name":"Stephan Hayes","mobile_number":"380-772-1851","email_id":"Marc_Spencer@yahoo.com","dop":"2025-04-06","serial_number":"10304152059222","imei1":"10304152059222","imei2":"10304152059222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:38:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168548,"job_number":"JOB_168548","tr_customer_id":168565,"tr_customer_product_id":168555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:19.000Z","modified_at":"2026-01-27T14:38:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16759548521487","imei1":"16759548521487","imei2":"16759548521487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168547,"job_number":"JOB_168547","tr_customer_id":168564,"tr_customer_product_id":168554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:12.000Z","modified_at":"2026-01-27T14:37:12.000Z","name":"Raina Wisoky","mobile_number":"943-967-7925","email_id":"Jazmyn.Huel@gmail.com","dop":"2025-04-06","serial_number":"17122379770844340","imei1":"17122379770844340","imei2":"17122379770844340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168546,"job_number":"JOB_168546","tr_customer_id":168563,"tr_customer_product_id":168553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:11.000Z","modified_at":"2026-01-27T14:37:50.000Z","name":"Barton Medhurst","mobile_number":"320-834-1312","email_id":"Delmer42@gmail.com","dop":"2025-04-06","serial_number":"12439773307184","imei1":"12439773307184","imei2":"12439773307184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168545,"job_number":"JOB_168545","tr_customer_id":168562,"tr_customer_product_id":168552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:10.000Z","modified_at":"2026-01-27T14:37:10.000Z","name":"Darryl Tromp","mobile_number":"370-755-6086","email_id":"Delpha.Macejkovic21@yahoo.com","dop":"2025-04-06","serial_number":"14603900081931412","imei1":"14603900081931412","imei2":"14603900081931412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168544,"job_number":"JOB_168544","tr_customer_id":168561,"tr_customer_product_id":168551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:09.000Z","modified_at":"2026-01-27T14:37:48.000Z","name":"Daphne Reichel","mobile_number":"301-537-9725","email_id":"Hosea79@hotmail.com","dop":"2025-04-06","serial_number":"19073611825661","imei1":"19073611825661","imei2":"19073611825661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168543,"job_number":"JOB_168543","tr_customer_id":168560,"tr_customer_product_id":168550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:08.000Z","modified_at":"2026-01-27T14:37:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18150468332383","imei1":"18150468332383","imei2":"18150468332383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168542,"job_number":"JOB_168542","tr_customer_id":168559,"tr_customer_product_id":168549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:25.000Z","modified_at":"2026-01-27T14:36:25.000Z","name":"Buddy Parisian","mobile_number":"855-351-1399","email_id":"Daisy17@hotmail.com","dop":"2025-04-06","serial_number":"15382739782579398","imei1":"15382739782579398","imei2":"15382739782579398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168541,"job_number":"JOB_168541","tr_customer_id":168558,"tr_customer_product_id":168548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:37:03.000Z","name":"Jewel Sawayn","mobile_number":"785-939-7834","email_id":"Janessa.Bogisich61@gmail.com","dop":"2025-04-06","serial_number":"16278040109455","imei1":"16278040109455","imei2":"16278040109455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168540,"job_number":"JOB_168540","tr_customer_id":168557,"tr_customer_product_id":168547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19433432813257","imei1":"19433432813257","imei2":"19433432813257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168539,"job_number":"JOB_168539","tr_customer_id":168556,"tr_customer_product_id":168546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"Meredith Cormier","mobile_number":"307-402-7532","email_id":"Earnest.OKon@gmail.com","dop":"2025-04-06","serial_number":"17124229440146634","imei1":"17124229440146634","imei2":"17124229440146634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168538,"job_number":"JOB_168538","tr_customer_id":168555,"tr_customer_product_id":168545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:22.000Z","modified_at":"2026-01-27T14:37:01.000Z","name":"Morgan Hirthe","mobile_number":"906-638-8200","email_id":"Reanna.Schamberger52@yahoo.com","dop":"2025-04-06","serial_number":"15074619278145","imei1":"15074619278145","imei2":"15074619278145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168537,"job_number":"JOB_168537","tr_customer_id":168554,"tr_customer_product_id":168544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:22.000Z","modified_at":"2026-01-27T14:36:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12221313483675","imei1":"12221313483675","imei2":"12221313483675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168536,"job_number":"JOB_168536","tr_customer_id":168553,"tr_customer_product_id":168543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Fern Koch","mobile_number":"748-330-0629","email_id":"Morgan33@yahoo.com","dop":"2025-04-06","serial_number":"13029429243635488","imei1":"13029429243635488","imei2":"13029429243635488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168532,"job_number":"JOB_168532","tr_customer_id":168549,"tr_customer_product_id":168539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:54.000Z","name":"Nettie Konopelski","mobile_number":"681-473-6639","email_id":"Dewayne.Klocko40@yahoo.com","dop":"2025-04-06","serial_number":"15704777803318","imei1":"15704777803318","imei2":"15704777803318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168531,"job_number":"JOB_168531","tr_customer_id":168548,"tr_customer_product_id":168538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:00.000Z","modified_at":"2026-01-27T14:36:00.000Z","name":"Janet Mann","mobile_number":"766-776-3719","email_id":"Lionel_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"15327572934976914","imei1":"15327572934976914","imei2":"15327572934976914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168529,"job_number":"JOB_168529","tr_customer_id":168546,"tr_customer_product_id":168536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:36:38.000Z","name":"Mavis Sawayn","mobile_number":"376-753-5722","email_id":"Nat44@yahoo.com","dop":"2025-04-06","serial_number":"12295726618343","imei1":"12295726618343","imei2":"12295726618343","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168527,"job_number":"JOB_168527","tr_customer_id":168544,"tr_customer_product_id":168534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18558828219362","imei1":"18558828219362","imei2":"18558828219362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168521,"job_number":"JOB_168521","tr_customer_id":168538,"tr_customer_product_id":168528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:39.000Z","modified_at":"2026-01-27T14:35:39.000Z","name":"Citlalli Reinger","mobile_number":"466-384-0381","email_id":"Torrey.Nader14@yahoo.com","dop":"2025-04-06","serial_number":"10674827196074330","imei1":"10674827196074330","imei2":"10674827196074330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168520,"job_number":"JOB_168520","tr_customer_id":168537,"tr_customer_product_id":168527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:38.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Misty Mayer","mobile_number":"941-555-8417","email_id":"Benton.Reilly63@yahoo.com","dop":"2025-04-06","serial_number":"14657368347101","imei1":"14657368347101","imei2":"14657368347101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168519,"job_number":"JOB_168519","tr_customer_id":168536,"tr_customer_product_id":168526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10979258076079","imei1":"10979258076079","imei2":"10979258076079","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168518,"job_number":"JOB_168518","tr_customer_id":168535,"tr_customer_product_id":168525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"Zena Parker","mobile_number":"887-377-9330","email_id":"Javon22@gmail.com","dop":"2025-04-06","serial_number":"14788065448154626","imei1":"14788065448154626","imei2":"14788065448154626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168517,"job_number":"JOB_168517","tr_customer_id":168534,"tr_customer_product_id":168524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:35.000Z","modified_at":"2026-01-27T14:36:15.000Z","name":"Loma Haley","mobile_number":"295-685-6185","email_id":"Luna_Kuhn75@yahoo.com","dop":"2025-04-06","serial_number":"10897302547055","imei1":"10897302547055","imei2":"10897302547055","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168516,"job_number":"JOB_168516","tr_customer_id":168533,"tr_customer_product_id":168523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:35.000Z","modified_at":"2026-01-27T14:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10636780467265","imei1":"10636780467265","imei2":"10636780467265","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168515,"job_number":"JOB_168515","tr_customer_id":168532,"tr_customer_product_id":168522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:14.000Z","modified_at":"2026-01-27T14:35:14.000Z","name":"Clara Berge","mobile_number":"966-526-1397","email_id":"Antoinette.Gorczany@hotmail.com","dop":"2025-04-06","serial_number":"11201552173895188","imei1":"11201552173895188","imei2":"11201552173895188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168514,"job_number":"JOB_168514","tr_customer_id":168531,"tr_customer_product_id":168521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:13.000Z","modified_at":"2026-01-27T14:35:52.000Z","name":"Linda Kuhn","mobile_number":"486-238-1290","email_id":"Genoveva_Boyer@yahoo.com","dop":"2025-04-06","serial_number":"12209293410742","imei1":"12209293410742","imei2":"12209293410742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168513,"job_number":"JOB_168513","tr_customer_id":168530,"tr_customer_product_id":168520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:13.000Z","modified_at":"2026-01-27T14:35:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12825379195318","imei1":"12825379195318","imei2":"12825379195318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168512,"job_number":"JOB_168512","tr_customer_id":168529,"tr_customer_product_id":168519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:52.000Z","modified_at":"2026-01-27T14:34:52.000Z","name":"Kathleen Smith","mobile_number":"564-877-7560","email_id":"Anissa87@yahoo.com","dop":"2025-04-06","serial_number":"16714326067981780","imei1":"16714326067981780","imei2":"16714326067981780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168511,"job_number":"JOB_168511","tr_customer_id":168528,"tr_customer_product_id":168518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:51.000Z","modified_at":"2026-01-27T14:35:30.000Z","name":"Scotty Effertz","mobile_number":"345-626-3325","email_id":"Sofia.Hintz77@hotmail.com","dop":"2025-04-06","serial_number":"15028614031468","imei1":"15028614031468","imei2":"15028614031468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168510,"job_number":"JOB_168510","tr_customer_id":168527,"tr_customer_product_id":168517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:51.000Z","modified_at":"2026-01-27T14:34:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16754758835269","imei1":"16754758835269","imei2":"16754758835269","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168509,"job_number":"JOB_168509","tr_customer_id":168526,"tr_customer_product_id":168516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:28.000Z","modified_at":"2026-01-27T14:34:28.000Z","name":"Emmie Yundt","mobile_number":"870-367-3921","email_id":"Carlos40@hotmail.com","dop":"2025-04-06","serial_number":"12401243268094944","imei1":"12401243268094944","imei2":"12401243268094944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168508,"job_number":"JOB_168508","tr_customer_id":168525,"tr_customer_product_id":168515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:27.000Z","modified_at":"2026-01-27T14:35:06.000Z","name":"Raoul Schuster","mobile_number":"673-377-6936","email_id":"Chandler_Corkery@gmail.com","dop":"2025-04-06","serial_number":"14774245487869","imei1":"14774245487869","imei2":"14774245487869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168507,"job_number":"JOB_168507","tr_customer_id":168524,"tr_customer_product_id":168514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:26.000Z","modified_at":"2026-01-27T14:34:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12900428527484","imei1":"12900428527484","imei2":"12900428527484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168506,"job_number":"JOB_168506","tr_customer_id":168523,"tr_customer_product_id":168513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:04.000Z","modified_at":"2026-01-27T14:33:04.000Z","name":"Jeanie O'Reilly","mobile_number":"796-586-4555","email_id":"Gilbert.Kerluke@gmail.com","dop":"2025-05-30","serial_number":"1695045726112051","imei1":"1695045726112051","imei2":"1695045726112051","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168505,"job_number":"JOB_168505","tr_customer_id":168522,"tr_customer_product_id":168512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:03.000Z","modified_at":"2026-01-27T14:33:03.000Z","name":"Aliya Thiel","mobile_number":"494-317-6488","email_id":"Clement86@hotmail.com","dop":"2025-05-30","serial_number":"12129825858027","imei1":"12129825858027","imei2":"12129825858027","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168504,"job_number":"JOB_168504","tr_customer_id":168521,"tr_customer_product_id":168511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:02.000Z","modified_at":"2026-01-27T14:33:02.000Z","name":"Armand Franecki","mobile_number":"246-564-2962","email_id":"Santos.Corwin@gmail.com","dop":"2025-05-30","serial_number":"10957484441006","imei1":"10957484441006","imei2":"10957484441006","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168503,"job_number":"JOB_168503","tr_customer_id":168520,"tr_customer_product_id":168510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:31:17.000Z","modified_at":"2026-01-27T14:31:17.000Z","name":"Sid Leuschke","mobile_number":"293-988-9908","email_id":"Sofia.Johns91@hotmail.com","dop":"2025-04-06","serial_number":"10105466433042800","imei1":"10105466433042800","imei2":"10105466433042800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168502,"job_number":"JOB_168502","tr_customer_id":168519,"tr_customer_product_id":168509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:31:16.000Z","modified_at":"2026-01-27T14:31:58.000Z","name":"Gwendolyn Streich","mobile_number":"469-863-0493","email_id":"Jarvis.Pacocha95@yahoo.com","dop":"2025-04-06","serial_number":"19254133947770","imei1":"19254133947770","imei2":"19254133947770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168501,"job_number":"JOB_168501","tr_customer_id":168518,"tr_customer_product_id":168508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:32.000Z","modified_at":"2026-01-27T14:30:32.000Z","name":"Emile Hand","mobile_number":"342-498-2232","email_id":"Aida65@yahoo.com","dop":"2025-04-06","serial_number":"13410457103030660","imei1":"13410457103030660","imei2":"13410457103030660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168500,"job_number":"JOB_168500","tr_customer_id":168517,"tr_customer_product_id":168507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:30.000Z","modified_at":"2026-01-27T14:31:09.000Z","name":"Hassie Gleichner","mobile_number":"222-593-1144","email_id":"Favian.Bosco71@yahoo.com","dop":"2025-04-06","serial_number":"17275651875635","imei1":"17275651875635","imei2":"17275651875635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168499,"job_number":"JOB_168499","tr_customer_id":168516,"tr_customer_product_id":168506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:30.000Z","modified_at":"2026-01-27T14:30:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11682996440726","imei1":"11682996440726","imei2":"11682996440726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168498,"job_number":"JOB_168498","tr_customer_id":168515,"tr_customer_product_id":168505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:25.000Z","modified_at":"2026-01-27T14:30:25.000Z","name":"Damian Berge","mobile_number":"692-250-2732","email_id":"Sophia65@yahoo.com","dop":"2025-04-06","serial_number":"13284192840530582","imei1":"13284192840530582","imei2":"13284192840530582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168497,"job_number":"JOB_168497","tr_customer_id":168514,"tr_customer_product_id":168504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:24.000Z","modified_at":"2026-01-27T14:31:03.000Z","name":"Bertha Sauer","mobile_number":"316-503-5802","email_id":"Maynard_Wolff50@gmail.com","dop":"2025-04-06","serial_number":"16503633279422","imei1":"16503633279422","imei2":"16503633279422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168496,"job_number":"JOB_168496","tr_customer_id":168513,"tr_customer_product_id":168503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:58.000Z","modified_at":"2026-01-27T14:29:58.000Z","name":"Guiseppe Zemlak","mobile_number":"718-322-1975","email_id":"Oren_Murray11@gmail.com","dop":"2025-04-06","serial_number":"11598004911748456","imei1":"11598004911748456","imei2":"11598004911748456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168495,"job_number":"JOB_168495","tr_customer_id":168512,"tr_customer_product_id":168502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:56.000Z","modified_at":"2026-01-27T14:30:34.000Z","name":"Selmer Lindgren","mobile_number":"492-260-8399","email_id":"Bill9@hotmail.com","dop":"2025-04-06","serial_number":"18294610486986","imei1":"18294610486986","imei2":"18294610486986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168494,"job_number":"JOB_168494","tr_customer_id":168511,"tr_customer_product_id":168501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:56.000Z","modified_at":"2026-01-27T14:29:56.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13740245050293","imei1":"13740245050293","imei2":"13740245050293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168493,"job_number":"JOB_168493","tr_customer_id":168510,"tr_customer_product_id":168500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:45.000Z","modified_at":"2026-01-27T14:29:45.000Z","name":"Keeley Hintz","mobile_number":"563-690-8723","email_id":"Chesley.Fadel42@gmail.com","dop":"2025-04-06","serial_number":"10724759919489682","imei1":"10724759919489682","imei2":"10724759919489682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168492,"job_number":"JOB_168492","tr_customer_id":168509,"tr_customer_product_id":168499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:44.000Z","modified_at":"2026-01-27T14:30:23.000Z","name":"Lila Weimann","mobile_number":"644-325-2914","email_id":"Ray_Kihn21@hotmail.com","dop":"2025-04-06","serial_number":"16320084019248","imei1":"16320084019248","imei2":"16320084019248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168491,"job_number":"JOB_168491","tr_customer_id":168508,"tr_customer_product_id":168498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:44.000Z","modified_at":"2026-01-27T14:29:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17002233766524","imei1":"17002233766524","imei2":"17002233766524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168490,"job_number":"JOB_168490","tr_customer_id":168507,"tr_customer_product_id":168497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:32.000Z","modified_at":"2026-01-27T14:29:32.000Z","name":"Elmira Reinger","mobile_number":"942-651-9148","email_id":"Jimmie89@gmail.com","dop":"2025-04-06","serial_number":"10126057285107164","imei1":"10126057285107164","imei2":"10126057285107164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168489,"job_number":"JOB_168489","tr_customer_id":168506,"tr_customer_product_id":168496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:30.000Z","modified_at":"2026-01-27T14:30:11.000Z","name":"Jennifer Vandervort","mobile_number":"955-783-1567","email_id":"Shany57@yahoo.com","dop":"2025-04-06","serial_number":"16066213290316","imei1":"16066213290316","imei2":"16066213290316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168488,"job_number":"JOB_168488","tr_customer_id":168505,"tr_customer_product_id":168495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:30.000Z","modified_at":"2026-01-27T14:29:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11607751095650","imei1":"11607751095650","imei2":"11607751095650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168487,"job_number":"JOB_168487","tr_customer_id":168504,"tr_customer_product_id":168494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:13.000Z","modified_at":"2026-01-27T14:29:13.000Z","name":"Earl Schmitt","mobile_number":"896-543-4459","email_id":"Vaughn35@hotmail.com","dop":"2025-04-06","serial_number":"17330789803041280","imei1":"17330789803041280","imei2":"17330789803041280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168486,"job_number":"JOB_168486","tr_customer_id":168503,"tr_customer_product_id":168493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:12.000Z","modified_at":"2026-01-27T14:29:49.000Z","name":"Cassie Murphy","mobile_number":"541-654-6783","email_id":"Charlene_Padberg@hotmail.com","dop":"2025-04-06","serial_number":"19150919557924","imei1":"19150919557924","imei2":"19150919557924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168485,"job_number":"JOB_168485","tr_customer_id":168502,"tr_customer_product_id":168492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:12.000Z","modified_at":"2026-01-27T14:29:12.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19322513910091","imei1":"19322513910091","imei2":"19322513910091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168484,"job_number":"JOB_168484","tr_customer_id":168501,"tr_customer_product_id":168491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:01.000Z","modified_at":"2026-01-27T14:29:01.000Z","name":"Aryanna Dicki","mobile_number":"307-325-5098","email_id":"Meda10@yahoo.com","dop":"2025-04-06","serial_number":"14365797911804354","imei1":"14365797911804354","imei2":"14365797911804354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168483,"job_number":"JOB_168483","tr_customer_id":168500,"tr_customer_product_id":168490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:29:41.000Z","name":"Abdullah Hauck","mobile_number":"559-913-9317","email_id":"Loma.Lowe9@yahoo.com","dop":"2025-04-06","serial_number":"10645030354603","imei1":"10645030354603","imei2":"10645030354603","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168482,"job_number":"JOB_168482","tr_customer_id":168499,"tr_customer_product_id":168489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"Danika Yost","mobile_number":"647-834-8170","email_id":"Arvid.Medhurst14@hotmail.com","dop":"2025-04-06","serial_number":"11789382839170934","imei1":"11789382839170934","imei2":"11789382839170934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168481,"job_number":"JOB_168481","tr_customer_id":168498,"tr_customer_product_id":168488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18525208861274","imei1":"18525208861274","imei2":"18525208861274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168480,"job_number":"JOB_168480","tr_customer_id":168497,"tr_customer_product_id":168487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:58.000Z","modified_at":"2026-01-27T14:29:37.000Z","name":"Shaina Bayer","mobile_number":"930-876-8174","email_id":"Vena.Waters4@hotmail.com","dop":"2025-04-06","serial_number":"19678374557526","imei1":"19678374557526","imei2":"19678374557526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168479,"job_number":"JOB_168479","tr_customer_id":168496,"tr_customer_product_id":168486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:57.000Z","modified_at":"2026-01-27T14:28:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14549865475600","imei1":"14549865475600","imei2":"14549865475600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168478,"job_number":"JOB_168478","tr_customer_id":168495,"tr_customer_product_id":168485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:43.000Z","modified_at":"2026-01-27T14:28:43.000Z","name":"Erich Gislason","mobile_number":"352-413-7789","email_id":"Heber_Gutkowski@yahoo.com","dop":"2025-04-06","serial_number":"18770492962576772","imei1":"18770492962576772","imei2":"18770492962576772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168477,"job_number":"JOB_168477","tr_customer_id":168494,"tr_customer_product_id":168484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:42.000Z","modified_at":"2026-01-27T14:29:23.000Z","name":"Alba Windler","mobile_number":"674-675-1997","email_id":"Emory_Hand@hotmail.com","dop":"2025-04-06","serial_number":"18381171344050","imei1":"18381171344050","imei2":"18381171344050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168476,"job_number":"JOB_168476","tr_customer_id":168493,"tr_customer_product_id":168483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:41.000Z","modified_at":"2026-01-27T14:28:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10123690691843","imei1":"10123690691843","imei2":"10123690691843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168475,"job_number":"JOB_168475","tr_customer_id":168492,"tr_customer_product_id":168482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:29.000Z","modified_at":"2026-01-27T14:28:29.000Z","name":"Sigmund Mueller","mobile_number":"421-301-9672","email_id":"Rhoda.Larkin@hotmail.com","dop":"2025-04-06","serial_number":"10448121615233540","imei1":"10448121615233540","imei2":"10448121615233540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168474,"job_number":"JOB_168474","tr_customer_id":168491,"tr_customer_product_id":168481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:28.000Z","modified_at":"2026-01-27T14:29:05.000Z","name":"Aliya Veum","mobile_number":"670-431-3876","email_id":"Ryley_Beer49@gmail.com","dop":"2025-04-06","serial_number":"14168131166077","imei1":"14168131166077","imei2":"14168131166077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168473,"job_number":"JOB_168473","tr_customer_id":168490,"tr_customer_product_id":168480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:28.000Z","modified_at":"2026-01-27T14:28:28.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"14404252990704","imei1":"14404252990704","imei2":"14404252990704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168472,"job_number":"JOB_168472","tr_customer_id":168489,"tr_customer_product_id":168479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:11.000Z","modified_at":"2026-01-27T14:28:11.000Z","name":"Leon Keeling","mobile_number":"790-406-3406","email_id":"Saul_Wuckert@hotmail.com","dop":"2025-04-06","serial_number":"11908915713720174","imei1":"11908915713720174","imei2":"11908915713720174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168471,"job_number":"JOB_168471","tr_customer_id":168488,"tr_customer_product_id":168478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:09.000Z","modified_at":"2026-01-27T14:28:51.000Z","name":"Earline Robel","mobile_number":"400-971-7194","email_id":"Ola38@yahoo.com","dop":"2025-04-06","serial_number":"13212992354154","imei1":"13212992354154","imei2":"13212992354154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168470,"job_number":"JOB_168470","tr_customer_id":168487,"tr_customer_product_id":168477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:09.000Z","modified_at":"2026-01-27T14:28:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19562831574480","imei1":"19562831574480","imei2":"19562831574480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168468,"job_number":"JOB_168468","tr_customer_id":168485,"tr_customer_product_id":168475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:05.000Z","modified_at":"2026-01-27T14:28:49.000Z","name":"Melba Nitzsche","mobile_number":"905-321-4795","email_id":"Prudence91@gmail.com","dop":"2000-01-31","serial_number":"10747505259247","imei1":"10747505259247","imei2":"10747505259247","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168466,"job_number":"JOB_168466","tr_customer_id":168483,"tr_customer_product_id":168473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:54.000Z","modified_at":"2026-01-27T14:27:54.000Z","name":"Lizeth Thompson","mobile_number":"204-207-4099","email_id":"Margie31@gmail.com","dop":"2025-04-06","serial_number":"12763104282409418","imei1":"12763104282409418","imei2":"12763104282409418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168465,"job_number":"JOB_168465","tr_customer_id":168482,"tr_customer_product_id":168472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:53.000Z","modified_at":"2026-01-27T14:28:34.000Z","name":"Erling Reichert","mobile_number":"558-595-2787","email_id":"Terrell.Braun@yahoo.com","dop":"2025-04-06","serial_number":"12395829403793","imei1":"12395829403793","imei2":"12395829403793","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168464,"job_number":"JOB_168464","tr_customer_id":168481,"tr_customer_product_id":168471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:52.000Z","modified_at":"2026-01-27T14:27:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15519760465235","imei1":"15519760465235","imei2":"15519760465235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168463,"job_number":"JOB_168463","tr_customer_id":168480,"tr_customer_product_id":168470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:20.000Z","modified_at":"2026-01-27T14:27:20.000Z","name":"Norwood Armstrong","mobile_number":"719-221-2982","email_id":"Joyce_Mueller@gmail.com","dop":"2025-04-06","serial_number":"14124170153083196","imei1":"14124170153083196","imei2":"14124170153083196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168462,"job_number":"JOB_168462","tr_customer_id":168479,"tr_customer_product_id":168469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:19.000Z","modified_at":"2026-01-27T14:28:01.000Z","name":"Marcelle Brown","mobile_number":"376-883-0965","email_id":"Royce_Veum@gmail.com","dop":"2025-04-06","serial_number":"19661842626993","imei1":"19661842626993","imei2":"19661842626993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168461,"job_number":"JOB_168461","tr_customer_id":168478,"tr_customer_product_id":168468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:19.000Z","modified_at":"2026-01-27T14:27:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14320379351493","imei1":"14320379351493","imei2":"14320379351493","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168459,"job_number":"JOB_168459","tr_customer_id":168476,"tr_customer_product_id":168466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:12.000Z","modified_at":"2026-01-27T14:27:57.000Z","name":"Makenzie Crooks","mobile_number":"882-926-5596","email_id":"Hope_Prosacco58@yahoo.com","dop":"2000-01-31","serial_number":"10480260514171","imei1":"10480260514171","imei2":"10480260514171","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168456,"job_number":"JOB_168456","tr_customer_id":168473,"tr_customer_product_id":168463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:20.000Z","modified_at":"2026-01-27T14:27:04.000Z","name":"Rafael Cummerata","mobile_number":"727-415-9791","email_id":"Zachery49@hotmail.com","dop":"2000-01-31","serial_number":"10903185794672","imei1":"10903185794672","imei2":"10903185794672","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168453,"job_number":"JOB_168453","tr_customer_id":168470,"tr_customer_product_id":168460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:37.000Z","modified_at":"2026-01-27T14:25:37.000Z","name":"Arianna Runte","mobile_number":"527-688-4375","email_id":"Colleen.Adams32@hotmail.com","dop":"2025-06-18","serial_number":"1050319766554530","imei1":"1050319766554530","imei2":"1050319766554530","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168452,"job_number":"JOB_168452","tr_customer_id":168469,"tr_customer_product_id":168459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:36.000Z","modified_at":"2026-01-27T14:26:15.000Z","name":"Sydney DuBuque","mobile_number":"601-924-2471","email_id":"Trenton_King75@gmail.com","dop":"2025-06-18","serial_number":"10943029013252","imei1":"10943029013252","imei2":"10943029013252","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168451,"job_number":"JOB_168451","tr_customer_id":168468,"tr_customer_product_id":168458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:36.000Z","modified_at":"2026-01-27T14:25:36.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10817511895228","imei1":"10817511895228","imei2":"10817511895228","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168449,"job_number":"JOB_168449","tr_customer_id":168466,"tr_customer_product_id":168456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:25.000Z","modified_at":"2026-01-27T14:26:11.000Z","name":"Ryann Beier","mobile_number":"993-563-2024","email_id":"Joanie.Hane@hotmail.com","dop":"2000-01-31","serial_number":"10794428457491","imei1":"10794428457491","imei2":"10794428457491","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168447,"job_number":"JOB_168447","tr_customer_id":168464,"tr_customer_product_id":168454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:50.000Z","modified_at":"2026-01-27T14:24:50.000Z","name":"Shakira Dickens","mobile_number":"522-320-0638","email_id":"Jewell_Harber@hotmail.com","dop":"2025-06-18","serial_number":"1065927066403027","imei1":"1065927066403027","imei2":"1065927066403027","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168446,"job_number":"JOB_168446","tr_customer_id":168463,"tr_customer_product_id":168453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:50.000Z","modified_at":"2026-01-27T14:25:29.000Z","name":"Shirley Hyatt","mobile_number":"202-527-9476","email_id":"Omer.Lind0@yahoo.com","dop":"2025-06-18","serial_number":"10792666762015","imei1":"10792666762015","imei2":"10792666762015","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168445,"job_number":"JOB_168445","tr_customer_id":168462,"tr_customer_product_id":168452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:49.000Z","modified_at":"2026-01-27T14:24:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10264613131218","imei1":"10264613131218","imei2":"10264613131218","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168444,"job_number":"JOB_168444","tr_customer_id":168461,"tr_customer_product_id":168451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:27.000Z","modified_at":"2026-01-27T14:24:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"38921985501182","imei1":"38921985501182","imei2":"38921985501182","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168443,"job_number":"JOB_168443","tr_customer_id":168460,"tr_customer_product_id":168450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:25:09.000Z","name":"Malinda Kub","mobile_number":"419-985-6718","email_id":"Ursula_Braun@gmail.com","dop":"2026-01-04","serial_number":"12189692618636","imei1":"12189692618636","imei2":"12189692618636","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168442,"job_number":"JOB_168442","tr_customer_id":168459,"tr_customer_product_id":168449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18150241088696","imei1":"18150241088696","imei2":"18150241088696","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168441,"job_number":"JOB_168441","tr_customer_id":168458,"tr_customer_product_id":168448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"Pauline Bosco","mobile_number":"637-209-6954","email_id":"Trey.Metz@hotmail.com","dop":"2025-04-06","serial_number":"18098126248934770","imei1":"18098126248934770","imei2":"18098126248934770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168440,"job_number":"JOB_168440","tr_customer_id":168457,"tr_customer_product_id":168447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:23.000Z","modified_at":"2026-01-27T14:25:05.000Z","name":"Sherman Fisher","mobile_number":"832-226-1707","email_id":"Leland.Gleason@hotmail.com","dop":"2025-04-06","serial_number":"13197785768191","imei1":"13197785768191","imei2":"13197785768191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168439,"job_number":"JOB_168439","tr_customer_id":168456,"tr_customer_product_id":168446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:23.000Z","modified_at":"2026-01-27T14:24:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12764741417890","imei1":"12764741417890","imei2":"12764741417890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168438,"job_number":"JOB_168438","tr_customer_id":168455,"tr_customer_product_id":168445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:36.000Z","modified_at":"2026-01-27T14:23:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"77974963574225","imei1":"77974963574225","imei2":"77974963574225","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168437,"job_number":"JOB_168437","tr_customer_id":168454,"tr_customer_product_id":168444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:35.000Z","modified_at":"2026-01-27T14:23:35.000Z","name":"Antonio Rath","mobile_number":"386-555-7909","email_id":"Talon_Daugherty40@hotmail.com","dop":"2025-04-06","serial_number":"14188275916221208","imei1":"14188275916221208","imei2":"14188275916221208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168436,"job_number":"JOB_168436","tr_customer_id":168453,"tr_customer_product_id":168443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:34.000Z","modified_at":"2026-01-27T14:24:17.000Z","name":"Lonnie Dietrich","mobile_number":"227-656-1271","email_id":"Jayda_Ward24@hotmail.com","dop":"2026-01-04","serial_number":"10420070579461","imei1":"10420070579461","imei2":"10420070579461","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168435,"job_number":"JOB_168435","tr_customer_id":168452,"tr_customer_product_id":168442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:34.000Z","modified_at":"2026-01-27T14:23:34.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13278662445784","imei1":"13278662445784","imei2":"13278662445784","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168434,"job_number":"JOB_168434","tr_customer_id":168451,"tr_customer_product_id":168441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:33.000Z","modified_at":"2026-01-27T14:24:15.000Z","name":"Oda Satterfield","mobile_number":"447-523-5988","email_id":"Ibrahim_Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15292049429215","imei1":"15292049429215","imei2":"15292049429215","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168433,"job_number":"JOB_168433","tr_customer_id":168450,"tr_customer_product_id":168440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:33.000Z","modified_at":"2026-01-27T14:23:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11982015895071","imei1":"11982015895071","imei2":"11982015895071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168432,"job_number":"JOB_168432","tr_customer_id":168449,"tr_customer_product_id":168439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:15.000Z","modified_at":"2026-01-27T14:23:25.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19234762927208","imei2":"19234762927208","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168431,"job_number":"JOB_168431","tr_customer_id":168448,"tr_customer_product_id":168438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:14.000Z","modified_at":"2026-01-27T14:23:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12539060878127","imei2":"12539060878127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168430,"job_number":"JOB_168430","tr_customer_id":168447,"tr_customer_product_id":168437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:00.000Z","modified_at":"2026-01-27T14:23:10.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13128104420663","imei2":"13128104420663","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168429,"job_number":"JOB_168429","tr_customer_id":168446,"tr_customer_product_id":168436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:59.000Z","modified_at":"2026-01-27T14:22:59.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18119193389560","imei2":"18119193389560","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168428,"job_number":"JOB_168428","tr_customer_id":168445,"tr_customer_product_id":168435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:45.000Z","modified_at":"2026-01-27T14:22:45.000Z","name":"Mafalda O'Reilly","mobile_number":"960-767-0186","email_id":"Austen88@hotmail.com","dop":"2025-04-06","serial_number":"14025083800533838","imei1":"14025083800533838","imei2":"14025083800533838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168427,"job_number":"JOB_168427","tr_customer_id":168444,"tr_customer_product_id":168434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:44.000Z","modified_at":"2026-01-27T14:22:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11282810467512","imei2":"11282810467512","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168426,"job_number":"JOB_168426","tr_customer_id":168443,"tr_customer_product_id":168433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:44.000Z","modified_at":"2026-01-27T14:22:44.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12411704113030","imei1":"12411704113030","imei2":"12411704113030","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168425,"job_number":"JOB_168425","tr_customer_id":168442,"tr_customer_product_id":168432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:43.000Z","modified_at":"2026-01-27T14:22:43.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11825960743819","imei2":"11825960743819","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168424,"job_number":"JOB_168424","tr_customer_id":168441,"tr_customer_product_id":168431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:43.000Z","modified_at":"2026-01-27T14:23:26.000Z","name":"Donavon Bergnaum","mobile_number":"313-856-0625","email_id":"Katheryn.Hand@gmail.com","dop":"2025-04-06","serial_number":"15138241422236","imei1":"15138241422236","imei2":"15138241422236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168423,"job_number":"JOB_168423","tr_customer_id":168440,"tr_customer_product_id":168430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12623175058629","imei1":"12623175058629","imei2":"12623175058629","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168422,"job_number":"JOB_168422","tr_customer_id":168439,"tr_customer_product_id":168429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:23:25.000Z","name":"Antone Rau","mobile_number":"710-877-1160","email_id":"Dariana90@gmail.com","dop":"2026-01-04","serial_number":"10727130797859","imei1":"10727130797859","imei2":"10727130797859","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168421,"job_number":"JOB_168421","tr_customer_id":168438,"tr_customer_product_id":168428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10964616645841","imei1":"10964616645841","imei2":"10964616645841","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168411,"job_number":"JOB_168411","tr_customer_id":168428,"tr_customer_product_id":168418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:45.000Z","modified_at":"2026-01-27T14:03:45.000Z","name":"Norma Murazik","mobile_number":"650-890-5400","email_id":"Keely76@gmail.com","dop":"2025-04-06","serial_number":"13983934307439388","imei1":"13983934307439388","imei2":"13983934307439388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168410,"job_number":"JOB_168410","tr_customer_id":168427,"tr_customer_product_id":168417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:44.000Z","modified_at":"2026-01-27T14:04:25.000Z","name":"Madalyn Gerhold","mobile_number":"288-565-3531","email_id":"Jeffry93@yahoo.com","dop":"2025-04-06","serial_number":"14981408932552","imei1":"14981408932552","imei2":"14981408932552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:04:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168409,"job_number":"JOB_168409","tr_customer_id":168426,"tr_customer_product_id":168416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:44.000Z","modified_at":"2026-01-27T14:03:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17336587485706","imei1":"17336587485706","imei2":"17336587485706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168407,"job_number":"JOB_168407","tr_customer_id":168424,"tr_customer_product_id":168414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:57.000Z","modified_at":"2026-01-27T14:02:57.000Z","name":"Carissa Grant","mobile_number":"966-304-0989","email_id":"Jared_Jacobi13@yahoo.com","dop":"2025-04-06","serial_number":"10263970880212450","imei1":"10263970880212450","imei2":"10263970880212450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168406,"job_number":"JOB_168406","tr_customer_id":168423,"tr_customer_product_id":168413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:55.000Z","modified_at":"2026-01-27T14:03:37.000Z","name":"Myrtis Keeling","mobile_number":"555-705-0085","email_id":"Arjun.Tillman@gmail.com","dop":"2025-04-06","serial_number":"14297321024410","imei1":"14297321024410","imei2":"14297321024410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168405,"job_number":"JOB_168405","tr_customer_id":168422,"tr_customer_product_id":168412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:55.000Z","modified_at":"2026-01-27T14:02:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182617344206","imei1":"18182617344206","imei2":"18182617344206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168403,"job_number":"JOB_168403","tr_customer_id":168420,"tr_customer_product_id":168410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:37.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17153397138612","imei1":"17153397138612","imei2":"17153397138612","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168402,"job_number":"JOB_168402","tr_customer_id":168419,"tr_customer_product_id":168409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97590247220528","imei1":"97590247220528","imei2":"97590247220528","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168401,"job_number":"JOB_168401","tr_customer_id":168418,"tr_customer_product_id":168408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50926255704989","imei1":"50926255704989","imei2":"50926255704989","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168400,"job_number":"JOB_168400","tr_customer_id":168417,"tr_customer_product_id":168407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89300376460928","imei1":"89300376460928","imei2":"89300376460928","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168399,"job_number":"JOB_168399","tr_customer_id":168416,"tr_customer_product_id":168406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80676074661303","imei1":"80676074661303","imei2":"80676074661303","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168398,"job_number":"JOB_168398","tr_customer_id":168415,"tr_customer_product_id":168405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55475719196539","imei1":"55475719196539","imei2":"55475719196539","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168397,"job_number":"JOB_168397","tr_customer_id":168414,"tr_customer_product_id":168404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:09.000Z","modified_at":"2026-01-27T14:02:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59578177438508","imei1":"59578177438508","imei2":"59578177438508","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168396,"job_number":"JOB_168396","tr_customer_id":168413,"tr_customer_product_id":168403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:08.000Z","modified_at":"2026-01-27T14:02:08.000Z","name":"Blaise Hirthe","mobile_number":"438-921-7648","email_id":"Adele84@hotmail.com","dop":"2025-04-06","serial_number":"10503958866342878","imei1":"10503958866342878","imei2":"10503958866342878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168395,"job_number":"JOB_168395","tr_customer_id":168412,"tr_customer_product_id":168402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:07.000Z","modified_at":"2026-01-27T14:02:48.000Z","name":"Paula Hamill","mobile_number":"366-595-0793","email_id":"Chauncey82@gmail.com","dop":"2025-04-06","serial_number":"18438797548175","imei1":"18438797548175","imei2":"18438797548175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168394,"job_number":"JOB_168394","tr_customer_id":168411,"tr_customer_product_id":168401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:06.000Z","modified_at":"2026-01-27T14:02:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19783492148115","imei1":"19783492148115","imei2":"19783492148115","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168393,"job_number":"JOB_168393","tr_customer_id":168410,"tr_customer_product_id":168400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:37.000Z","modified_at":"2026-01-27T14:02:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12751623846732","imei1":"12751623846732","imei2":"12751623846732","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168392,"job_number":"JOB_168392","tr_customer_id":168409,"tr_customer_product_id":168399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:37.000Z","modified_at":"2026-01-27T14:01:37.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73336585358586","imei1":"73336585358586","imei2":"73336585358586","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168391,"job_number":"JOB_168391","tr_customer_id":168408,"tr_customer_product_id":168398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90416539451323","imei1":"90416539451323","imei2":"90416539451323","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168390,"job_number":"JOB_168390","tr_customer_id":168407,"tr_customer_product_id":168397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35569371766624","imei1":"35569371766624","imei2":"35569371766624","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168389,"job_number":"JOB_168389","tr_customer_id":168406,"tr_customer_product_id":168396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71206279349103","imei1":"71206279349103","imei2":"71206279349103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168388,"job_number":"JOB_168388","tr_customer_id":168405,"tr_customer_product_id":168395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86164747961861","imei1":"86164747961861","imei2":"86164747961861","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168387,"job_number":"JOB_168387","tr_customer_id":168404,"tr_customer_product_id":168394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34977291546936","imei1":"34977291546936","imei2":"34977291546936","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168386,"job_number":"JOB_168386","tr_customer_id":168403,"tr_customer_product_id":168393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:08.000Z","modified_at":"2026-01-27T14:01:08.000Z","name":"Emily Strosin","mobile_number":"848-627-4057","email_id":"Luigi74@hotmail.com","dop":"2025-04-06","serial_number":"16407514125384720","imei1":"16407514125384720","imei2":"16407514125384720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168385,"job_number":"JOB_168385","tr_customer_id":168402,"tr_customer_product_id":168392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:07.000Z","modified_at":"2026-01-27T14:01:49.000Z","name":"Hortense Graham","mobile_number":"942-815-7603","email_id":"Shakira.Rath86@hotmail.com","dop":"2025-04-06","serial_number":"11468741649776","imei1":"11468741649776","imei2":"11468741649776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:01:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168384,"job_number":"JOB_168384","tr_customer_id":168401,"tr_customer_product_id":168391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36136714056796","imei1":"36136714056796","imei2":"36136714056796","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168383,"job_number":"JOB_168383","tr_customer_id":168400,"tr_customer_product_id":168390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16085127312844","imei1":"16085127312844","imei2":"16085127312844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168382,"job_number":"JOB_168382","tr_customer_id":168399,"tr_customer_product_id":168389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60030016225827","imei1":"60030016225827","imei2":"60030016225827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168381,"job_number":"JOB_168381","tr_customer_id":168398,"tr_customer_product_id":168388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28840266828053","imei1":"28840266828053","imei2":"28840266828053","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168380,"job_number":"JOB_168380","tr_customer_id":168397,"tr_customer_product_id":168387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39222786266748","imei1":"39222786266748","imei2":"39222786266748","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168379,"job_number":"JOB_168379","tr_customer_id":168396,"tr_customer_product_id":168386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75245419690268","imei1":"75245419690268","imei2":"75245419690268","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168378,"job_number":"JOB_168378","tr_customer_id":168395,"tr_customer_product_id":168385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73416323632825","imei1":"73416323632825","imei2":"73416323632825","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168377,"job_number":"JOB_168377","tr_customer_id":168394,"tr_customer_product_id":168384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Damodara Namboothiri","mobile_number":"7094721194","email_id":"kashyap.agarwal@gmail.com","dop":"2026-01-17","serial_number":"472737749995572","imei1":"472737749995572","imei2":"472737749995572","popurl":"www.kamalesh-nehru.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168376,"job_number":"JOB_168376","tr_customer_id":168392,"tr_customer_product_id":168382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Sachin Mishra","mobile_number":"7025701307","email_id":"aamod.gandhi@yahoo.co.in","dop":"2026-01-17","serial_number":"652516523757927","imei1":"652516523757927","imei2":"652516523757927","popurl":"www.goutam-tandon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168375,"job_number":"JOB_168375","tr_customer_id":168393,"tr_customer_product_id":168383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Kanti Guha","mobile_number":"7080753158","email_id":"krishnadasa.embranthiri@yahoo.co.in","dop":"2026-01-17","serial_number":"780601164464121","imei1":"780601164464121","imei2":"780601164464121","popurl":"www.chaturaanan-marar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168374,"job_number":"JOB_168374","tr_customer_id":168391,"tr_customer_product_id":168381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Akshaj Gowda","mobile_number":"7043120308","email_id":"bhoj.pandey@hotmail.com","dop":"2026-01-17","serial_number":"513976482680773","imei1":"513976482680773","imei2":"513976482680773","popurl":"www.akshita-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168373,"job_number":"JOB_168373","tr_customer_id":168390,"tr_customer_product_id":168380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Vrund Desai","mobile_number":"7001021043","email_id":"guru.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"516058943644872","imei1":"516058943644872","imei2":"516058943644872","popurl":"www.devagya-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168372,"job_number":"JOB_168372","tr_customer_id":168389,"tr_customer_product_id":168379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bishnu Varrier","mobile_number":"7096180955","email_id":"brajesh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"051797877589302","imei1":"051797877589302","imei2":"051797877589302","popurl":"www.ghanshyam-singh.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168371,"job_number":"JOB_168371","tr_customer_id":168388,"tr_customer_product_id":168378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bhilangana Nair","mobile_number":"7025684781","email_id":"lakshminath.mehra@yahoo.co.in","dop":"2026-01-17","serial_number":"854342691173107","imei1":"854342691173107","imei2":"854342691173107","popurl":"www.vasudeva-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168370,"job_number":"JOB_168370","tr_customer_id":168387,"tr_customer_product_id":168377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Priya Namboothiri","mobile_number":"7013847653","email_id":"dev.iyer@hotmail.com","dop":"2026-01-17","serial_number":"077055695813289","imei1":"077055695813289","imei2":"077055695813289","popurl":"www.lakshmidhar-bhat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168369,"job_number":"JOB_168369","tr_customer_id":168386,"tr_customer_product_id":168376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Kailash Guneta","mobile_number":"7090100585","email_id":"vaidehi.tandon@hotmail.com","dop":"2026-01-17","serial_number":"497105552825981","imei1":"497105552825981","imei2":"497105552825981","popurl":"www.dhatri-pillai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168368,"job_number":"JOB_168368","tr_customer_id":168385,"tr_customer_product_id":168375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bilwa Adiga","mobile_number":"7051290596","email_id":"nawal.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"593529066480426","imei1":"593529066480426","imei2":"593529066480426","popurl":"www.birjesh-khanna.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168367,"job_number":"JOB_168367","tr_customer_id":168384,"tr_customer_product_id":168374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Mohana Namboothiri","mobile_number":"7075742815","email_id":"urmila.gandhi@gmail.com","dop":"2026-01-17","serial_number":"145848997681710","imei1":"145848997681710","imei2":"145848997681710","popurl":"www.rakesh-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168366,"job_number":"JOB_168366","tr_customer_id":168383,"tr_customer_product_id":168373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Chinmayananda Talwar","mobile_number":"7029867753","email_id":"deepali.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"807692096572906","imei1":"807692096572906","imei2":"807692096572906","popurl":"www.tanirika-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168365,"job_number":"JOB_168365","tr_customer_id":168382,"tr_customer_product_id":168372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Akshaj Abbott","mobile_number":"7030785535","email_id":"devika.dhawan@hotmail.com","dop":"2026-01-17","serial_number":"185714094858276","imei1":"185714094858276","imei2":"185714094858276","popurl":"www.karan-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168364,"job_number":"JOB_168364","tr_customer_id":168381,"tr_customer_product_id":168371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chandani Iyengar","mobile_number":"7019505930","email_id":"gauranga.bharadwaj@hotmail.com","dop":"2026-01-17","serial_number":"016636860422462","imei1":"016636860422462","imei2":"016636860422462","popurl":"www.aayushman-naik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168363,"job_number":"JOB_168363","tr_customer_id":168380,"tr_customer_product_id":168370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chakor Gupta","mobile_number":"7009589550","email_id":"shobhana.johar@hotmail.com","dop":"2026-01-17","serial_number":"206538448713779","imei1":"206538448713779","imei2":"206538448713779","popurl":"www.abhirath-dutta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168362,"job_number":"JOB_168362","tr_customer_id":168379,"tr_customer_product_id":168369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rukhmani Nambeesan","mobile_number":"7009156879","email_id":"harit.ahluwalia@yahoo.co.in","dop":"2026-01-17","serial_number":"297676098700538","imei1":"297676098700538","imei2":"297676098700538","popurl":"www.krishna-achari.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168361,"job_number":"JOB_168361","tr_customer_id":168378,"tr_customer_product_id":168368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rohit Dhawan","mobile_number":"7010250076","email_id":"manisha.saini@yahoo.co.in","dop":"2026-01-17","serial_number":"817097590402320","imei1":"817097590402320","imei2":"817097590402320","popurl":"www.govinda-nair.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168360,"job_number":"JOB_168360","tr_customer_id":168377,"tr_customer_product_id":168367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bhavani Menon","mobile_number":"7051475661","email_id":"goutam.devar@hotmail.com","dop":"2026-01-17","serial_number":"149646746099263","imei1":"149646746099263","imei2":"149646746099263","popurl":"www.geeta-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168359,"job_number":"JOB_168359","tr_customer_id":168376,"tr_customer_product_id":168366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Mahesh Jha","mobile_number":"7038586704","email_id":"ankal.tandon@hotmail.com","dop":"2026-01-17","serial_number":"990013463977407","imei1":"990013463977407","imei2":"990013463977407","popurl":"www.bhuvaneshwar-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168358,"job_number":"JOB_168358","tr_customer_id":168374,"tr_customer_product_id":168364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Tanya Kapoor","mobile_number":"7016042539","email_id":"udai.tagore@hotmail.com","dop":"2026-01-17","serial_number":"198386518075332","imei1":"198386518075332","imei2":"198386518075332","popurl":"www.dinkar-devar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168357,"job_number":"JOB_168357","tr_customer_id":168375,"tr_customer_product_id":168365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Aanandaswarup Jha","mobile_number":"7076453342","email_id":"abhirath.adiga@hotmail.com","dop":"2026-01-17","serial_number":"335279886424002","imei1":"335279886424002","imei2":"335279886424002","popurl":"www.dhanapati-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168356,"job_number":"JOB_168356","tr_customer_id":168373,"tr_customer_product_id":168363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ravi Mukhopadhyay","mobile_number":"7067186902","email_id":"shivakari.joshi@hotmail.com","dop":"2026-01-17","serial_number":"142948129111347","imei1":"142948129111347","imei2":"142948129111347","popurl":"www.chanda-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168355,"job_number":"JOB_168355","tr_customer_id":168372,"tr_customer_product_id":168362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Lila Iyer","mobile_number":"7023393304","email_id":"narendra.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"089434342383766","imei1":"089434342383766","imei2":"089434342383766","popurl":"www.rohit-pillai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168354,"job_number":"JOB_168354","tr_customer_id":168371,"tr_customer_product_id":168361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Krishnadas Saini","mobile_number":"7074823966","email_id":"vrund.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"532303323194966","imei1":"532303323194966","imei2":"532303323194966","popurl":"www.pran-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168353,"job_number":"JOB_168353","tr_customer_id":168370,"tr_customer_product_id":168360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Kumar Iyer","mobile_number":"7087622205","email_id":"bahula.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"810569748036493","imei1":"810569748036493","imei2":"810569748036493","popurl":"www.sher-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168352,"job_number":"JOB_168352","tr_customer_id":168369,"tr_customer_product_id":168359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Meghnad Dhawan","mobile_number":"7038382114","email_id":"anjushri.rana@gmail.com","dop":"2026-01-17","serial_number":"469600577233594","imei1":"469600577233594","imei2":"469600577233594","popurl":"www.aadrika-arora.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168351,"job_number":"JOB_168351","tr_customer_id":168368,"tr_customer_product_id":168358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Heema Pilla","mobile_number":"7064517073","email_id":"prasad.guha@gmail.com","dop":"2026-01-17","serial_number":"964173172956775","imei1":"964173172956775","imei2":"964173172956775","popurl":"www.meghnad-sharma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168350,"job_number":"JOB_168350","tr_customer_id":168367,"tr_customer_product_id":168357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Abani Chaturvedi","mobile_number":"7036399880","email_id":"adhiraj.iyengar@hotmail.com","dop":"2026-01-17","serial_number":"106729502802142","imei1":"106729502802142","imei2":"106729502802142","popurl":"www.ahalya-bhat.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168349,"job_number":"JOB_168349","tr_customer_id":168366,"tr_customer_product_id":168356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Dhanu Dutta","mobile_number":"7018337846","email_id":"dandak.khanna@hotmail.com","dop":"2026-01-17","serial_number":"877052485523200","imei1":"877052485523200","imei2":"877052485523200","popurl":"www.atmanand-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168348,"job_number":"JOB_168348","tr_customer_id":168365,"tr_customer_product_id":168355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ritesh Reddy","mobile_number":"7090019130","email_id":"bela.mishra@hotmail.com","dop":"2026-01-17","serial_number":"220858470308955","imei1":"220858470308955","imei2":"220858470308955","popurl":"www.nikita-asan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168347,"job_number":"JOB_168347","tr_customer_id":168364,"tr_customer_product_id":168354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Apsara Mishra","mobile_number":"7047276167","email_id":"kannan.gowda@hotmail.com","dop":"2026-01-17","serial_number":"565742401215318","imei1":"565742401215318","imei2":"565742401215318","popurl":"www.bhargavi-patel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168346,"job_number":"JOB_168346","tr_customer_id":168363,"tr_customer_product_id":168353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Vyas Tandon","mobile_number":"7042667205","email_id":"purnima.joshi@yahoo.co.in","dop":"2026-01-17","serial_number":"759616770829453","imei1":"759616770829453","imei2":"759616770829453","popurl":"www.chinmayananda-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168345,"job_number":"JOB_168345","tr_customer_id":168362,"tr_customer_product_id":168352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bala Tagore","mobile_number":"7002970566","email_id":"uma.khatri@hotmail.com","dop":"2026-01-17","serial_number":"346712173888469","imei1":"346712173888469","imei2":"346712173888469","popurl":"www.vishnu-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168344,"job_number":"JOB_168344","tr_customer_id":168361,"tr_customer_product_id":168351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Eshana Mishra","mobile_number":"7035091717","email_id":"bhardwaj.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"567478943251205","imei1":"567478943251205","imei2":"567478943251205","popurl":"www.tara-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168343,"job_number":"JOB_168343","tr_customer_id":168360,"tr_customer_product_id":168350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chitrangada Jain","mobile_number":"7047940952","email_id":"atmaja.somayaji@yahoo.co.in","dop":"2026-01-17","serial_number":"534353500920242","imei1":"534353500920242","imei2":"534353500920242","popurl":"www.dhyanesh-embranthiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168342,"job_number":"JOB_168342","tr_customer_id":168359,"tr_customer_product_id":168349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipali Naik","mobile_number":"7046169636","email_id":"adityanandan.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"181904001668628","imei1":"181904001668628","imei2":"181904001668628","popurl":"www.divjot-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168341,"job_number":"JOB_168341","tr_customer_id":168358,"tr_customer_product_id":168348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipendra Guneta","mobile_number":"7089022167","email_id":"bhooshit.varrier@yahoo.co.in","dop":"2026-01-17","serial_number":"557394222355725","imei1":"557394222355725","imei2":"557394222355725","popurl":"www.veda-namboothiri.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168340,"job_number":"JOB_168340","tr_customer_id":168357,"tr_customer_product_id":168347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gandharv Mishra","mobile_number":"7037736873","email_id":"chandrakala.asan@hotmail.com","dop":"2026-01-17","serial_number":"054532771311509","imei1":"054532771311509","imei2":"054532771311509","popurl":"www.anshula-gandhi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168339,"job_number":"JOB_168339","tr_customer_id":168356,"tr_customer_product_id":168346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Abhirath Kocchar","mobile_number":"7095215331","email_id":"nirbhay.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"026538670104231","imei1":"026538670104231","imei2":"026538670104231","popurl":"www.bhilangana-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168338,"job_number":"JOB_168338","tr_customer_id":168355,"tr_customer_product_id":168345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Lakshman Malik","mobile_number":"7054809205","email_id":"samir.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"688001834688644","imei1":"688001834688644","imei2":"688001834688644","popurl":"www.parvati-embranthiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168337,"job_number":"JOB_168337","tr_customer_id":168354,"tr_customer_product_id":168344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girik Gowda","mobile_number":"7069755534","email_id":"agrata.guneta@gmail.com","dop":"2026-01-17","serial_number":"006437615865535","imei1":"006437615865535","imei2":"006437615865535","popurl":"www.opalina-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168336,"job_number":"JOB_168336","tr_customer_id":168353,"tr_customer_product_id":168343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Swarnalata Johar","mobile_number":"7078977856","email_id":"ujjwal.desai@yahoo.co.in","dop":"2026-01-17","serial_number":"868667207996938","imei1":"868667207996938","imei2":"868667207996938","popurl":"www.laxmi-adiga.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168335,"job_number":"JOB_168335","tr_customer_id":168352,"tr_customer_product_id":168342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Adhrit Kapoor","mobile_number":"7027432401","email_id":"aruna.pillai@hotmail.com","dop":"2026-01-17","serial_number":"348584581440138","imei1":"348584581440138","imei2":"348584581440138","popurl":"www.bhargavi-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168334,"job_number":"JOB_168334","tr_customer_id":168351,"tr_customer_product_id":168341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Anjushri Kakkar","mobile_number":"7053074102","email_id":"chitraksh.talwar@hotmail.com","dop":"2026-01-17","serial_number":"573357269817417","imei1":"573357269817417","imei2":"573357269817417","popurl":"www.tanya-nair.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168333,"job_number":"JOB_168333","tr_customer_id":168350,"tr_customer_product_id":168340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ramaa Ahluwalia","mobile_number":"7043740065","email_id":"krishnadasa.abbott@gmail.com","dop":"2026-01-17","serial_number":"055694745124624","imei1":"055694745124624","imei2":"055694745124624","popurl":"www.anilaabh-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168332,"job_number":"JOB_168332","tr_customer_id":168349,"tr_customer_product_id":168339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ananta Bandopadhyay","mobile_number":"7064038836","email_id":"ujjawal.asan@hotmail.com","dop":"2026-01-17","serial_number":"193785608841020","imei1":"193785608841020","imei2":"193785608841020","popurl":"www.gajabahu-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168331,"job_number":"JOB_168331","tr_customer_id":168348,"tr_customer_product_id":168338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gautam Khan","mobile_number":"7062693799","email_id":"siddarth.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"391242264746741","imei1":"391242264746741","imei2":"391242264746741","popurl":"www.ananda-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168330,"job_number":"JOB_168330","tr_customer_id":168347,"tr_customer_product_id":168337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girija Johar","mobile_number":"7087953579","email_id":"manoj.jain@gmail.com","dop":"2026-01-17","serial_number":"955820954820200","imei1":"955820954820200","imei2":"955820954820200","popurl":"www.vaishnavi-jha.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168329,"job_number":"JOB_168329","tr_customer_id":168346,"tr_customer_product_id":168336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Tanushri Desai","mobile_number":"7029790501","email_id":"bilva.achari@yahoo.co.in","dop":"2026-01-17","serial_number":"635481645607749","imei1":"635481645607749","imei2":"635481645607749","popurl":"www.chapala-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168328,"job_number":"JOB_168328","tr_customer_id":168345,"tr_customer_product_id":168335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Bhishma Ahluwalia","mobile_number":"7070024748","email_id":"gitanjali.patel@gmail.com","dop":"2026-01-17","serial_number":"909928173955236","imei1":"909928173955236","imei2":"909928173955236","popurl":"www.lavanya-ahluwalia.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168327,"job_number":"JOB_168327","tr_customer_id":168344,"tr_customer_product_id":168334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dhanapati Mukhopadhyay","mobile_number":"7060625797","email_id":"anasooya.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"677865205290071","imei1":"677865205290071","imei2":"677865205290071","popurl":"www.akshita-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168326,"job_number":"JOB_168326","tr_customer_id":168343,"tr_customer_product_id":168333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chandraayan Butt","mobile_number":"7010369756","email_id":"agnimitra.somayaji@gmail.com","dop":"2026-01-17","serial_number":"488999732494006","imei1":"488999732494006","imei2":"488999732494006","popurl":"www.gajabahu-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168325,"job_number":"JOB_168325","tr_customer_id":168342,"tr_customer_product_id":168332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Manoj Iyer","mobile_number":"7079001143","email_id":"giriraj.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"193173358287905","imei1":"193173358287905","imei2":"193173358287905","popurl":"www.rukmin-kaur.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168324,"job_number":"JOB_168324","tr_customer_id":168341,"tr_customer_product_id":168331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Devvrat Asan","mobile_number":"7036837584","email_id":"garuda.menon@hotmail.com","dop":"2026-01-17","serial_number":"186509279222993","imei1":"186509279222993","imei2":"186509279222993","popurl":"www.vaishno-nehru.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168323,"job_number":"JOB_168323","tr_customer_id":168340,"tr_customer_product_id":168330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrakin Chattopadhyay","mobile_number":"7097544273","email_id":"kannan.agarwal@gmail.com","dop":"2026-01-17","serial_number":"692303611362579","imei1":"692303611362579","imei2":"692303611362579","popurl":"www.bilwa-deshpande.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168322,"job_number":"JOB_168322","tr_customer_id":168339,"tr_customer_product_id":168329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Nanda Ahluwalia","mobile_number":"7061139361","email_id":"bhoopati.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"325520571898873","imei1":"325520571898873","imei2":"325520571898873","popurl":"www.pushti-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168321,"job_number":"JOB_168321","tr_customer_id":168338,"tr_customer_product_id":168328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gauranga Bharadwaj","mobile_number":"7040771236","email_id":"himani.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"963565872947585","imei1":"963565872947585","imei2":"963565872947585","popurl":"www.vishnu-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168320,"job_number":"JOB_168320","tr_customer_id":168337,"tr_customer_product_id":168327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamla Pillai","mobile_number":"7025530093","email_id":"devi.bhattacharya@hotmail.com","dop":"2026-01-17","serial_number":"720966471356811","imei1":"720966471356811","imei2":"720966471356811","popurl":"www.chinmayananda-gandhi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168319,"job_number":"JOB_168319","tr_customer_id":168336,"tr_customer_product_id":168326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Amaresh Mahajan","mobile_number":"7036858631","email_id":"brahmanandam.sharma@gmail.com","dop":"2026-01-17","serial_number":"993215241178645","imei1":"993215241178645","imei2":"993215241178645","popurl":"www.dulari-trivedi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168318,"job_number":"JOB_168318","tr_customer_id":168335,"tr_customer_product_id":168325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrabhaga Reddy","mobile_number":"7002922500","email_id":"gajadhar.pillai@hotmail.com","dop":"2026-01-17","serial_number":"670466987668843","imei1":"670466987668843","imei2":"670466987668843","popurl":"www.aadidev-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168317,"job_number":"JOB_168317","tr_customer_id":168334,"tr_customer_product_id":168324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Manisha Chattopadhyay","mobile_number":"7075391580","email_id":"aagneya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"231111320521551","imei1":"231111320521551","imei2":"231111320521551","popurl":"www.dron-dubashi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168316,"job_number":"JOB_168316","tr_customer_id":168333,"tr_customer_product_id":168323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gajadhar Khatri","mobile_number":"7009021832","email_id":"manik.pilla@hotmail.com","dop":"2026-01-17","serial_number":"824135075165620","imei1":"824135075165620","imei2":"824135075165620","popurl":"www.gaurang-patel.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168315,"job_number":"JOB_168315","tr_customer_id":168332,"tr_customer_product_id":168322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bandhu Mahajan","mobile_number":"7099106728","email_id":"dhruv.joshi@hotmail.com","dop":"2026-01-17","serial_number":"324381924619464","imei1":"324381924619464","imei2":"324381924619464","popurl":"www.shridevi-pothuvaal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168314,"job_number":"JOB_168314","tr_customer_id":168331,"tr_customer_product_id":168321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamlesh Khanna","mobile_number":"7095467911","email_id":"hiranya.marar@hotmail.com","dop":"2026-01-17","serial_number":"135205006698107","imei1":"135205006698107","imei2":"135205006698107","popurl":"www.garuda-pandey.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168313,"job_number":"JOB_168313","tr_customer_id":168330,"tr_customer_product_id":168320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ananda Malik","mobile_number":"7038373963","email_id":"malti.iyer@hotmail.com","dop":"2026-01-17","serial_number":"699733414024462","imei1":"699733414024462","imei2":"699733414024462","popurl":"www.anjushree-marar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168312,"job_number":"JOB_168312","tr_customer_id":168329,"tr_customer_product_id":168319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chiranjeev Ahluwalia","mobile_number":"7009145254","email_id":"geeta.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"643458496795587","imei1":"643458496795587","imei2":"643458496795587","popurl":"www.prem-desai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168311,"job_number":"JOB_168311","tr_customer_id":168328,"tr_customer_product_id":168318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Devesh Mishra","mobile_number":"7033273020","email_id":"chandi.kaniyar@yahoo.co.in","dop":"2026-01-17","serial_number":"932138702134532","imei1":"932138702134532","imei2":"932138702134532","popurl":"www.devani-reddy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168310,"job_number":"JOB_168310","tr_customer_id":168327,"tr_customer_product_id":168317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ritesh Bhattacharya","mobile_number":"7098501414","email_id":"sharmila.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"103975520579777","imei1":"103975520579777","imei2":"103975520579777","popurl":"www.harinarayan-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168309,"job_number":"JOB_168309","tr_customer_id":168326,"tr_customer_product_id":168316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Vidur Somayaji","mobile_number":"7073570313","email_id":"dharitri.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"027182720772522","imei1":"027182720772522","imei2":"027182720772522","popurl":"www.girindra-tandon.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168308,"job_number":"JOB_168308","tr_customer_id":168325,"tr_customer_product_id":168315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Trisha Embranthiri","mobile_number":"7078828412","email_id":"rageswari.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"379590032052216","imei1":"379590032052216","imei2":"379590032052216","popurl":"www.oormila-namboothiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168307,"job_number":"JOB_168307","tr_customer_id":168324,"tr_customer_product_id":168314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bharadwaj Gowda","mobile_number":"7047901798","email_id":"amrit.chopra@hotmail.com","dop":"2026-01-17","serial_number":"691884701084889","imei1":"691884701084889","imei2":"691884701084889","popurl":"www.aarya-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168306,"job_number":"JOB_168306","tr_customer_id":168323,"tr_customer_product_id":168313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Daiwik Pandey","mobile_number":"7015235624","email_id":"darshwana.saini@gmail.com","dop":"2026-01-17","serial_number":"922710613826902","imei1":"922710613826902","imei2":"922710613826902","popurl":"www.aayushman-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168305,"job_number":"JOB_168305","tr_customer_id":168322,"tr_customer_product_id":168312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Shanti Chaturvedi","mobile_number":"7074772557","email_id":"rukmin.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"167544080266806","imei1":"167544080266806","imei2":"167544080266806","popurl":"www.karunanidhi-joshi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168304,"job_number":"JOB_168304","tr_customer_id":168321,"tr_customer_product_id":168311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dhana Achari","mobile_number":"7027643900","email_id":"bala.deshpande@gmail.com","dop":"2026-01-17","serial_number":"259783489679083","imei1":"259783489679083","imei2":"259783489679083","popurl":"www.dhanesh-prajapat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168303,"job_number":"JOB_168303","tr_customer_id":168320,"tr_customer_product_id":168310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Kanishka Pandey","mobile_number":"7006447166","email_id":"deepesh.prajapat@gmail.com","dop":"2026-01-17","serial_number":"299828941401126","imei1":"299828941401126","imei2":"299828941401126","popurl":"www.aagneya-adiga.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168302,"job_number":"JOB_168302","tr_customer_id":168319,"tr_customer_product_id":168309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Eshita Malik","mobile_number":"7019334340","email_id":"charuvrat.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"797082632608609","imei1":"797082632608609","imei2":"797082632608609","popurl":"www.sarla-banerjee.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168301,"job_number":"JOB_168301","tr_customer_id":168318,"tr_customer_product_id":168308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Krishnadasa Kocchar","mobile_number":"7040706838","email_id":"vidya.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"039277206390215","imei1":"039277206390215","imei2":"039277206390215","popurl":"www.abhisyanta-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168300,"job_number":"JOB_168300","tr_customer_id":168317,"tr_customer_product_id":168307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Acaryatanaya Sharma","mobile_number":"7080385131","email_id":"kumuda.desai@gmail.com","dop":"2026-01-17","serial_number":"628297546043480","imei1":"628297546043480","imei2":"628297546043480","popurl":"www.sanka-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168299,"job_number":"JOB_168299","tr_customer_id":168316,"tr_customer_product_id":168306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Jyoti Bhat","mobile_number":"7026175150","email_id":"bilwa.dubashi@gmail.com","dop":"2026-01-17","serial_number":"143523016490660","imei1":"143523016490660","imei2":"143523016490660","popurl":"www.amritambu-sinha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168298,"job_number":"JOB_168298","tr_customer_id":168315,"tr_customer_product_id":168305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Baalagopaal Patil","mobile_number":"7096912025","email_id":"abhirath.mukhopadhyay@hotmail.com","dop":"2026-01-17","serial_number":"757612487874979","imei1":"757612487874979","imei2":"757612487874979","popurl":"www.bhushit-guha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168297,"job_number":"JOB_168297","tr_customer_id":168314,"tr_customer_product_id":168304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Nirbhay Chattopadhyay","mobile_number":"7061002611","email_id":"eshana.bhattathiri@hotmail.com","dop":"2026-01-17","serial_number":"297775248264917","imei1":"297775248264917","imei2":"297775248264917","popurl":"www.shubhaprada-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168296,"job_number":"JOB_168296","tr_customer_id":168313,"tr_customer_product_id":168303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Aaryan Varrier","mobile_number":"7086629267","email_id":"shashi.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"297041655924701","imei1":"297041655924701","imei2":"297041655924701","popurl":"www.gajabahu-rana.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168295,"job_number":"JOB_168295","tr_customer_id":168312,"tr_customer_product_id":168302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Abhisyanta Tagore","mobile_number":"7098322412","email_id":"chaitan.naik@hotmail.com","dop":"2026-01-17","serial_number":"462957100239314","imei1":"462957100239314","imei2":"462957100239314","popurl":"www.gati-nair.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168294,"job_number":"JOB_168294","tr_customer_id":168311,"tr_customer_product_id":168301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Deeptimoyee Trivedi","mobile_number":"7081075397","email_id":"rupinder.chopra@yahoo.co.in","dop":"2026-01-17","serial_number":"820682428873616","imei1":"820682428873616","imei2":"820682428873616","popurl":"www.jay-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168293,"job_number":"JOB_168293","tr_customer_id":168310,"tr_customer_product_id":168300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gayatri Gill","mobile_number":"7078914110","email_id":"tanya.gowda@yahoo.co.in","dop":"2026-01-17","serial_number":"425618954904736","imei1":"425618954904736","imei2":"425618954904736","popurl":"www.baala-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168292,"job_number":"JOB_168292","tr_customer_id":168309,"tr_customer_product_id":168299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Yogendra Rana","mobile_number":"7013127135","email_id":"ekalavya.pandey@hotmail.com","dop":"2026-01-17","serial_number":"181276253587809","imei1":"181276253587809","imei2":"181276253587809","popurl":"www.himadri-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168291,"job_number":"JOB_168291","tr_customer_id":168308,"tr_customer_product_id":168298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gitanjali Nehru","mobile_number":"7033196788","email_id":"bhramar.iyer@hotmail.com","dop":"2026-01-17","serial_number":"159118065780587","imei1":"159118065780587","imei2":"159118065780587","popurl":"www.adhrit-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168290,"job_number":"JOB_168290","tr_customer_id":168307,"tr_customer_product_id":168297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Param Namboothiri","mobile_number":"7051395959","email_id":"shresth.acharya@gmail.com","dop":"2026-01-17","serial_number":"939906965759411","imei1":"939906965759411","imei2":"939906965759411","popurl":"www.digambar-khatri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168289,"job_number":"JOB_168289","tr_customer_id":168306,"tr_customer_product_id":168296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Laxmi Khan","mobile_number":"7044561872","email_id":"amaranaath.mukhopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"798628166538875","imei1":"798628166538875","imei2":"798628166538875","popurl":"www.chakravartee-malik.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168288,"job_number":"JOB_168288","tr_customer_id":168305,"tr_customer_product_id":168295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Chandini Panicker","mobile_number":"7041401584","email_id":"nimit.shukla@hotmail.com","dop":"2026-01-17","serial_number":"030455514100990","imei1":"030455514100990","imei2":"030455514100990","popurl":"www.kama-mishra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168287,"job_number":"JOB_168287","tr_customer_id":168304,"tr_customer_product_id":168294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Rageshwari Sinha","mobile_number":"7007609666","email_id":"aaryan.mishra@hotmail.com","dop":"2026-01-17","serial_number":"762876885452505","imei1":"762876885452505","imei2":"762876885452505","popurl":"www.dandapaani-kakkar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168286,"job_number":"JOB_168286","tr_customer_id":168303,"tr_customer_product_id":168293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dayaamay Khan","mobile_number":"7027838011","email_id":"param.khanna@hotmail.com","dop":"2026-01-17","serial_number":"246434267233391","imei1":"246434267233391","imei2":"246434267233391","popurl":"www.mohinder-malik.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168285,"job_number":"JOB_168285","tr_customer_id":168302,"tr_customer_product_id":168292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Bhadrak Arora","mobile_number":"7032870005","email_id":"bhishma.acharya@hotmail.com","dop":"2026-01-17","serial_number":"559643001190677","imei1":"559643001190677","imei2":"559643001190677","popurl":"www.anjaneya-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168284,"job_number":"JOB_168284","tr_customer_id":168301,"tr_customer_product_id":168291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Shanti Bhattathiri","mobile_number":"7016029439","email_id":"oormila.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"247116872323691","imei1":"247116872323691","imei2":"247116872323691","popurl":"www.dayaanidhi-dwivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168283,"job_number":"JOB_168283","tr_customer_id":168300,"tr_customer_product_id":168290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Swarnalata Prajapat","mobile_number":"7099479914","email_id":"balaaditya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"141575034126703","imei1":"141575034126703","imei2":"141575034126703","popurl":"www.narinder-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168282,"job_number":"JOB_168282","tr_customer_id":168299,"tr_customer_product_id":168289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Girish Banerjee","mobile_number":"7048017873","email_id":"aaryan.guneta@hotmail.com","dop":"2026-01-17","serial_number":"740725273090990","imei1":"740725273090990","imei2":"740725273090990","popurl":"www.rati-jha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168281,"job_number":"JOB_168281","tr_customer_id":168298,"tr_customer_product_id":168288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhardwaj Shukla","mobile_number":"7025057013","email_id":"mayoor.iyer@hotmail.com","dop":"2026-01-17","serial_number":"135556889699370","imei1":"135556889699370","imei2":"135556889699370","popurl":"www.sharmila-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168280,"job_number":"JOB_168280","tr_customer_id":168297,"tr_customer_product_id":168287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Lal Ahuja","mobile_number":"7037608651","email_id":"dhanalakshmi.pothuvaal@gmail.com","dop":"2026-01-17","serial_number":"863448801333047","imei1":"863448801333047","imei2":"863448801333047","popurl":"www.jyoti-pothuvaal.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168279,"job_number":"JOB_168279","tr_customer_id":168296,"tr_customer_product_id":168286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ranjit Chopra","mobile_number":"7073725800","email_id":"bhagirathi.guneta@hotmail.com","dop":"2026-01-17","serial_number":"360525324757118","imei1":"360525324757118","imei2":"360525324757118","popurl":"www.jagadish-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168278,"job_number":"JOB_168278","tr_customer_id":168295,"tr_customer_product_id":168285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhargava Mukhopadhyay","mobile_number":"7026138278","email_id":"anurag.mishra@gmail.com","dop":"2026-01-17","serial_number":"875406830158462","imei1":"875406830158462","imei2":"875406830158462","popurl":"www.kali-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168277,"job_number":"JOB_168277","tr_customer_id":168294,"tr_customer_product_id":168284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chandi Malik","mobile_number":"7095444726","email_id":"deb.ahuja@yahoo.co.in","dop":"2026-01-17","serial_number":"912578778448772","imei1":"912578778448772","imei2":"912578778448772","popurl":"www.tanushree-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168276,"job_number":"JOB_168276","tr_customer_id":168293,"tr_customer_product_id":168283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chetanaanand Reddy","mobile_number":"7045392486","email_id":"anal.deshpande@yahoo.co.in","dop":"2026-01-17","serial_number":"408809447341215","imei1":"408809447341215","imei2":"408809447341215","popurl":"www.abhirath-achari.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168275,"job_number":"JOB_168275","tr_customer_id":168291,"tr_customer_product_id":168281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Pran Dubashi","mobile_number":"7068961883","email_id":"ekaparnika.agarwal@yahoo.co.in","dop":"2026-01-17","serial_number":"286857647138780","imei1":"286857647138780","imei2":"286857647138780","popurl":"www.amrita-embranthiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168274,"job_number":"JOB_168274","tr_customer_id":168292,"tr_customer_product_id":168282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ankal Nair","mobile_number":"7063975020","email_id":"gauraang.joshi@gmail.com","dop":"2026-01-17","serial_number":"907222504346697","imei1":"907222504346697","imei2":"907222504346697","popurl":"www.manoj-varman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168273,"job_number":"JOB_168273","tr_customer_id":168290,"tr_customer_product_id":168280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Anaadi Devar","mobile_number":"7084683703","email_id":"ekaling.namboothiri@hotmail.com","dop":"2026-01-17","serial_number":"656477353144113","imei1":"656477353144113","imei2":"656477353144113","popurl":"www.deepesh-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168272,"job_number":"JOB_168272","tr_customer_id":168289,"tr_customer_product_id":168279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:50.000Z","modified_at":"2026-01-27T13:45:02.000Z","name":"Oscar Ritchie","mobile_number":"719-318-1867","email_id":"Monserrate19@gmail.com","dop":"2025-12-01","serial_number":"17540098712072","imei1":"17540098712072","imei2":"17540098712072","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:45:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168271,"job_number":"JOB_168271","tr_customer_id":168288,"tr_customer_product_id":168278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:50.000Z","modified_at":"2026-01-27T13:44:50.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16137037844247","imei1":"16137037844247","imei2":"16137037844247","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168270,"job_number":"JOB_168270","tr_customer_id":168287,"tr_customer_product_id":168277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:34.000Z","modified_at":"2026-01-27T13:44:46.000Z","name":"Camylle Mertz","mobile_number":"942-200-2028","email_id":"Retha.Koss41@hotmail.com","dop":"2025-12-01","serial_number":"12355772743331","imei1":"12355772743331","imei2":"12355772743331","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168269,"job_number":"JOB_168269","tr_customer_id":168286,"tr_customer_product_id":168276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:33.000Z","modified_at":"2026-01-27T13:44:33.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11740035973162","imei1":"11740035973162","imei2":"11740035973162","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168268,"job_number":"JOB_168268","tr_customer_id":168285,"tr_customer_product_id":168275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:17.000Z","modified_at":"2026-01-27T13:44:29.000Z","name":"Janie Predovic","mobile_number":"221-782-5093","email_id":"Gladys_Hilpert73@hotmail.com","dop":"2025-12-01","serial_number":"15696191062648","imei1":"15696191062648","imei2":"15696191062648","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168267,"job_number":"JOB_168267","tr_customer_id":168284,"tr_customer_product_id":168274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:16.000Z","modified_at":"2026-01-27T13:44:16.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13972199692843","imei1":"13972199692843","imei2":"13972199692843","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168266,"job_number":"JOB_168266","tr_customer_id":168283,"tr_customer_product_id":168273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:18.000Z","modified_at":"2026-01-27T15:29:54.000Z","name":"Ena Jakubowski","mobile_number":"767-899-9822","email_id":"Conor_Gleason71@yahoo.com","dop":"2025-02-01","serial_number":"53730589633809","imei1":"53730589633809","imei2":"53730589633809","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T15:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168265,"job_number":"JOB_168265","tr_customer_id":168282,"tr_customer_product_id":168272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:12.000Z","name":"Rakesh Ganaka","mobile_number":"7081162089","email_id":"smriti.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"973373170161546","imei1":"973373170161546","imei2":"973373170161546","popurl":"www.deependra-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168264,"job_number":"JOB_168264","tr_customer_id":168281,"tr_customer_product_id":168271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhargava Kapoor","mobile_number":"7017308625","email_id":"ajeet.sinha@gmail.com","dop":"2026-01-17","serial_number":"210483892952342","imei1":"210483892952342","imei2":"210483892952342","popurl":"www.bhishma-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168263,"job_number":"JOB_168263","tr_customer_id":168280,"tr_customer_product_id":168270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhuvanesh Arora","mobile_number":"7059618969","email_id":"bhamini.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"030187202982318","imei1":"030187202982318","imei2":"030187202982318","popurl":"www.chaaruchandra-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168262,"job_number":"JOB_168262","tr_customer_id":168279,"tr_customer_product_id":168269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Swara Bandopadhyay","mobile_number":"7016741813","email_id":"aadi.varman@gmail.com","dop":"2026-01-17","serial_number":"447201130297179","imei1":"447201130297179","imei2":"447201130297179","popurl":"www.ekaparnika-ahuja.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168261,"job_number":"JOB_168261","tr_customer_id":168278,"tr_customer_product_id":168268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Budhil Kaul","mobile_number":"7007472388","email_id":"vidhya.johar@yahoo.co.in","dop":"2026-01-17","serial_number":"346899966887362","imei1":"346899966887362","imei2":"346899966887362","popurl":"www.dayamayee-pandey.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168260,"job_number":"JOB_168260","tr_customer_id":168277,"tr_customer_product_id":168267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ekadant Iyengar","mobile_number":"7083283137","email_id":"akshainie.varman@hotmail.com","dop":"2026-01-17","serial_number":"807684574494302","imei1":"807684574494302","imei2":"807684574494302","popurl":"www.anuja-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168259,"job_number":"JOB_168259","tr_customer_id":168276,"tr_customer_product_id":168266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Indra Bandopadhyay","mobile_number":"7084928060","email_id":"sarada.rana@hotmail.com","dop":"2026-01-17","serial_number":"119167337360261","imei1":"119167337360261","imei2":"119167337360261","popurl":"www.atmaja-rana.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168258,"job_number":"JOB_168258","tr_customer_id":168275,"tr_customer_product_id":168265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Triloki Nath Gill","mobile_number":"7020959627","email_id":"ajeet.shukla@yahoo.co.in","dop":"2026-01-17","serial_number":"154315835505877","imei1":"154315835505877","imei2":"154315835505877","popurl":"www.adhrit-talwar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168257,"job_number":"JOB_168257","tr_customer_id":168274,"tr_customer_product_id":168264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Chidananda Varman","mobile_number":"7081541989","email_id":"bhushan.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"520358638387078","imei1":"520358638387078","imei2":"520358638387078","popurl":"www.abhaidev-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168256,"job_number":"JOB_168256","tr_customer_id":168273,"tr_customer_product_id":168263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ganaka Ganaka","mobile_number":"7008604529","email_id":"chaturbhuj.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"580968190866739","imei1":"580968190866739","imei2":"580968190866739","popurl":"www.bhoopati-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168255,"job_number":"JOB_168255","tr_customer_id":168272,"tr_customer_product_id":168262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"hello Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10942232193440","imei1":"10942232193440","imei2":"10942232193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168254,"job_number":"JOB_168254","tr_customer_id":168271,"tr_customer_product_id":168261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"dfdfd Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10944432193440","imei1":"10944432193440","imei2":"10944432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168253,"job_number":"JOB_168253","tr_customer_id":168270,"tr_customer_product_id":168260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"World Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"18844432193440","imei1":"18844432193440","imei2":"18844432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168252,"job_number":"JOB_168252","tr_customer_id":168269,"tr_customer_product_id":168259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:57.000Z","modified_at":"2026-01-27T12:34:57.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"26009336482955","imei1":"26009336482955","imei2":"26009336482955","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168251,"job_number":"JOB_168251","tr_customer_id":168268,"tr_customer_product_id":168258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:55.000Z","modified_at":"2026-01-27T12:35:37.000Z","name":"Josianne Crooks","mobile_number":"541-260-9025","email_id":"Kyle_Kertzmann@yahoo.com","dop":"2026-01-04","serial_number":"15505682942558","imei1":"15505682942558","imei2":"15505682942558","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168250,"job_number":"JOB_168250","tr_customer_id":168267,"tr_customer_product_id":168257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:55.000Z","modified_at":"2026-01-27T12:34:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11132776219601","imei1":"11132776219601","imei2":"11132776219601","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168249,"job_number":"JOB_168249","tr_customer_id":168266,"tr_customer_product_id":168256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:05.000Z","modified_at":"2026-01-27T12:34:05.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49000460081954","imei1":"49000460081954","imei2":"49000460081954","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168248,"job_number":"JOB_168248","tr_customer_id":168265,"tr_customer_product_id":168255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:03.000Z","modified_at":"2026-01-27T12:34:46.000Z","name":"Maybelle Anderson","mobile_number":"329-623-8818","email_id":"Ariane63@gmail.com","dop":"2026-01-04","serial_number":"16242676039586","imei1":"16242676039586","imei2":"16242676039586","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168247,"job_number":"JOB_168247","tr_customer_id":168264,"tr_customer_product_id":168254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:03.000Z","modified_at":"2026-01-27T12:34:03.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19926693469878","imei1":"19926693469878","imei2":"19926693469878","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168246,"job_number":"JOB_168246","tr_customer_id":168263,"tr_customer_product_id":168253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:14.000Z","modified_at":"2026-01-27T12:33:14.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70322021367703","imei1":"70322021367703","imei2":"70322021367703","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168245,"job_number":"JOB_168245","tr_customer_id":168262,"tr_customer_product_id":168252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:12.000Z","modified_at":"2026-01-27T12:33:55.000Z","name":"Jerald Legros","mobile_number":"452-600-9203","email_id":"Hunter2@yahoo.com","dop":"2026-01-04","serial_number":"19900223977702","imei1":"19900223977702","imei2":"19900223977702","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168244,"job_number":"JOB_168244","tr_customer_id":168261,"tr_customer_product_id":168251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:12.000Z","modified_at":"2026-01-27T12:33:12.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16853693244096","imei1":"16853693244096","imei2":"16853693244096","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168243,"job_number":"JOB_168243","tr_customer_id":168260,"tr_customer_product_id":168250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:06.000Z","modified_at":"2026-01-27T12:24:06.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94175444839677","imei1":"94175444839677","imei2":"94175444839677","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168242,"job_number":"JOB_168242","tr_customer_id":168259,"tr_customer_product_id":168249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:04.000Z","modified_at":"2026-01-27T12:24:41.000Z","name":"Electa Bode","mobile_number":"377-553-5681","email_id":"Jadon.Hilpert23@yahoo.com","dop":"2026-01-04","serial_number":"18677593505476","imei1":"18677593505476","imei2":"18677593505476","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:24:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168241,"job_number":"JOB_168241","tr_customer_id":168258,"tr_customer_product_id":168248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:04.000Z","modified_at":"2026-01-27T12:24:04.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18019431176168","imei1":"18019431176168","imei2":"18019431176168","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168240,"job_number":"JOB_168240","tr_customer_id":168257,"tr_customer_product_id":168247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:22.000Z","modified_at":"2026-01-27T12:23:22.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"91869338609526","imei1":"91869338609526","imei2":"91869338609526","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168239,"job_number":"JOB_168239","tr_customer_id":168256,"tr_customer_product_id":168246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:21.000Z","modified_at":"2026-01-27T12:23:57.000Z","name":"Abdiel Mann","mobile_number":"414-359-7351","email_id":"Audra.Walker@gmail.com","dop":"2026-01-04","serial_number":"11613712934841","imei1":"11613712934841","imei2":"11613712934841","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:23:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168238,"job_number":"JOB_168238","tr_customer_id":168255,"tr_customer_product_id":168245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:20.000Z","modified_at":"2026-01-27T12:23:20.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17953161811409","imei1":"17953161811409","imei2":"17953161811409","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168237,"job_number":"JOB_168237","tr_customer_id":168254,"tr_customer_product_id":168244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Krishnadas Adiga","mobile_number":"7068260260","email_id":"poornima.verma@hotmail.com","dop":"2026-01-17","serial_number":"033577332190658","imei1":"033577332190658","imei2":"033577332190658","popurl":"www.jyotis-kocchar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168236,"job_number":"JOB_168236","tr_customer_id":168252,"tr_customer_product_id":168243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Amarnath Saini","mobile_number":"7066114456","email_id":"gopee.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"054434794473818","imei1":"054434794473818","imei2":"054434794473818","popurl":"www.bharadwaj-mehra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168235,"job_number":"JOB_168235","tr_customer_id":168253,"tr_customer_product_id":168242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Aanandaswarup Menon","mobile_number":"7050715808","email_id":"arindam.singh@hotmail.com","dop":"2026-01-17","serial_number":"830722785884696","imei1":"830722785884696","imei2":"830722785884696","popurl":"www.daksha-jain.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168234,"job_number":"JOB_168234","tr_customer_id":168250,"tr_customer_product_id":168240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Anish Chopra","mobile_number":"7015546136","email_id":"divakar.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"073590567887108","imei1":"073590567887108","imei2":"073590567887108","popurl":"www.deevakar-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168233,"job_number":"JOB_168233","tr_customer_id":168251,"tr_customer_product_id":168241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Prayag Johar","mobile_number":"7003652757","email_id":"adheesh.mehrotra@gmail.com","dop":"2026-01-17","serial_number":"304306716864460","imei1":"304306716864460","imei2":"304306716864460","popurl":"www.brahma-jain.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168232,"job_number":"JOB_168232","tr_customer_id":168249,"tr_customer_product_id":168239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Trisha Johar","mobile_number":"7068949896","email_id":"agrata.iyer@hotmail.com","dop":"2026-01-17","serial_number":"233185802174858","imei1":"233185802174858","imei2":"233185802174858","popurl":"www.ranjeet-agarwal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168231,"job_number":"JOB_168231","tr_customer_id":168248,"tr_customer_product_id":168238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Jaya Kaul","mobile_number":"7053995341","email_id":"girindra.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"445076252064431","imei1":"445076252064431","imei2":"445076252064431","popurl":"www.chaturbhuj-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168230,"job_number":"JOB_168230","tr_customer_id":168247,"tr_customer_product_id":168237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Bheeshma Jain","mobile_number":"7059421692","email_id":"prasanna.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"833050871578067","imei1":"833050871578067","imei2":"833050871578067","popurl":"www.vaijayanthi-ahuja.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168229,"job_number":"JOB_168229","tr_customer_id":168246,"tr_customer_product_id":168236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Vasudev Bharadwaj","mobile_number":"7073845519","email_id":"ajit.guha@hotmail.com","dop":"2026-01-17","serial_number":"967332951939340","imei1":"967332951939340","imei2":"967332951939340","popurl":"www.dayaananda-gowda.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168228,"job_number":"JOB_168228","tr_customer_id":168245,"tr_customer_product_id":168235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Tanya Bhattacharya","mobile_number":"7059149789","email_id":"deeptiman.kaniyar@gmail.com","dop":"2026-01-17","serial_number":"012788348914751","imei1":"012788348914751","imei2":"012788348914751","popurl":"www.mohana-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168227,"job_number":"JOB_168227","tr_customer_id":168244,"tr_customer_product_id":168234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:38.000Z","modified_at":"2026-01-27T12:22:38.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53668157243722","imei1":"53668157243722","imei2":"53668157243722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168226,"job_number":"JOB_168226","tr_customer_id":168243,"tr_customer_product_id":168233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:37.000Z","modified_at":"2026-01-27T12:23:13.000Z","name":"Jayme Langosh","mobile_number":"560-299-9535","email_id":"Lorenzo_Davis95@gmail.com","dop":"2026-01-04","serial_number":"10318885661706","imei1":"10318885661706","imei2":"10318885661706","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:23:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168225,"job_number":"JOB_168225","tr_customer_id":168242,"tr_customer_product_id":168232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:36.000Z","modified_at":"2026-01-27T12:22:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16487763938218","imei1":"16487763938218","imei2":"16487763938218","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168224,"job_number":"JOB_168224","tr_customer_id":168240,"tr_customer_product_id":168231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Lakshmidhar Malik","mobile_number":"7073899809","email_id":"arindam.tagore@hotmail.com","dop":"2026-01-17","serial_number":"678891533948343","imei1":"678891533948343","imei2":"678891533948343","popurl":"www.aadi-adiga.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168223,"job_number":"JOB_168223","tr_customer_id":168241,"tr_customer_product_id":168230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Devesh Kaur","mobile_number":"7098102148","email_id":"yogendra.kaur@gmail.com","dop":"2026-01-17","serial_number":"743193379623075","imei1":"743193379623075","imei2":"743193379623075","popurl":"www.subhasini-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168222,"job_number":"JOB_168222","tr_customer_id":168238,"tr_customer_product_id":168228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Harinakshi Mehrotra","mobile_number":"7097412792","email_id":"omana.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"611970057824369","imei1":"611970057824369","imei2":"611970057824369","popurl":"www.tapan-arora.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168221,"job_number":"JOB_168221","tr_customer_id":168239,"tr_customer_product_id":168229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Anasuya Varma","mobile_number":"7056285526","email_id":"shridevi.varrier@hotmail.com","dop":"2026-01-17","serial_number":"884127054365020","imei1":"884127054365020","imei2":"884127054365020","popurl":"www.hari-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168220,"job_number":"JOB_168220","tr_customer_id":168237,"tr_customer_product_id":168227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Jai Pillai","mobile_number":"7048987638","email_id":"digambara.dwivedi@hotmail.com","dop":"2026-01-17","serial_number":"351663360147969","imei1":"351663360147969","imei2":"351663360147969","popurl":"www.acaryatanaya-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168219,"job_number":"JOB_168219","tr_customer_id":168236,"tr_customer_product_id":168226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:17.000Z","modified_at":"2026-01-27T12:10:29.000Z","name":"Miller Doyle","mobile_number":"858-538-7878","email_id":"Barton_Schumm@hotmail.com","dop":"2025-12-01","serial_number":"12648511043464","imei1":"12648511043464","imei2":"12648511043464","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168218,"job_number":"JOB_168218","tr_customer_id":168235,"tr_customer_product_id":168225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:17.000Z","modified_at":"2026-01-27T12:10:17.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16459082111863","imei1":"16459082111863","imei2":"16459082111863","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168217,"job_number":"JOB_168217","tr_customer_id":168234,"tr_customer_product_id":168224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:01.000Z","modified_at":"2026-01-27T12:10:13.000Z","name":"Verdie Kessler","mobile_number":"847-994-3783","email_id":"Emmanuel20@yahoo.com","dop":"2025-12-01","serial_number":"16460719711611","imei1":"16460719711611","imei2":"16460719711611","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:10:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168216,"job_number":"JOB_168216","tr_customer_id":168233,"tr_customer_product_id":168223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:00.000Z","modified_at":"2026-01-27T12:10:00.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15888285633922","imei1":"15888285633922","imei2":"15888285633922","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168215,"job_number":"JOB_168215","tr_customer_id":168232,"tr_customer_product_id":168222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:09:44.000Z","modified_at":"2026-01-27T12:09:56.000Z","name":"Cruz DuBuque","mobile_number":"241-624-0192","email_id":"Marielle.Effertz@hotmail.com","dop":"2025-12-01","serial_number":"10648418062851","imei1":"10648418062851","imei2":"10648418062851","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168214,"job_number":"JOB_168214","tr_customer_id":168231,"tr_customer_product_id":168221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:09:44.000Z","modified_at":"2026-01-27T12:09:44.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15585732066824","imei1":"15585732066824","imei2":"15585732066824","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168213,"job_number":"JOB_168213","tr_customer_id":168230,"tr_customer_product_id":168220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Dandak Jain","mobile_number":"7031859260","email_id":"charvi.nambeesan@hotmail.com","dop":"2026-01-17","serial_number":"256378860455060","imei1":"256378860455060","imei2":"256378860455060","popurl":"www.shashi-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168212,"job_number":"JOB_168212","tr_customer_id":168229,"tr_customer_product_id":168219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bhooshit Ganaka","mobile_number":"7016630121","email_id":"girija.bhat@hotmail.com","dop":"2026-01-17","serial_number":"140321290638336","imei1":"140321290638336","imei2":"140321290638336","popurl":"www.anagh-chopra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168211,"job_number":"JOB_168211","tr_customer_id":168228,"tr_customer_product_id":168218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Jitendra Pillai","mobile_number":"7073043265","email_id":"shantanu.chaturvedi@yahoo.co.in","dop":"2026-01-17","serial_number":"046515445662526","imei1":"046515445662526","imei2":"046515445662526","popurl":"www.eshana-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168210,"job_number":"JOB_168210","tr_customer_id":168227,"tr_customer_product_id":168217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Ekaling Asan","mobile_number":"7017995918","email_id":"aasa.guha@hotmail.com","dop":"2026-01-17","serial_number":"361064068307831","imei1":"361064068307831","imei2":"361064068307831","popurl":"www.ghanshyam-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168209,"job_number":"JOB_168209","tr_customer_id":168226,"tr_customer_product_id":168216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Devdan Dutta","mobile_number":"7027492908","email_id":"chandran.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"858922008389057","imei1":"858922008389057","imei2":"858922008389057","popurl":"www.chandraswaroopa-varman.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168208,"job_number":"JOB_168208","tr_customer_id":168225,"tr_customer_product_id":168215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Prema Trivedi","mobile_number":"7068084525","email_id":"vasundhara.marar@hotmail.com","dop":"2026-01-17","serial_number":"205887612107788","imei1":"205887612107788","imei2":"205887612107788","popurl":"www.jagdish-tandon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168207,"job_number":"JOB_168207","tr_customer_id":168224,"tr_customer_product_id":168214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bishnu Dutta","mobile_number":"7051455224","email_id":"anjushri.gill@yahoo.co.in","dop":"2026-01-17","serial_number":"333310769090549","imei1":"333310769090549","imei2":"333310769090549","popurl":"www.bakula-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168205,"job_number":"JOB_168205","tr_customer_id":168222,"tr_customer_product_id":168212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Akshita Mehrotra","mobile_number":"7086685963","email_id":"dwaipayana.mahajan@gmail.com","dop":"2026-01-17","serial_number":"086564955613631","imei1":"086564955613631","imei2":"086564955613631","popurl":"www.darshan-bhattacharya.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168204,"job_number":"JOB_168204","tr_customer_id":168221,"tr_customer_product_id":168211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Gouranga Gupta","mobile_number":"7066851917","email_id":"shivakari.varrier@hotmail.com","dop":"2026-01-17","serial_number":"057270962748011","imei1":"057270962748011","imei2":"057270962748011","popurl":"www.bhargava-shukla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168203,"job_number":"JOB_168203","tr_customer_id":168220,"tr_customer_product_id":168210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Deeptimay Ganaka","mobile_number":"7069328342","email_id":"anjaneya.kaur@gmail.com","dop":"2026-01-17","serial_number":"301862860042281","imei1":"301862860042281","imei2":"301862860042281","popurl":"www.gaurang-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168202,"job_number":"JOB_168202","tr_customer_id":168218,"tr_customer_product_id":168209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Buddhana Mahajan","mobile_number":"7081108320","email_id":"arindam.khatri@hotmail.com","dop":"2026-01-17","serial_number":"739069177439111","imei1":"739069177439111","imei2":"739069177439111","popurl":"www.ramaa-tagore.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168201,"job_number":"JOB_168201","tr_customer_id":168219,"tr_customer_product_id":168208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Dhara Varman","mobile_number":"7087454376","email_id":"shivakari.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"975768866653230","imei1":"975768866653230","imei2":"975768866653230","popurl":"www.lavanya-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168200,"job_number":"JOB_168200","tr_customer_id":168217,"tr_customer_product_id":168207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Bhooshit Abbott","mobile_number":"7080102585","email_id":"aaryan.butt@gmail.com","dop":"2026-01-17","serial_number":"706792543344082","imei1":"706792543344082","imei2":"706792543344082","popurl":"www.shashi-varma.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168199,"job_number":"JOB_168199","tr_customer_id":168216,"tr_customer_product_id":168206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Nambeesan","mobile_number":"7068570208","email_id":"deeptendu.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"590159293640789","imei1":"590159293640789","imei2":"590159293640789","popurl":"www.hiranya-dutta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168198,"job_number":"JOB_168198","tr_customer_id":168215,"tr_customer_product_id":168205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chakradhar Pillai","mobile_number":"7065856347","email_id":"aatreya.pillai@yahoo.co.in","dop":"2026-01-17","serial_number":"543748323384088","imei1":"543748323384088","imei2":"543748323384088","popurl":"www.trilok-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168197,"job_number":"JOB_168197","tr_customer_id":168214,"tr_customer_product_id":168204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Prajapat","mobile_number":"7097444520","email_id":"swara.ganaka@gmail.com","dop":"2026-01-17","serial_number":"914701472395236","imei1":"914701472395236","imei2":"914701472395236","popurl":"www.kama-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168196,"job_number":"JOB_168196","tr_customer_id":168213,"tr_customer_product_id":168203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anil Dhawan","mobile_number":"7070028894","email_id":"kumari.mehra@gmail.com","dop":"2026-01-17","serial_number":"325586393928619","imei1":"325586393928619","imei2":"325586393928619","popurl":"www.chakrika-kaul.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168195,"job_number":"JOB_168195","tr_customer_id":168212,"tr_customer_product_id":168202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Suresh Namboothiri","mobile_number":"7069695354","email_id":"prasad.talwar@hotmail.com","dop":"2026-01-17","serial_number":"174630033067530","imei1":"174630033067530","imei2":"174630033067530","popurl":"www.adhrit-menon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168191,"job_number":"JOB_168191","tr_customer_id":168208,"tr_customer_product_id":168198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Aalok Deshpande","mobile_number":"7072539080","email_id":"gemine.bhat@yahoo.co.in","dop":"2026-01-17","serial_number":"768846817619370","imei1":"768846817619370","imei2":"768846817619370","popurl":"www.narinder-bhat.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168190,"job_number":"JOB_168190","tr_customer_id":168207,"tr_customer_product_id":168197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balachandra Kakkar","mobile_number":"7032263868","email_id":"devdan.bhat@hotmail.com","dop":"2026-01-17","serial_number":"105468873924195","imei1":"105468873924195","imei2":"105468873924195","popurl":"www.darshwana-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168189,"job_number":"JOB_168189","tr_customer_id":168206,"tr_customer_product_id":168196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kin Mahajan","mobile_number":"7072531315","email_id":"ahalya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"999754818649567","imei1":"999754818649567","imei2":"999754818649567","popurl":"www.chetan-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168188,"job_number":"JOB_168188","tr_customer_id":168205,"tr_customer_product_id":168195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balagovind Arora","mobile_number":"7031531462","email_id":"swara.iyengar@gmail.com","dop":"2026-01-17","serial_number":"891818401023159","imei1":"891818401023159","imei2":"891818401023159","popurl":"www.chandraswaroopa-kaul.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168187,"job_number":"JOB_168187","tr_customer_id":168204,"tr_customer_product_id":168194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Puneet Tagore","mobile_number":"7070208753","email_id":"krishnadas.sinha@hotmail.com","dop":"2026-01-17","serial_number":"861937628171568","imei1":"861937628171568","imei2":"861937628171568","popurl":"www.bilwa-mishra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168186,"job_number":"JOB_168186","tr_customer_id":168203,"tr_customer_product_id":168193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chandramauli Gowda","mobile_number":"7076718782","email_id":"goswamee.butt@hotmail.com","dop":"2026-01-17","serial_number":"325575926878631","imei1":"325575926878631","imei2":"325575926878631","popurl":"www.aagneya-abbott.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168185,"job_number":"JOB_168185","tr_customer_id":168202,"tr_customer_product_id":168192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ekaparnika Nambeesan","mobile_number":"7084505881","email_id":"deven.joshi@hotmail.com","dop":"2026-01-17","serial_number":"527685975145976","imei1":"527685975145976","imei2":"527685975145976","popurl":"www.durgeshwari-nayar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168184,"job_number":"JOB_168184","tr_customer_id":168201,"tr_customer_product_id":168191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kama Butt","mobile_number":"7096618951","email_id":"vaijayanthi.adiga@gmail.com","dop":"2026-01-17","serial_number":"597206991755010","imei1":"597206991755010","imei2":"597206991755010","popurl":"www.anish-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168183,"job_number":"JOB_168183","tr_customer_id":168200,"tr_customer_product_id":168190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ayushmati Iyer","mobile_number":"7082704090","email_id":"deveshwar.sethi@gmail.com","dop":"2026-01-17","serial_number":"291456131511690","imei1":"291456131511690","imei2":"291456131511690","popurl":"www.krishnadasa-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168182,"job_number":"JOB_168182","tr_customer_id":168199,"tr_customer_product_id":168189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anish Gupta","mobile_number":"7076814182","email_id":"keerti.gupta@yahoo.co.in","dop":"2026-01-17","serial_number":"543748313039813","imei1":"543748313039813","imei2":"543748313039813","popurl":"www.sucheta-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168181,"job_number":"JOB_168181","tr_customer_id":168198,"tr_customer_product_id":168188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Esha Dwivedi","mobile_number":"7004691045","email_id":"rageshwari.khan@hotmail.com","dop":"2026-01-17","serial_number":"220686204728928","imei1":"220686204728928","imei2":"220686204728928","popurl":"www.mohana-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168180,"job_number":"JOB_168180","tr_customer_id":168197,"tr_customer_product_id":168187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vimala Ahluwalia","mobile_number":"7060379205","email_id":"bhaaswar.kaur@gmail.com","dop":"2026-01-17","serial_number":"844536140617269","imei1":"844536140617269","imei2":"844536140617269","popurl":"www.mani-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168179,"job_number":"JOB_168179","tr_customer_id":168196,"tr_customer_product_id":168186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Malati Adiga","mobile_number":"7094360070","email_id":"amish.patel@gmail.com","dop":"2026-01-17","serial_number":"110365663258033","imei1":"110365663258033","imei2":"110365663258033","popurl":"www.agnimitra-kapoor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168177,"job_number":"JOB_168177","tr_customer_id":168194,"tr_customer_product_id":168184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Shreya Varrier","mobile_number":"7068383646","email_id":"alok.chattopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"389605102861964","imei1":"389605102861964","imei2":"389605102861964","popurl":"www.vimala-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168176,"job_number":"JOB_168176","tr_customer_id":168193,"tr_customer_product_id":168183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandra Verma","mobile_number":"7044521018","email_id":"jaimini.embranthiri@gmail.com","dop":"2026-01-17","serial_number":"645789974821454","imei1":"645789974821454","imei2":"645789974821454","popurl":"www.arjun-devar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168175,"job_number":"JOB_168175","tr_customer_id":168192,"tr_customer_product_id":168182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandrani Mishra","mobile_number":"7064597699","email_id":"karunanidhi.devar@yahoo.co.in","dop":"2026-01-17","serial_number":"248544469332468","imei1":"248544469332468","imei2":"248544469332468","popurl":"www.sarvin-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168174,"job_number":"JOB_168174","tr_customer_id":168191,"tr_customer_product_id":168181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vaishno Joshi","mobile_number":"7052129887","email_id":"divya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"717050178609297","imei1":"717050178609297","imei2":"717050178609297","popurl":"www.opalina-kaniyar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168173,"job_number":"JOB_168173","tr_customer_id":168190,"tr_customer_product_id":168180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Agnivesh Asan","mobile_number":"7041935288","email_id":"adheesh.agarwal@hotmail.com","dop":"2026-01-17","serial_number":"435415770960833","imei1":"435415770960833","imei2":"435415770960833","popurl":"www.jagdish-menon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168172,"job_number":"JOB_168172","tr_customer_id":168189,"tr_customer_product_id":168179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jaimini Saini","mobile_number":"7031287970","email_id":"kailash.khanna@hotmail.com","dop":"2026-01-17","serial_number":"559283513943345","imei1":"559283513943345","imei2":"559283513943345","popurl":"www.bharat-gill.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168171,"job_number":"JOB_168171","tr_customer_id":168188,"tr_customer_product_id":168178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Manik Naik","mobile_number":"7098731844","email_id":"anaadi.adiga@gmail.com","dop":"2026-01-17","serial_number":"944365764024148","imei1":"944365764024148","imei2":"944365764024148","popurl":"www.ranjeet-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168170,"job_number":"JOB_168170","tr_customer_id":168187,"tr_customer_product_id":168177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gouranga Namboothiri","mobile_number":"7078335088","email_id":"chitraksh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"871232881901224","imei1":"871232881901224","imei2":"871232881901224","popurl":"www.anshula-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168168,"job_number":"JOB_168168","tr_customer_id":168185,"tr_customer_product_id":168175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jagathi Ahuja","mobile_number":"7027791643","email_id":"tarun.mehra@gmail.com","dop":"2026-01-17","serial_number":"461271118766369","imei1":"461271118766369","imei2":"461271118766369","popurl":"www.dhana-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168167,"job_number":"JOB_168167","tr_customer_id":168184,"tr_customer_product_id":168174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gudakesa Malik","mobile_number":"7080605948","email_id":"suryakantam.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"951588140678395","imei1":"951588140678395","imei2":"951588140678395","popurl":"www.rudra-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168166,"job_number":"JOB_168166","tr_customer_id":168183,"tr_customer_product_id":168173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vasudev Arora","mobile_number":"7096359367","email_id":"brijesh.mehrotra@hotmail.com","dop":"2026-01-17","serial_number":"807427463894279","imei1":"807427463894279","imei2":"807427463894279","popurl":"www.chanda-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168165,"job_number":"JOB_168165","tr_customer_id":168181,"tr_customer_product_id":168171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Trilok Bhat","mobile_number":"7061353480","email_id":"laxmi.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"390121326367210","imei1":"390121326367210","imei2":"390121326367210","popurl":"www.surya-menon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168164,"job_number":"JOB_168164","tr_customer_id":168182,"tr_customer_product_id":168172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Anal Kapoor","mobile_number":"7092967782","email_id":"shashi.marar@gmail.com","dop":"2026-01-17","serial_number":"365474243514874","imei1":"365474243514874","imei2":"365474243514874","popurl":"www.devvrat-iyer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168162,"job_number":"JOB_168162","tr_customer_id":168179,"tr_customer_product_id":168169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Rajan Pillai","mobile_number":"7054303001","email_id":"chakravarti.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"972464126806008","imei1":"972464126806008","imei2":"972464126806008","popurl":"www.nawal-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168161,"job_number":"JOB_168161","tr_customer_id":168178,"tr_customer_product_id":168168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Dipendra Kaur","mobile_number":"7063934579","email_id":"devi.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"008886117265645","imei1":"008886117265645","imei2":"008886117265645","popurl":"www.jay-bhat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168160,"job_number":"JOB_168160","tr_customer_id":168177,"tr_customer_product_id":168167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Tanirika Dutta","mobile_number":"7094460952","email_id":"suresh.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"298384874434685","imei1":"298384874434685","imei2":"298384874434685","popurl":"www.pramila-guha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168159,"job_number":"JOB_168159","tr_customer_id":168176,"tr_customer_product_id":168166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jyotsana Desai","mobile_number":"7094033006","email_id":"dipendra.kakkar@yahoo.co.in","dop":"2026-01-17","serial_number":"689594163720650","imei1":"689594163720650","imei2":"689594163720650","popurl":"www.dhyanesh-dubashi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168158,"job_number":"JOB_168158","tr_customer_id":168175,"tr_customer_product_id":168165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Atreyee Jha","mobile_number":"7034372951","email_id":"charvi.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"759582218524096","imei1":"759582218524096","imei2":"759582218524096","popurl":"www.shantanu-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168157,"job_number":"JOB_168157","tr_customer_id":168174,"tr_customer_product_id":168164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ankal Naik","mobile_number":"7063539442","email_id":"ravi.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"048709741680835","imei1":"048709741680835","imei2":"048709741680835","popurl":"www.amritambu-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168156,"job_number":"JOB_168156","tr_customer_id":168173,"tr_customer_product_id":168163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Dron Pilla","mobile_number":"7052554846","email_id":"shridevi.jha@gmail.com","dop":"2026-01-17","serial_number":"279731328437337","imei1":"279731328437337","imei2":"279731328437337","popurl":"www.aasha-bhattacharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168154,"job_number":"JOB_168154","tr_customer_id":168171,"tr_customer_product_id":168161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chaturaanan Achari","mobile_number":"7039079297","email_id":"balamani.arora@hotmail.com","dop":"2026-01-17","serial_number":"676863389987819","imei1":"676863389987819","imei2":"676863389987819","popurl":"www.kashyapi-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168153,"job_number":"JOB_168153","tr_customer_id":168170,"tr_customer_product_id":168160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Mohinder Arora","mobile_number":"7097518283","email_id":"gautam.marar@yahoo.co.in","dop":"2026-01-17","serial_number":"018857431115019","imei1":"018857431115019","imei2":"018857431115019","popurl":"www.divya-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168152,"job_number":"JOB_168152","tr_customer_id":168169,"tr_customer_product_id":168159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Trilochan Bhattacharya","mobile_number":"7049030944","email_id":"bhoopati.shukla@hotmail.com","dop":"2026-01-17","serial_number":"207048873057713","imei1":"207048873057713","imei2":"207048873057713","popurl":"www.bhaaswar-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168151,"job_number":"JOB_168151","tr_customer_id":168168,"tr_customer_product_id":168158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Bhudeva Pilla","mobile_number":"7022462365","email_id":"vijay.rana@gmail.com","dop":"2026-01-17","serial_number":"067699963893899","imei1":"067699963893899","imei2":"067699963893899","popurl":"www.eshana-dutta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168150,"job_number":"JOB_168150","tr_customer_id":168167,"tr_customer_product_id":168157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Atmanand Panicker","mobile_number":"7069046339","email_id":"akshata.bhat@gmail.com","dop":"2026-01-17","serial_number":"741904475795533","imei1":"741904475795533","imei2":"741904475795533","popurl":"www.aashritha-singh.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168149,"job_number":"JOB_168149","tr_customer_id":168166,"tr_customer_product_id":168156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Agasti Rana","mobile_number":"7013045241","email_id":"ankal.tandon@yahoo.co.in","dop":"2026-01-17","serial_number":"637229060533061","imei1":"637229060533061","imei2":"637229060533061","popurl":"www.mukesh-nair.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168147,"job_number":"JOB_168147","tr_customer_id":168164,"tr_customer_product_id":168154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Radha Bhattathiri","mobile_number":"7046638210","email_id":"ashlesh.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"576693739985423","imei1":"576693739985423","imei2":"576693739985423","popurl":"www.vyas-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168145,"job_number":"JOB_168145","tr_customer_id":168162,"tr_customer_product_id":168152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Purnima Chopra","mobile_number":"7062577270","email_id":"tanirika.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"558052995970928","imei1":"558052995970928","imei2":"558052995970928","popurl":"www.satyen-dutta.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168144,"job_number":"JOB_168144","tr_customer_id":168161,"tr_customer_product_id":168151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Umang Dubashi","mobile_number":"7095280293","email_id":"laxman.pillai@hotmail.com","dop":"2026-01-17","serial_number":"668114476052544","imei1":"668114476052544","imei2":"668114476052544","popurl":"www.bhoj-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168142,"job_number":"JOB_168142","tr_customer_id":168158,"tr_customer_product_id":168149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Menaka Dubashi","mobile_number":"7063392696","email_id":"eshana.deshpande@gmail.com","dop":"2026-01-17","serial_number":"545804079777901","imei1":"545804079777901","imei2":"545804079777901","popurl":"www.himadri-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168141,"job_number":"JOB_168141","tr_customer_id":168159,"tr_customer_product_id":168148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chandan Trivedi","mobile_number":"7082691140","email_id":"shresth.marar@hotmail.com","dop":"2026-01-17","serial_number":"578304891432731","imei1":"578304891432731","imei2":"578304891432731","popurl":"www.shanti-ahuja.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168140,"job_number":"JOB_168140","tr_customer_id":168157,"tr_customer_product_id":168147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Kamla Sethi","mobile_number":"7053092670","email_id":"abhisyanta.dhawan@gmail.com","dop":"2026-01-17","serial_number":"309696347747517","imei1":"309696347747517","imei2":"309696347747517","popurl":"www.sarla-achari.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168139,"job_number":"JOB_168139","tr_customer_id":168156,"tr_customer_product_id":168146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Brajesh Bhattacharya","mobile_number":"7000755810","email_id":"shankar.deshpande@hotmail.com","dop":"2026-01-17","serial_number":"481619011154954","imei1":"481619011154954","imei2":"481619011154954","popurl":"www.deeksha-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168138,"job_number":"JOB_168138","tr_customer_id":168154,"tr_customer_product_id":168144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Gajbaahu Devar","mobile_number":"7040761451","email_id":"chandraketu.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"301544663395500","imei1":"301544663395500","imei2":"301544663395500","popurl":"www.bhooshit-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168136,"job_number":"JOB_168136","tr_customer_id":168153,"tr_customer_product_id":168143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ameyatma Panicker","mobile_number":"7009052053","email_id":"sloka.bhat@gmail.com","dop":"2026-01-17","serial_number":"564558063234056","imei1":"564558063234056","imei2":"564558063234056","popurl":"www.mani-desai.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168135,"job_number":"JOB_168135","tr_customer_id":168152,"tr_customer_product_id":168142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Anjushree Ahuja","mobile_number":"7093622839","email_id":"param.varma@gmail.com","dop":"2026-01-17","serial_number":"735102050658064","imei1":"735102050658064","imei2":"735102050658064","popurl":"www.anila-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168134,"job_number":"JOB_168134","tr_customer_id":168151,"tr_customer_product_id":168141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Aditeya Varman","mobile_number":"7059878884","email_id":"girika.devar@gmail.com","dop":"2026-01-17","serial_number":"998877163061849","imei1":"998877163061849","imei2":"998877163061849","popurl":"www.narayan-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168133,"job_number":"JOB_168133","tr_customer_id":168150,"tr_customer_product_id":168140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Tej Adiga","mobile_number":"7097756946","email_id":"ajit.asan@yahoo.co.in","dop":"2026-01-17","serial_number":"915363317933422","imei1":"915363317933422","imei2":"915363317933422","popurl":"www.aayushmaan-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168132,"job_number":"JOB_168132","tr_customer_id":168149,"tr_customer_product_id":168139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Triloki Reddy","mobile_number":"7074524680","email_id":"daiwik.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"582044519230478","imei1":"582044519230478","imei2":"582044519230478","popurl":"www.chakravartee-pilla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168131,"job_number":"JOB_168131","tr_customer_id":168148,"tr_customer_product_id":168138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Prem Bandopadhyay","mobile_number":"7057629086","email_id":"suryakantam.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"752692838275909","imei1":"752692838275909","imei2":"752692838275909","popurl":"www.jay-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168130,"job_number":"JOB_168130","tr_customer_id":168147,"tr_customer_product_id":168137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Harita Nehru","mobile_number":"7028581997","email_id":"bhooshan.iyer@yahoo.co.in","dop":"2026-01-17","serial_number":"411029494786547","imei1":"411029494786547","imei2":"411029494786547","popurl":"www.deb-kaniyar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168128,"job_number":"JOB_168128","tr_customer_id":168144,"tr_customer_product_id":168135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Lalita Naik","mobile_number":"7096134116","email_id":"chinmayananda.gandhi@hotmail.com","dop":"2026-01-17","serial_number":"839850126727197","imei1":"839850126727197","imei2":"839850126727197","popurl":"www.chatur-chopra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168127,"job_number":"JOB_168127","tr_customer_id":168145,"tr_customer_product_id":168134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Hiranmaya Kapoor","mobile_number":"7000563171","email_id":"chandraprabha.kapoor@hotmail.com","dop":"2026-01-17","serial_number":"203844334287867","imei1":"203844334287867","imei2":"203844334287867","popurl":"www.gautami-gowda.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168126,"job_number":"JOB_168126","tr_customer_id":168143,"tr_customer_product_id":168133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Atreyee Mishra","mobile_number":"7042881344","email_id":"kumar.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"760372592354182","imei1":"760372592354182","imei2":"760372592354182","popurl":"www.opalina-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168125,"job_number":"JOB_168125","tr_customer_id":168142,"tr_customer_product_id":168132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Ekalavya Prajapat","mobile_number":"7027031395","email_id":"girindra.singh@gmail.com","dop":"2026-01-17","serial_number":"625229067885722","imei1":"625229067885722","imei2":"625229067885722","popurl":"www.narinder-gupta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168124,"job_number":"JOB_168124","tr_customer_id":168141,"tr_customer_product_id":168131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Arnesh Naik","mobile_number":"7026502515","email_id":"bhaves.adiga@gmail.com","dop":"2026-01-17","serial_number":"009430159542014","imei1":"009430159542014","imei2":"009430159542014","popurl":"www.dipankar-jha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168123,"job_number":"JOB_168123","tr_customer_id":168140,"tr_customer_product_id":168130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gajbaahu Naik","mobile_number":"7011312659","email_id":"opalina.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"499659301286756","imei1":"499659301286756","imei2":"499659301286756","popurl":"www.chidaatma-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168120,"job_number":"JOB_168120","tr_customer_id":168137,"tr_customer_product_id":168127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Chidananda Saini","mobile_number":"7038154119","email_id":"vidya.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"248686736072686","imei1":"248686736072686","imei2":"248686736072686","popurl":"www.akshat-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168119,"job_number":"JOB_168119","tr_customer_id":168136,"tr_customer_product_id":168126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Preity Marar","mobile_number":"7042454286","email_id":"jagdeep.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"789527067923371","imei1":"789527067923371","imei2":"789527067923371","popurl":"www.aagneya-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168118,"job_number":"JOB_168118","tr_customer_id":168135,"tr_customer_product_id":168125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Charuvrat Joshi","mobile_number":"7056104190","email_id":"lila.reddy@gmail.com","dop":"2026-01-17","serial_number":"856338598873551","imei1":"856338598873551","imei2":"856338598873551","popurl":"www.deveshwar-shah.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168116,"job_number":"JOB_168116","tr_customer_id":168134,"tr_customer_product_id":168124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gautam Malik","mobile_number":"7003481251","email_id":"anasooya.marar@hotmail.com","dop":"2026-01-17","serial_number":"534352085791320","imei1":"534352085791320","imei2":"534352085791320","popurl":"www.narinder-johar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168115,"job_number":"JOB_168115","tr_customer_id":168132,"tr_customer_product_id":168122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Deeptiman Mukhopadhyay","mobile_number":"7036756072","email_id":"amaresh.shah@yahoo.co.in","dop":"2026-01-17","serial_number":"154130403797601","imei1":"154130403797601","imei2":"154130403797601","popurl":"www.himadri-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168114,"job_number":"JOB_168114","tr_customer_id":168131,"tr_customer_product_id":168121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Sarisha Patil","mobile_number":"7054498271","email_id":"chaitan.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"409448997239688","imei1":"409448997239688","imei2":"409448997239688","popurl":"www.chiranjeev-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168111,"job_number":"JOB_168111","tr_customer_id":168128,"tr_customer_product_id":168118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Opaline Iyer","mobile_number":"7080190857","email_id":"bhaumik.nair@yahoo.co.in","dop":"2026-01-17","serial_number":"277703652598165","imei1":"277703652598165","imei2":"277703652598165","popurl":"www.subodh-nayar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168108,"job_number":"JOB_168108","tr_customer_id":168125,"tr_customer_product_id":168115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Sudeva Saini","mobile_number":"7033354004","email_id":"meghnad.sharma@gmail.com","dop":"2026-01-17","serial_number":"416797514683630","imei1":"416797514683630","imei2":"416797514683630","popurl":"www.arindam-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168107,"job_number":"JOB_168107","tr_customer_id":168124,"tr_customer_product_id":168114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Amaresh Bhattacharya","mobile_number":"7061713097","email_id":"tanushri.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"927025758856775","imei1":"927025758856775","imei2":"927025758856775","popurl":"www.vinay-agarwal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168106,"job_number":"JOB_168106","tr_customer_id":168123,"tr_customer_product_id":168113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Arindam Iyengar","mobile_number":"7051262696","email_id":"sarla.prajapat@gmail.com","dop":"2026-01-17","serial_number":"801538441827409","imei1":"801538441827409","imei2":"801538441827409","popurl":"www.dhyaneshwar-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168105,"job_number":"JOB_168105","tr_customer_id":168122,"tr_customer_product_id":168112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Parvati Tagore","mobile_number":"7075078350","email_id":"kumar.chaturvedi@gmail.com","dop":"2026-01-17","serial_number":"174404026142835","imei1":"174404026142835","imei2":"174404026142835","popurl":"www.abani-naik.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168104,"job_number":"JOB_168104","tr_customer_id":168121,"tr_customer_product_id":168111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Shiv Jain","mobile_number":"7021304252","email_id":"anaadi.arora@gmail.com","dop":"2026-01-17","serial_number":"815931614299749","imei1":"815931614299749","imei2":"815931614299749","popurl":"www.bhudeva-johar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168103,"job_number":"JOB_168103","tr_customer_id":168119,"tr_customer_product_id":168109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Chandni Bharadwaj","mobile_number":"7000435554","email_id":"chandraswaroopa.ganaka@hotmail.com","dop":"2026-01-17","serial_number":"799703476412351","imei1":"799703476412351","imei2":"799703476412351","popurl":"www.sukanya-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168102,"job_number":"JOB_168102","tr_customer_id":168118,"tr_customer_product_id":168108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Aarya Dhawan","mobile_number":"7009541020","email_id":"pushti.mehrotra@yahoo.co.in","dop":"2026-01-17","serial_number":"461930447346194","imei1":"461930447346194","imei2":"461930447346194","popurl":"www.chandrakin-kaul.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168101,"job_number":"JOB_168101","tr_customer_id":168120,"tr_customer_product_id":168110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Bodhan Jha","mobile_number":"7019352905","email_id":"girija.panicker@yahoo.co.in","dop":"2026-01-17","serial_number":"249888041324613","imei1":"249888041324613","imei2":"249888041324613","popurl":"www.bodhan-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168100,"job_number":"JOB_168100","tr_customer_id":168117,"tr_customer_product_id":168107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Ananta Abbott","mobile_number":"7035814727","email_id":"bheeshma.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"547520397464950","imei1":"547520397464950","imei2":"547520397464950","popurl":"www.tanushri-iyengar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168099,"job_number":"JOB_168099","tr_customer_id":168116,"tr_customer_product_id":168106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Amarnath Bandopadhyay","mobile_number":"7006474379","email_id":"sumitra.jain@gmail.com","dop":"2026-01-17","serial_number":"873225925366992","imei1":"873225925366992","imei2":"873225925366992","popurl":"www.dinkar-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168096,"job_number":"JOB_168096","tr_customer_id":168113,"tr_customer_product_id":168103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:34:44.000Z","modified_at":"2026-01-27T11:34:44.000Z","name":"Millie Moore","mobile_number":"283-938-0730","email_id":"Raleigh.West48@hotmail.com","dop":"2025-04-06","serial_number":"18214233132792","imei1":"18214233132792","imei2":"18214233132792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168094,"job_number":"JOB_168094","tr_customer_id":168111,"tr_customer_product_id":168101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:49.000Z","modified_at":"2026-01-27T11:15:02.000Z","name":"Dallin Gislason","mobile_number":"567-614-0674","email_id":"Asa.Dickens2@hotmail.com","dop":"2025-12-01","serial_number":"19252033319325","imei1":"19252033319325","imei2":"19252033319325","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:15:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168093,"job_number":"JOB_168093","tr_customer_id":168110,"tr_customer_product_id":168100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:49.000Z","modified_at":"2026-01-27T11:14:49.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19142688776222","imei1":"19142688776222","imei2":"19142688776222","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168092,"job_number":"JOB_168092","tr_customer_id":168109,"tr_customer_product_id":168099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:32.000Z","modified_at":"2026-01-27T11:14:45.000Z","name":"Jace Goyette","mobile_number":"220-994-9442","email_id":"Eldon.Collins79@hotmail.com","dop":"2025-12-01","serial_number":"12901445906599","imei1":"12901445906599","imei2":"12901445906599","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:14:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168091,"job_number":"JOB_168091","tr_customer_id":168108,"tr_customer_product_id":168098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:32.000Z","modified_at":"2026-01-27T11:14:32.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14373295899167","imei1":"14373295899167","imei2":"14373295899167","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168090,"job_number":"JOB_168090","tr_customer_id":168107,"tr_customer_product_id":168097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:15.000Z","modified_at":"2026-01-27T11:14:27.000Z","name":"Tierra Wisoky","mobile_number":"796-535-6757","email_id":"Juliet_DAmore64@yahoo.com","dop":"2025-12-01","serial_number":"17080372061804","imei1":"17080372061804","imei2":"17080372061804","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:14:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168089,"job_number":"JOB_168089","tr_customer_id":168106,"tr_customer_product_id":168096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:14.000Z","modified_at":"2026-01-27T11:14:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14568324586099","imei1":"14568324586099","imei2":"14568324586099","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168088,"job_number":"JOB_168088","tr_customer_id":168105,"tr_customer_product_id":168095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:03:33.000Z","modified_at":"2026-01-27T11:03:40.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"11927539170002","imei1":"11927539170002","imei2":"11927539170002","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:03:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168087,"job_number":"JOB_168087","tr_customer_id":168104,"tr_customer_product_id":168094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:25.000Z","modified_at":"2026-01-27T11:01:37.000Z","name":"Susan Herzog","mobile_number":"679-937-8561","email_id":"Lawrence.Davis@gmail.com","dop":"2025-12-01","serial_number":"15544212656046","imei1":"15544212656046","imei2":"15544212656046","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168086,"job_number":"JOB_168086","tr_customer_id":168103,"tr_customer_product_id":168093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:24.000Z","modified_at":"2026-01-27T11:01:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19579458966174","imei1":"19579458966174","imei2":"19579458966174","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168085,"job_number":"JOB_168085","tr_customer_id":168102,"tr_customer_product_id":168092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:08.000Z","modified_at":"2026-01-27T11:01:20.000Z","name":"Hailie Kiehn","mobile_number":"570-647-7279","email_id":"Alda.Glover87@hotmail.com","dop":"2025-12-01","serial_number":"12695029066728","imei1":"12695029066728","imei2":"12695029066728","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168084,"job_number":"JOB_168084","tr_customer_id":168101,"tr_customer_product_id":168091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:07.000Z","modified_at":"2026-01-27T11:01:07.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"18180244718360","imei1":"18180244718360","imei2":"18180244718360","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168083,"job_number":"JOB_168083","tr_customer_id":168100,"tr_customer_product_id":168090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:00:50.000Z","modified_at":"2026-01-27T11:01:03.000Z","name":"Viola Bode","mobile_number":"373-683-2937","email_id":"Valentina.Ernser9@gmail.com","dop":"2025-12-01","serial_number":"18806189003434","imei1":"18806189003434","imei2":"18806189003434","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168082,"job_number":"JOB_168082","tr_customer_id":168099,"tr_customer_product_id":168089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:00:50.000Z","modified_at":"2026-01-27T11:00:50.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17940614096082","imei1":"17940614096082","imei2":"17940614096082","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168081,"job_number":"JOB_168081","tr_customer_id":168098,"tr_customer_product_id":168088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:49:01.000Z","modified_at":"2026-01-27T10:49:01.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-17","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-17T10:48:52.186039238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168080,"job_number":"JOB_168080","tr_customer_id":168097,"tr_customer_product_id":168087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:44.000Z","modified_at":"2026-01-27T10:33:44.000Z","name":"Bethany Blick","mobile_number":"910-264-4532","email_id":"Krystina87@hotmail.com","dop":"2025-04-06","serial_number":"14656868258073714","imei1":"14656868258073714","imei2":"14656868258073714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168079,"job_number":"JOB_168079","tr_customer_id":168096,"tr_customer_product_id":168086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:42.000Z","modified_at":"2026-01-27T10:34:26.000Z","name":"Ezekiel Hartmann","mobile_number":"324-276-6526","email_id":"Ashleigh_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"14122225292562","imei1":"14122225292562","imei2":"14122225292562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168078,"job_number":"JOB_168078","tr_customer_id":168095,"tr_customer_product_id":168085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:42.000Z","modified_at":"2026-01-27T10:33:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13897299528519","imei1":"13897299528519","imei2":"13897299528519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168077,"job_number":"JOB_168077","tr_customer_id":168094,"tr_customer_product_id":168084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:52.000Z","modified_at":"2026-01-27T10:32:52.000Z","name":"Kiley Jacobi","mobile_number":"907-604-4678","email_id":"Vada_Kautzer@yahoo.com","dop":"2025-04-06","serial_number":"12166755076229060","imei1":"12166755076229060","imei2":"12166755076229060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168076,"job_number":"JOB_168076","tr_customer_id":168093,"tr_customer_product_id":168083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:50.000Z","modified_at":"2026-01-27T10:33:34.000Z","name":"Jannie Johnston","mobile_number":"519-667-6296","email_id":"Gina2@yahoo.com","dop":"2025-04-06","serial_number":"15319421858389","imei1":"15319421858389","imei2":"15319421858389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168075,"job_number":"JOB_168075","tr_customer_id":168092,"tr_customer_product_id":168082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:50.000Z","modified_at":"2026-01-27T10:32:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18370379783433","imei1":"18370379783433","imei2":"18370379783433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168074,"job_number":"JOB_168074","tr_customer_id":168091,"tr_customer_product_id":168081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:59.000Z","modified_at":"2026-01-27T10:31:59.000Z","name":"Spencer Bradtke","mobile_number":"766-232-9018","email_id":"Bertram.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"16456366235064740","imei1":"16456366235064740","imei2":"16456366235064740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168073,"job_number":"JOB_168073","tr_customer_id":168090,"tr_customer_product_id":168080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:58.000Z","modified_at":"2026-01-27T10:32:42.000Z","name":"Johnathan Rosenbaum","mobile_number":"237-569-0610","email_id":"Rebekah.Jast21@yahoo.com","dop":"2025-04-06","serial_number":"19110824912225","imei1":"19110824912225","imei2":"19110824912225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:32:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168072,"job_number":"JOB_168072","tr_customer_id":168089,"tr_customer_product_id":168079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:57.000Z","modified_at":"2026-01-27T10:31:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13051487611195","imei1":"13051487611195","imei2":"13051487611195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168071,"job_number":"JOB_168071","tr_customer_id":168088,"tr_customer_product_id":168078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:30:13.000Z","modified_at":"2026-01-27T10:30:13.000Z","name":"Trilokesh Marar","mobile_number":"7032987427","email_id":"chaaruchandra.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"726115221745062","imei1":"726115221745062","imei2":"726115221745062","popurl":"www.chandranath-chaturvedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168070,"job_number":"JOB_168070","tr_customer_id":168087,"tr_customer_product_id":168077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-17T10:29:54.227274578Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168069,"job_number":"JOB_168069","tr_customer_id":168086,"tr_customer_product_id":168076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-17T10:29:53.581159372Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168068,"job_number":"JOB_168068","tr_customer_id":168085,"tr_customer_product_id":168075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:53.000Z","modified_at":"2026-01-27T10:29:53.000Z","name":"Chandraswaroopa Banerjee","mobile_number":"7027267191","email_id":"param.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"330044600363053","imei1":"330044600363053","imei2":"330044600363053","popurl":"www.hiranmaya-varrier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168067,"job_number":"JOB_168067","tr_customer_id":168084,"tr_customer_product_id":168074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:52.000Z","modified_at":"2026-01-27T10:29:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-17T10:29:52.116647678Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168066,"job_number":"JOB_168066","tr_customer_id":168083,"tr_customer_product_id":168073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:51.000Z","modified_at":"2026-01-27T10:57:23.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"14356638927458","imei1":"14356638927458","imei2":"14356638927458","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168065,"job_number":"JOB_168065","tr_customer_id":168082,"tr_customer_product_id":168072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:49.000Z","modified_at":"2026-01-27T10:27:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"85525624946737","imei1":"85525624946737","imei2":"85525624946737","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168064,"job_number":"JOB_168064","tr_customer_id":168081,"tr_customer_product_id":168071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:47.000Z","modified_at":"2026-01-27T10:28:25.000Z","name":"Chet Schaden","mobile_number":"279-274-4333","email_id":"Brayan64@gmail.com","dop":"2026-01-04","serial_number":"17453629624168","imei1":"17453629624168","imei2":"17453629624168","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168063,"job_number":"JOB_168063","tr_customer_id":168080,"tr_customer_product_id":168070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:47.000Z","modified_at":"2026-01-27T10:27:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10086722086397","imei1":"10086722086397","imei2":"10086722086397","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168062,"job_number":"JOB_168062","tr_customer_id":168079,"tr_customer_product_id":168069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:04.000Z","modified_at":"2026-01-27T10:27:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"105262706836429","imei1":"105262706836429","imei2":"105262706836429","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168061,"job_number":"JOB_168061","tr_customer_id":168078,"tr_customer_product_id":168068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:03.000Z","modified_at":"2026-01-27T10:27:40.000Z","name":"Joaquin Mohr","mobile_number":"805-544-3660","email_id":"Opal_Lebsack47@gmail.com","dop":"2026-01-04","serial_number":"12114928346598","imei1":"12114928346598","imei2":"12114928346598","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168060,"job_number":"JOB_168060","tr_customer_id":168077,"tr_customer_product_id":168067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:02.000Z","modified_at":"2026-01-27T10:27:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15196187490723","imei1":"15196187490723","imei2":"15196187490723","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168059,"job_number":"JOB_168059","tr_customer_id":168076,"tr_customer_product_id":168066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:19.000Z","modified_at":"2026-01-27T10:26:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70090916724970","imei1":"70090916724970","imei2":"70090916724970","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168058,"job_number":"JOB_168058","tr_customer_id":168075,"tr_customer_product_id":168065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:18.000Z","modified_at":"2026-01-27T10:26:55.000Z","name":"Roscoe Kertzmann","mobile_number":"487-663-7383","email_id":"Giovani62@gmail.com","dop":"2026-01-04","serial_number":"18684721868853","imei1":"18684721868853","imei2":"18684721868853","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168057,"job_number":"JOB_168057","tr_customer_id":168074,"tr_customer_product_id":168064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:17.000Z","modified_at":"2026-01-27T10:26:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15008487771068","imei1":"15008487771068","imei2":"15008487771068","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168056,"job_number":"JOB_168056","tr_customer_id":168073,"tr_customer_product_id":168063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:06:55.000Z","modified_at":"2026-01-27T10:07:03.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"16889598345165","imei1":"16889598345165","imei2":"16889598345165","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:07:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168055,"job_number":"JOB_168055","tr_customer_id":168072,"tr_customer_product_id":168062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:05:36.000Z","modified_at":"2026-01-27T10:05:43.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"19174995388693","imei1":"19174995388693","imei2":"19174995388693","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168054,"job_number":"JOB_168054","tr_customer_id":168071,"tr_customer_product_id":168061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:02.000Z","modified_at":"2026-01-27T10:03:02.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21023390899357","imei1":"21023390899357","imei2":"21023390899357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168053,"job_number":"JOB_168053","tr_customer_id":168070,"tr_customer_product_id":168060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:00.000Z","modified_at":"2026-01-27T10:03:41.000Z","name":"Bette Spencer","mobile_number":"250-318-3070","email_id":"Abigail50@gmail.com","dop":"2026-01-04","serial_number":"19518074213425","imei1":"19518074213425","imei2":"19518074213425","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168052,"job_number":"JOB_168052","tr_customer_id":168069,"tr_customer_product_id":168059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:00.000Z","modified_at":"2026-01-27T10:03:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14121883814283","imei1":"14121883814283","imei2":"14121883814283","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168051,"job_number":"JOB_168051","tr_customer_id":168068,"tr_customer_product_id":168058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:42.000Z","modified_at":"2026-01-27T10:02:53.000Z","name":"Emmalee Moore","mobile_number":"222-544-8078","email_id":"Clarabelle_Pfeffer83@gmail.com","dop":"2025-12-01","serial_number":"15076112657731","imei1":"15076112657731","imei2":"15076112657731","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168050,"job_number":"JOB_168050","tr_customer_id":168067,"tr_customer_product_id":168057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:42.000Z","modified_at":"2026-01-27T10:02:42.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12713579852426","imei1":"12713579852426","imei2":"12713579852426","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168049,"job_number":"JOB_168049","tr_customer_id":168066,"tr_customer_product_id":168056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:26.000Z","modified_at":"2026-01-27T10:02:38.000Z","name":"Claud Pouros","mobile_number":"664-760-5960","email_id":"Milan_Deckow70@gmail.com","dop":"2025-12-01","serial_number":"10208018693131","imei1":"10208018693131","imei2":"10208018693131","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168048,"job_number":"JOB_168048","tr_customer_id":168065,"tr_customer_product_id":168055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:26.000Z","modified_at":"2026-01-27T10:02:26.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15535990488868","imei1":"15535990488868","imei2":"15535990488868","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168047,"job_number":"JOB_168047","tr_customer_id":168064,"tr_customer_product_id":168054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:13.000Z","modified_at":"2026-01-27T10:02:13.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49829973315619","imei1":"49829973315619","imei2":"49829973315619","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168046,"job_number":"JOB_168046","tr_customer_id":168063,"tr_customer_product_id":168053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:12.000Z","modified_at":"2026-01-27T10:02:52.000Z","name":"Kaley Lehner","mobile_number":"614-802-6010","email_id":"Kacie_Larson33@hotmail.com","dop":"2026-01-04","serial_number":"10636137962998","imei1":"10636137962998","imei2":"10636137962998","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168045,"job_number":"JOB_168045","tr_customer_id":168062,"tr_customer_product_id":168052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:11.000Z","modified_at":"2026-01-27T10:02:11.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15197467892503","imei1":"15197467892503","imei2":"15197467892503","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168044,"job_number":"JOB_168044","tr_customer_id":168061,"tr_customer_product_id":168051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:10.000Z","modified_at":"2026-01-27T10:02:22.000Z","name":"Esmeralda Bode","mobile_number":"205-625-4081","email_id":"Santina4@yahoo.com","dop":"2025-12-01","serial_number":"18277239641642","imei1":"18277239641642","imei2":"18277239641642","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168043,"job_number":"JOB_168043","tr_customer_id":168060,"tr_customer_product_id":168050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:10.000Z","modified_at":"2026-01-27T10:02:10.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15333739332560","imei1":"15333739332560","imei2":"15333739332560","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168042,"job_number":"JOB_168042","tr_customer_id":168059,"tr_customer_product_id":168049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:52.000Z","modified_at":"2026-01-27T10:02:04.000Z","name":"Icie Ward","mobile_number":"766-810-4574","email_id":"Ardella.Rowe@hotmail.com","dop":"2025-12-01","serial_number":"12935030125237","imei1":"12935030125237","imei2":"12935030125237","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168041,"job_number":"JOB_168041","tr_customer_id":168058,"tr_customer_product_id":168048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:52.000Z","modified_at":"2026-01-27T10:01:52.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18807163856024","imei1":"18807163856024","imei2":"18807163856024","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168040,"job_number":"JOB_168040","tr_customer_id":168057,"tr_customer_product_id":168047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:36.000Z","modified_at":"2026-01-27T10:01:48.000Z","name":"Laron Hirthe","mobile_number":"731-940-9575","email_id":"Theodora_Shields@yahoo.com","dop":"2025-12-01","serial_number":"15743888369608","imei1":"15743888369608","imei2":"15743888369608","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168039,"job_number":"JOB_168039","tr_customer_id":168056,"tr_customer_product_id":168046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:36.000Z","modified_at":"2026-01-27T10:01:36.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"13883489966333","imei1":"13883489966333","imei2":"13883489966333","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168038,"job_number":"JOB_168038","tr_customer_id":168055,"tr_customer_product_id":168045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:24.000Z","modified_at":"2026-01-27T10:01:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"71404026316495","imei1":"71404026316495","imei2":"71404026316495","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168037,"job_number":"JOB_168037","tr_customer_id":168054,"tr_customer_product_id":168044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:22.000Z","modified_at":"2026-01-27T10:02:03.000Z","name":"Maye McGlynn","mobile_number":"834-778-6179","email_id":"Nellie9@yahoo.com","dop":"2026-01-04","serial_number":"16067822324575","imei1":"16067822324575","imei2":"16067822324575","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168036,"job_number":"JOB_168036","tr_customer_id":168053,"tr_customer_product_id":168043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:22.000Z","modified_at":"2026-01-27T10:01:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15984186970614","imei1":"15984186970614","imei2":"15984186970614","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168035,"job_number":"JOB_168035","tr_customer_id":168052,"tr_customer_product_id":168042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:20.000Z","modified_at":"2026-01-27T10:01:32.000Z","name":"Jalon Walker","mobile_number":"853-780-9973","email_id":"Dario_Raynor@yahoo.com","dop":"2025-12-01","serial_number":"16126387345604","imei1":"16126387345604","imei2":"16126387345604","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168034,"job_number":"JOB_168034","tr_customer_id":168051,"tr_customer_product_id":168041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:20.000Z","modified_at":"2026-01-27T10:01:20.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15799047576521","imei1":"15799047576521","imei2":"15799047576521","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168033,"job_number":"JOB_168033","tr_customer_id":168050,"tr_customer_product_id":168040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:29.000Z","modified_at":"2026-01-27T09:49:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"102925169068228","imei1":"102925169068228","imei2":"102925169068228","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168032,"job_number":"JOB_168032","tr_customer_id":168049,"tr_customer_product_id":168039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:27.000Z","modified_at":"2026-01-27T09:50:04.000Z","name":"Larue Stokes","mobile_number":"288-297-2561","email_id":"Shaylee_Homenick72@hotmail.com","dop":"2026-01-04","serial_number":"11815380446916","imei1":"11815380446916","imei2":"11815380446916","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168031,"job_number":"JOB_168031","tr_customer_id":168048,"tr_customer_product_id":168038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:27.000Z","modified_at":"2026-01-27T09:49:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13132742559880","imei1":"13132742559880","imei2":"13132742559880","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168030,"job_number":"JOB_168030","tr_customer_id":168047,"tr_customer_product_id":168037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:44.000Z","modified_at":"2026-01-27T09:48:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"58312133565411","imei1":"58312133565411","imei2":"58312133565411","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168029,"job_number":"JOB_168029","tr_customer_id":168046,"tr_customer_product_id":168036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:43.000Z","modified_at":"2026-01-27T09:49:20.000Z","name":"Alba Hayes","mobile_number":"946-524-4468","email_id":"Ally34@yahoo.com","dop":"2026-01-04","serial_number":"13051341482851","imei1":"13051341482851","imei2":"13051341482851","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168028,"job_number":"JOB_168028","tr_customer_id":168045,"tr_customer_product_id":168035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:42.000Z","modified_at":"2026-01-27T09:48:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16235870868165","imei1":"16235870868165","imei2":"16235870868165","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168027,"job_number":"JOB_168027","tr_customer_id":168044,"tr_customer_product_id":168034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:59.000Z","modified_at":"2026-01-27T09:47:59.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101295640004756","imei1":"101295640004756","imei2":"101295640004756","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168026,"job_number":"JOB_168026","tr_customer_id":168043,"tr_customer_product_id":168033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:58.000Z","modified_at":"2026-01-27T09:48:35.000Z","name":"Kenyon Dickinson","mobile_number":"620-470-9782","email_id":"Clement_Morissette23@gmail.com","dop":"2026-01-04","serial_number":"17783464001877","imei1":"17783464001877","imei2":"17783464001877","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168025,"job_number":"JOB_168025","tr_customer_id":168042,"tr_customer_product_id":168032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:57.000Z","modified_at":"2026-01-27T09:47:57.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13147707996685","imei1":"13147707996685","imei2":"13147707996685","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168023,"job_number":"JOB_168023","tr_customer_id":168040,"tr_customer_product_id":168030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:47.000Z","modified_at":"2026-01-27T09:32:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"56838812347357","imei1":"56838812347357","imei2":"56838812347357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168022,"job_number":"JOB_168022","tr_customer_id":168039,"tr_customer_product_id":168029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:46.000Z","modified_at":"2026-01-27T09:33:23.000Z","name":"Laura Prohaska","mobile_number":"581-701-0460","email_id":"Dax_Heller@gmail.com","dop":"2026-01-04","serial_number":"15736813211429","imei1":"15736813211429","imei2":"15736813211429","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:33:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168021,"job_number":"JOB_168021","tr_customer_id":168038,"tr_customer_product_id":168028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:45.000Z","modified_at":"2026-01-27T09:32:45.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15077719249563","imei1":"15077719249563","imei2":"15077719249563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168020,"job_number":"JOB_168020","tr_customer_id":168037,"tr_customer_product_id":168027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:01.000Z","modified_at":"2026-01-27T09:32:01.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106111584816717","imei1":"106111584816717","imei2":"106111584816717","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168019,"job_number":"JOB_168019","tr_customer_id":168036,"tr_customer_product_id":168026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:00.000Z","modified_at":"2026-01-27T09:32:38.000Z","name":"Pierce Halvorson","mobile_number":"371-333-3337","email_id":"Mozelle.Graham61@yahoo.com","dop":"2026-01-04","serial_number":"10964045513198","imei1":"10964045513198","imei2":"10964045513198","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:32:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168018,"job_number":"JOB_168018","tr_customer_id":168035,"tr_customer_product_id":168025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:00.000Z","modified_at":"2026-01-27T09:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13574165691530","imei1":"13574165691530","imei2":"13574165691530","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168017,"job_number":"JOB_168017","tr_customer_id":168034,"tr_customer_product_id":168024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:17.000Z","modified_at":"2026-01-27T09:31:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"48564958011580","imei1":"48564958011580","imei2":"48564958011580","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168016,"job_number":"JOB_168016","tr_customer_id":168033,"tr_customer_product_id":168023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:15.000Z","modified_at":"2026-01-27T09:31:52.000Z","name":"Tyrell Stracke","mobile_number":"973-623-8982","email_id":"Jordi_Harvey@hotmail.com","dop":"2026-01-04","serial_number":"12360610215024","imei1":"12360610215024","imei2":"12360610215024","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168015,"job_number":"JOB_168015","tr_customer_id":168032,"tr_customer_product_id":168022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:15.000Z","modified_at":"2026-01-27T09:31:15.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10511466909083","imei1":"10511466909083","imei2":"10511466909083","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168014,"job_number":"JOB_168014","tr_customer_id":168031,"tr_customer_product_id":168021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:41.000Z","modified_at":"2026-01-27T09:23:41.000Z","name":"Darwin Hirthe","mobile_number":"355-725-9085","email_id":"Jamir_Mante@hotmail.com","dop":"2025-04-06","serial_number":"19124045741107572","imei1":"19124045741107572","imei2":"19124045741107572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168013,"job_number":"JOB_168013","tr_customer_id":168030,"tr_customer_product_id":168020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:40.000Z","modified_at":"2026-01-27T09:24:20.000Z","name":"Llewellyn Anderson","mobile_number":"981-423-6620","email_id":"Ozella.Schultz@hotmail.com","dop":"2025-04-06","serial_number":"12599688938243","imei1":"12599688938243","imei2":"12599688938243","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:24:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168012,"job_number":"JOB_168012","tr_customer_id":168029,"tr_customer_product_id":168019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:40.000Z","modified_at":"2026-01-27T09:23:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11487792491978","imei1":"11487792491978","imei2":"11487792491978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168011,"job_number":"JOB_168011","tr_customer_id":168028,"tr_customer_product_id":168018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:53.000Z","modified_at":"2026-01-27T09:22:53.000Z","name":"Hettie Herman","mobile_number":"478-577-7605","email_id":"Buddy_McDermott79@gmail.com","dop":"2025-04-06","serial_number":"15580317961174560","imei1":"15580317961174560","imei2":"15580317961174560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168010,"job_number":"JOB_168010","tr_customer_id":168027,"tr_customer_product_id":168017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:52.000Z","modified_at":"2026-01-27T09:23:32.000Z","name":"Josefa Powlowski","mobile_number":"579-508-1792","email_id":"Stewart_Wolff@hotmail.com","dop":"2025-04-06","serial_number":"10836086319804","imei1":"10836086319804","imei2":"10836086319804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:23:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168009,"job_number":"JOB_168009","tr_customer_id":168026,"tr_customer_product_id":168016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:52.000Z","modified_at":"2026-01-27T09:22:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11379433404838","imei1":"11379433404838","imei2":"11379433404838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168008,"job_number":"JOB_168008","tr_customer_id":168025,"tr_customer_product_id":168015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:05.000Z","modified_at":"2026-01-27T09:22:05.000Z","name":"Barrett Krajcik","mobile_number":"525-447-1327","email_id":"Hertha.Hansen3@hotmail.com","dop":"2025-04-06","serial_number":"16518029229351820","imei1":"16518029229351820","imei2":"16518029229351820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168007,"job_number":"JOB_168007","tr_customer_id":168024,"tr_customer_product_id":168014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:04.000Z","modified_at":"2026-01-27T09:22:44.000Z","name":"Marianne Gaylord","mobile_number":"926-519-0941","email_id":"Will.Labadie@gmail.com","dop":"2025-04-06","serial_number":"16801264837988","imei1":"16801264837988","imei2":"16801264837988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:22:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168006,"job_number":"JOB_168006","tr_customer_id":168023,"tr_customer_product_id":168013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:03.000Z","modified_at":"2026-01-27T09:22:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11865609686049","imei1":"11865609686049","imei2":"11865609686049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168005,"job_number":"JOB_168005","tr_customer_id":168022,"tr_customer_product_id":168012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:12:02.000Z","modified_at":"2026-01-27T09:12:02.000Z","name":"Vivek Yadav","mobile_number":"8788138617","email_id":"ccivivek123@gmail.com","dop":"2026-01-17","serial_number":"891398385161723","imei1":"891398385161723","imei2":"891398385161723","popurl":"2026-01-17T09:12:01.481590051Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:12:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168004,"job_number":"JOB_168004","tr_customer_id":168021,"tr_customer_product_id":168011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:47:49.000Z","modified_at":"2026-01-27T09:50:36.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"11931605085264","imei1":"11931605085264","imei2":"11931605085264","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168003,"job_number":"JOB_168003","tr_customer_id":168020,"tr_customer_product_id":168010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:46.000Z","modified_at":"2026-01-27T08:42:58.000Z","name":"Charity Ernser","mobile_number":"898-282-6410","email_id":"Alta1@yahoo.com","dop":"2025-12-01","serial_number":"11906099697335","imei1":"11906099697335","imei2":"11906099697335","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168002,"job_number":"JOB_168002","tr_customer_id":168019,"tr_customer_product_id":168009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:46.000Z","modified_at":"2026-01-27T08:42:46.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"13316918075108","imei1":"13316918075108","imei2":"13316918075108","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168001,"job_number":"JOB_168001","tr_customer_id":168018,"tr_customer_product_id":168008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:30.000Z","modified_at":"2026-01-27T08:42:42.000Z","name":"Lila Bartell","mobile_number":"600-870-0568","email_id":"Watson_Wolf83@gmail.com","dop":"2025-12-01","serial_number":"12257249469649","imei1":"12257249469649","imei2":"12257249469649","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168000,"job_number":"JOB_168000","tr_customer_id":168017,"tr_customer_product_id":168007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:30.000Z","modified_at":"2026-01-27T08:42:30.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11958109097406","imei1":"11958109097406","imei2":"11958109097406","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167999,"job_number":"JOB_167999","tr_customer_id":168016,"tr_customer_product_id":168006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:14.000Z","modified_at":"2026-01-27T08:42:26.000Z","name":"Avery Bartell","mobile_number":"892-349-7859","email_id":"Laron.Donnelly41@gmail.com","dop":"2025-12-01","serial_number":"10123534099788","imei1":"10123534099788","imei2":"10123534099788","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167998,"job_number":"JOB_167998","tr_customer_id":168015,"tr_customer_product_id":168005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:14.000Z","modified_at":"2026-01-27T08:42:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14259892350420","imei1":"14259892350420","imei2":"14259892350420","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167997,"job_number":"JOB_167997","tr_customer_id":168014,"tr_customer_product_id":168004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:40:01.000Z","modified_at":"2026-01-27T08:40:01.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"14732742119680","imei1":"14732742119680","imei2":"14732742119680","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167996,"job_number":"JOB_167996","tr_customer_id":168013,"tr_customer_product_id":168003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:39:37.000Z","modified_at":"2026-01-27T08:39:37.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"13765835130561","imei1":"13765835130561","imei2":"13765835130561","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:39:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167995,"job_number":"JOB_167995","tr_customer_id":168012,"tr_customer_product_id":168002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:36:40.000Z","modified_at":"2026-01-27T08:36:40.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"19248780212751","imei1":"19248780212751","imei2":"19248780212751","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:36:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167994,"job_number":"JOB_167994","tr_customer_id":168011,"tr_customer_product_id":168001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:55.000Z","modified_at":"2026-01-27T08:30:55.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"10256589793129","imei1":"10256589793129","imei2":"10256589793129","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167993,"job_number":"JOB_167993","tr_customer_id":168010,"tr_customer_product_id":168000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:49.000Z","modified_at":"2026-01-27T08:30:49.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"16937654532065","imei1":"16937654532065","imei2":"16937654532065","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167992,"job_number":"JOB_167992","tr_customer_id":168009,"tr_customer_product_id":167999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:31.000Z","modified_at":"2026-01-27T08:30:31.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"18595240715145","imei1":"18595240715145","imei2":"18595240715145","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167991,"job_number":"JOB_167991","tr_customer_id":168008,"tr_customer_product_id":167998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:03.000Z","modified_at":"2026-01-27T08:20:03.000Z","name":"Rosalind Kreiger","mobile_number":"334-544-9200","email_id":"Hunter.Schamberger@yahoo.com","dop":"2025-04-06","serial_number":"10419097285708058","imei1":"10419097285708058","imei2":"10419097285708058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167990,"job_number":"JOB_167990","tr_customer_id":168007,"tr_customer_product_id":167997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:02.000Z","modified_at":"2026-01-27T08:20:39.000Z","name":"Mylene Paucek","mobile_number":"366-759-2532","email_id":"Aubrey_Harber@gmail.com","dop":"2025-04-06","serial_number":"13419527922307","imei1":"13419527922307","imei2":"13419527922307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167989,"job_number":"JOB_167989","tr_customer_id":168006,"tr_customer_product_id":167996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:01.000Z","modified_at":"2026-01-27T08:20:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16228039361944","imei1":"16228039361944","imei2":"16228039361944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167988,"job_number":"JOB_167988","tr_customer_id":168005,"tr_customer_product_id":167995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:18.000Z","modified_at":"2026-01-27T08:19:18.000Z","name":"Electa Casper","mobile_number":"671-854-5386","email_id":"Keeley_Kessler75@yahoo.com","dop":"2025-04-06","serial_number":"10993514331888866","imei1":"10993514331888866","imei2":"10993514331888866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167987,"job_number":"JOB_167987","tr_customer_id":168004,"tr_customer_product_id":167994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:17.000Z","modified_at":"2026-01-27T08:19:55.000Z","name":"Amber Larson","mobile_number":"948-282-8530","email_id":"Consuelo.Weissnat73@yahoo.com","dop":"2025-04-06","serial_number":"12861735933223","imei1":"12861735933223","imei2":"12861735933223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167986,"job_number":"JOB_167986","tr_customer_id":168003,"tr_customer_product_id":167993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:17.000Z","modified_at":"2026-01-27T08:19:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14876666988513","imei1":"14876666988513","imei2":"14876666988513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167985,"job_number":"JOB_167985","tr_customer_id":168002,"tr_customer_product_id":167992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:33.000Z","modified_at":"2026-01-27T08:18:33.000Z","name":"Derick Rohan","mobile_number":"943-371-0272","email_id":"Joesph58@yahoo.com","dop":"2025-04-06","serial_number":"19714674691620584","imei1":"19714674691620584","imei2":"19714674691620584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167984,"job_number":"JOB_167984","tr_customer_id":168001,"tr_customer_product_id":167991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:32.000Z","modified_at":"2026-01-27T08:19:10.000Z","name":"Carolyne Paucek","mobile_number":"545-983-9520","email_id":"Lucile_Wolf52@hotmail.com","dop":"2025-04-06","serial_number":"14271654836682","imei1":"14271654836682","imei2":"14271654836682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167983,"job_number":"JOB_167983","tr_customer_id":168000,"tr_customer_product_id":167990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:32.000Z","modified_at":"2026-01-27T08:18:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10992418351194","imei1":"10992418351194","imei2":"10992418351194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167982,"job_number":"JOB_167982","tr_customer_id":167999,"tr_customer_product_id":167989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:03:56.000Z","modified_at":"2026-01-27T08:03:56.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"78948745849733","imei1":"78948745849733","imei2":"78948745849733","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167981,"job_number":"JOB_167981","tr_customer_id":167998,"tr_customer_product_id":167988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:00:03.000Z","modified_at":"2026-01-27T08:00:14.000Z","name":"Fletcher Franecki","mobile_number":"786-836-3975","email_id":"Loy79@hotmail.com","dop":"2025-12-01","serial_number":"10738362324388","imei1":"10738362324388","imei2":"10738362324388","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167980,"job_number":"JOB_167980","tr_customer_id":167997,"tr_customer_product_id":167987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:00:03.000Z","modified_at":"2026-01-27T08:00:03.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16634399654249","imei1":"16634399654249","imei2":"16634399654249","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167979,"job_number":"JOB_167979","tr_customer_id":167996,"tr_customer_product_id":167986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:47.000Z","modified_at":"2026-01-27T07:59:58.000Z","name":"Joel Schmeler","mobile_number":"474-846-8783","email_id":"Vada.Crona7@hotmail.com","dop":"2025-12-01","serial_number":"19660589554505","imei1":"19660589554505","imei2":"19660589554505","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167978,"job_number":"JOB_167978","tr_customer_id":167995,"tr_customer_product_id":167985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:47.000Z","modified_at":"2026-01-27T07:59:47.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14742460549015","imei1":"14742460549015","imei2":"14742460549015","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167977,"job_number":"JOB_167977","tr_customer_id":167994,"tr_customer_product_id":167984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:31.000Z","modified_at":"2026-01-27T07:59:42.000Z","name":"Columbus Deckow","mobile_number":"894-371-3585","email_id":"Joel_Leuschke@gmail.com","dop":"2025-12-01","serial_number":"18261600913888","imei1":"18261600913888","imei2":"18261600913888","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167976,"job_number":"JOB_167976","tr_customer_id":167993,"tr_customer_product_id":167983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:31.000Z","modified_at":"2026-01-27T07:59:31.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17369535765768","imei1":"17369535765768","imei2":"17369535765768","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167974,"job_number":"JOB_167974","tr_customer_id":167991,"tr_customer_product_id":167981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:44.000Z","name":"Kristian Gibson","mobile_number":"551-888-9007","email_id":"Clement.Haag@hotmail.com","dop":"2025-04-06","serial_number":"19625716723951844","imei1":"19625716723951844","imei2":"19625716723951844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167973,"job_number":"JOB_167973","tr_customer_id":167990,"tr_customer_product_id":167980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:42.000Z","modified_at":"2026-01-27T07:48:20.000Z","name":"Arvel Kuhn","mobile_number":"615-319-7198","email_id":"Chaz_Robel@hotmail.com","dop":"2025-04-06","serial_number":"14431655523975","imei1":"14431655523975","imei2":"14431655523975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:48:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167970,"job_number":"JOB_167970","tr_customer_id":167987,"tr_customer_product_id":167977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:57.000Z","modified_at":"2026-01-27T07:46:57.000Z","name":"Addie Mertz","mobile_number":"296-519-9094","email_id":"Lambert.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10321152826079464","imei1":"10321152826079464","imei2":"10321152826079464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167969,"job_number":"JOB_167969","tr_customer_id":167986,"tr_customer_product_id":167976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:56.000Z","modified_at":"2026-01-27T07:47:36.000Z","name":"Maud Cummerata","mobile_number":"646-422-3272","email_id":"Tamara.Witting12@gmail.com","dop":"2025-04-06","serial_number":"13661529653762","imei1":"13661529653762","imei2":"13661529653762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167968,"job_number":"JOB_167968","tr_customer_id":167985,"tr_customer_product_id":167975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:47.000Z","name":"Mariah Hamill","mobile_number":"652-797-8772","email_id":"Noemy.Jakubowski@yahoo.com","dop":"2025-12-01","serial_number":"11895969562146","imei1":"11895969562146","imei2":"11895969562146","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167967,"job_number":"JOB_167967","tr_customer_id":167984,"tr_customer_product_id":167974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:34.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16020089347172","imei1":"16020089347172","imei2":"16020089347172","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167966,"job_number":"JOB_167966","tr_customer_id":167983,"tr_customer_product_id":167973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:29.000Z","name":"Ellen Ernser","mobile_number":"773-782-1692","email_id":"Jay32@yahoo.com","dop":"2025-12-01","serial_number":"18035647441755","imei1":"18035647441755","imei2":"18035647441755","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167965,"job_number":"JOB_167965","tr_customer_id":167982,"tr_customer_product_id":167972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19818407352524","imei1":"19818407352524","imei2":"19818407352524","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167964,"job_number":"JOB_167964","tr_customer_id":167981,"tr_customer_product_id":167971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:45:11.000Z","name":"Carol Harber","mobile_number":"791-589-1054","email_id":"Tabitha36@hotmail.com","dop":"2025-12-01","serial_number":"13015239403347","imei1":"13015239403347","imei2":"13015239403347","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167963,"job_number":"JOB_167963","tr_customer_id":167980,"tr_customer_product_id":167970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:44:58.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13067462755559","imei1":"13067462755559","imei2":"13067462755559","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167962,"job_number":"JOB_167962","tr_customer_id":167979,"tr_customer_product_id":167969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:22.000Z","name":"Dangelo Mann","mobile_number":"687-934-9912","email_id":"Bradly_Bogisich@gmail.com","dop":"2025-12-01","serial_number":"14223691814750","imei1":"14223691814750","imei2":"14223691814750","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167961,"job_number":"JOB_167961","tr_customer_id":167978,"tr_customer_product_id":167968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:10.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12826889896801","imei1":"12826889896801","imei2":"12826889896801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167960,"job_number":"JOB_167960","tr_customer_id":167977,"tr_customer_product_id":167967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:41:06.000Z","name":"Marquise Reichert","mobile_number":"587-475-6993","email_id":"Mireya_Armstrong@gmail.com","dop":"2025-12-01","serial_number":"11570715098623","imei1":"11570715098623","imei2":"11570715098623","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167959,"job_number":"JOB_167959","tr_customer_id":167976,"tr_customer_product_id":167966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:40:54.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"12836241188214","imei1":"12836241188214","imei2":"12836241188214","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167958,"job_number":"JOB_167958","tr_customer_id":167975,"tr_customer_product_id":167965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:38.000Z","modified_at":"2026-01-27T07:40:50.000Z","name":"Juanita Leffler","mobile_number":"636-521-5568","email_id":"Patience37@hotmail.com","dop":"2025-12-01","serial_number":"17253145582378","imei1":"17253145582378","imei2":"17253145582378","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167957,"job_number":"JOB_167957","tr_customer_id":167974,"tr_customer_product_id":167964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:37.000Z","modified_at":"2026-01-27T07:40:37.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17738472759011","imei1":"17738472759011","imei2":"17738472759011","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167950,"job_number":"JOB_167950","tr_customer_id":167967,"tr_customer_product_id":167957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:15.000Z","modified_at":"2026-01-27T07:05:15.000Z","name":"Kellie Lubowitz","mobile_number":"217-327-9980","email_id":"Selina_Pacocha9@yahoo.com","dop":"2025-04-06","serial_number":"14946686752066788","imei1":"14946686752066788","imei2":"14946686752066788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167949,"job_number":"JOB_167949","tr_customer_id":167966,"tr_customer_product_id":167956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:14.000Z","modified_at":"2026-01-27T07:05:53.000Z","name":"Blanca Schneider","mobile_number":"399-331-5349","email_id":"Howard.Klocko@hotmail.com","dop":"2025-04-06","serial_number":"18972673309267","imei1":"18972673309267","imei2":"18972673309267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167948,"job_number":"JOB_167948","tr_customer_id":167965,"tr_customer_product_id":167955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:31.000Z","modified_at":"2026-01-27T07:04:31.000Z","name":"Miller Hagenes","mobile_number":"363-948-0072","email_id":"Antwon.Kiehn95@hotmail.com","dop":"2025-04-06","serial_number":"14549798314648444","imei1":"14549798314648444","imei2":"14549798314648444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:04:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167947,"job_number":"JOB_167947","tr_customer_id":167964,"tr_customer_product_id":167954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:29.000Z","modified_at":"2026-01-27T07:05:07.000Z","name":"Dasia Weissnat","mobile_number":"217-928-5689","email_id":"Cordie.Mayert15@yahoo.com","dop":"2025-04-06","serial_number":"18151854735051","imei1":"18151854735051","imei2":"18151854735051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167946,"job_number":"JOB_167946","tr_customer_id":167963,"tr_customer_product_id":167953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:46.000Z","modified_at":"2026-01-27T07:03:46.000Z","name":"Esperanza Roberts","mobile_number":"363-465-4153","email_id":"Cleo_Jacobi1@gmail.com","dop":"2025-04-06","serial_number":"18899724181012810","imei1":"18899724181012810","imei2":"18899724181012810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167945,"job_number":"JOB_167945","tr_customer_id":167962,"tr_customer_product_id":167952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:45.000Z","modified_at":"2026-01-27T07:04:22.000Z","name":"Carolanne Johnston","mobile_number":"835-983-6740","email_id":"Demond45@hotmail.com","dop":"2025-04-06","serial_number":"12500515806340","imei1":"12500515806340","imei2":"12500515806340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:04:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167944,"job_number":"JOB_167944","tr_customer_id":167961,"tr_customer_product_id":167951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:28.000Z","name":"Izaiah Goodwin","mobile_number":"667-308-1378","email_id":"Elouise43@hotmail.com","dop":"2025-12-01","serial_number":"17184857919726","imei1":"17184857919726","imei2":"17184857919726","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167943,"job_number":"JOB_167943","tr_customer_id":167960,"tr_customer_product_id":167950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:15.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"14875645655732","imei1":"14875645655732","imei2":"14875645655732","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167942,"job_number":"JOB_167942","tr_customer_id":167959,"tr_customer_product_id":167949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:54:10.000Z","name":"Pietro Stracke","mobile_number":"336-677-3457","email_id":"Darrick_Wilderman4@gmail.com","dop":"2025-12-01","serial_number":"11510163451561","imei1":"11510163451561","imei2":"11510163451561","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167941,"job_number":"JOB_167941","tr_customer_id":167958,"tr_customer_product_id":167948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:53:57.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15533783976054","imei1":"15533783976054","imei2":"15533783976054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167940,"job_number":"JOB_167940","tr_customer_id":167957,"tr_customer_product_id":167947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:52.000Z","name":"Cara Rath","mobile_number":"987-859-1105","email_id":"Amir60@gmail.com","dop":"2025-12-01","serial_number":"10948899776550","imei1":"10948899776550","imei2":"10948899776550","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167939,"job_number":"JOB_167939","tr_customer_id":167956,"tr_customer_product_id":167946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14442504887526","imei1":"14442504887526","imei2":"14442504887526","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167938,"job_number":"JOB_167938","tr_customer_id":167955,"tr_customer_product_id":167945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:27.000Z","modified_at":"2026-01-27T06:51:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10931088604581","imei1":"10931088604581","imei2":"10931088604581","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167937,"job_number":"JOB_167937","tr_customer_id":167954,"tr_customer_product_id":167944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:26.000Z","modified_at":"2026-01-27T06:52:03.000Z","name":"Allene Erdman","mobile_number":"213-477-2942","email_id":"Reilly.Klocko@yahoo.com","dop":"2026-01-04","serial_number":"12959238722478","imei1":"12959238722478","imei2":"12959238722478","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167936,"job_number":"JOB_167936","tr_customer_id":167953,"tr_customer_product_id":167943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:25.000Z","modified_at":"2026-01-27T06:51:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11495474994629","imei1":"11495474994629","imei2":"11495474994629","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167935,"job_number":"JOB_167935","tr_customer_id":167952,"tr_customer_product_id":167942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:00.000Z","modified_at":"2026-01-27T06:51:00.000Z","name":"Abe Borer","mobile_number":"232-802-4714","email_id":"Alfreda56@hotmail.com","dop":"2025-04-06","serial_number":"14248653361242728","imei1":"14248653361242728","imei2":"14248653361242728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167934,"job_number":"JOB_167934","tr_customer_id":167951,"tr_customer_product_id":167941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:51:36.000Z","name":"Miracle Doyle","mobile_number":"985-838-2059","email_id":"Jett_Bosco@hotmail.com","dop":"2025-04-06","serial_number":"17756785529011","imei1":"17756785529011","imei2":"17756785529011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167933,"job_number":"JOB_167933","tr_customer_id":167950,"tr_customer_product_id":167940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:50:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16248942148525","imei1":"16248942148525","imei2":"16248942148525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167932,"job_number":"JOB_167932","tr_customer_id":167949,"tr_customer_product_id":167939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:42.000Z","modified_at":"2026-01-27T06:50:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42969104263391","imei1":"42969104263391","imei2":"42969104263391","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167931,"job_number":"JOB_167931","tr_customer_id":167948,"tr_customer_product_id":167938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:51:18.000Z","name":"Brando Johnston","mobile_number":"935-317-2882","email_id":"Edmund50@hotmail.com","dop":"2026-01-04","serial_number":"17810372015745","imei1":"17810372015745","imei2":"17810372015745","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167930,"job_number":"JOB_167930","tr_customer_id":167947,"tr_customer_product_id":167937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:50:40.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11366144519689","imei1":"11366144519689","imei2":"11366144519689","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167929,"job_number":"JOB_167929","tr_customer_id":167946,"tr_customer_product_id":167936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:13.000Z","modified_at":"2026-01-27T06:50:13.000Z","name":"Arno Kessler","mobile_number":"230-754-1794","email_id":"Stanley57@hotmail.com","dop":"2025-04-06","serial_number":"18194212640282856","imei1":"18194212640282856","imei2":"18194212640282856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167928,"job_number":"JOB_167928","tr_customer_id":167945,"tr_customer_product_id":167935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:51.000Z","name":"Bernadine Rutherford","mobile_number":"704-539-2876","email_id":"Emmett_Kohler@gmail.com","dop":"2025-04-06","serial_number":"14534602088922","imei1":"14534602088922","imei2":"14534602088922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167927,"job_number":"JOB_167927","tr_customer_id":167944,"tr_customer_product_id":167934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13203431323945","imei1":"13203431323945","imei2":"13203431323945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167926,"job_number":"JOB_167926","tr_customer_id":167943,"tr_customer_product_id":167933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:54.000Z","modified_at":"2026-01-27T06:49:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"90321257518944","imei1":"90321257518944","imei2":"90321257518944","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167925,"job_number":"JOB_167925","tr_customer_id":167942,"tr_customer_product_id":167932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:50:33.000Z","name":"Kris Bernier","mobile_number":"258-592-8541","email_id":"Kaycee96@gmail.com","dop":"2026-01-04","serial_number":"18439341230313","imei1":"18439341230313","imei2":"18439341230313","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167924,"job_number":"JOB_167924","tr_customer_id":167941,"tr_customer_product_id":167931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:49:52.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10934874410701","imei1":"10934874410701","imei2":"10934874410701","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167923,"job_number":"JOB_167923","tr_customer_id":167940,"tr_customer_product_id":167930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:30.000Z","modified_at":"2026-01-27T06:49:30.000Z","name":"Milton Bartell","mobile_number":"357-620-1896","email_id":"Kian46@hotmail.com","dop":"2025-04-06","serial_number":"17118551920422780","imei1":"17118551920422780","imei2":"17118551920422780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167922,"job_number":"JOB_167922","tr_customer_id":167939,"tr_customer_product_id":167929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:29.000Z","modified_at":"2026-01-27T06:50:09.000Z","name":"Bell Stracke","mobile_number":"915-750-4333","email_id":"Saul58@hotmail.com","dop":"2025-04-06","serial_number":"10400148993354","imei1":"10400148993354","imei2":"10400148993354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167921,"job_number":"JOB_167921","tr_customer_id":167938,"tr_customer_product_id":167928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:26.000Z","modified_at":"2026-01-27T06:49:26.000Z","name":"Garry Haag","mobile_number":"330-706-5364","email_id":"Lenna35@hotmail.com","dop":"2025-04-06","serial_number":"11179143080451844","imei1":"11179143080451844","imei2":"11179143080451844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167920,"job_number":"JOB_167920","tr_customer_id":167937,"tr_customer_product_id":167927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:50:04.000Z","name":"Ignacio Farrell","mobile_number":"320-500-1584","email_id":"Felipe52@hotmail.com","dop":"2025-04-06","serial_number":"18659899859152","imei1":"18659899859152","imei2":"18659899859152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167919,"job_number":"JOB_167919","tr_customer_id":167936,"tr_customer_product_id":167926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:49:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17402848540623","imei1":"17402848540623","imei2":"17402848540623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167918,"job_number":"JOB_167918","tr_customer_id":167935,"tr_customer_product_id":167925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:39.000Z","modified_at":"2026-01-27T06:44:39.000Z","name":"Golden Brown","mobile_number":"840-732-0041","email_id":"Hailie73@hotmail.com","dop":"2025-04-06","serial_number":"15818286366602872","imei1":"15818286366602872","imei2":"15818286366602872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167917,"job_number":"JOB_167917","tr_customer_id":167934,"tr_customer_product_id":167924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:45:18.000Z","name":"Joaquin Kulas","mobile_number":"583-240-9817","email_id":"Kirsten25@yahoo.com","dop":"2025-04-06","serial_number":"17938551459730","imei1":"17938551459730","imei2":"17938551459730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167916,"job_number":"JOB_167916","tr_customer_id":167933,"tr_customer_product_id":167923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17063374650545","imei1":"17063374650545","imei2":"17063374650545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167915,"job_number":"JOB_167915","tr_customer_id":167932,"tr_customer_product_id":167922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:18.000Z","modified_at":"2026-01-27T06:44:18.000Z","name":"Ariane Hamill","mobile_number":"398-734-1884","email_id":"Ryleigh.Tremblay42@hotmail.com","dop":"2025-04-06","serial_number":"10595233660109322","imei1":"10595233660109322","imei2":"10595233660109322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167914,"job_number":"JOB_167914","tr_customer_id":167931,"tr_customer_product_id":167921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:16.000Z","modified_at":"2026-01-27T06:44:58.000Z","name":"Grady Schaden","mobile_number":"682-416-2165","email_id":"Megane_Barrows5@gmail.com","dop":"2025-04-06","serial_number":"13986612123238","imei1":"13986612123238","imei2":"13986612123238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167913,"job_number":"JOB_167913","tr_customer_id":167930,"tr_customer_product_id":167920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:51.000Z","modified_at":"2026-01-27T06:43:51.000Z","name":"Serenity Boyer","mobile_number":"339-974-1255","email_id":"Carleton.Marvin98@gmail.com","dop":"2025-04-06","serial_number":"15255955352476028","imei1":"15255955352476028","imei2":"15255955352476028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167912,"job_number":"JOB_167912","tr_customer_id":167929,"tr_customer_product_id":167919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:50.000Z","modified_at":"2026-01-27T06:44:30.000Z","name":"Sam Baumbach","mobile_number":"278-216-6264","email_id":"Abdul.Schoen24@gmail.com","dop":"2025-04-06","serial_number":"19651107341783","imei1":"19651107341783","imei2":"19651107341783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167911,"job_number":"JOB_167911","tr_customer_id":167928,"tr_customer_product_id":167918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:49.000Z","modified_at":"2026-01-27T06:43:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13742475805245","imei1":"13742475805245","imei2":"13742475805245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167910,"job_number":"JOB_167910","tr_customer_id":167927,"tr_customer_product_id":167917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:46.000Z","modified_at":"2026-01-27T06:43:46.000Z","name":"Percy Crist","mobile_number":"935-950-9106","email_id":"Krystel.Ankunding67@yahoo.com","dop":"2025-04-06","serial_number":"18545814363637170","imei1":"18545814363637170","imei2":"18545814363637170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167909,"job_number":"JOB_167909","tr_customer_id":167926,"tr_customer_product_id":167916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:45.000Z","modified_at":"2026-01-27T06:44:28.000Z","name":"Kaitlin Zboncak","mobile_number":"891-592-1390","email_id":"Furman_Ziemann@gmail.com","dop":"2025-04-06","serial_number":"19030635434719","imei1":"19030635434719","imei2":"19030635434719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167908,"job_number":"JOB_167908","tr_customer_id":167925,"tr_customer_product_id":167915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:44.000Z","modified_at":"2026-01-27T06:43:44.000Z","name":"Victor Schroeder","mobile_number":"473-540-3534","email_id":"Dexter_Marks@gmail.com","dop":"2025-04-06","serial_number":"16447744665311734","imei1":"16447744665311734","imei2":"16447744665311734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167907,"job_number":"JOB_167907","tr_customer_id":167924,"tr_customer_product_id":167914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:44:24.000Z","name":"Harley Runte","mobile_number":"656-420-5648","email_id":"Martina.Walker@yahoo.com","dop":"2025-04-06","serial_number":"14023871545970","imei1":"14023871545970","imei2":"14023871545970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167906,"job_number":"JOB_167906","tr_customer_id":167923,"tr_customer_product_id":167913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:43:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15646928553703","imei1":"15646928553703","imei2":"15646928553703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167905,"job_number":"JOB_167905","tr_customer_id":167922,"tr_customer_product_id":167912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:03.000Z","modified_at":"2026-01-27T06:43:03.000Z","name":"Roy Aufderhar","mobile_number":"826-647-3721","email_id":"Sheila.Murphy83@yahoo.com","dop":"2025-04-06","serial_number":"10699411250399026","imei1":"10699411250399026","imei2":"10699411250399026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167904,"job_number":"JOB_167904","tr_customer_id":167921,"tr_customer_product_id":167911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:02.000Z","modified_at":"2026-01-27T06:43:42.000Z","name":"Cortez Kshlerin","mobile_number":"404-335-4217","email_id":"Caroline.Hyatt@gmail.com","dop":"2025-04-06","serial_number":"15859812046555","imei1":"15859812046555","imei2":"15859812046555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167903,"job_number":"JOB_167903","tr_customer_id":167920,"tr_customer_product_id":167910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:01.000Z","modified_at":"2026-01-27T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14958910419154","imei1":"14958910419154","imei2":"14958910419154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167902,"job_number":"JOB_167902","tr_customer_id":167919,"tr_customer_product_id":167909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:56.000Z","modified_at":"2026-01-27T06:42:56.000Z","name":"Ned Dach","mobile_number":"535-612-0082","email_id":"Adolfo_Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15430774571147254","imei1":"15430774571147254","imei2":"15430774571147254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167901,"job_number":"JOB_167901","tr_customer_id":167918,"tr_customer_product_id":167908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:43:35.000Z","name":"Jeanie Bailey","mobile_number":"254-447-6959","email_id":"Otha93@hotmail.com","dop":"2025-04-06","serial_number":"13830389477544","imei1":"13830389477544","imei2":"13830389477544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167900,"job_number":"JOB_167900","tr_customer_id":167917,"tr_customer_product_id":167907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:42:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17079659156633","imei1":"17079659156633","imei2":"17079659156633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167899,"job_number":"JOB_167899","tr_customer_id":167916,"tr_customer_product_id":167906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:06.000Z","modified_at":"2026-01-27T06:42:06.000Z","name":"Lisa Zulauf","mobile_number":"250-618-8688","email_id":"Chelsea9@yahoo.com","dop":"2025-04-06","serial_number":"17611184738963124","imei1":"17611184738963124","imei2":"17611184738963124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167898,"job_number":"JOB_167898","tr_customer_id":167915,"tr_customer_product_id":167905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:46.000Z","name":"Berta Gleason","mobile_number":"670-959-8671","email_id":"Nelle.Douglas@hotmail.com","dop":"2025-04-06","serial_number":"17500260885098","imei1":"17500260885098","imei2":"17500260885098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167897,"job_number":"JOB_167897","tr_customer_id":167914,"tr_customer_product_id":167904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18231155699279","imei1":"18231155699279","imei2":"18231155699279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167896,"job_number":"JOB_167896","tr_customer_id":167913,"tr_customer_product_id":167903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:33.000Z","modified_at":"2026-01-27T06:38:33.000Z","name":"Marty Corkery","mobile_number":"727-204-3064","email_id":"Domenico.Huels@yahoo.com","dop":"2025-04-06","serial_number":"10948488540603988","imei1":"10948488540603988","imei2":"10948488540603988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167895,"job_number":"JOB_167895","tr_customer_id":167912,"tr_customer_product_id":167902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:32.000Z","modified_at":"2026-01-27T06:39:09.000Z","name":"Mylene Ziemann","mobile_number":"268-456-3179","email_id":"Monserrate.Padberg96@hotmail.com","dop":"2025-04-06","serial_number":"13422109656931","imei1":"13422109656931","imei2":"13422109656931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167894,"job_number":"JOB_167894","tr_customer_id":167911,"tr_customer_product_id":167901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:31.000Z","modified_at":"2026-01-27T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14777744687360","imei1":"14777744687360","imei2":"14777744687360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167892,"job_number":"JOB_167892","tr_customer_id":167909,"tr_customer_product_id":167899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:00.000Z","modified_at":"2026-01-27T06:38:36.000Z","name":"Adrain Flatley","mobile_number":"625-204-1955","email_id":"Iliana_Green@gmail.com","dop":"2000-01-31","serial_number":"10327360941022","imei1":"10327360941022","imei2":"10327360941022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167890,"job_number":"JOB_167890","tr_customer_id":167907,"tr_customer_product_id":167897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:49.000Z","modified_at":"2026-01-27T06:37:49.000Z","name":"Davion Gaylord","mobile_number":"478-883-2288","email_id":"Alejandrin_OKeefe47@gmail.com","dop":"2025-04-06","serial_number":"11487920209396314","imei1":"11487920209396314","imei2":"11487920209396314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167889,"job_number":"JOB_167889","tr_customer_id":167906,"tr_customer_product_id":167896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:38:24.000Z","name":"Christa Kutch","mobile_number":"447-746-4829","email_id":"Krista_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"16625501213741","imei1":"16625501213741","imei2":"16625501213741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167888,"job_number":"JOB_167888","tr_customer_id":167905,"tr_customer_product_id":167895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:37:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10244847596438","imei1":"10244847596438","imei2":"10244847596438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167886,"job_number":"JOB_167886","tr_customer_id":167903,"tr_customer_product_id":167893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:16.000Z","modified_at":"2026-01-27T06:37:53.000Z","name":"Vivianne Kuvalis","mobile_number":"928-407-3268","email_id":"Nola37@hotmail.com","dop":"2000-01-31","serial_number":"10539760183863","imei1":"10539760183863","imei2":"10539760183863","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167884,"job_number":"JOB_167884","tr_customer_id":167901,"tr_customer_product_id":167891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Wyatt Friesen","mobile_number":"592-951-6370","email_id":"Willard57@yahoo.com","dop":"2025-04-06","serial_number":"18984968440466710","imei1":"18984968440466710","imei2":"18984968440466710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167883,"job_number":"JOB_167883","tr_customer_id":167900,"tr_customer_product_id":167890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Avis Fadel","mobile_number":"908-634-0138","email_id":"Norene.Raynor@gmail.com","dop":"2025-04-06","serial_number":"18320246082397332","imei1":"18320246082397332","imei2":"18320246082397332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167882,"job_number":"JOB_167882","tr_customer_id":167899,"tr_customer_product_id":167889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:42.000Z","name":"Jaylen Kerluke","mobile_number":"546-909-9233","email_id":"Domingo45@gmail.com","dop":"2025-04-06","serial_number":"16862134829963","imei1":"16862134829963","imei2":"16862134829963","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167881,"job_number":"JOB_167881","tr_customer_id":167898,"tr_customer_product_id":167888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:40.000Z","name":"Celestine Kilback","mobile_number":"975-592-9244","email_id":"Maximillian46@gmail.com","dop":"2025-04-06","serial_number":"17951541323118","imei1":"17951541323118","imei2":"17951541323118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167880,"job_number":"JOB_167880","tr_customer_id":167897,"tr_customer_product_id":167887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15941554825756","imei1":"15941554825756","imei2":"15941554825756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167879,"job_number":"JOB_167879","tr_customer_id":167896,"tr_customer_product_id":167886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797132248973","imei1":"12797132248973","imei2":"12797132248973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167878,"job_number":"JOB_167878","tr_customer_id":167895,"tr_customer_product_id":167885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:37:22.000Z","name":"Ezequiel Hauck","mobile_number":"402-515-8716","email_id":"Ethel52@hotmail.com","dop":"2025-10-21","serial_number":"12597963508580","imei1":"12597963508580","imei2":"12597963508580","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167877,"job_number":"JOB_167877","tr_customer_id":167894,"tr_customer_product_id":167884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:36:42.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16171174787922","imei1":"16171174787922","imei2":"16171174787922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167875,"job_number":"JOB_167875","tr_customer_id":167892,"tr_customer_product_id":167882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:32.000Z","modified_at":"2026-01-27T06:37:09.000Z","name":"Jakayla Stehr","mobile_number":"889-226-7042","email_id":"Oswald_Blanda50@hotmail.com","dop":"2000-01-31","serial_number":"10809822361810","imei1":"10809822361810","imei2":"10809822361810","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167873,"job_number":"JOB_167873","tr_customer_id":167890,"tr_customer_product_id":167880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:17.000Z","modified_at":"2026-01-27T06:36:17.000Z","name":"Maye Rodriguez","mobile_number":"655-525-8401","email_id":"Edward.Walsh28@gmail.com","dop":"2025-04-06","serial_number":"18172135488968240","imei1":"18172135488968240","imei2":"18172135488968240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167872,"job_number":"JOB_167872","tr_customer_id":167889,"tr_customer_product_id":167879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:16.000Z","modified_at":"2026-01-27T06:36:55.000Z","name":"Cruz Hoeger","mobile_number":"934-485-6036","email_id":"Zelda13@yahoo.com","dop":"2025-04-06","serial_number":"14583018003932","imei1":"14583018003932","imei2":"14583018003932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167871,"job_number":"JOB_167871","tr_customer_id":167888,"tr_customer_product_id":167878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:15.000Z","modified_at":"2026-01-27T06:36:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18948317579051","imei1":"18948317579051","imei2":"18948317579051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167870,"job_number":"JOB_167870","tr_customer_id":167887,"tr_customer_product_id":167877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:55.000Z","modified_at":"2026-01-27T06:36:34.000Z","name":"Fletcher Langosh","mobile_number":"961-716-6775","email_id":"Danyka74@hotmail.com","dop":"2025-10-21","serial_number":"12097514595498","imei1":"12097514595498","imei2":"12097514595498","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167869,"job_number":"JOB_167869","tr_customer_id":167886,"tr_customer_product_id":167876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:54.000Z","modified_at":"2026-01-27T06:35:54.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17324433358007","imei1":"17324433358007","imei2":"17324433358007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167867,"job_number":"JOB_167867","tr_customer_id":167884,"tr_customer_product_id":167874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:36:24.000Z","name":"Keenan Strosin","mobile_number":"493-722-5111","email_id":"Athena3@yahoo.com","dop":"2000-01-31","serial_number":"10961625417361","imei1":"10961625417361","imei2":"10961625417361","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167865,"job_number":"JOB_167865","tr_customer_id":167882,"tr_customer_product_id":167872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:30.000Z","modified_at":"2026-01-27T06:35:30.000Z","name":"Omer Maggio","mobile_number":"655-959-8696","email_id":"Hershel99@gmail.com","dop":"2025-04-06","serial_number":"11488347981559736","imei1":"11488347981559736","imei2":"11488347981559736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167864,"job_number":"JOB_167864","tr_customer_id":167881,"tr_customer_product_id":167871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:29.000Z","modified_at":"2026-01-27T06:36:08.000Z","name":"Natasha Towne","mobile_number":"539-944-7993","email_id":"Elinore77@hotmail.com","dop":"2025-04-06","serial_number":"15990339465447","imei1":"15990339465447","imei2":"15990339465447","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167863,"job_number":"JOB_167863","tr_customer_id":167880,"tr_customer_product_id":167870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:28.000Z","modified_at":"2026-01-27T06:35:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12322716487394","imei1":"12322716487394","imei2":"12322716487394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167862,"job_number":"JOB_167862","tr_customer_id":167879,"tr_customer_product_id":167869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:07.000Z","modified_at":"2026-01-27T06:35:46.000Z","name":"Erling Schowalter","mobile_number":"297-720-6965","email_id":"Emerald.Hayes@yahoo.com","dop":"2025-10-21","serial_number":"17024058576990","imei1":"17024058576990","imei2":"17024058576990","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167861,"job_number":"JOB_167861","tr_customer_id":167878,"tr_customer_product_id":167868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:06.000Z","modified_at":"2026-01-27T06:35:06.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17343592327259","imei1":"17343592327259","imei2":"17343592327259","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167860,"job_number":"JOB_167860","tr_customer_id":167877,"tr_customer_product_id":167867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:28.000Z","modified_at":"2026-01-27T06:34:28.000Z","name":"Felton Jones","mobile_number":"461-830-5368","email_id":"Donald_Muller@gmail.com","dop":"2025-04-06","serial_number":"15954666796721888","imei1":"15954666796721888","imei2":"15954666796721888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167859,"job_number":"JOB_167859","tr_customer_id":167876,"tr_customer_product_id":167866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:26.000Z","modified_at":"2026-01-27T06:35:09.000Z","name":"Darius Hane","mobile_number":"861-784-3255","email_id":"Isac8@hotmail.com","dop":"2025-04-06","serial_number":"10330263504588","imei1":"10330263504588","imei2":"10330263504588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167858,"job_number":"JOB_167858","tr_customer_id":167875,"tr_customer_product_id":167865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:18.000Z","modified_at":"2026-01-27T06:32:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12423253098832","imei2":"12423253098832","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167857,"job_number":"JOB_167857","tr_customer_id":167874,"tr_customer_product_id":167864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:17.000Z","modified_at":"2026-01-27T06:32:17.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12347251322045","imei2":"12347251322045","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167856,"job_number":"JOB_167856","tr_customer_id":167873,"tr_customer_product_id":167863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10053012872262","imei2":"10053012872262","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167855,"job_number":"JOB_167855","tr_customer_id":167872,"tr_customer_product_id":167862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14206461523702","imei2":"14206461523702","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167854,"job_number":"JOB_167854","tr_customer_id":167871,"tr_customer_product_id":167861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:52.000Z","modified_at":"2026-01-27T06:31:52.000Z","name":"Sadye Sipes","mobile_number":"779-875-8270","email_id":"Ebony.Hirthe@gmail.com","dop":"2025-04-06","serial_number":"10349692400180752","imei1":"10349692400180752","imei2":"10349692400180752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167853,"job_number":"JOB_167853","tr_customer_id":167870,"tr_customer_product_id":167860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:32:30.000Z","name":"Allie Stiedemann","mobile_number":"434-823-0869","email_id":"Hershel.Johnson34@hotmail.com","dop":"2025-04-06","serial_number":"12101566250387","imei1":"12101566250387","imei2":"12101566250387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167852,"job_number":"JOB_167852","tr_customer_id":167869,"tr_customer_product_id":167859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:31:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11373056543091","imei1":"11373056543091","imei2":"11373056543091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167851,"job_number":"JOB_167851","tr_customer_id":167868,"tr_customer_product_id":167858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:32:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14240408583347","imei2":"14240408583347","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167850,"job_number":"JOB_167850","tr_customer_id":167867,"tr_customer_product_id":167857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:31:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10477906422672","imei2":"10477906422672","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167849,"job_number":"JOB_167849","tr_customer_id":167866,"tr_customer_product_id":167856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:05.000Z","modified_at":"2026-01-27T06:31:05.000Z","name":"Giovani McKenzie","mobile_number":"898-307-0001","email_id":"Brady_Leannon@hotmail.com","dop":"2025-04-06","serial_number":"19451465414718350","imei1":"19451465414718350","imei2":"19451465414718350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167848,"job_number":"JOB_167848","tr_customer_id":167865,"tr_customer_product_id":167855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:43.000Z","name":"Dorcas Schinner","mobile_number":"993-457-8106","email_id":"Helena_Herzog2@hotmail.com","dop":"2025-04-06","serial_number":"16557584408408","imei1":"16557584408408","imei2":"16557584408408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167847,"job_number":"JOB_167847","tr_customer_id":167864,"tr_customer_product_id":167854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15985961373989","imei1":"15985961373989","imei2":"15985961373989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167845,"job_number":"JOB_167845","tr_customer_id":167862,"tr_customer_product_id":167852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:17.000Z","name":"Modesto Sauer","mobile_number":"424-849-3916","email_id":"Delilah_Treutel27@hotmail.com","dop":"2025-04-06","serial_number":"11996959230079538","imei1":"11996959230079538","imei2":"11996959230079538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167844,"job_number":"JOB_167844","tr_customer_id":167861,"tr_customer_product_id":167851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:56.000Z","name":"Rey Reichert","mobile_number":"904-355-8506","email_id":"Maxime.Brekke12@gmail.com","dop":"2025-04-06","serial_number":"13183922370106","imei1":"13183922370106","imei2":"13183922370106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167843,"job_number":"JOB_167843","tr_customer_id":167860,"tr_customer_product_id":167850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17339423269073","imei1":"17339423269073","imei2":"17339423269073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167840,"job_number":"JOB_167840","tr_customer_id":167857,"tr_customer_product_id":167847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:06.000Z","modified_at":"2026-01-27T06:29:06.000Z","name":"Anastacio Ebert","mobile_number":"971-557-1170","email_id":"Reba3@hotmail.com","dop":"2025-04-06","serial_number":"14007303508030568","imei1":"14007303508030568","imei2":"14007303508030568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167839,"job_number":"JOB_167839","tr_customer_id":167856,"tr_customer_product_id":167846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:40.000Z","name":"Stanford Kuhlman","mobile_number":"548-543-0439","email_id":"Afton_Mayert73@gmail.com","dop":"2025-04-06","serial_number":"19371343198470","imei1":"19371343198470","imei2":"19371343198470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167838,"job_number":"JOB_167838","tr_customer_id":167855,"tr_customer_product_id":167845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19420379464284","imei1":"19420379464284","imei2":"19420379464284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167837,"job_number":"JOB_167837","tr_customer_id":167854,"tr_customer_product_id":167844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:23.000Z","modified_at":"2026-01-27T06:28:23.000Z","name":"Bobby Bogan","mobile_number":"519-540-8511","email_id":"Moriah.Torp35@gmail.com","dop":"2025-04-06","serial_number":"10461022854004748","imei1":"10461022854004748","imei2":"10461022854004748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167836,"job_number":"JOB_167836","tr_customer_id":167853,"tr_customer_product_id":167843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:57.000Z","name":"Maiya Hartmann","mobile_number":"805-965-1463","email_id":"Soledad52@hotmail.com","dop":"2025-04-06","serial_number":"19886852653800","imei1":"19886852653800","imei2":"19886852653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167835,"job_number":"JOB_167835","tr_customer_id":167852,"tr_customer_product_id":167842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19904485216653","imei1":"19904485216653","imei2":"19904485216653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167834,"job_number":"JOB_167834","tr_customer_id":167851,"tr_customer_product_id":167841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:39.000Z","modified_at":"2026-01-27T06:27:39.000Z","name":"Hettie Brakus","mobile_number":"920-884-7742","email_id":"Lillian.Steuber98@gmail.com","dop":"2025-04-06","serial_number":"17652142820175848","imei1":"17652142820175848","imei2":"17652142820175848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167833,"job_number":"JOB_167833","tr_customer_id":167850,"tr_customer_product_id":167840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:28:14.000Z","name":"Dayne Beatty","mobile_number":"976-674-2026","email_id":"Herminio_Kovacek@gmail.com","dop":"2025-04-06","serial_number":"13833034191551","imei1":"13833034191551","imei2":"13833034191551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167832,"job_number":"JOB_167832","tr_customer_id":167849,"tr_customer_product_id":167839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:27:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11615152671057","imei1":"11615152671057","imei2":"11615152671057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167831,"job_number":"JOB_167831","tr_customer_id":167848,"tr_customer_product_id":167838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:19.000Z","modified_at":"2026-01-27T06:26:19.000Z","name":"Lazaro Hoppe","mobile_number":"805-669-5412","email_id":"Leland_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"18267334371696710","imei1":"18267334371696710","imei2":"18267334371696710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167830,"job_number":"JOB_167830","tr_customer_id":167847,"tr_customer_product_id":167837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:27:00.000Z","name":"Cecelia Bauch","mobile_number":"671-610-2410","email_id":"Emilie_Ullrich20@gmail.com","dop":"2025-04-06","serial_number":"11963927712940","imei1":"11963927712940","imei2":"11963927712940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167829,"job_number":"JOB_167829","tr_customer_id":167846,"tr_customer_product_id":167836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:26:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15802935641808","imei1":"15802935641808","imei2":"15802935641808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167828,"job_number":"JOB_167828","tr_customer_id":167845,"tr_customer_product_id":167835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:28.000Z","modified_at":"2026-01-27T06:25:28.000Z","name":"Ramon Hilll","mobile_number":"811-699-6550","email_id":"Brook56@gmail.com","dop":"2025-04-06","serial_number":"19695958491683900","imei1":"19695958491683900","imei2":"19695958491683900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167827,"job_number":"JOB_167827","tr_customer_id":167844,"tr_customer_product_id":167834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:27.000Z","modified_at":"2026-01-27T06:26:09.000Z","name":"Bo Tromp","mobile_number":"574-636-5595","email_id":"Darwin.Runolfsson@hotmail.com","dop":"2025-04-06","serial_number":"14330271912505","imei1":"14330271912505","imei2":"14330271912505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167826,"job_number":"JOB_167826","tr_customer_id":167843,"tr_customer_product_id":167833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:26.000Z","modified_at":"2026-01-27T06:25:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12338518242380","imei1":"12338518242380","imei2":"12338518242380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167825,"job_number":"JOB_167825","tr_customer_id":167842,"tr_customer_product_id":167832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:37.000Z","modified_at":"2026-01-27T06:24:37.000Z","name":"Kaleb Beahan","mobile_number":"242-722-0254","email_id":"Sunny81@hotmail.com","dop":"2025-04-06","serial_number":"18555023955379372","imei1":"18555023955379372","imei2":"18555023955379372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167824,"job_number":"JOB_167824","tr_customer_id":167841,"tr_customer_product_id":167831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:25:18.000Z","name":"Fidel Stoltenberg","mobile_number":"888-752-5165","email_id":"Lauriane87@hotmail.com","dop":"2025-04-06","serial_number":"11748226776697","imei1":"11748226776697","imei2":"11748226776697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167823,"job_number":"JOB_167823","tr_customer_id":167840,"tr_customer_product_id":167830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:24:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11740984830074","imei1":"11740984830074","imei2":"11740984830074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167822,"job_number":"JOB_167822","tr_customer_id":167839,"tr_customer_product_id":167829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:49.000Z","modified_at":"2026-01-27T06:23:49.000Z","name":"Stefanie Lemke","mobile_number":"292-504-2515","email_id":"Kali24@gmail.com","dop":"2025-06-18","serial_number":"1067109977151928","imei1":"1067109977151928","imei2":"1067109977151928","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167821,"job_number":"JOB_167821","tr_customer_id":167838,"tr_customer_product_id":167828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:24:24.000Z","name":"Antonina Maggio","mobile_number":"602-978-3602","email_id":"Bo.Bechtelar0@yahoo.com","dop":"2025-06-18","serial_number":"10055833646600","imei1":"10055833646600","imei2":"10055833646600","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167820,"job_number":"JOB_167820","tr_customer_id":167837,"tr_customer_product_id":167827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:23:48.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10101267317766","imei1":"10101267317766","imei2":"10101267317766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167819,"job_number":"JOB_167819","tr_customer_id":167836,"tr_customer_product_id":167826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:06.000Z","modified_at":"2026-01-27T06:23:06.000Z","name":"Aniya Mueller","mobile_number":"546-393-9663","email_id":"Chanelle2@hotmail.com","dop":"2025-06-18","serial_number":"1072434199213766","imei1":"1072434199213766","imei2":"1072434199213766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167818,"job_number":"JOB_167818","tr_customer_id":167835,"tr_customer_product_id":167825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:41.000Z","name":"Donny Hayes","mobile_number":"206-293-1033","email_id":"Kenyon.Walsh@yahoo.com","dop":"2025-06-18","serial_number":"10185353647351","imei1":"10185353647351","imei2":"10185353647351","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167817,"job_number":"JOB_167817","tr_customer_id":167834,"tr_customer_product_id":167824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"Dedrick Sawayn","mobile_number":"606-435-9603","email_id":"Cedrick18@gmail.com","dop":"2025-04-06","serial_number":"14284034712076870","imei1":"14284034712076870","imei2":"14284034712076870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167816,"job_number":"JOB_167816","tr_customer_id":167833,"tr_customer_product_id":167823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10590065726560","imei1":"10590065726560","imei2":"10590065726560","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167815,"job_number":"JOB_167815","tr_customer_id":167832,"tr_customer_product_id":167822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:04.000Z","modified_at":"2026-01-27T06:23:42.000Z","name":"Ellis Walter","mobile_number":"583-518-4689","email_id":"Vena_Streich@hotmail.com","dop":"2025-04-06","serial_number":"18312915331901","imei1":"18312915331901","imei2":"18312915331901","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167810,"job_number":"JOB_167810","tr_customer_id":167827,"tr_customer_product_id":167817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:32.000Z","modified_at":"2026-01-27T06:20:32.000Z","name":"Hipolito Hermiston","mobile_number":"643-640-8790","email_id":"Minnie50@yahoo.com","dop":"2025-04-06","serial_number":"16738148478419176","imei1":"16738148478419176","imei2":"16738148478419176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167809,"job_number":"JOB_167809","tr_customer_id":167826,"tr_customer_product_id":167816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:31.000Z","modified_at":"2026-01-27T06:21:07.000Z","name":"Pansy Fritsch","mobile_number":"318-635-6350","email_id":"Lenore22@gmail.com","dop":"2025-04-06","serial_number":"12752952311240","imei1":"12752952311240","imei2":"12752952311240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167808,"job_number":"JOB_167808","tr_customer_id":167825,"tr_customer_product_id":167815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:30.000Z","modified_at":"2026-01-27T06:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16491092711122","imei1":"16491092711122","imei2":"16491092711122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167801,"job_number":"JOB_167801","tr_customer_id":167818,"tr_customer_product_id":167808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:48.000Z","modified_at":"2026-01-27T06:19:48.000Z","name":"Clarissa Gerlach","mobile_number":"329-576-0565","email_id":"Amani46@hotmail.com","dop":"2025-04-06","serial_number":"19841535420662280","imei1":"19841535420662280","imei2":"19841535420662280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167800,"job_number":"JOB_167800","tr_customer_id":167817,"tr_customer_product_id":167807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:20:23.000Z","name":"Jennyfer Weber","mobile_number":"506-331-5511","email_id":"Bradly_Wisozk54@yahoo.com","dop":"2025-04-06","serial_number":"16469269473320","imei1":"16469269473320","imei2":"16469269473320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167799,"job_number":"JOB_167799","tr_customer_id":167816,"tr_customer_product_id":167806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18187635174485","imei1":"18187635174485","imei2":"18187635174485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167798,"job_number":"JOB_167798","tr_customer_id":167815,"tr_customer_product_id":167805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:04.000Z","modified_at":"2026-01-27T06:19:04.000Z","name":"Brown Bednar","mobile_number":"861-977-4122","email_id":"Karlie_Green48@gmail.com","dop":"2025-04-06","serial_number":"18532545821601696","imei1":"18532545821601696","imei2":"18532545821601696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167797,"job_number":"JOB_167797","tr_customer_id":167814,"tr_customer_product_id":167804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:39.000Z","name":"Eloy Ledner","mobile_number":"477-272-0753","email_id":"Dessie.Metz@gmail.com","dop":"2025-04-06","serial_number":"15793220981851","imei1":"15793220981851","imei2":"15793220981851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167796,"job_number":"JOB_167796","tr_customer_id":167813,"tr_customer_product_id":167803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11730143042933","imei1":"11730143042933","imei2":"11730143042933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167792,"job_number":"JOB_167792","tr_customer_id":167809,"tr_customer_product_id":167799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:40.000Z","modified_at":"2026-01-27T05:19:40.000Z","name":"Vella Smitham","mobile_number":"409-455-6807","email_id":"Theresa.Collins@gmail.com","dop":"2025-04-06","serial_number":"11657422336501164","imei1":"11657422336501164","imei2":"11657422336501164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167791,"job_number":"JOB_167791","tr_customer_id":167808,"tr_customer_product_id":167798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:39.000Z","modified_at":"2026-01-27T05:20:16.000Z","name":"Alisha Jast","mobile_number":"302-636-5500","email_id":"Christ.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10308584976477","imei1":"10308584976477","imei2":"10308584976477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:20:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167790,"job_number":"JOB_167790","tr_customer_id":167807,"tr_customer_product_id":167797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:38.000Z","modified_at":"2026-01-27T05:19:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12162921804378","imei1":"12162921804378","imei2":"12162921804378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167789,"job_number":"JOB_167789","tr_customer_id":167806,"tr_customer_product_id":167796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:55.000Z","modified_at":"2026-01-27T05:18:55.000Z","name":"Samantha Heidenreich","mobile_number":"264-977-5406","email_id":"Alanna.Keebler55@hotmail.com","dop":"2025-04-06","serial_number":"17862732445518564","imei1":"17862732445518564","imei2":"17862732445518564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167788,"job_number":"JOB_167788","tr_customer_id":167805,"tr_customer_product_id":167795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:54.000Z","modified_at":"2026-01-27T05:19:31.000Z","name":"Talia Nicolas","mobile_number":"760-854-8658","email_id":"Melyna_Trantow7@gmail.com","dop":"2025-04-06","serial_number":"15591401403235","imei1":"15591401403235","imei2":"15591401403235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:19:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167787,"job_number":"JOB_167787","tr_customer_id":167804,"tr_customer_product_id":167794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:53.000Z","modified_at":"2026-01-27T05:18:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17393390155661","imei1":"17393390155661","imei2":"17393390155661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167786,"job_number":"JOB_167786","tr_customer_id":167803,"tr_customer_product_id":167793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:10.000Z","modified_at":"2026-01-27T05:18:10.000Z","name":"Concepcion Kling","mobile_number":"485-572-1549","email_id":"Gwendolyn_Prohaska74@hotmail.com","dop":"2025-04-06","serial_number":"15864204710609916","imei1":"15864204710609916","imei2":"15864204710609916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167785,"job_number":"JOB_167785","tr_customer_id":167802,"tr_customer_product_id":167792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:09.000Z","modified_at":"2026-01-27T05:18:46.000Z","name":"Bert Cremin","mobile_number":"880-469-4883","email_id":"Mertie36@gmail.com","dop":"2025-04-06","serial_number":"10424599133818","imei1":"10424599133818","imei2":"10424599133818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167784,"job_number":"JOB_167784","tr_customer_id":167801,"tr_customer_product_id":167791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:08.000Z","modified_at":"2026-01-27T05:18:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18105688226137","imei1":"18105688226137","imei2":"18105688226137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167783,"job_number":"JOB_167783","tr_customer_id":167800,"tr_customer_product_id":167790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:12.000Z","modified_at":"2026-01-27T05:01:12.000Z","name":"Lucinda Smith","mobile_number":"711-707-2038","email_id":"Raven_Tromp68@hotmail.com","dop":"2025-04-06","serial_number":"18435660998000900","imei1":"18435660998000900","imei2":"18435660998000900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167782,"job_number":"JOB_167782","tr_customer_id":167799,"tr_customer_product_id":167789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:11.000Z","modified_at":"2026-01-27T05:01:48.000Z","name":"Cyrus Prosacco","mobile_number":"968-467-5339","email_id":"Aiyana.Bashirian@yahoo.com","dop":"2025-04-06","serial_number":"15957104757718","imei1":"15957104757718","imei2":"15957104757718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167781,"job_number":"JOB_167781","tr_customer_id":167798,"tr_customer_product_id":167788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:54.000Z","modified_at":"2026-01-27T05:00:54.000Z","name":"Celia Hamill","mobile_number":"980-656-1254","email_id":"Jayme80@yahoo.com","dop":"2025-04-06","serial_number":"17093614278677168","imei1":"17093614278677168","imei2":"17093614278677168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167780,"job_number":"JOB_167780","tr_customer_id":167797,"tr_customer_product_id":167787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:53.000Z","modified_at":"2026-01-27T05:01:30.000Z","name":"Penelope Haley","mobile_number":"314-974-3233","email_id":"Domingo14@yahoo.com","dop":"2025-04-06","serial_number":"18569555503460","imei1":"18569555503460","imei2":"18569555503460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167779,"job_number":"JOB_167779","tr_customer_id":167796,"tr_customer_product_id":167786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:11.000Z","modified_at":"2026-01-27T04:59:11.000Z","name":"Gene Effertz","mobile_number":"977-611-6671","email_id":"Javier.Rutherford@gmail.com","dop":"2025-04-06","serial_number":"19594496775397960","imei1":"19594496775397960","imei2":"19594496775397960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167778,"job_number":"JOB_167778","tr_customer_id":167795,"tr_customer_product_id":167785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:09.000Z","modified_at":"2026-01-27T04:59:48.000Z","name":"Tina Fahey","mobile_number":"555-225-7781","email_id":"Dolly93@gmail.com","dop":"2025-04-06","serial_number":"18314748738357","imei1":"18314748738357","imei2":"18314748738357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167777,"job_number":"JOB_167777","tr_customer_id":167794,"tr_customer_product_id":167784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:25.000Z","modified_at":"2026-01-27T04:58:25.000Z","name":"Tillman Schultz","mobile_number":"358-708-5320","email_id":"Helena_Kuhic@gmail.com","dop":"2025-04-06","serial_number":"13321667553343650","imei1":"13321667553343650","imei2":"13321667553343650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167776,"job_number":"JOB_167776","tr_customer_id":167793,"tr_customer_product_id":167783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:24.000Z","modified_at":"2026-01-27T04:59:02.000Z","name":"Keith Ernser","mobile_number":"971-520-9943","email_id":"Jean97@gmail.com","dop":"2025-04-06","serial_number":"15123889471853","imei1":"15123889471853","imei2":"15123889471853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167775,"job_number":"JOB_167775","tr_customer_id":167792,"tr_customer_product_id":167782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:39.000Z","modified_at":"2026-01-27T04:57:39.000Z","name":"Diego Bayer","mobile_number":"665-414-9415","email_id":"Mara.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"11332008650035692","imei1":"11332008650035692","imei2":"11332008650035692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167774,"job_number":"JOB_167774","tr_customer_id":167791,"tr_customer_product_id":167781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:38.000Z","modified_at":"2026-01-27T04:58:16.000Z","name":"Houston Lockman","mobile_number":"807-303-0969","email_id":"Katelin_Wintheiser@yahoo.com","dop":"2025-04-06","serial_number":"10033490901667","imei1":"10033490901667","imei2":"10033490901667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167773,"job_number":"JOB_167773","tr_customer_id":167790,"tr_customer_product_id":167780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:52:06.000Z","name":"Akeem Hirthe","mobile_number":"846-525-7749","email_id":"Victoria58@gmail.com","dop":"2025-07-01","serial_number":"109682923227161","imei1":"109682923227161","imei2":"109682923227161","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167772,"job_number":"JOB_167772","tr_customer_id":167789,"tr_customer_product_id":167779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:51:55.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100099889244294","imei1":"100099889244294","imei2":"100099889244294","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167771,"job_number":"JOB_167771","tr_customer_id":167788,"tr_customer_product_id":167778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:52.000Z","name":"Lauretta Ledner","mobile_number":"979-501-3503","email_id":"Ephraim67@yahoo.com","dop":"2025-07-01","serial_number":"102525710077270","imei1":"102525710077270","imei2":"102525710077270","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:51:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167770,"job_number":"JOB_167770","tr_customer_id":167787,"tr_customer_product_id":167777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103498957615061","imei1":"103498957615061","imei2":"103498957615061","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167769,"job_number":"JOB_167769","tr_customer_id":167786,"tr_customer_product_id":167776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:32.000Z","modified_at":"2026-01-27T04:43:32.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"79668445389652","imei1":"79668445389652","imei2":"79668445389652","popurl":"2026-01-17T04:43:32.109403420Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167768,"job_number":"JOB_167768","tr_customer_id":167785,"tr_customer_product_id":167775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:07.000Z","modified_at":"2026-01-27T04:43:07.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"15444292375424","imei1":"15444292375424","imei2":"15444292375424","popurl":"2026-01-17T04:43:07.439793018Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167767,"job_number":"JOB_167767","tr_customer_id":167784,"tr_customer_product_id":167774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:05.000Z","modified_at":"2026-01-27T04:43:05.000Z","name":"Brycen Hartmann","mobile_number":"920-423-2523","email_id":"Billy38@yahoo.com","dop":"2025-04-06","serial_number":"17160575372195656","imei1":"17160575372195656","imei2":"17160575372195656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167766,"job_number":"JOB_167766","tr_customer_id":167783,"tr_customer_product_id":167773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:04.000Z","modified_at":"2026-01-27T04:43:44.000Z","name":"Tiara Gerlach","mobile_number":"705-255-9198","email_id":"Alan.Dietrich48@yahoo.com","dop":"2025-04-06","serial_number":"13673813176470","imei1":"13673813176470","imei2":"13673813176470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167765,"job_number":"JOB_167765","tr_customer_id":167782,"tr_customer_product_id":167772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:03.000Z","modified_at":"2026-01-27T04:43:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19948686107370","imei1":"19948686107370","imei2":"19948686107370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167764,"job_number":"JOB_167764","tr_customer_id":167781,"tr_customer_product_id":167771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:17.000Z","modified_at":"2026-01-27T04:42:17.000Z","name":"Jabari Wyman","mobile_number":"655-718-3360","email_id":"Roosevelt.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"14727302101919016","imei1":"14727302101919016","imei2":"14727302101919016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167763,"job_number":"JOB_167763","tr_customer_id":167780,"tr_customer_product_id":167770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:16.000Z","modified_at":"2026-01-27T04:42:56.000Z","name":"Holden Altenwerth","mobile_number":"331-282-0181","email_id":"Christop_Fahey@gmail.com","dop":"2025-04-06","serial_number":"11081960558031","imei1":"11081960558031","imei2":"11081960558031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167762,"job_number":"JOB_167762","tr_customer_id":167779,"tr_customer_product_id":167769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:15.000Z","modified_at":"2026-01-27T04:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18798652558941","imei1":"18798652558941","imei2":"18798652558941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167761,"job_number":"JOB_167761","tr_customer_id":167778,"tr_customer_product_id":167768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:29.000Z","modified_at":"2026-01-27T04:41:29.000Z","name":"Jonathon Kohler","mobile_number":"323-332-8852","email_id":"Hollis.Hegmann72@gmail.com","dop":"2025-04-06","serial_number":"16750184270928274","imei1":"16750184270928274","imei2":"16750184270928274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167760,"job_number":"JOB_167760","tr_customer_id":167777,"tr_customer_product_id":167767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:42:08.000Z","name":"Mackenzie Herman","mobile_number":"617-390-5098","email_id":"Dwight_Flatley77@hotmail.com","dop":"2025-04-06","serial_number":"13555570658205","imei1":"13555570658205","imei2":"13555570658205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167759,"job_number":"JOB_167759","tr_customer_id":167776,"tr_customer_product_id":167766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:41:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10503948481380","imei1":"10503948481380","imei2":"10503948481380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167756,"job_number":"JOB_167756","tr_customer_id":167773,"tr_customer_product_id":167763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:08.000Z","modified_at":"2026-01-27T04:05:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74072070477227","imei1":"74072070477227","imei2":"74072070477227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167755,"job_number":"JOB_167755","tr_customer_id":167772,"tr_customer_product_id":167762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40729081242918","imei1":"40729081242918","imei2":"40729081242918","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167754,"job_number":"JOB_167754","tr_customer_id":167771,"tr_customer_product_id":167761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15031952061543","imei1":"15031952061543","imei2":"15031952061543","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167753,"job_number":"JOB_167753","tr_customer_id":167770,"tr_customer_product_id":167760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46674199155380","imei1":"46674199155380","imei2":"46674199155380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167752,"job_number":"JOB_167752","tr_customer_id":167769,"tr_customer_product_id":167759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13224128065911","imei1":"13224128065911","imei2":"13224128065911","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167751,"job_number":"JOB_167751","tr_customer_id":167768,"tr_customer_product_id":167758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73599827046103","imei1":"73599827046103","imei2":"73599827046103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167750,"job_number":"JOB_167750","tr_customer_id":167767,"tr_customer_product_id":167757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12920615173484","imei1":"12920615173484","imei2":"12920615173484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167749,"job_number":"JOB_167749","tr_customer_id":167766,"tr_customer_product_id":167756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:36.000Z","modified_at":"2026-01-27T04:05:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24590586092397","imei1":"24590586092397","imei2":"24590586092397","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167748,"job_number":"JOB_167748","tr_customer_id":167765,"tr_customer_product_id":167755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41394992103667","imei1":"41394992103667","imei2":"41394992103667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167747,"job_number":"JOB_167747","tr_customer_id":167764,"tr_customer_product_id":167754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63891004325201","imei1":"63891004325201","imei2":"63891004325201","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167746,"job_number":"JOB_167746","tr_customer_id":167763,"tr_customer_product_id":167753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53625626675668","imei1":"53625626675668","imei2":"53625626675668","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167745,"job_number":"JOB_167745","tr_customer_id":167762,"tr_customer_product_id":167752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46523212624438","imei1":"46523212624438","imei2":"46523212624438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167744,"job_number":"JOB_167744","tr_customer_id":167761,"tr_customer_product_id":167751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84840740161320","imei1":"84840740161320","imei2":"84840740161320","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167743,"job_number":"JOB_167743","tr_customer_id":167760,"tr_customer_product_id":167750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46488600950401","imei1":"46488600950401","imei2":"46488600950401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167742,"job_number":"JOB_167742","tr_customer_id":167759,"tr_customer_product_id":167749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:04.000Z","modified_at":"2026-01-27T04:04:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19395955050300","imei1":"19395955050300","imei2":"19395955050300","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167741,"job_number":"JOB_167741","tr_customer_id":167758,"tr_customer_product_id":167748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18506977235583","imei1":"18506977235583","imei2":"18506977235583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167740,"job_number":"JOB_167740","tr_customer_id":167757,"tr_customer_product_id":167747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25474750557996","imei1":"25474750557996","imei2":"25474750557996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167739,"job_number":"JOB_167739","tr_customer_id":167756,"tr_customer_product_id":167746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23206692471066","imei1":"23206692471066","imei2":"23206692471066","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167738,"job_number":"JOB_167738","tr_customer_id":167755,"tr_customer_product_id":167745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69648210848652","imei1":"69648210848652","imei2":"69648210848652","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167737,"job_number":"JOB_167737","tr_customer_id":167754,"tr_customer_product_id":167744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87908979667028","imei1":"87908979667028","imei2":"87908979667028","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167736,"job_number":"JOB_167736","tr_customer_id":167753,"tr_customer_product_id":167743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68750095402755","imei1":"68750095402755","imei2":"68750095402755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167735,"job_number":"JOB_167735","tr_customer_id":167752,"tr_customer_product_id":167742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:26.000Z","modified_at":"2026-01-27T04:00:26.000Z","name":"Alessandro Klein","mobile_number":"249-949-3079","email_id":"Antonette_Ward49@hotmail.com","dop":"2025-04-06","serial_number":"16760489880667088","imei1":"16760489880667088","imei2":"16760489880667088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167734,"job_number":"JOB_167734","tr_customer_id":167751,"tr_customer_product_id":167741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:01:06.000Z","name":"Dedric Dach","mobile_number":"454-939-6364","email_id":"Quinton_Mohr96@hotmail.com","dop":"2025-04-06","serial_number":"15561692835654","imei1":"15561692835654","imei2":"15561692835654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167733,"job_number":"JOB_167733","tr_customer_id":167750,"tr_customer_product_id":167740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:00:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11149211780437","imei1":"11149211780437","imei2":"11149211780437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167732,"job_number":"JOB_167732","tr_customer_id":167749,"tr_customer_product_id":167739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:00.000Z","modified_at":"2026-01-27T04:00:00.000Z","name":"Amparo Stroman","mobile_number":"652-396-9062","email_id":"Theodora_Cormier@yahoo.com","dop":"2025-04-06","serial_number":"12770672414828126","imei1":"12770672414828126","imei2":"12770672414828126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167731,"job_number":"JOB_167731","tr_customer_id":167748,"tr_customer_product_id":167738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T04:00:35.000Z","name":"Nils Price","mobile_number":"848-506-9428","email_id":"Hope26@gmail.com","dop":"2025-04-06","serial_number":"11136216434096","imei1":"11136216434096","imei2":"11136216434096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167730,"job_number":"JOB_167730","tr_customer_id":167747,"tr_customer_product_id":167737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T03:59:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16140328322120","imei1":"16140328322120","imei2":"16140328322120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167729,"job_number":"JOB_167729","tr_customer_id":167746,"tr_customer_product_id":167736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:41.000Z","modified_at":"2026-01-27T03:59:41.000Z","name":"Leonie Stoltenberg","mobile_number":"632-793-6650","email_id":"Lia98@yahoo.com","dop":"2025-04-06","serial_number":"18862572585037620","imei1":"18862572585037620","imei2":"18862572585037620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167728,"job_number":"JOB_167728","tr_customer_id":167745,"tr_customer_product_id":167735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T04:00:17.000Z","name":"Camron McCullough","mobile_number":"343-821-8580","email_id":"Lucas.Kunze44@hotmail.com","dop":"2025-04-06","serial_number":"15156817870785","imei1":"15156817870785","imei2":"15156817870785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167727,"job_number":"JOB_167727","tr_customer_id":167744,"tr_customer_product_id":167734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T03:59:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18169069886721","imei1":"18169069886721","imei2":"18169069886721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167725,"job_number":"JOB_167725","tr_customer_id":167742,"tr_customer_product_id":167732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T04:00:11.000Z","name":"Lorena Raynor","mobile_number":"505-412-7010","email_id":"Jayson36@gmail.com","dop":"2000-01-31","serial_number":"10356871190723","imei1":"10356871190723","imei2":"10356871190723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167723,"job_number":"JOB_167723","tr_customer_id":167740,"tr_customer_product_id":167730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:27.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Larissa Wilderman","mobile_number":"612-596-5819","email_id":"Cassie_King98@yahoo.com","dop":"2025-04-06","serial_number":"17988825406305388","imei1":"17988825406305388","imei2":"17988825406305388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167722,"job_number":"JOB_167722","tr_customer_id":167739,"tr_customer_product_id":167729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T04:00:04.000Z","name":"Johnpaul VonRueden","mobile_number":"695-818-2037","email_id":"Josue88@hotmail.com","dop":"2025-04-06","serial_number":"11345006253222","imei1":"11345006253222","imei2":"11345006253222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167721,"job_number":"JOB_167721","tr_customer_id":167738,"tr_customer_product_id":167728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T03:59:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11172627533643","imei1":"11172627533643","imei2":"11172627533643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167720,"job_number":"JOB_167720","tr_customer_id":167737,"tr_customer_product_id":167727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:15.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Baron Gleichner","mobile_number":"569-974-0764","email_id":"Tillman67@yahoo.com","dop":"2025-04-06","serial_number":"16696866616047820","imei1":"16696866616047820","imei2":"16696866616047820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167719,"job_number":"JOB_167719","tr_customer_id":167736,"tr_customer_product_id":167726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:51.000Z","name":"Brock Williamson","mobile_number":"289-805-9878","email_id":"Shaun.Wiegand@yahoo.com","dop":"2025-04-06","serial_number":"12249866341232","imei1":"12249866341232","imei2":"12249866341232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167718,"job_number":"JOB_167718","tr_customer_id":167735,"tr_customer_product_id":167725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17008880227135","imei1":"17008880227135","imei2":"17008880227135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167714,"job_number":"JOB_167714","tr_customer_id":167731,"tr_customer_product_id":167721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:09.000Z","modified_at":"2026-01-27T03:59:09.000Z","name":"Gwendolyn Marquardt","mobile_number":"397-315-5494","email_id":"Ida.Block4@yahoo.com","dop":"2025-04-06","serial_number":"12069322754066996","imei1":"12069322754066996","imei2":"12069322754066996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167713,"job_number":"JOB_167713","tr_customer_id":167730,"tr_customer_product_id":167720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:45.000Z","name":"Demetris McDermott","mobile_number":"892-834-6175","email_id":"Rylan_Weber42@yahoo.com","dop":"2025-04-06","serial_number":"12065573541048","imei1":"12065573541048","imei2":"12065573541048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167712,"job_number":"JOB_167712","tr_customer_id":167729,"tr_customer_product_id":167719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Rusty Rosenbaum","mobile_number":"266-273-5065","email_id":"Herminio31@hotmail.com","dop":"2025-04-06","serial_number":"10406673123257408","imei1":"10406673123257408","imei2":"10406673123257408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167711,"job_number":"JOB_167711","tr_customer_id":167728,"tr_customer_product_id":167718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11985838423999","imei1":"11985838423999","imei2":"11985838423999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167710,"job_number":"JOB_167710","tr_customer_id":167727,"tr_customer_product_id":167717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:43.000Z","name":"Jadon Morar","mobile_number":"323-667-0750","email_id":"Easton.Anderson@yahoo.com","dop":"2025-04-06","serial_number":"17965079550692","imei1":"17965079550692","imei2":"17965079550692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167709,"job_number":"JOB_167709","tr_customer_id":167726,"tr_customer_product_id":167716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15598275721214","imei1":"15598275721214","imei2":"15598275721214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167708,"job_number":"JOB_167708","tr_customer_id":167725,"tr_customer_product_id":167715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Betsy Beatty","mobile_number":"962-207-0290","email_id":"Bell.Orn3@gmail.com","dop":"2025-04-06","serial_number":"14434650120704726","imei1":"14434650120704726","imei2":"14434650120704726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167704,"job_number":"JOB_167704","tr_customer_id":167721,"tr_customer_product_id":167711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:59:33.000Z","name":"Vince Schimmel","mobile_number":"478-276-5763","email_id":"Lou_Shanahan@hotmail.com","dop":"2025-04-06","serial_number":"13224935401756","imei1":"13224935401756","imei2":"13224935401756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167703,"job_number":"JOB_167703","tr_customer_id":167720,"tr_customer_product_id":167710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:58:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15568245128975","imei1":"15568245128975","imei2":"15568245128975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167702,"job_number":"JOB_167702","tr_customer_id":167719,"tr_customer_product_id":167709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14534040176453","imei1":"14534040176453","imei2":"14534040176453","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167700,"job_number":"JOB_167700","tr_customer_id":167717,"tr_customer_product_id":167707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:50.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Stanford Grady","mobile_number":"998-542-9403","email_id":"Meggie_Vandervort63@yahoo.com","dop":"2026-01-04","serial_number":"16049334971563","imei1":"16049334971563","imei2":"16049334971563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167699,"job_number":"JOB_167699","tr_customer_id":167716,"tr_customer_product_id":167706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Ruth Spinka","mobile_number":"567-517-0880","email_id":"Junius_Emard@gmail.com","dop":"2000-01-31","serial_number":"10994193539382","imei1":"10994193539382","imei2":"10994193539382","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167698,"job_number":"JOB_167698","tr_customer_id":167715,"tr_customer_product_id":167705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18722576579872","imei1":"18722576579872","imei2":"18722576579872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167696,"job_number":"JOB_167696","tr_customer_id":167713,"tr_customer_product_id":167703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Kathryne Windler","mobile_number":"871-332-1922","email_id":"Irwin.Denesik@gmail.com","dop":"2025-04-06","serial_number":"11471488602647400","imei1":"11471488602647400","imei2":"11471488602647400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167695,"job_number":"JOB_167695","tr_customer_id":167712,"tr_customer_product_id":167702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Thalia Volkman","mobile_number":"462-730-8924","email_id":"Hazel30@hotmail.com","dop":"2025-04-06","serial_number":"17868655623113104","imei1":"17868655623113104","imei2":"17868655623113104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167694,"job_number":"JOB_167694","tr_customer_id":167711,"tr_customer_product_id":167701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Tristian Hyatt","mobile_number":"790-919-9318","email_id":"Holly.Halvorson11@hotmail.com","dop":"2025-04-06","serial_number":"18978779641805","imei1":"18978779641805","imei2":"18978779641805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167693,"job_number":"JOB_167693","tr_customer_id":167710,"tr_customer_product_id":167700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Ruth Bartell","mobile_number":"918-233-1057","email_id":"Carmela.Little@yahoo.com","dop":"2025-04-06","serial_number":"16603912358281","imei1":"16603912358281","imei2":"16603912358281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167692,"job_number":"JOB_167692","tr_customer_id":167709,"tr_customer_product_id":167699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16413009223480","imei1":"16413009223480","imei2":"16413009223480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167691,"job_number":"JOB_167691","tr_customer_id":167708,"tr_customer_product_id":167698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16061707656514","imei1":"16061707656514","imei2":"16061707656514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167689,"job_number":"JOB_167689","tr_customer_id":167706,"tr_customer_product_id":167696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Jamarcus Conn","mobile_number":"258-569-2257","email_id":"Olin94@gmail.com","dop":"2025-04-06","serial_number":"14336684273308248","imei1":"14336684273308248","imei2":"14336684273308248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167687,"job_number":"JOB_167687","tr_customer_id":167704,"tr_customer_product_id":167694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Keely Gleason","mobile_number":"753-466-1947","email_id":"Francisco23@gmail.com","dop":"2025-04-06","serial_number":"16512057136923444","imei1":"16512057136923444","imei2":"16512057136923444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167685,"job_number":"JOB_167685","tr_customer_id":167702,"tr_customer_product_id":167692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:58:40.000Z","name":"Conner Hilpert","mobile_number":"396-688-0700","email_id":"Gilda.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"14712767531465108","imei1":"14712767531465108","imei2":"14712767531465108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167684,"job_number":"JOB_167684","tr_customer_id":167701,"tr_customer_product_id":167691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:16.000Z","name":"Jeramie Maggio","mobile_number":"786-396-4048","email_id":"Laverne.Wyman16@hotmail.com","dop":"2025-04-06","serial_number":"14322311223889","imei1":"14322311223889","imei2":"14322311223889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167683,"job_number":"JOB_167683","tr_customer_id":167700,"tr_customer_product_id":167690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Gloria Herman","mobile_number":"813-628-4878","email_id":"Heather.Howe@hotmail.com","dop":"2025-04-06","serial_number":"12891406720167","imei1":"12891406720167","imei2":"12891406720167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167682,"job_number":"JOB_167682","tr_customer_id":167699,"tr_customer_product_id":167689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597778340898","imei1":"15597778340898","imei2":"15597778340898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167681,"job_number":"JOB_167681","tr_customer_id":167698,"tr_customer_product_id":167688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12578106237988","imei1":"12578106237988","imei2":"12578106237988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167680,"job_number":"JOB_167680","tr_customer_id":167697,"tr_customer_product_id":167687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:59:17.000Z","name":"Jazmyne Deckow","mobile_number":"226-299-1912","email_id":"Dangelo60@hotmail.com","dop":"2025-04-06","serial_number":"17185399314974","imei1":"17185399314974","imei2":"17185399314974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167679,"job_number":"JOB_167679","tr_customer_id":167696,"tr_customer_product_id":167686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:38.000Z","modified_at":"2026-01-27T03:58:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17290529992797","imei1":"17290529992797","imei2":"17290529992797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167678,"job_number":"JOB_167678","tr_customer_id":167695,"tr_customer_product_id":167685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:31.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Sabryna Prohaska","mobile_number":"474-710-1560","email_id":"Eleazar_Daniel46@gmail.com","dop":"2025-04-06","serial_number":"11237624186230580","imei1":"11237624186230580","imei2":"11237624186230580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167677,"job_number":"JOB_167677","tr_customer_id":167694,"tr_customer_product_id":167684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:30.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Maggie Wunsch","mobile_number":"463-465-6284","email_id":"Moses_Luettgen@gmail.com","dop":"2025-04-06","serial_number":"16707991643310","imei1":"16707991643310","imei2":"16707991643310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167676,"job_number":"JOB_167676","tr_customer_id":167693,"tr_customer_product_id":167683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"Aida Cummings","mobile_number":"665-428-6820","email_id":"Beth_Reinger82@hotmail.com","dop":"2025-04-06","serial_number":"11263284855498930","imei1":"11263284855498930","imei2":"11263284855498930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167675,"job_number":"JOB_167675","tr_customer_id":167692,"tr_customer_product_id":167682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17256386993031","imei1":"17256386993031","imei2":"17256386993031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167674,"job_number":"JOB_167674","tr_customer_id":167691,"tr_customer_product_id":167681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Reece Hagenes","mobile_number":"352-694-6042","email_id":"Monserrate27@yahoo.com","dop":"2025-04-06","serial_number":"16477743361753","imei1":"16477743361753","imei2":"16477743361753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167673,"job_number":"JOB_167673","tr_customer_id":167690,"tr_customer_product_id":167680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:58:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19734921860320","imei1":"19734921860320","imei2":"19734921860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167672,"job_number":"JOB_167672","tr_customer_id":167689,"tr_customer_product_id":167679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:25.000Z","modified_at":"2026-01-27T03:58:25.000Z","name":"Kamryn Grady","mobile_number":"862-360-9767","email_id":"Karli11@hotmail.com","dop":"2025-04-06","serial_number":"12026280895334058","imei1":"12026280895334058","imei2":"12026280895334058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167671,"job_number":"JOB_167671","tr_customer_id":167688,"tr_customer_product_id":167678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:24.000Z","modified_at":"2026-01-27T03:58:24.000Z","name":"Daphne Kub","mobile_number":"467-731-6481","email_id":"Jake_Mann14@hotmail.com","dop":"2025-04-06","serial_number":"14942007399332052","imei1":"14942007399332052","imei2":"14942007399332052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167670,"job_number":"JOB_167670","tr_customer_id":167687,"tr_customer_product_id":167677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:59:01.000Z","name":"Claudia Ernser","mobile_number":"614-220-6810","email_id":"Lloyd20@hotmail.com","dop":"2025-04-06","serial_number":"12106786739450","imei1":"12106786739450","imei2":"12106786739450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167669,"job_number":"JOB_167669","tr_customer_id":167686,"tr_customer_product_id":167676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19373817541206","imei1":"19373817541206","imei2":"19373817541206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167668,"job_number":"JOB_167668","tr_customer_id":167685,"tr_customer_product_id":167675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:59.000Z","name":"Earnestine Turner","mobile_number":"392-761-9346","email_id":"Glennie26@yahoo.com","dop":"2025-04-06","serial_number":"12775873567516","imei1":"12775873567516","imei2":"12775873567516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167667,"job_number":"JOB_167667","tr_customer_id":167684,"tr_customer_product_id":167674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:22.000Z","modified_at":"2026-01-27T03:58:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17305399664989","imei1":"17305399664989","imei2":"17305399664989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167666,"job_number":"JOB_167666","tr_customer_id":167683,"tr_customer_product_id":167673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:20.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Tyler Watsica","mobile_number":"349-948-0788","email_id":"Bell.Nolan52@gmail.com","dop":"2025-04-06","serial_number":"13879215740009048","imei1":"13879215740009048","imei2":"13879215740009048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167665,"job_number":"JOB_167665","tr_customer_id":167682,"tr_customer_product_id":167672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:55.000Z","name":"Winston Runolfsson","mobile_number":"574-557-1859","email_id":"Eldon.Bechtelar@gmail.com","dop":"2025-04-06","serial_number":"14560577097895","imei1":"14560577097895","imei2":"14560577097895","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167664,"job_number":"JOB_167664","tr_customer_id":167681,"tr_customer_product_id":167671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14442196169883","imei1":"14442196169883","imei2":"14442196169883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167663,"job_number":"JOB_167663","tr_customer_id":167680,"tr_customer_product_id":167670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:16.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Francesca Murphy","mobile_number":"621-475-6586","email_id":"Shakira49@yahoo.com","dop":"2025-04-06","serial_number":"17519966068101636","imei1":"17519966068101636","imei2":"17519966068101636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167662,"job_number":"JOB_167662","tr_customer_id":167679,"tr_customer_product_id":167669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:53.000Z","name":"Daphnee Mueller","mobile_number":"577-891-9429","email_id":"Jesse.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"10283043729439","imei1":"10283043729439","imei2":"10283043729439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167661,"job_number":"JOB_167661","tr_customer_id":167678,"tr_customer_product_id":167668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:14.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19698683003812","imei1":"19698683003812","imei2":"19698683003812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167659,"job_number":"JOB_167659","tr_customer_id":167676,"tr_customer_product_id":167666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51229279347468","imei1":"51229279347468","imei2":"51229279347468","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167658,"job_number":"JOB_167658","tr_customer_id":167675,"tr_customer_product_id":167665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Giovani Becker","mobile_number":"836-554-6598","email_id":"Justice.Gerlach17@gmail.com","dop":"2000-01-31","serial_number":"10624707653449","imei1":"10624707653449","imei2":"10624707653449","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167657,"job_number":"JOB_167657","tr_customer_id":167674,"tr_customer_product_id":167664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Juston Harvey","mobile_number":"486-447-3733","email_id":"Arlo_Harber@yahoo.com","dop":"2026-01-04","serial_number":"19484132032512","imei1":"19484132032512","imei2":"19484132032512","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167655,"job_number":"JOB_167655","tr_customer_id":167672,"tr_customer_product_id":167662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13403960447968","imei1":"13403960447968","imei2":"13403960447968","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167654,"job_number":"JOB_167654","tr_customer_id":167671,"tr_customer_product_id":167661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Gerda Cormier","mobile_number":"613-921-9054","email_id":"Erwin.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"12704528046663076","imei1":"12704528046663076","imei2":"12704528046663076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167653,"job_number":"JOB_167653","tr_customer_id":167670,"tr_customer_product_id":167660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Asha Torphy","mobile_number":"843-641-3938","email_id":"Isaac14@gmail.com","dop":"2025-04-06","serial_number":"10240867845893942","imei1":"10240867845893942","imei2":"10240867845893942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167652,"job_number":"JOB_167652","tr_customer_id":167669,"tr_customer_product_id":167659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:03.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Yvonne Beatty","mobile_number":"938-538-7270","email_id":"Harley58@gmail.com","dop":"2025-04-06","serial_number":"10337553747472","imei1":"10337553747472","imei2":"10337553747472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167651,"job_number":"JOB_167651","tr_customer_id":167668,"tr_customer_product_id":167658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18941925353118","imei1":"18941925353118","imei2":"18941925353118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167650,"job_number":"JOB_167650","tr_customer_id":167667,"tr_customer_product_id":167657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Elizabeth Mayer","mobile_number":"239-473-6514","email_id":"Pedro.Zemlak38@yahoo.com","dop":"2025-04-06","serial_number":"13196075461242","imei1":"13196075461242","imei2":"13196075461242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167649,"job_number":"JOB_167649","tr_customer_id":167666,"tr_customer_product_id":167656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13548679991903","imei1":"13548679991903","imei2":"13548679991903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167648,"job_number":"JOB_167648","tr_customer_id":167665,"tr_customer_product_id":167655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Ena Skiles","mobile_number":"298-265-4144","email_id":"Carolyn.Daniel@gmail.com","dop":"2025-04-06","serial_number":"14437299231964732","imei1":"14437299231964732","imei2":"14437299231964732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167643,"job_number":"JOB_167643","tr_customer_id":167660,"tr_customer_product_id":167650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:58:33.000Z","name":"Robyn Schmeler","mobile_number":"907-510-1822","email_id":"Emely.Koepp50@gmail.com","dop":"2025-04-06","serial_number":"10144809869542","imei1":"10144809869542","imei2":"10144809869542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167642,"job_number":"JOB_167642","tr_customer_id":167659,"tr_customer_product_id":167649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13690465004998","imei1":"13690465004998","imei2":"13690465004998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167641,"job_number":"JOB_167641","tr_customer_id":167658,"tr_customer_product_id":167648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Louvenia Davis","mobile_number":"553-560-1286","email_id":"Schuyler_Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11329337661782124","imei1":"11329337661782124","imei2":"11329337661782124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167640,"job_number":"JOB_167640","tr_customer_id":167657,"tr_customer_product_id":167647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:58:32.000Z","name":"Adrienne Grimes","mobile_number":"729-212-0939","email_id":"Brenda34@yahoo.com","dop":"2025-04-06","serial_number":"12219865944575","imei1":"12219865944575","imei2":"12219865944575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167639,"job_number":"JOB_167639","tr_customer_id":167656,"tr_customer_product_id":167646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:57:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18017191928328","imei1":"18017191928328","imei2":"18017191928328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167638,"job_number":"JOB_167638","tr_customer_id":167655,"tr_customer_product_id":167645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:54.000Z","modified_at":"2026-01-27T03:57:54.000Z","name":"Reece Trantow","mobile_number":"302-541-3363","email_id":"Mack.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"17585914696480564","imei1":"17585914696480564","imei2":"17585914696480564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167637,"job_number":"JOB_167637","tr_customer_id":167654,"tr_customer_product_id":167644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Nova Stamm","mobile_number":"693-895-3641","email_id":"Brody.Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"16445619666337","imei1":"16445619666337","imei2":"16445619666337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167636,"job_number":"JOB_167636","tr_customer_id":167653,"tr_customer_product_id":167643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:57:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12031893215833","imei1":"12031893215833","imei2":"12031893215833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167630,"job_number":"JOB_167630","tr_customer_id":167647,"tr_customer_product_id":167637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Aryanna Schmidt","mobile_number":"786-202-1752","email_id":"Herta.Terry@hotmail.com","dop":"2025-04-06","serial_number":"19423229681970136","imei1":"19423229681970136","imei2":"19423229681970136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167629,"job_number":"JOB_167629","tr_customer_id":167646,"tr_customer_product_id":167636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16285862842434","imei2":"16285862842434","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167628,"job_number":"JOB_167628","tr_customer_id":167645,"tr_customer_product_id":167635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15979907799204","imei2":"15979907799204","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167627,"job_number":"JOB_167627","tr_customer_id":167644,"tr_customer_product_id":167634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Charley Schroeder","mobile_number":"568-209-7381","email_id":"Ara90@yahoo.com","dop":"2025-04-06","serial_number":"16362528662636","imei1":"16362528662636","imei2":"16362528662636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167626,"job_number":"JOB_167626","tr_customer_id":167643,"tr_customer_product_id":167633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:57:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13397876407749","imei1":"13397876407749","imei2":"13397876407749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167625,"job_number":"JOB_167625","tr_customer_id":167642,"tr_customer_product_id":167632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Juana Kuhn","mobile_number":"932-705-7734","email_id":"Will.Schinner@gmail.com","dop":"2025-04-06","serial_number":"12582442804487736","imei1":"12582442804487736","imei2":"12582442804487736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167624,"job_number":"JOB_167624","tr_customer_id":167641,"tr_customer_product_id":167631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Carmelo Hudson","mobile_number":"287-770-1385","email_id":"Elmore_Wiegand26@gmail.com","dop":"2025-04-06","serial_number":"13661757631461158","imei1":"13661757631461158","imei2":"13661757631461158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167623,"job_number":"JOB_167623","tr_customer_id":167640,"tr_customer_product_id":167630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:15.000Z","name":"Louisa Becker","mobile_number":"387-647-0142","email_id":"Tania.Thompson21@gmail.com","dop":"2025-04-06","serial_number":"15989499921791","imei1":"15989499921791","imei2":"15989499921791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167622,"job_number":"JOB_167622","tr_customer_id":167639,"tr_customer_product_id":167629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16786630480147","imei1":"16786630480147","imei2":"16786630480147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167621,"job_number":"JOB_167621","tr_customer_id":167638,"tr_customer_product_id":167628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Jacklyn Jakubowski","mobile_number":"297-831-5014","email_id":"Mia.Sanford25@hotmail.com","dop":"2025-04-06","serial_number":"11316762641745","imei1":"11316762641745","imei2":"11316762641745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167620,"job_number":"JOB_167620","tr_customer_id":167637,"tr_customer_product_id":167627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:38.000Z","modified_at":"2026-01-27T03:57:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18682989177130","imei1":"18682989177130","imei2":"18682989177130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167619,"job_number":"JOB_167619","tr_customer_id":167636,"tr_customer_product_id":167626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:37.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Justice Stroman","mobile_number":"432-530-0600","email_id":"Edgar41@gmail.com","dop":"2025-05-30","serial_number":"1961560333862636","imei1":"1961560333862636","imei2":"1961560333862636","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167618,"job_number":"JOB_167618","tr_customer_id":167635,"tr_customer_product_id":167625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jerad Considine","mobile_number":"716-463-1971","email_id":"Karina_Mertz@yahoo.com","dop":"2025-04-06","serial_number":"17065802865327806","imei1":"17065802865327806","imei2":"17065802865327806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167617,"job_number":"JOB_167617","tr_customer_id":167634,"tr_customer_product_id":167624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Arlie Goyette","mobile_number":"774-884-8093","email_id":"Gabriella.Kiehn@gmail.com","dop":"2025-05-30","serial_number":"18680927987810","imei1":"18680927987810","imei2":"18680927987810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167616,"job_number":"JOB_167616","tr_customer_id":167633,"tr_customer_product_id":167623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jacinto Kerluke","mobile_number":"466-294-4601","email_id":"Isadore_Gerhold@hotmail.com","dop":"2025-06-18","serial_number":"1003114341051045","imei1":"1003114341051045","imei2":"1003114341051045","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167615,"job_number":"JOB_167615","tr_customer_id":167632,"tr_customer_product_id":167622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Flavio Roberts","mobile_number":"486-327-5797","email_id":"Lexie_Konopelski@hotmail.com","dop":"2025-05-30","serial_number":"11200459191432","imei1":"11200459191432","imei2":"11200459191432","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167614,"job_number":"JOB_167614","tr_customer_id":167631,"tr_customer_product_id":167621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:13.000Z","name":"Garfield Trantow","mobile_number":"242-483-1707","email_id":"Giovani.Schuppe16@gmail.com","dop":"2025-06-18","serial_number":"10352114694924","imei1":"10352114694924","imei2":"10352114694924","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167613,"job_number":"JOB_167613","tr_customer_id":167630,"tr_customer_product_id":167620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Devonte O'Connell","mobile_number":"401-954-4982","email_id":"Ariane.Marks54@hotmail.com","dop":"2025-04-06","serial_number":"19501973653514","imei1":"19501973653514","imei2":"19501973653514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167612,"job_number":"JOB_167612","tr_customer_id":167629,"tr_customer_product_id":167619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10855843315205","imei1":"10855843315205","imei2":"10855843315205","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167611,"job_number":"JOB_167611","tr_customer_id":167628,"tr_customer_product_id":167618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11217777692370","imei1":"11217777692370","imei2":"11217777692370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167609,"job_number":"JOB_167609","tr_customer_id":167626,"tr_customer_product_id":167616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17302095058646","imei2":"17302095058646","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167608,"job_number":"JOB_167608","tr_customer_id":167625,"tr_customer_product_id":167615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:29.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10001369553073","imei2":"10001369553073","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167607,"job_number":"JOB_167607","tr_customer_id":167624,"tr_customer_product_id":167614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:28.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Jacey Collins","mobile_number":"944-652-7578","email_id":"Elfrieda.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"19632183660748910","imei1":"19632183660748910","imei2":"19632183660748910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167606,"job_number":"JOB_167606","tr_customer_id":167623,"tr_customer_product_id":167613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:27.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Adalberto Dare","mobile_number":"493-574-9135","email_id":"Maegan_Considine@gmail.com","dop":"2025-04-06","serial_number":"16021243648821","imei1":"16021243648821","imei2":"16021243648821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167605,"job_number":"JOB_167605","tr_customer_id":167622,"tr_customer_product_id":167612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:26.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19051448305296","imei1":"19051448305296","imei2":"19051448305296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167603,"job_number":"JOB_167603","tr_customer_id":167620,"tr_customer_product_id":167610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:21.000Z","modified_at":"2026-01-27T03:57:21.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68516838558450","imei1":"68516838558450","imei2":"68516838558450","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167602,"job_number":"JOB_167602","tr_customer_id":167619,"tr_customer_product_id":167609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Grace Blick","mobile_number":"744-224-5481","email_id":"Nayeli.Wintheiser@hotmail.com","dop":"2000-01-31","serial_number":"10459943038758","imei1":"10459943038758","imei2":"10459943038758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167600,"job_number":"JOB_167600","tr_customer_id":167617,"tr_customer_product_id":167607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Sherman DuBuque","mobile_number":"937-364-8939","email_id":"Jettie_Schowalter@hotmail.com","dop":"2026-01-04","serial_number":"17965430311336","imei1":"17965430311336","imei2":"17965430311336","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167599,"job_number":"JOB_167599","tr_customer_id":167616,"tr_customer_product_id":167606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Jeremy Herzog","mobile_number":"282-555-4118","email_id":"Ena.Bechtelar65@gmail.com","dop":"2025-04-06","serial_number":"10173421977002996","imei1":"10173421977002996","imei2":"10173421977002996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167597,"job_number":"JOB_167597","tr_customer_id":167614,"tr_customer_product_id":167604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19110931384626","imei1":"19110931384626","imei2":"19110931384626","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167596,"job_number":"JOB_167596","tr_customer_id":167613,"tr_customer_product_id":167603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:55.000Z","name":"Garland Herman","mobile_number":"810-930-1921","email_id":"Brayan.Zemlak4@hotmail.com","dop":"2025-04-06","serial_number":"15119514571700","imei1":"15119514571700","imei2":"15119514571700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167595,"job_number":"JOB_167595","tr_customer_id":167612,"tr_customer_product_id":167602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11356138290626","imei1":"11356138290626","imei2":"11356138290626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167594,"job_number":"JOB_167594","tr_customer_id":167611,"tr_customer_product_id":167601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"Leanne Bergnaum","mobile_number":"640-423-3191","email_id":"Newton0@gmail.com","dop":"2025-04-06","serial_number":"16213996860965236","imei1":"16213996860965236","imei2":"16213996860965236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167593,"job_number":"JOB_167593","tr_customer_id":167610,"tr_customer_product_id":167600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14638873223178","imei2":"14638873223178","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167592,"job_number":"JOB_167592","tr_customer_id":167609,"tr_customer_product_id":167599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12906189910328","imei2":"12906189910328","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167591,"job_number":"JOB_167591","tr_customer_id":167608,"tr_customer_product_id":167598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Jailyn Blanda","mobile_number":"281-356-8623","email_id":"Emelie_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18291131966712","imei1":"18291131966712","imei2":"18291131966712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167590,"job_number":"JOB_167590","tr_customer_id":167607,"tr_customer_product_id":167597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15246673098955","imei1":"15246673098955","imei2":"15246673098955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167588,"job_number":"JOB_167588","tr_customer_id":167605,"tr_customer_product_id":167595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:14.000Z","modified_at":"2026-01-27T03:57:14.000Z","name":"Jarod Romaguera","mobile_number":"883-986-3014","email_id":"Veda.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"11033018324819376","imei1":"11033018324819376","imei2":"11033018324819376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167587,"job_number":"JOB_167587","tr_customer_id":167604,"tr_customer_product_id":167594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:49.000Z","name":"Amani Donnelly","mobile_number":"253-395-8643","email_id":"Diamond_Keebler@hotmail.com","dop":"2025-04-06","serial_number":"10832037510535","imei1":"10832037510535","imei2":"10832037510535","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167586,"job_number":"JOB_167586","tr_customer_id":167603,"tr_customer_product_id":167593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13215400182104","imei1":"13215400182104","imei2":"13215400182104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167585,"job_number":"JOB_167585","tr_customer_id":167602,"tr_customer_product_id":167592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:11.000Z","modified_at":"2026-01-27T03:57:11.000Z","name":"Emmy Fisher","mobile_number":"650-427-0306","email_id":"Duane_Lueilwitz57@gmail.com","dop":"2025-04-06","serial_number":"11336384071000982","imei1":"11336384071000982","imei2":"11336384071000982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167584,"job_number":"JOB_167584","tr_customer_id":167601,"tr_customer_product_id":167591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:10.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Cole Rath","mobile_number":"325-290-3631","email_id":"Berry_Schuster@hotmail.com","dop":"2025-04-06","serial_number":"11190183779068","imei1":"11190183779068","imei2":"11190183779068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167582,"job_number":"JOB_167582","tr_customer_id":167599,"tr_customer_product_id":167589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:02.000Z","modified_at":"2026-01-27T03:57:02.000Z","name":"Orrin O'Reilly","mobile_number":"946-754-6258","email_id":"Palma_Kassulke@hotmail.com","dop":"2025-04-06","serial_number":"18298148128893764","imei1":"18298148128893764","imei2":"18298148128893764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167581,"job_number":"JOB_167581","tr_customer_id":167598,"tr_customer_product_id":167588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:00.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Gwendolyn Hackett","mobile_number":"673-237-0686","email_id":"Christina_McClure8@yahoo.com","dop":"2025-04-06","serial_number":"14889064039695","imei1":"14889064039695","imei2":"14889064039695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167578,"job_number":"JOB_167578","tr_customer_id":167595,"tr_customer_product_id":167585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:56.000Z","modified_at":"2026-01-27T03:56:56.000Z","name":"Gabrielle Lesch","mobile_number":"230-823-5194","email_id":"Modesta.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"18158410318607250","imei1":"18158410318607250","imei2":"18158410318607250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167577,"job_number":"JOB_167577","tr_customer_id":167594,"tr_customer_product_id":167584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:57:33.000Z","name":"Marilie Rohan","mobile_number":"248-304-9540","email_id":"Vance25@yahoo.com","dop":"2025-04-06","serial_number":"15987577073440","imei1":"15987577073440","imei2":"15987577073440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167576,"job_number":"JOB_167576","tr_customer_id":167593,"tr_customer_product_id":167583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15299749897933","imei1":"15299749897933","imei2":"15299749897933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167575,"job_number":"JOB_167575","tr_customer_id":167592,"tr_customer_product_id":167582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"Shany Skiles","mobile_number":"343-313-8058","email_id":"Blaze70@hotmail.com","dop":"2025-04-06","serial_number":"15894210290610844","imei1":"15894210290610844","imei2":"15894210290610844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167574,"job_number":"JOB_167574","tr_customer_id":167591,"tr_customer_product_id":167581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:53.000Z","modified_at":"2026-01-27T03:56:53.000Z","name":"Mertie Bruen","mobile_number":"690-491-2264","email_id":"Zion.Goyette@hotmail.com","dop":"2025-04-06","serial_number":"15584272345159952","imei1":"15584272345159952","imei2":"15584272345159952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167573,"job_number":"JOB_167573","tr_customer_id":167590,"tr_customer_product_id":167580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:31.000Z","name":"Austen Champlin","mobile_number":"469-982-3538","email_id":"Albin_Treutel36@gmail.com","dop":"2025-04-06","serial_number":"14891749000162","imei1":"14891749000162","imei2":"14891749000162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167572,"job_number":"JOB_167572","tr_customer_id":167589,"tr_customer_product_id":167579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:56:52.000Z","name":"Vicky Haag","mobile_number":"371-669-9415","email_id":"Braden83@yahoo.com","dop":"2025-04-06","serial_number":"17866526886439260","imei1":"17866526886439260","imei2":"17866526886439260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167571,"job_number":"JOB_167571","tr_customer_id":167588,"tr_customer_product_id":167578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Rosella Bergstrom","mobile_number":"701-715-2032","email_id":"Kassandra39@yahoo.com","dop":"2025-04-06","serial_number":"14025417199656","imei1":"14025417199656","imei2":"14025417199656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167570,"job_number":"JOB_167570","tr_customer_id":167587,"tr_customer_product_id":167577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12442143109962","imei1":"12442143109962","imei2":"12442143109962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167569,"job_number":"JOB_167569","tr_customer_id":167586,"tr_customer_product_id":167576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"Brionna Lakin","mobile_number":"382-873-6677","email_id":"Desiree.Carroll36@gmail.com","dop":"2025-06-18","serial_number":"1066996724856225","imei1":"1066996724856225","imei2":"1066996724856225","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167568,"job_number":"JOB_167568","tr_customer_id":167585,"tr_customer_product_id":167575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:57:30.000Z","name":"Damion Walker","mobile_number":"425-372-2349","email_id":"Zola23@hotmail.com","dop":"2025-04-06","serial_number":"11972983969648","imei1":"11972983969648","imei2":"11972983969648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167567,"job_number":"JOB_167567","tr_customer_id":167584,"tr_customer_product_id":167574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Kirsten Purdy","mobile_number":"667-490-5340","email_id":"Ellsworth.Lynch@yahoo.com","dop":"2025-06-18","serial_number":"10974195504643","imei1":"10974195504643","imei2":"10974195504643","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167566,"job_number":"JOB_167566","tr_customer_id":167583,"tr_customer_product_id":167573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:56:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10377252459264","imei1":"10377252459264","imei2":"10377252459264","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167565,"job_number":"JOB_167565","tr_customer_id":167582,"tr_customer_product_id":167572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:49.000Z","modified_at":"2026-01-27T03:56:49.000Z","name":"Julie Welch","mobile_number":"571-317-7787","email_id":"Raymond93@hotmail.com","dop":"2025-04-06","serial_number":"19012616646092010","imei1":"19012616646092010","imei2":"19012616646092010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167564,"job_number":"JOB_167564","tr_customer_id":167581,"tr_customer_product_id":167571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:47.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Ralph Gerlach","mobile_number":"746-208-3832","email_id":"Trey_Reilly@gmail.com","dop":"2025-04-06","serial_number":"16572571827001","imei1":"16572571827001","imei2":"16572571827001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167563,"job_number":"JOB_167563","tr_customer_id":167580,"tr_customer_product_id":167570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:41.000Z","modified_at":"2026-01-27T03:56:41.000Z","name":"Lisandro Bruen","mobile_number":"911-424-7644","email_id":"Jodie_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13282450462299732","imei1":"13282450462299732","imei2":"13282450462299732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167562,"job_number":"JOB_167562","tr_customer_id":167579,"tr_customer_product_id":167569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Lue Schinner","mobile_number":"470-782-4153","email_id":"Braulio37@hotmail.com","dop":"2025-04-06","serial_number":"19673463751655","imei1":"19673463751655","imei2":"19673463751655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167561,"job_number":"JOB_167561","tr_customer_id":167578,"tr_customer_product_id":167568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:56:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13427742008225","imei1":"13427742008225","imei2":"13427742008225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167560,"job_number":"JOB_167560","tr_customer_id":167577,"tr_customer_product_id":167567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:38.000Z","modified_at":"2026-01-27T03:56:47.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"46832736178143","imei1":"46832736178143","imei2":"46832736178143","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167559,"job_number":"JOB_167559","tr_customer_id":167576,"tr_customer_product_id":167566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:28.000Z","modified_at":"2026-01-27T03:56:28.000Z","name":"Deron Sanford","mobile_number":"639-632-3468","email_id":"Rey.Kiehn35@yahoo.com","dop":"2025-04-06","serial_number":"18509899910406510","imei1":"18509899910406510","imei2":"18509899910406510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167558,"job_number":"JOB_167558","tr_customer_id":167575,"tr_customer_product_id":167565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:56:36.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"86433522314885","imei1":"86433522314885","imei2":"86433522314885","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167557,"job_number":"JOB_167557","tr_customer_id":167574,"tr_customer_product_id":167564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:57:03.000Z","name":"Cortez Okuneva","mobile_number":"243-379-2128","email_id":"Evangeline.Haag37@yahoo.com","dop":"2025-04-06","serial_number":"13784274402878","imei1":"13784274402878","imei2":"13784274402878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167556,"job_number":"JOB_167556","tr_customer_id":167573,"tr_customer_product_id":167563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:19.000Z","modified_at":"2026-01-27T03:05:19.000Z","name":"Alvena Williamson","mobile_number":"423-695-9416","email_id":"Ralph_Daniel99@gmail.com","dop":"2025-04-06","serial_number":"13929952924531452","imei1":"13929952924531452","imei2":"13929952924531452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167555,"job_number":"JOB_167555","tr_customer_id":167572,"tr_customer_product_id":167562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:18.000Z","modified_at":"2026-01-27T03:05:53.000Z","name":"Lue Koss","mobile_number":"890-272-0890","email_id":"Kariane88@yahoo.com","dop":"2025-04-06","serial_number":"12622222412301","imei1":"12622222412301","imei2":"12622222412301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167554,"job_number":"JOB_167554","tr_customer_id":167571,"tr_customer_product_id":167561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:17.000Z","modified_at":"2026-01-27T03:05:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14795401254556","imei1":"14795401254556","imei2":"14795401254556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167553,"job_number":"JOB_167553","tr_customer_id":167570,"tr_customer_product_id":167560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:37.000Z","modified_at":"2026-01-27T03:04:37.000Z","name":"Donato Labadie","mobile_number":"458-864-3903","email_id":"Osbaldo.Skiles@yahoo.com","dop":"2025-04-06","serial_number":"16685826357599888","imei1":"16685826357599888","imei2":"16685826357599888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167552,"job_number":"JOB_167552","tr_customer_id":167569,"tr_customer_product_id":167559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:05:10.000Z","name":"Ines Bins","mobile_number":"331-644-1254","email_id":"Marianne95@hotmail.com","dop":"2025-04-06","serial_number":"10196588918332","imei1":"10196588918332","imei2":"10196588918332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167551,"job_number":"JOB_167551","tr_customer_id":167568,"tr_customer_product_id":167558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:04:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11769976971366","imei1":"11769976971366","imei2":"11769976971366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167550,"job_number":"JOB_167550","tr_customer_id":167567,"tr_customer_product_id":167557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:54.000Z","modified_at":"2026-01-27T03:03:54.000Z","name":"Jayce Olson","mobile_number":"471-289-5640","email_id":"Sister83@gmail.com","dop":"2025-04-06","serial_number":"16134674822616796","imei1":"16134674822616796","imei2":"16134674822616796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167549,"job_number":"JOB_167549","tr_customer_id":167566,"tr_customer_product_id":167556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:04:28.000Z","name":"Murphy Walker","mobile_number":"437-509-6401","email_id":"Jadyn_Dickinson89@hotmail.com","dop":"2025-04-06","serial_number":"16209779649139","imei1":"16209779649139","imei2":"16209779649139","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167548,"job_number":"JOB_167548","tr_customer_id":167565,"tr_customer_product_id":167555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:03:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14540231857564","imei1":"14540231857564","imei2":"14540231857564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167543,"job_number":"JOB_167543","tr_customer_id":167560,"tr_customer_product_id":167550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T01:31:06.000Z","modified_at":"2026-01-27T01:31:06.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-17","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-17T01:31:05.469619446Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T01:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168469,"job_number":"JOB_168469","tr_customer_id":168486,"tr_customer_product_id":168476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:07.000Z","modified_at":"2026-01-27T14:28:07.000Z","name":"Callie Bernhard","mobile_number":"870-614-3117","email_id":"Walton_Jakubowski30@yahoo.com","dop":"2000-01-31","serial_number":"1030842983708839","imei1":"1030842983708839","imei2":"1030842983708839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168467,"job_number":"JOB_168467","tr_customer_id":168484,"tr_customer_product_id":168474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:05.000Z","modified_at":"2026-01-27T14:28:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10669631252517","imei1":"10669631252517","imei2":"10669631252517","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168460,"job_number":"JOB_168460","tr_customer_id":168477,"tr_customer_product_id":168467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:14.000Z","modified_at":"2026-01-27T14:27:14.000Z","name":"Mossie Lindgren","mobile_number":"897-460-5705","email_id":"Keara.Funk@yahoo.com","dop":"2000-01-31","serial_number":"1076906634427195","imei1":"1076906634427195","imei2":"1076906634427195","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168458,"job_number":"JOB_168458","tr_customer_id":168475,"tr_customer_product_id":168465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:12.000Z","modified_at":"2026-01-27T14:27:12.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10272219680675","imei1":"10272219680675","imei2":"10272219680675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168457,"job_number":"JOB_168457","tr_customer_id":168474,"tr_customer_product_id":168464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:21.000Z","modified_at":"2026-01-27T14:26:21.000Z","name":"Valerie Hayes","mobile_number":"990-952-5100","email_id":"Odell.Lowe@yahoo.com","dop":"2000-01-31","serial_number":"1048247811600389","imei1":"1048247811600389","imei2":"1048247811600389","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168455,"job_number":"JOB_168455","tr_customer_id":168472,"tr_customer_product_id":168462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:19.000Z","modified_at":"2026-01-27T14:26:19.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10008870097241","imei1":"10008870097241","imei2":"10008870097241","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168450,"job_number":"JOB_168450","tr_customer_id":168467,"tr_customer_product_id":168457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:27.000Z","modified_at":"2026-01-27T14:25:27.000Z","name":"Alessandro Brekke","mobile_number":"308-295-0330","email_id":"Brionna_Wolff12@gmail.com","dop":"2000-01-31","serial_number":"1050533870084755","imei1":"1050533870084755","imei2":"1050533870084755","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168448,"job_number":"JOB_168448","tr_customer_id":168465,"tr_customer_product_id":168455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:25.000Z","modified_at":"2026-01-27T14:25:25.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10058359478847","imei1":"10058359478847","imei2":"10058359478847","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167893,"job_number":"JOB_167893","tr_customer_id":167910,"tr_customer_product_id":167900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:01.000Z","modified_at":"2026-01-27T06:38:01.000Z","name":"Jonatan Boyle","mobile_number":"565-294-8891","email_id":"Domenica_Bosco@gmail.com","dop":"2000-01-31","serial_number":"1030009739899854","imei1":"1030009739899854","imei2":"1030009739899854","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167891,"job_number":"JOB_167891","tr_customer_id":167908,"tr_customer_product_id":167898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:59.000Z","modified_at":"2026-01-27T06:37:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10174215740446","imei1":"10174215740446","imei2":"10174215740446","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167887,"job_number":"JOB_167887","tr_customer_id":167904,"tr_customer_product_id":167894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:17.000Z","modified_at":"2026-01-27T06:37:17.000Z","name":"Phyllis Stoltenberg","mobile_number":"269-487-7127","email_id":"Enos.Ernser@yahoo.com","dop":"2000-01-31","serial_number":"1017361775799387","imei1":"1017361775799387","imei2":"1017361775799387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167885,"job_number":"JOB_167885","tr_customer_id":167902,"tr_customer_product_id":167892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:15.000Z","modified_at":"2026-01-27T06:37:15.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10975522372856","imei1":"10975522372856","imei2":"10975522372856","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167876,"job_number":"JOB_167876","tr_customer_id":167893,"tr_customer_product_id":167883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:33.000Z","modified_at":"2026-01-27T06:36:33.000Z","name":"Princess Bartell","mobile_number":"610-243-2625","email_id":"Frederique.Nienow41@gmail.com","dop":"2000-01-31","serial_number":"1008582811372429","imei1":"1008582811372429","imei2":"1008582811372429","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167874,"job_number":"JOB_167874","tr_customer_id":167891,"tr_customer_product_id":167881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:31.000Z","modified_at":"2026-01-27T06:36:31.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10620499692264","imei1":"10620499692264","imei2":"10620499692264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167868,"job_number":"JOB_167868","tr_customer_id":167885,"tr_customer_product_id":167875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:49.000Z","modified_at":"2026-01-27T06:35:49.000Z","name":"Marcelle Zieme","mobile_number":"348-753-9040","email_id":"Lottie_Schiller95@hotmail.com","dop":"2000-01-31","serial_number":"1044629435192454","imei1":"1044629435192454","imei2":"1044629435192454","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167866,"job_number":"JOB_167866","tr_customer_id":167883,"tr_customer_product_id":167873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:35:47.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10437737016874","imei1":"10437737016874","imei2":"10437737016874","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167726,"job_number":"JOB_167726","tr_customer_id":167743,"tr_customer_product_id":167733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:35.000Z","modified_at":"2026-01-27T03:59:35.000Z","name":"Ansel Durgan","mobile_number":"326-411-8036","email_id":"Geo.Bayer12@yahoo.com","dop":"2000-01-31","serial_number":"1040609851694983","imei1":"1040609851694983","imei2":"1040609851694983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167724,"job_number":"JOB_167724","tr_customer_id":167741,"tr_customer_product_id":167731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T03:59:34.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10756932133754","imei1":"10756932133754","imei2":"10756932133754","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167701,"job_number":"JOB_167701","tr_customer_id":167718,"tr_customer_product_id":167708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"Gilda Moore","mobile_number":"609-676-5261","email_id":"Wade_Bernier40@hotmail.com","dop":"2000-01-31","serial_number":"1014467587513357","imei1":"1014467587513357","imei2":"1014467587513357","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167697,"job_number":"JOB_167697","tr_customer_id":167714,"tr_customer_product_id":167704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10404146666771","imei1":"10404146666771","imei2":"10404146666771","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167660,"job_number":"JOB_167660","tr_customer_id":167677,"tr_customer_product_id":167667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Lilla Rodriguez","mobile_number":"471-903-4904","email_id":"Miracle77@hotmail.com","dop":"2000-01-31","serial_number":"1003103858390333","imei1":"1003103858390333","imei2":"1003103858390333","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167656,"job_number":"JOB_167656","tr_customer_id":167673,"tr_customer_product_id":167663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10368661501071","imei1":"10368661501071","imei2":"10368661501071","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167604,"job_number":"JOB_167604","tr_customer_id":167621,"tr_customer_product_id":167611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:22.000Z","modified_at":"2026-01-27T03:57:22.000Z","name":"Kathlyn Emard","mobile_number":"883-509-2132","email_id":"Flavie_Vandervort@hotmail.com","dop":"2000-01-31","serial_number":"1042892078118244","imei1":"1042892078118244","imei2":"1042892078118244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167601,"job_number":"JOB_167601","tr_customer_id":167618,"tr_customer_product_id":167608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10001153009440","imei1":"10001153009440","imei2":"10001153009440","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_151329"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 1007B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mjh9.ax2Hdzq1LzvQQ6sf-WjoD14n-BoviHrWbawUh3cajSU
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 03e05ca0-b560-4c42-9eca-44dbb89b7ebb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 27
Request Body
{"searchText":"JOB_168615"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1007
ETag W/"3ef-gJ7PWf3QHqShBALu1AgJZUWEwzs"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":168615,"job_number":"JOB_168615","tr_customer_id":168632,"tr_customer_product_id":168622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:30.000Z","modified_at":"2026-01-27T17:05:40.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19544426198673","imei2":"19544426198673","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T17:05:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_151329' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_168615
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 2.56KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1Mjh9.ax2Hdzq1LzvQQ6sf-WjoD14n-BoviHrWbawUh3cajSU
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 0f36e3ee-39e9-4d82-b2df-fb3a178af9d4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"a3a-D+NVwxtI+nhXviEpKRcoVmLjFjU"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":168615,"job_number":"JOB_168615","tr_customer_id":168632,"tr_customer_product_id":168622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:30.000Z","modified_at":"2026-01-27T17:05:40.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19544426198673","imei2":"19544426198673","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T17:05:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":645277,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-27T17:05:30.000Z","created_at":"2026-01-27T17:05:30.000Z"},{"id":645278,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-27T17:05:30.000Z","created_at":"2026-01-27T17:05:30.000Z"},{"id":645279,"mst_action_status":"Pending For Repair","assigned_by":"John Cena","assigned_to":"Mark zuk","assigned_on":"2026-01-27T17:05:33.000Z","created_at":"2026-01-27T17:05:33.000Z"},{"id":645280,"mst_action_status":"Pending For QC","assigned_by":"Mark zuk","assigned_to":null,"assigned_on":"2026-01-27T17:05:35.000Z","created_at":"2026-01-27T17:05:35.000Z"},{"id":645281,"mst_action_status":"Pending for Delivery","assigned_by":"qc qc","assigned_to":null,"assigned_on":"2026-01-27T17:05:38.000Z","created_at":"2026-01-27T17:05:38.000Z"},{"id":645282,"mst_action_status":"Delivered to customer","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-27T17:05:40.000Z","created_at":"2026-01-27T17:05:40.000Z"},{"id":645283,"mst_action_status":"Job Closed Successfully","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-27T17:05:40.000Z","created_at":"2026-01-27T17:05:40.000Z"}],"problems":[{"id":150051,"problem":"Smartphone is running slow","remark":"phone slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-27T17:05:30.000Z"},{"id":150052,"problem":"Smartphone is running slow","remark":"updated os","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-01-27T17:05:36.000Z"}],"quatations":[]}}
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login?
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 690B

Test Pass Percentage
75 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 06e1383f-8870-46cc-8323-06ac99ef4910
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-/NVyADix2hPp1Z3jMUJxd2CiOVs"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDJ9.zF46uyWskZN1qtN2Tj1SJHfj2DlGbdFt42LcxdsOJds"}}
Test Information
NamePassedFailedSkipped
verify if the status code is 200 1 0 0
verify if the response message is Success 1 0 0
verify if the response time is less than 100 0 1 0
verify if the response token is not null 1 0 0
Total 3 1 0
Test Failure
Test NameAssertion Error
verify if the response time is less than 100
expected 225 to be below 100
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login?
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 226ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 49e7b62b-59df-4d40-906b-e6219d615fe6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 72
Request Body
{
            "username": "iamfdinvalid",
            "password": "invalidPassword"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
verify if the status code is 401 0 1 0
verify error message 1 0 0
validate json schema response 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
verify if the status code is 401
expected response to have status code 401 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://v1/userdetails
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDJ9.zF46uyWskZN1qtN2Tj1SJHfj2DlGbdFt42LcxdsOJds
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 587fe98c-ee52-4e79-96d1-bab22ce2a93a
Host
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 243B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDJ9.zF46uyWskZN1qtN2Tj1SJHfj2DlGbdFt42LcxdsOJds
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3d79f0ec-eb9a-4069-a976-8ed63bf1125b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 243
ETag W/"f3-mjWfzpOqhemjm6fYM0G7XnvHHys"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":1050},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 243B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDJ9.zF46uyWskZN1qtN2Tj1SJHfj2DlGbdFt42LcxdsOJds
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8b6409a6-a196-4419-b109-95b5c23dcd0e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 243
ETag W/"f3-mjWfzpOqhemjm6fYM0G7XnvHHys"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":1050},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
verify status code is 200 1 0 0
verify if the keys are present in response data array 1 0 0
Verify if the count for the json object Pending for delivery is Number or not 1 0 0
Verify if the count for the json object Created today is Number or not 1 0 0
Verify if the count for the json object Pending for FST assignment is Number or not 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 231ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDJ9.zF46uyWskZN1qtN2Tj1SJHfj2DlGbdFt42LcxdsOJds
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6b35b4af-f697-47a1-bfff-1ed51d5fd689
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 10.53KB

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDJ9.zF46uyWskZN1qtN2Tj1SJHfj2DlGbdFt42LcxdsOJds
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token db75e5e5-6933-4a7e-8cb1-b3b447045fab
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify whether the key mst_oem is present in the response 1 0 0
verify if the key is storing a non empty array 0 1 0
Total 1 1 0
Test Failure
Test NameAssertion Error
verify if the key is storing a non empty array
expected_keys is not defined
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Praj","last_name":"Test","mobile_number":"1234567891","mobile_number_alt":"","email_id":"praj22@test.com","email_id_alt":""},"customer_address":{"flat_number":"56","apartment_name":"ress","street_name":"4th Cross Road","landmark":"data","area":"4567","pincode":"560066","country":"India","state":"Karnataka"},"customer_product":{"dop":"2026-01-09T18:30:00.000Z","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","product_id":1,"mst_model_id":1},"problems":[{"id":1,"remark":"phone slow"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 284ms
Mean size per request: 233B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDJ9.zF46uyWskZN1qtN2Tj1SJHfj2DlGbdFt42LcxdsOJds
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3396d346-0cd6-4d85-8d3e-1183ea4f663b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1038
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Praj",
                "last_name": "Test",
                "mobile_number": "1234567891",
                "mobile_number_alt": "",
                "email_id": "praj22@test.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "56",
                "apartment_name": "ress",
                "street_name": "4th Cross Road",
                "landmark": "data",
                "area": "4567",
                "pincode": "560066",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2026-01-09T18:30:00.000Z",
                "serial_number": "12345678567567",
                "imei1": "18352914639882",
                "imei2": "18352914639882",
                "popurl": "2026-01-09T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 1
            },
            "problems": [
                {
                    "id": 1,
                    "remark": "phone slow"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-AHobscrRYTJxuE+SqXRpxo+RTrs"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":168616,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":168633,"tr_customer_product_id":168623,"job_number":"JOB_168616"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Praj","last_name":"Test","mobile_number":"1234567891","mobile_number_alt":"","email_id":"praj22@test.com","email_id_alt":""},"customer_address":{"flat_number":"56","apartment_name":"ress","street_name":"4th Cross Road","landmark":"data","area":"4567","pincode":"560066","country":"India","state":"Karnataka"},"customer_product":{"dop":"2026-01-09T18:30:00.000Z","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","product_id":1,"mst_model_id":1},"problems":[{"id":1,"remark":"phone slow"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create?randomNumber=18490025444105
Response Information
Response Code: 200 - OK
Mean time per request: 282ms
Mean size per request: 233B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDJ9.zF46uyWskZN1qtN2Tj1SJHfj2DlGbdFt42LcxdsOJds
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 33f269d7-d858-4957-8284-16cb521a8f20
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1038
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Praj",
                "last_name": "Test",
                "mobile_number": "1234567891",
                "mobile_number_alt": "",
                "email_id": "praj22@test.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "56",
                "apartment_name": "ress",
                "street_name": "4th Cross Road",
                "landmark": "data",
                "area": "4567",
                "pincode": "560066",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2026-01-09T18:30:00.000Z",
                "serial_number": "12345678567567",
                "imei1": "18490025444105",
                "imei2": "18490025444105",
                "popurl": "2026-01-09T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 1
            },
            "problems": [
                {
                    "id": 1,
                    "remark": "phone slow"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-5kenYsR+KmSHuuJIELNncjAJLP8"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":168617,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":168634,"tr_customer_product_id":168624,"job_number":"JOB_168617"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 243B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDJ9.zF46uyWskZN1qtN2Tj1SJHfj2DlGbdFt42LcxdsOJds
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 60fa6577-c422-4ad4-b62d-157063e40c11
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 243
ETag W/"f3-NzbhS3GpH3u/k9IQoDLjQul3AJA"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":1052},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
verify if the count for the created job today is incremented 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 674ms
Mean size per request: 1021.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDJ9.zF46uyWskZN1qtN2Tj1SJHfj2DlGbdFt42LcxdsOJds
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Cache-Control no-cache
Postman-Token 90a4e2f7-c4ae-4106-aa33-e950d9467a2b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"ff5b1-ReDxJ1CnFp1vrr++xc4g50P1O2E"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168555,"job_number":"JOB_168555","tr_customer_id":168572,"tr_customer_product_id":168562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:04.000Z","modified_at":"2026-01-27T14:39:14.000Z","name":"giyu tomiaka","mobile_number":"664-638-8499","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"942601100539197","imei1":"942601100539197","imei2":"942601100539197","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168554,"job_number":"JOB_168554","tr_customer_id":168571,"tr_customer_product_id":168561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:52.000Z","modified_at":"2026-01-27T14:39:02.000Z","name":"tanjiro kamado","mobile_number":"433-273-3217","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"207073624441731","imei1":"207073624441731","imei2":"207073624441731","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168553,"job_number":"JOB_168553","tr_customer_id":168570,"tr_customer_product_id":168560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:40.000Z","modified_at":"2026-01-27T14:38:50.000Z","name":"saitama sensei","mobile_number":"339-446-2160","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"875463016242838","imei1":"875463016242838","imei2":"875463016242838","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168535,"job_number":"JOB_168535","tr_customer_id":168552,"tr_customer_product_id":168542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Larissa Leuschke","mobile_number":"426-795-3122","email_id":"Elna.Rolfson28@hotmail.com","dop":"2025-06-09","serial_number":"109669950200651","imei1":"109669950200651","imei2":"109669950200651","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168534,"job_number":"JOB_168534","tr_customer_id":168551,"tr_customer_product_id":168541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:29.000Z","name":"Garfield Farrell","mobile_number":"952-254-4057","email_id":"Domenick87@hotmail.com","dop":"2025-06-09","serial_number":"100645100343978","imei1":"100645100343978","imei2":"100645100343978","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168533,"job_number":"JOB_168533","tr_customer_id":168550,"tr_customer_product_id":168540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:16.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103570441628619","imei1":"103570441628619","imei2":"103570441628619","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168530,"job_number":"JOB_168530","tr_customer_id":168547,"tr_customer_product_id":168537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Izaiah Kozey","mobile_number":"445-730-8619","email_id":"Tomasa2@hotmail.com","dop":"2025-06-09","serial_number":"105219142185075","imei1":"105219142185075","imei2":"105219142185075","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168528,"job_number":"JOB_168528","tr_customer_id":168545,"tr_customer_product_id":168535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:36:11.000Z","name":"Blanche VonRueden","mobile_number":"500-940-1093","email_id":"Andre.Schmidt@yahoo.com","dop":"2025-06-09","serial_number":"103384821840244","imei1":"103384821840244","imei2":"103384821840244","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168526,"job_number":"JOB_168526","tr_customer_id":168543,"tr_customer_product_id":168533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100344471231049","imei1":"100344471231049","imei2":"100344471231049","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168525,"job_number":"JOB_168525","tr_customer_id":168542,"tr_customer_product_id":168532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:43.000Z","modified_at":"2026-01-27T14:35:43.000Z","name":"Elise Dicki","mobile_number":"458-642-9793","email_id":"Reece.Crist@gmail.com","dop":"2025-06-09","serial_number":"16083747907973634","imei1":"16083747907973634","imei2":"16083747907973634","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168524,"job_number":"JOB_168524","tr_customer_id":168541,"tr_customer_product_id":168531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:42.000Z","modified_at":"2026-01-27T14:35:42.000Z","name":"Chaz Bogisich","mobile_number":"392-210-9533","email_id":"Celia_Kris@yahoo.com","dop":"2025-06-09","serial_number":"108671743184142","imei1":"108671743184142","imei2":"108671743184142","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168523,"job_number":"JOB_168523","tr_customer_id":168540,"tr_customer_product_id":168530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:41.000Z","modified_at":"2026-01-27T14:35:54.000Z","name":"Godfrey Dickens","mobile_number":"885-371-1600","email_id":"Cecelia.Satterfield13@yahoo.com","dop":"2025-06-09","serial_number":"107593543432128","imei1":"107593543432128","imei2":"107593543432128","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168522,"job_number":"JOB_168522","tr_customer_id":168539,"tr_customer_product_id":168529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:41.000Z","modified_at":"2026-01-27T14:35:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109228975100349","imei1":"109228975100349","imei2":"109228975100349","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168454,"job_number":"JOB_168454","tr_customer_id":168471,"tr_customer_product_id":168461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:02.000Z","modified_at":"2026-01-27T14:29:21.000Z","name":"Harsha VK","mobile_number":"8217871373","email_id":"harshahar03@gmail.com","dop":"2026-01-07","serial_number":"12312343243432","imei1":"12312343243432","imei2":"12312343243432","popurl":"2026-01-07T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-27T14:29:21.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":168420,"job_number":"JOB_168420","tr_customer_id":168437,"tr_customer_product_id":168427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:08.000Z","modified_at":"2026-01-27T14:20:32.000Z","name":"Jalyn Roberts","mobile_number":"622-230-0011","email_id":"Jess.Grant61@yahoo.com","dop":"2025-10-01","serial_number":"11790772838237","imei1":"11790772838237","imei2":"11790772838237","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168419,"job_number":"JOB_168419","tr_customer_id":168436,"tr_customer_product_id":168426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Herta Muller","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166178795897785","imei1":"166178795897785","imei2":"166178795897785","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168418,"job_number":"JOB_168418","tr_customer_id":168435,"tr_customer_product_id":168425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Tom Weber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166434105009195","imei1":"166434105009195","imei2":"166434105009195","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168417,"job_number":"JOB_168417","tr_customer_id":168434,"tr_customer_product_id":168424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Beryl Borer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128719321275112","imei1":"128719321275112","imei2":"128719321275112","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168416,"job_number":"JOB_168416","tr_customer_id":168433,"tr_customer_product_id":168423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:02.000Z","modified_at":"2026-01-27T14:20:02.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"184639982898047","imei1":"184639982898047","imei2":"184639982898047","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168415,"job_number":"JOB_168415","tr_customer_id":168432,"tr_customer_product_id":168422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:49.000Z","modified_at":"2026-01-27T14:19:49.000Z","name":"Lennie Hyatt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128484971475887","imei1":"128484971475887","imei2":"128484971475887","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168414,"job_number":"JOB_168414","tr_customer_id":168431,"tr_customer_product_id":168421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Irwin Schulist","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170474120072593","imei1":"170474120072593","imei2":"170474120072593","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168413,"job_number":"JOB_168413","tr_customer_id":168430,"tr_customer_product_id":168420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Kaitlin Macejkovic","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123011456727925","imei1":"123011456727925","imei2":"123011456727925","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168412,"job_number":"JOB_168412","tr_customer_id":168429,"tr_customer_product_id":168419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"136721794885198","imei1":"136721794885198","imei2":"136721794885198","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168408,"job_number":"JOB_168408","tr_customer_id":168425,"tr_customer_product_id":168415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:03.000Z","modified_at":"2026-01-27T14:03:15.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"61244624026113","imei1":"61244624026113","imei2":"61244624026113","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:03:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168404,"job_number":"JOB_168404","tr_customer_id":168421,"tr_customer_product_id":168411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:47.000Z","modified_at":"2026-01-27T14:02:59.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"83368626841605","imei1":"83368626841605","imei2":"83368626841605","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168024,"job_number":"JOB_168024","tr_customer_id":168041,"tr_customer_product_id":168031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:44:16.000Z","modified_at":"2026-01-27T16:39:15.000Z","name":"Nitin Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"97707161098983","imei1":"97707161098983","imei2":"97707161098983","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167975,"job_number":"JOB_167975","tr_customer_id":167992,"tr_customer_product_id":167982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:57.000Z","name":"Tyra Bode","mobile_number":"345-387-5492","email_id":"Vinnie_Hansen8@hotmail.com","dop":"2025-11-04","serial_number":"15467931154278","imei1":"15467931154278","imei2":"15467931154278","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167972,"job_number":"JOB_167972","tr_customer_id":167989,"tr_customer_product_id":167979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:27.000Z","modified_at":"2026-01-27T07:47:40.000Z","name":"Myrtie Von","mobile_number":"535-695-3663","email_id":"Garry.Deckow@gmail.com","dop":"2025-11-04","serial_number":"55820820197905","imei1":"55820820197905","imei2":"55820820197905","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167971,"job_number":"JOB_167971","tr_customer_id":167988,"tr_customer_product_id":167978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:10.000Z","modified_at":"2026-01-27T07:47:22.000Z","name":"Hailey Rath","mobile_number":"746-636-4364","email_id":"George0@yahoo.com","dop":"2025-11-04","serial_number":"84569898271866","imei1":"84569898271866","imei2":"84569898271866","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167956,"job_number":"JOB_167956","tr_customer_id":167973,"tr_customer_product_id":167963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:36:05.000Z","modified_at":"2026-01-27T07:36:05.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Bernita92@hotmail.com","dop":"2025-07-02","serial_number":"19468135399299","imei1":"19468135399299","imei2":"19468135399299","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167955,"job_number":"JOB_167955","tr_customer_id":167972,"tr_customer_product_id":167962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:45.000Z","modified_at":"2026-01-27T07:35:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Markus_Morar4@gmail.com","dop":"2025-07-02","serial_number":"11330791329777","imei1":"11330791329777","imei2":"11330791329777","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167954,"job_number":"JOB_167954","tr_customer_id":167971,"tr_customer_product_id":167961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:24.000Z","modified_at":"2026-01-27T07:35:24.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Jovan_Lakin@yahoo.com","dop":"2025-07-02","serial_number":"12311241407709","imei1":"12311241407709","imei2":"12311241407709","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167953,"job_number":"JOB_167953","tr_customer_id":167970,"tr_customer_product_id":167960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:28:10.000Z","modified_at":"2026-01-27T07:28:21.000Z","name":"Emie Bergstrom","mobile_number":"359-635-2065","email_id":"Marjorie.Larkin@yahoo.com","dop":"2025-11-04","serial_number":"32225753709504","imei1":"32225753709504","imei2":"32225753709504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167952,"job_number":"JOB_167952","tr_customer_id":167969,"tr_customer_product_id":167959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:55.000Z","modified_at":"2026-01-27T07:28:06.000Z","name":"Hubert Rolfson","mobile_number":"399-357-0889","email_id":"Giuseppe18@yahoo.com","dop":"2025-11-04","serial_number":"52472548051072","imei1":"52472548051072","imei2":"52472548051072","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167951,"job_number":"JOB_167951","tr_customer_id":167968,"tr_customer_product_id":167958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:39.000Z","modified_at":"2026-01-27T07:27:51.000Z","name":"Bernita Johnston","mobile_number":"924-316-2364","email_id":"Sylvester.Thompson@yahoo.com","dop":"2025-11-04","serial_number":"51972504316060","imei1":"51972504316060","imei2":"51972504316060","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167846,"job_number":"JOB_167846","tr_customer_id":167863,"tr_customer_product_id":167853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"63418459119098","imei1":"63418459119098","imei2":"63418459119098","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167842,"job_number":"JOB_167842","tr_customer_id":167859,"tr_customer_product_id":167849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:59.000Z","modified_at":"2026-01-27T06:30:12.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"14949087610513","imei1":"14949087610513","imei2":"14949087610513","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167841,"job_number":"JOB_167841","tr_customer_id":167858,"tr_customer_product_id":167848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:41.000Z","modified_at":"2026-01-27T06:29:54.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"83346861180614","imei1":"83346861180614","imei2":"83346861180614","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167814,"job_number":"JOB_167814","tr_customer_id":167831,"tr_customer_product_id":167821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:22:09.000Z","modified_at":"2026-01-27T06:22:36.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"87489460908188","imei1":"87489460908188","imei2":"87489460908188","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167813,"job_number":"JOB_167813","tr_customer_id":167830,"tr_customer_product_id":167820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:34.000Z","modified_at":"2026-01-27T06:20:34.000Z","name":"Sonny Turner","mobile_number":"799-958-6159","email_id":"Donna.MacGyver@yahoo.com","dop":"2025-06-09","serial_number":"103029682528025","imei1":"103029682528025","imei2":"103029682528025","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167812,"job_number":"JOB_167812","tr_customer_id":167829,"tr_customer_product_id":167819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:44.000Z","name":"Bryce Leffler","mobile_number":"385-608-7314","email_id":"Eleanora34@gmail.com","dop":"2025-06-09","serial_number":"101447873691916","imei1":"101447873691916","imei2":"101447873691916","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167811,"job_number":"JOB_167811","tr_customer_id":167828,"tr_customer_product_id":167818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100068897076486","imei1":"100068897076486","imei2":"100068897076486","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167807,"job_number":"JOB_167807","tr_customer_id":167824,"tr_customer_product_id":167814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:18.000Z","modified_at":"2026-01-27T06:20:18.000Z","name":"Adan Padberg","mobile_number":"624-381-5378","email_id":"Jessika.Roob@hotmail.com","dop":"2025-06-09","serial_number":"101487988748895","imei1":"101487988748895","imei2":"101487988748895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167806,"job_number":"JOB_167806","tr_customer_id":167823,"tr_customer_product_id":167813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:29.000Z","name":"Ruben Christiansen","mobile_number":"731-322-8089","email_id":"Rylan70@gmail.com","dop":"2025-06-09","serial_number":"101454981814787","imei1":"101454981814787","imei2":"101454981814787","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167805,"job_number":"JOB_167805","tr_customer_id":167822,"tr_customer_product_id":167812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:17.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107185650913150","imei1":"107185650913150","imei2":"107185650913150","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167804,"job_number":"JOB_167804","tr_customer_id":167821,"tr_customer_product_id":167811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:02.000Z","modified_at":"2026-01-27T06:20:02.000Z","name":"Margarete Runolfsson","mobile_number":"585-678-2135","email_id":"Neha_McCullough@yahoo.com","dop":"2025-06-09","serial_number":"102551438914382","imei1":"102551438914382","imei2":"102551438914382","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167803,"job_number":"JOB_167803","tr_customer_id":167820,"tr_customer_product_id":167810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:13.000Z","name":"Rashad Fritsch","mobile_number":"226-706-0013","email_id":"Jan_Boyle4@hotmail.com","dop":"2025-06-09","serial_number":"109276788223497","imei1":"109276788223497","imei2":"109276788223497","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167802,"job_number":"JOB_167802","tr_customer_id":167819,"tr_customer_product_id":167809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:01.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101552759016705","imei1":"101552759016705","imei2":"101552759016705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167795,"job_number":"JOB_167795","tr_customer_id":167812,"tr_customer_product_id":167802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:18:21.000Z","modified_at":"2026-01-27T06:18:44.000Z","name":"Enrico Kirlin","mobile_number":"251-555-3855","email_id":"Eli72@yahoo.com","dop":"2025-10-01","serial_number":"11322837650533","imei1":"11322837650533","imei2":"11322837650533","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167794,"job_number":"JOB_167794","tr_customer_id":167811,"tr_customer_product_id":167801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:35.000Z","modified_at":"2026-01-27T06:18:02.000Z","name":"Troy Langworth","mobile_number":"692-491-3396","email_id":"Bernadine.Runolfsdottir@hotmail.com","dop":"2025-11-04","serial_number":"84989457462321","imei1":"84989457462321","imei2":"84989457462321","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167793,"job_number":"JOB_167793","tr_customer_id":167810,"tr_customer_product_id":167800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:19.000Z","modified_at":"2026-01-27T06:17:30.000Z","name":"Wilhelmine Nienow","mobile_number":"634-944-3525","email_id":"Vena.Toy@gmail.com","dop":"2025-11-04","serial_number":"50739144913283","imei1":"50739144913283","imei2":"50739144913283","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167758,"job_number":"JOB_167758","tr_customer_id":167775,"tr_customer_product_id":167765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:13.000Z","modified_at":"2026-01-27T04:39:13.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19392864251321","imei1":"19392864251321","imei2":"19392864251321","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167757,"job_number":"JOB_167757","tr_customer_id":167774,"tr_customer_product_id":167764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:12.000Z","modified_at":"2026-01-27T04:39:22.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15588334816566","imei1":"15588334816566","imei2":"15588334816566","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167717,"job_number":"JOB_167717","tr_customer_id":167734,"tr_customer_product_id":167724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:13.000Z","name":"Emie Greenholt","mobile_number":"985-658-9900","email_id":"Rod41@hotmail.com","dop":"2025-06-09","serial_number":"105938978155234","imei1":"105938978155234","imei2":"105938978155234","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167716,"job_number":"JOB_167716","tr_customer_id":167733,"tr_customer_product_id":167723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:24.000Z","name":"Bennie Franecki","mobile_number":"802-828-9137","email_id":"Mario.Sanford@yahoo.com","dop":"2025-06-09","serial_number":"108192504023156","imei1":"108192504023156","imei2":"108192504023156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167715,"job_number":"JOB_167715","tr_customer_id":167732,"tr_customer_product_id":167722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:12.000Z","modified_at":"2026-01-27T03:59:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109186152508815","imei1":"109186152508815","imei2":"109186152508815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167707,"job_number":"JOB_167707","tr_customer_id":167724,"tr_customer_product_id":167714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Fermin Morar","mobile_number":"734-674-9275","email_id":"Monica.Schroeder@hotmail.com","dop":"2025-06-09","serial_number":"109431696412298","imei1":"109431696412298","imei2":"109431696412298","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167706,"job_number":"JOB_167706","tr_customer_id":167723,"tr_customer_product_id":167713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Kayley Grant","mobile_number":"987-283-8009","email_id":"Germaine16@gmail.com","dop":"2025-06-09","serial_number":"102323060459001","imei1":"102323060459001","imei2":"102323060459001","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167705,"job_number":"JOB_167705","tr_customer_id":167722,"tr_customer_product_id":167712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108554028495768","imei1":"108554028495768","imei2":"108554028495768","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167690,"job_number":"JOB_167690","tr_customer_id":167707,"tr_customer_product_id":167697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Yasmine O'Conner","mobile_number":"276-226-2059","email_id":"Micheal.Langworth@hotmail.com","dop":"2025-06-09","serial_number":"104117836226352","imei1":"104117836226352","imei2":"104117836226352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167688,"job_number":"JOB_167688","tr_customer_id":167705,"tr_customer_product_id":167695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:52.000Z","name":"Devyn Jerde","mobile_number":"833-279-3346","email_id":"Deja72@yahoo.com","dop":"2025-06-09","serial_number":"103696049142109","imei1":"103696049142109","imei2":"103696049142109","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167686,"job_number":"JOB_167686","tr_customer_id":167703,"tr_customer_product_id":167693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109429601299068","imei1":"109429601299068","imei2":"109429601299068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167647,"job_number":"JOB_167647","tr_customer_id":167664,"tr_customer_product_id":167654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Royce Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187031398724326","imei1":"187031398724326","imei2":"187031398724326","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167646,"job_number":"JOB_167646","tr_customer_id":167663,"tr_customer_product_id":167653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"George Wehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162741629655708","imei1":"162741629655708","imei2":"162741629655708","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167645,"job_number":"JOB_167645","tr_customer_id":167662,"tr_customer_product_id":167652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Joesph Wisozk","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180299567372427","imei1":"180299567372427","imei2":"180299567372427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167644,"job_number":"JOB_167644","tr_customer_id":167661,"tr_customer_product_id":167651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"160947787121403","imei1":"160947787121403","imei2":"160947787121403","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167635,"job_number":"JOB_167635","tr_customer_id":167652,"tr_customer_product_id":167642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Kayley Cartwright","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142568640052876","imei1":"142568640052876","imei2":"142568640052876","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167634,"job_number":"JOB_167634","tr_customer_id":167651,"tr_customer_product_id":167641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Constantin Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114120787849256","imei1":"114120787849256","imei2":"114120787849256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167633,"job_number":"JOB_167633","tr_customer_id":167650,"tr_customer_product_id":167640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Tanner Bernhard","mobile_number":"590-234-8156","email_id":"Hardy74@yahoo.com","dop":"2025-10-01","serial_number":"12083728362528","imei1":"12083728362528","imei2":"12083728362528","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167632,"job_number":"JOB_167632","tr_customer_id":167649,"tr_customer_product_id":167639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Krystel Mertz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169905397032309","imei1":"169905397032309","imei2":"169905397032309","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167631,"job_number":"JOB_167631","tr_customer_id":167648,"tr_customer_product_id":167638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:46.000Z","modified_at":"2026-01-27T03:57:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113592422631647","imei1":"113592422631647","imei2":"113592422631647","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167610,"job_number":"JOB_167610","tr_customer_id":167627,"tr_customer_product_id":167617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:32.000Z","modified_at":"2026-01-27T03:57:32.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Kim_Senger19@yahoo.com","dop":"2025-07-02","serial_number":"14478206148415","imei1":"14478206148415","imei2":"14478206148415","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167598,"job_number":"JOB_167598","tr_customer_id":167615,"tr_customer_product_id":167605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"giyu tomiaka","mobile_number":"325-918-4615","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"898295578132122","imei1":"898295578132122","imei2":"898295578132122","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167589,"job_number":"JOB_167589","tr_customer_id":167606,"tr_customer_product_id":167596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:15.000Z","modified_at":"2026-01-27T03:57:15.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kelsi_Schiller40@hotmail.com","dop":"2025-07-02","serial_number":"18330157911715","imei1":"18330157911715","imei2":"18330157911715","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167583,"job_number":"JOB_167583","tr_customer_id":167600,"tr_customer_product_id":167590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:08.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"tanjiro kamado","mobile_number":"491-800-0516","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"186981793403282","imei1":"186981793403282","imei2":"186981793403282","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167580,"job_number":"JOB_167580","tr_customer_id":167597,"tr_customer_product_id":167587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:58.000Z","modified_at":"2026-01-27T03:56:58.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Sonia_Reichel97@hotmail.com","dop":"2025-07-02","serial_number":"19374980428044","imei1":"19374980428044","imei2":"19374980428044","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167579,"job_number":"JOB_167579","tr_customer_id":167596,"tr_customer_product_id":167586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:57.000Z","modified_at":"2026-01-27T03:57:06.000Z","name":"saitama sensei","mobile_number":"241-714-5923","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"720202871951017","imei1":"720202871951017","imei2":"720202871951017","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167547,"job_number":"JOB_167547","tr_customer_id":167564,"tr_customer_product_id":167554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:17.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13975438843936","imei1":"13975438843936","imei2":"13975438843936","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167546,"job_number":"JOB_167546","tr_customer_id":167563,"tr_customer_product_id":167553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:26.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19803285126055","imei1":"19803285126055","imei2":"19803285126055","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167545,"job_number":"JOB_167545","tr_customer_id":167562,"tr_customer_product_id":167552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:15.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13453255964591","imei1":"13453255964591","imei2":"13453255964591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167544,"job_number":"JOB_167544","tr_customer_id":167561,"tr_customer_product_id":167551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:24.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16856548964448","imei1":"16856548964448","imei2":"16856548964448","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168617,"job_number":"JOB_168617","tr_customer_id":168634,"tr_customer_product_id":168624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:44.000Z","modified_at":"2026-01-27T17:05:44.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18490025444105","imei2":"18490025444105","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168616,"job_number":"JOB_168616","tr_customer_id":168633,"tr_customer_product_id":168623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:44.000Z","modified_at":"2026-01-27T17:05:44.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18352914639882","imei2":"18352914639882","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168615,"job_number":"JOB_168615","tr_customer_id":168632,"tr_customer_product_id":168622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:30.000Z","modified_at":"2026-01-27T17:05:40.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19544426198673","imei2":"19544426198673","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T17:05:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168614,"job_number":"JOB_168614","tr_customer_id":168631,"tr_customer_product_id":168621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:30.000Z","modified_at":"2026-01-27T17:05:30.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13836594412538","imei2":"13836594412538","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168613,"job_number":"JOB_168613","tr_customer_id":168630,"tr_customer_product_id":168620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19220833279008","imei2":"19220833279008","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T17:05:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168612,"job_number":"JOB_168612","tr_customer_id":168629,"tr_customer_product_id":168619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16296194773734","imei2":"16296194773734","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168611,"job_number":"JOB_168611","tr_customer_id":168628,"tr_customer_product_id":168618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:02:16.000Z","modified_at":"2026-01-27T17:02:16.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-01-17","serial_number":"87988284085858","imei1":"87988284085858","imei2":"87988284085858","popurl":"2026-01-17T17:02:15.590744627Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168610,"job_number":"JOB_168610","tr_customer_id":168627,"tr_customer_product_id":168617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:59:19.000Z","modified_at":"2026-01-27T16:59:19.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-01-17","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-01-17T16:59:18.674666402Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:59:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168609,"job_number":"JOB_168609","tr_customer_id":168626,"tr_customer_product_id":168616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:52.000Z","modified_at":"2026-01-27T16:58:52.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2026-01-17T16:58:51.281320551Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168608,"job_number":"JOB_168608","tr_customer_id":168625,"tr_customer_product_id":168615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:46.000Z","modified_at":"2026-01-27T16:58:46.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376402","imei1":"499863806376402","imei2":"499863806376402","popurl":"2026-01-17T16:58:45.122655427Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168607,"job_number":"JOB_168607","tr_customer_id":168624,"tr_customer_product_id":168614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:33.000Z","modified_at":"2026-01-27T16:58:33.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806375566","imei1":"499863806375566","imei2":"499863806375566","popurl":"2026-01-17T16:58:32.562471011Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168606,"job_number":"JOB_168606","tr_customer_id":168623,"tr_customer_product_id":168613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:52.000Z","modified_at":"2026-01-27T16:57:52.000Z","name":"Goswamee Shukla","mobile_number":"7097990517","email_id":"kamla.marar@hotmail.com","dop":"2026-01-17","serial_number":"484627285911710","imei1":"484627285911710","imei2":"484627285911710","popurl":"www.mahesh-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168605,"job_number":"JOB_168605","tr_customer_id":168622,"tr_customer_product_id":168612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:33.000Z","modified_at":"2026-01-27T16:57:33.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-17","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-17T16:57:32.867823459Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168604,"job_number":"JOB_168604","tr_customer_id":168621,"tr_customer_product_id":168611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:17.000Z","modified_at":"2026-01-27T16:55:17.000Z","name":"Chandravati Chattopadhyay","mobile_number":"8631652004","email_id":"kalyani.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"19520624202631","imei1":"19520624202631","imei2":"19520624202631","popurl":"www.akula-banerjee.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168603,"job_number":"JOB_168603","tr_customer_id":168620,"tr_customer_product_id":168610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:05.000Z","modified_at":"2026-01-27T16:55:05.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"19953254555558","imei1":"19953254555558","imei2":"19953254555558","popurl":"2026-01-17T16:54:55.361742867Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168602,"job_number":"JOB_168602","tr_customer_id":168619,"tr_customer_product_id":168609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:19.000Z","modified_at":"2026-01-27T16:54:19.000Z","name":"Geeta Varma","mobile_number":"8645740548","email_id":"ajit.iyengar@gmail.com","dop":"2026-01-17","serial_number":"80907096314582","imei1":"80907096314582","imei2":"80907096314582","popurl":"www.devasree-gupta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168601,"job_number":"JOB_168601","tr_customer_id":168618,"tr_customer_product_id":168608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:07.000Z","modified_at":"2026-01-27T16:54:07.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"25343391732759","imei1":"25343391732759","imei2":"25343391732759","popurl":"2026-01-17T16:53:57.624039735Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168600,"job_number":"JOB_168600","tr_customer_id":168617,"tr_customer_product_id":168607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:41:27.000Z","modified_at":"2026-01-27T16:41:27.000Z","name":"Sharda Pillai","mobile_number":"8683347037","email_id":"chandranath.guha@gmail.com","dop":"2026-01-17","serial_number":"39843149417090","imei1":"39843149417090","imei2":"39843149417090","popurl":"www.vaishnavi-varrier.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168599,"job_number":"JOB_168599","tr_customer_id":168616,"tr_customer_product_id":168606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:39:44.000Z","modified_at":"2026-01-27T16:39:44.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"73596642243346","imei1":"73596642243346","imei2":"73596642243346","popurl":"2026-01-17T16:39:41.482427800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168598,"job_number":"JOB_168598","tr_customer_id":168615,"tr_customer_product_id":168605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:36.000Z","modified_at":"2026-01-27T16:32:36.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70603217290434","imei1":"70603217290434","imei2":"70603217290434","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168597,"job_number":"JOB_168597","tr_customer_id":168614,"tr_customer_product_id":168604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:35.000Z","modified_at":"2026-01-27T16:33:04.000Z","name":"Florida Renner","mobile_number":"473-632-9627","email_id":"Filomena.Lindgren91@gmail.com","dop":"2026-01-04","serial_number":"10975282029036","imei1":"10975282029036","imei2":"10975282029036","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168596,"job_number":"JOB_168596","tr_customer_id":168613,"tr_customer_product_id":168603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:34.000Z","modified_at":"2026-01-27T16:32:34.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15467269520743","imei1":"15467269520743","imei2":"15467269520743","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168595,"job_number":"JOB_168595","tr_customer_id":168612,"tr_customer_product_id":168602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:00.000Z","modified_at":"2026-01-27T16:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"35289861359381","imei1":"35289861359381","imei2":"35289861359381","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168594,"job_number":"JOB_168594","tr_customer_id":168611,"tr_customer_product_id":168601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:59.000Z","modified_at":"2026-01-27T16:32:29.000Z","name":"Onie Wehner","mobile_number":"525-707-7386","email_id":"Guiseppe10@yahoo.com","dop":"2026-01-04","serial_number":"19591251401430","imei1":"19591251401430","imei2":"19591251401430","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168593,"job_number":"JOB_168593","tr_customer_id":168610,"tr_customer_product_id":168600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:58.000Z","modified_at":"2026-01-27T16:31:58.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10242320510615","imei1":"10242320510615","imei2":"10242320510615","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168592,"job_number":"JOB_168592","tr_customer_id":168609,"tr_customer_product_id":168599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:24.000Z","modified_at":"2026-01-27T16:31:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"109956327037031","imei1":"109956327037031","imei2":"109956327037031","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168591,"job_number":"JOB_168591","tr_customer_id":168608,"tr_customer_product_id":168598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:22.000Z","modified_at":"2026-01-27T16:31:53.000Z","name":"Jewel Jakubowski","mobile_number":"344-549-8027","email_id":"Emmanuel.Gorczany85@yahoo.com","dop":"2026-01-04","serial_number":"13123661182437","imei1":"13123661182437","imei2":"13123661182437","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168590,"job_number":"JOB_168590","tr_customer_id":168607,"tr_customer_product_id":168597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:22.000Z","modified_at":"2026-01-27T16:31:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16840232757090","imei1":"16840232757090","imei2":"16840232757090","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168589,"job_number":"JOB_168589","tr_customer_id":168606,"tr_customer_product_id":168596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:13.000Z","modified_at":"2026-01-27T16:18:13.000Z","name":"Vivien Smitham","mobile_number":"858-499-2536","email_id":"Antonette78@yahoo.com","dop":"2025-04-06","serial_number":"18109953822130028","imei1":"18109953822130028","imei2":"18109953822130028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168588,"job_number":"JOB_168588","tr_customer_id":168605,"tr_customer_product_id":168595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:12.000Z","modified_at":"2026-01-27T16:18:50.000Z","name":"Vicenta Hickle","mobile_number":"903-700-9662","email_id":"Jolie_Goodwin99@gmail.com","dop":"2025-04-06","serial_number":"14823471304770","imei1":"14823471304770","imei2":"14823471304770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:18:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168587,"job_number":"JOB_168587","tr_customer_id":168604,"tr_customer_product_id":168594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:11.000Z","modified_at":"2026-01-27T16:18:11.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14714863311555","imei1":"14714863311555","imei2":"14714863311555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168586,"job_number":"JOB_168586","tr_customer_id":168603,"tr_customer_product_id":168593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:27.000Z","modified_at":"2026-01-27T16:17:27.000Z","name":"Howell Jacobson","mobile_number":"361-577-6200","email_id":"Bettye99@gmail.com","dop":"2025-04-06","serial_number":"11158835911723754","imei1":"11158835911723754","imei2":"11158835911723754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168585,"job_number":"JOB_168585","tr_customer_id":168602,"tr_customer_product_id":168592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:26.000Z","modified_at":"2026-01-27T16:18:05.000Z","name":"Nathan Bailey","mobile_number":"314-431-0996","email_id":"Christop_McDermott@hotmail.com","dop":"2025-04-06","serial_number":"14199266172636","imei1":"14199266172636","imei2":"14199266172636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:18:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168584,"job_number":"JOB_168584","tr_customer_id":168601,"tr_customer_product_id":168591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:26.000Z","modified_at":"2026-01-27T16:17:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18383213369686","imei1":"18383213369686","imei2":"18383213369686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168583,"job_number":"JOB_168583","tr_customer_id":168600,"tr_customer_product_id":168590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:41.000Z","modified_at":"2026-01-27T16:16:41.000Z","name":"Tracy Abshire","mobile_number":"502-523-6760","email_id":"Vicente_Gaylord40@hotmail.com","dop":"2025-04-06","serial_number":"19341599533965390","imei1":"19341599533965390","imei2":"19341599533965390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168582,"job_number":"JOB_168582","tr_customer_id":168599,"tr_customer_product_id":168589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:40.000Z","modified_at":"2026-01-27T16:17:19.000Z","name":"Elouise Turner","mobile_number":"281-714-2653","email_id":"Vincenzo_Watsica@hotmail.com","dop":"2025-04-06","serial_number":"13726058481533","imei1":"13726058481533","imei2":"13726058481533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:17:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168581,"job_number":"JOB_168581","tr_customer_id":168598,"tr_customer_product_id":168588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:40.000Z","modified_at":"2026-01-27T16:16:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19879525328995","imei1":"19879525328995","imei2":"19879525328995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168580,"job_number":"JOB_168580","tr_customer_id":168597,"tr_customer_product_id":168587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:27.000Z","modified_at":"2026-01-27T16:16:27.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"26134993278674","imei1":"26134993278674","imei2":"26134993278674","popurl":"2026-01-17T16:16:24.365383100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168579,"job_number":"JOB_168579","tr_customer_id":168596,"tr_customer_product_id":168586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:50:38.000Z","modified_at":"2026-01-27T15:50:38.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-27","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-27T15:50:37.630Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168578,"job_number":"JOB_168578","tr_customer_id":168595,"tr_customer_product_id":168585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:29.000Z","modified_at":"2026-01-27T15:48:39.000Z","name":"Alison Kuvalis","mobile_number":"379-968-0460","email_id":"Kirk66@hotmail.com","dop":"2025-07-01","serial_number":"101065600915747","imei1":"101065600915747","imei2":"101065600915747","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168577,"job_number":"JOB_168577","tr_customer_id":168594,"tr_customer_product_id":168584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:29.000Z","modified_at":"2026-01-27T15:48:29.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"107279565771392","imei1":"107279565771392","imei2":"107279565771392","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168576,"job_number":"JOB_168576","tr_customer_id":168593,"tr_customer_product_id":168583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:15.000Z","modified_at":"2026-01-27T15:48:27.000Z","name":"Juvenal Shanahan","mobile_number":"384-532-4924","email_id":"Pauline_Smitham@hotmail.com","dop":"2025-07-01","serial_number":"101202221373248","imei1":"101202221373248","imei2":"101202221373248","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168575,"job_number":"JOB_168575","tr_customer_id":168592,"tr_customer_product_id":168582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:15.000Z","modified_at":"2026-01-27T15:48:15.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109903425247588","imei1":"109903425247588","imei2":"109903425247588","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168574,"job_number":"JOB_168574","tr_customer_id":168591,"tr_customer_product_id":168581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:04:44.000Z","modified_at":"2026-01-27T15:04:44.000Z","name":"Mitchel Conn","mobile_number":"430-780-4511","email_id":"Syble18@yahoo.com","dop":"2025-04-06","serial_number":"15469866002304072","imei1":"15469866002304072","imei2":"15469866002304072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:04:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168573,"job_number":"JOB_168573","tr_customer_id":168590,"tr_customer_product_id":168580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:04:43.000Z","modified_at":"2026-01-27T15:05:22.000Z","name":"Wayne Jaskolski","mobile_number":"298-435-5449","email_id":"Earnest.Miller@yahoo.com","dop":"2025-04-06","serial_number":"15831377211719","imei1":"15831377211719","imei2":"15831377211719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168572,"job_number":"JOB_168572","tr_customer_id":168589,"tr_customer_product_id":168579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:57.000Z","modified_at":"2026-01-27T15:03:57.000Z","name":"Arch Langworth","mobile_number":"541-458-0847","email_id":"Piper.Brakus18@gmail.com","dop":"2025-04-06","serial_number":"13899110267169184","imei1":"13899110267169184","imei2":"13899110267169184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168571,"job_number":"JOB_168571","tr_customer_id":168588,"tr_customer_product_id":168578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:56.000Z","modified_at":"2026-01-27T15:04:35.000Z","name":"Victor Howell","mobile_number":"916-657-6218","email_id":"Granville37@hotmail.com","dop":"2025-04-06","serial_number":"19659009122260","imei1":"19659009122260","imei2":"19659009122260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168570,"job_number":"JOB_168570","tr_customer_id":168587,"tr_customer_product_id":168577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:11.000Z","modified_at":"2026-01-27T15:03:11.000Z","name":"Dandre Metz","mobile_number":"404-647-5022","email_id":"Ayla.Schaden10@hotmail.com","dop":"2025-04-06","serial_number":"12871564774883630","imei1":"12871564774883630","imei2":"12871564774883630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168569,"job_number":"JOB_168569","tr_customer_id":168586,"tr_customer_product_id":168576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:09.000Z","modified_at":"2026-01-27T15:03:49.000Z","name":"Jany McLaughlin","mobile_number":"915-529-7776","email_id":"Arturo_Robel@yahoo.com","dop":"2025-04-06","serial_number":"15921801393310","imei1":"15921801393310","imei2":"15921801393310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168568,"job_number":"JOB_168568","tr_customer_id":168585,"tr_customer_product_id":168575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:58:26.000Z","modified_at":"2026-01-27T14:58:26.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2025-03-26","serial_number":"234574345423535","imei1":"234574345423535","imei2":"234574345423535","popurl":"2025-03-26T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168567,"job_number":"JOB_168567","tr_customer_id":168584,"tr_customer_product_id":168574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:20.000Z","modified_at":"2026-01-27T14:57:20.000Z","name":"Claude Ritchie","mobile_number":"640-827-9545","email_id":"Kevin.Pollich44@gmail.com","dop":"2025-04-06","serial_number":"12914396569574010","imei1":"12914396569574010","imei2":"12914396569574010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168566,"job_number":"JOB_168566","tr_customer_id":168583,"tr_customer_product_id":168573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:18.000Z","modified_at":"2026-01-27T14:57:58.000Z","name":"Sammie Wunsch","mobile_number":"867-740-9117","email_id":"Sabrina.Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"14635524139974","imei1":"14635524139974","imei2":"14635524139974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168565,"job_number":"JOB_168565","tr_customer_id":168582,"tr_customer_product_id":168572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:18.000Z","modified_at":"2026-01-27T14:57:18.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16433155201313","imei1":"16433155201313","imei2":"16433155201313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168564,"job_number":"JOB_168564","tr_customer_id":168581,"tr_customer_product_id":168571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:33.000Z","modified_at":"2026-01-27T14:56:33.000Z","name":"Angelina Ryan","mobile_number":"259-711-2703","email_id":"Mara95@hotmail.com","dop":"2025-04-06","serial_number":"16152303670205284","imei1":"16152303670205284","imei2":"16152303670205284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168563,"job_number":"JOB_168563","tr_customer_id":168580,"tr_customer_product_id":168570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:32.000Z","modified_at":"2026-01-27T14:57:11.000Z","name":"Oran Kassulke","mobile_number":"968-259-9104","email_id":"Greyson94@yahoo.com","dop":"2025-04-06","serial_number":"16625743983442","imei1":"16625743983442","imei2":"16625743983442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168562,"job_number":"JOB_168562","tr_customer_id":168579,"tr_customer_product_id":168569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:31.000Z","modified_at":"2026-01-27T14:56:31.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17977304457910","imei1":"17977304457910","imei2":"17977304457910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168561,"job_number":"JOB_168561","tr_customer_id":168578,"tr_customer_product_id":168568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:51.000Z","modified_at":"2026-01-27T14:39:51.000Z","name":"Octavia Lesch","mobile_number":"758-927-2215","email_id":"Nasir42@gmail.com","dop":"2025-04-06","serial_number":"16931637053715728","imei1":"16931637053715728","imei2":"16931637053715728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168560,"job_number":"JOB_168560","tr_customer_id":168577,"tr_customer_product_id":168567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:50.000Z","modified_at":"2026-01-27T14:40:27.000Z","name":"Kristopher Hamill","mobile_number":"613-408-5068","email_id":"Marjory_Rempel6@hotmail.com","dop":"2025-04-06","serial_number":"11700184577754","imei1":"11700184577754","imei2":"11700184577754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:40:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168559,"job_number":"JOB_168559","tr_customer_id":168576,"tr_customer_product_id":168566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:49.000Z","modified_at":"2026-01-27T14:39:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11700268384381","imei1":"11700268384381","imei2":"11700268384381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168558,"job_number":"JOB_168558","tr_customer_id":168575,"tr_customer_product_id":168565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:06.000Z","modified_at":"2026-01-27T14:39:06.000Z","name":"Georgette Jacobs","mobile_number":"247-742-8468","email_id":"Rafael34@hotmail.com","dop":"2025-04-06","serial_number":"14793820117484506","imei1":"14793820117484506","imei2":"14793820117484506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168557,"job_number":"JOB_168557","tr_customer_id":168574,"tr_customer_product_id":168564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:05.000Z","modified_at":"2026-01-27T14:39:43.000Z","name":"Chasity Kilback","mobile_number":"444-243-6395","email_id":"Cortez_Koepp18@yahoo.com","dop":"2025-04-06","serial_number":"17632027953923","imei1":"17632027953923","imei2":"17632027953923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168556,"job_number":"JOB_168556","tr_customer_id":168573,"tr_customer_product_id":168563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:05.000Z","modified_at":"2026-01-27T14:39:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10427653289693","imei1":"10427653289693","imei2":"10427653289693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168552,"job_number":"JOB_168552","tr_customer_id":168569,"tr_customer_product_id":168559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:27.000Z","modified_at":"2026-01-27T14:38:27.000Z","name":"Katlynn Dickinson","mobile_number":"888-216-5011","email_id":"Rebekah39@yahoo.com","dop":"2025-04-06","serial_number":"18780250777439776","imei1":"18780250777439776","imei2":"18780250777439776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168551,"job_number":"JOB_168551","tr_customer_id":168568,"tr_customer_product_id":168558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:26.000Z","modified_at":"2026-01-27T14:39:04.000Z","name":"Malinda McKenzie","mobile_number":"582-354-7667","email_id":"Ashly.Von@yahoo.com","dop":"2025-04-06","serial_number":"14561773128151","imei1":"14561773128151","imei2":"14561773128151","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168550,"job_number":"JOB_168550","tr_customer_id":168567,"tr_customer_product_id":168557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:21.000Z","modified_at":"2026-01-27T14:38:21.000Z","name":"Bonnie Gaylord","mobile_number":"264-794-9881","email_id":"Alford.Funk52@gmail.com","dop":"2025-04-06","serial_number":"13725629609368930","imei1":"13725629609368930","imei2":"13725629609368930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168549,"job_number":"JOB_168549","tr_customer_id":168566,"tr_customer_product_id":168556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:20.000Z","modified_at":"2026-01-27T14:38:58.000Z","name":"Stephan Hayes","mobile_number":"380-772-1851","email_id":"Marc_Spencer@yahoo.com","dop":"2025-04-06","serial_number":"10304152059222","imei1":"10304152059222","imei2":"10304152059222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:38:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168548,"job_number":"JOB_168548","tr_customer_id":168565,"tr_customer_product_id":168555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:19.000Z","modified_at":"2026-01-27T14:38:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16759548521487","imei1":"16759548521487","imei2":"16759548521487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168547,"job_number":"JOB_168547","tr_customer_id":168564,"tr_customer_product_id":168554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:12.000Z","modified_at":"2026-01-27T14:37:12.000Z","name":"Raina Wisoky","mobile_number":"943-967-7925","email_id":"Jazmyn.Huel@gmail.com","dop":"2025-04-06","serial_number":"17122379770844340","imei1":"17122379770844340","imei2":"17122379770844340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168546,"job_number":"JOB_168546","tr_customer_id":168563,"tr_customer_product_id":168553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:11.000Z","modified_at":"2026-01-27T14:37:50.000Z","name":"Barton Medhurst","mobile_number":"320-834-1312","email_id":"Delmer42@gmail.com","dop":"2025-04-06","serial_number":"12439773307184","imei1":"12439773307184","imei2":"12439773307184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168545,"job_number":"JOB_168545","tr_customer_id":168562,"tr_customer_product_id":168552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:10.000Z","modified_at":"2026-01-27T14:37:10.000Z","name":"Darryl Tromp","mobile_number":"370-755-6086","email_id":"Delpha.Macejkovic21@yahoo.com","dop":"2025-04-06","serial_number":"14603900081931412","imei1":"14603900081931412","imei2":"14603900081931412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168544,"job_number":"JOB_168544","tr_customer_id":168561,"tr_customer_product_id":168551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:09.000Z","modified_at":"2026-01-27T14:37:48.000Z","name":"Daphne Reichel","mobile_number":"301-537-9725","email_id":"Hosea79@hotmail.com","dop":"2025-04-06","serial_number":"19073611825661","imei1":"19073611825661","imei2":"19073611825661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168543,"job_number":"JOB_168543","tr_customer_id":168560,"tr_customer_product_id":168550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:08.000Z","modified_at":"2026-01-27T14:37:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18150468332383","imei1":"18150468332383","imei2":"18150468332383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168542,"job_number":"JOB_168542","tr_customer_id":168559,"tr_customer_product_id":168549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:25.000Z","modified_at":"2026-01-27T14:36:25.000Z","name":"Buddy Parisian","mobile_number":"855-351-1399","email_id":"Daisy17@hotmail.com","dop":"2025-04-06","serial_number":"15382739782579398","imei1":"15382739782579398","imei2":"15382739782579398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168541,"job_number":"JOB_168541","tr_customer_id":168558,"tr_customer_product_id":168548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:37:03.000Z","name":"Jewel Sawayn","mobile_number":"785-939-7834","email_id":"Janessa.Bogisich61@gmail.com","dop":"2025-04-06","serial_number":"16278040109455","imei1":"16278040109455","imei2":"16278040109455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168540,"job_number":"JOB_168540","tr_customer_id":168557,"tr_customer_product_id":168547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19433432813257","imei1":"19433432813257","imei2":"19433432813257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168539,"job_number":"JOB_168539","tr_customer_id":168556,"tr_customer_product_id":168546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"Meredith Cormier","mobile_number":"307-402-7532","email_id":"Earnest.OKon@gmail.com","dop":"2025-04-06","serial_number":"17124229440146634","imei1":"17124229440146634","imei2":"17124229440146634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168538,"job_number":"JOB_168538","tr_customer_id":168555,"tr_customer_product_id":168545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:22.000Z","modified_at":"2026-01-27T14:37:01.000Z","name":"Morgan Hirthe","mobile_number":"906-638-8200","email_id":"Reanna.Schamberger52@yahoo.com","dop":"2025-04-06","serial_number":"15074619278145","imei1":"15074619278145","imei2":"15074619278145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168537,"job_number":"JOB_168537","tr_customer_id":168554,"tr_customer_product_id":168544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:22.000Z","modified_at":"2026-01-27T14:36:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12221313483675","imei1":"12221313483675","imei2":"12221313483675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168536,"job_number":"JOB_168536","tr_customer_id":168553,"tr_customer_product_id":168543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Fern Koch","mobile_number":"748-330-0629","email_id":"Morgan33@yahoo.com","dop":"2025-04-06","serial_number":"13029429243635488","imei1":"13029429243635488","imei2":"13029429243635488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168532,"job_number":"JOB_168532","tr_customer_id":168549,"tr_customer_product_id":168539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:54.000Z","name":"Nettie Konopelski","mobile_number":"681-473-6639","email_id":"Dewayne.Klocko40@yahoo.com","dop":"2025-04-06","serial_number":"15704777803318","imei1":"15704777803318","imei2":"15704777803318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168531,"job_number":"JOB_168531","tr_customer_id":168548,"tr_customer_product_id":168538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:00.000Z","modified_at":"2026-01-27T14:36:00.000Z","name":"Janet Mann","mobile_number":"766-776-3719","email_id":"Lionel_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"15327572934976914","imei1":"15327572934976914","imei2":"15327572934976914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168529,"job_number":"JOB_168529","tr_customer_id":168546,"tr_customer_product_id":168536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:36:38.000Z","name":"Mavis Sawayn","mobile_number":"376-753-5722","email_id":"Nat44@yahoo.com","dop":"2025-04-06","serial_number":"12295726618343","imei1":"12295726618343","imei2":"12295726618343","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168527,"job_number":"JOB_168527","tr_customer_id":168544,"tr_customer_product_id":168534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18558828219362","imei1":"18558828219362","imei2":"18558828219362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168521,"job_number":"JOB_168521","tr_customer_id":168538,"tr_customer_product_id":168528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:39.000Z","modified_at":"2026-01-27T14:35:39.000Z","name":"Citlalli Reinger","mobile_number":"466-384-0381","email_id":"Torrey.Nader14@yahoo.com","dop":"2025-04-06","serial_number":"10674827196074330","imei1":"10674827196074330","imei2":"10674827196074330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168520,"job_number":"JOB_168520","tr_customer_id":168537,"tr_customer_product_id":168527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:38.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Misty Mayer","mobile_number":"941-555-8417","email_id":"Benton.Reilly63@yahoo.com","dop":"2025-04-06","serial_number":"14657368347101","imei1":"14657368347101","imei2":"14657368347101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168519,"job_number":"JOB_168519","tr_customer_id":168536,"tr_customer_product_id":168526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10979258076079","imei1":"10979258076079","imei2":"10979258076079","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168518,"job_number":"JOB_168518","tr_customer_id":168535,"tr_customer_product_id":168525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"Zena Parker","mobile_number":"887-377-9330","email_id":"Javon22@gmail.com","dop":"2025-04-06","serial_number":"14788065448154626","imei1":"14788065448154626","imei2":"14788065448154626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168517,"job_number":"JOB_168517","tr_customer_id":168534,"tr_customer_product_id":168524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:35.000Z","modified_at":"2026-01-27T14:36:15.000Z","name":"Loma Haley","mobile_number":"295-685-6185","email_id":"Luna_Kuhn75@yahoo.com","dop":"2025-04-06","serial_number":"10897302547055","imei1":"10897302547055","imei2":"10897302547055","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168516,"job_number":"JOB_168516","tr_customer_id":168533,"tr_customer_product_id":168523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:35.000Z","modified_at":"2026-01-27T14:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10636780467265","imei1":"10636780467265","imei2":"10636780467265","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168515,"job_number":"JOB_168515","tr_customer_id":168532,"tr_customer_product_id":168522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:14.000Z","modified_at":"2026-01-27T14:35:14.000Z","name":"Clara Berge","mobile_number":"966-526-1397","email_id":"Antoinette.Gorczany@hotmail.com","dop":"2025-04-06","serial_number":"11201552173895188","imei1":"11201552173895188","imei2":"11201552173895188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168514,"job_number":"JOB_168514","tr_customer_id":168531,"tr_customer_product_id":168521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:13.000Z","modified_at":"2026-01-27T14:35:52.000Z","name":"Linda Kuhn","mobile_number":"486-238-1290","email_id":"Genoveva_Boyer@yahoo.com","dop":"2025-04-06","serial_number":"12209293410742","imei1":"12209293410742","imei2":"12209293410742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168513,"job_number":"JOB_168513","tr_customer_id":168530,"tr_customer_product_id":168520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:13.000Z","modified_at":"2026-01-27T14:35:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12825379195318","imei1":"12825379195318","imei2":"12825379195318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168512,"job_number":"JOB_168512","tr_customer_id":168529,"tr_customer_product_id":168519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:52.000Z","modified_at":"2026-01-27T14:34:52.000Z","name":"Kathleen Smith","mobile_number":"564-877-7560","email_id":"Anissa87@yahoo.com","dop":"2025-04-06","serial_number":"16714326067981780","imei1":"16714326067981780","imei2":"16714326067981780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168511,"job_number":"JOB_168511","tr_customer_id":168528,"tr_customer_product_id":168518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:51.000Z","modified_at":"2026-01-27T14:35:30.000Z","name":"Scotty Effertz","mobile_number":"345-626-3325","email_id":"Sofia.Hintz77@hotmail.com","dop":"2025-04-06","serial_number":"15028614031468","imei1":"15028614031468","imei2":"15028614031468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168510,"job_number":"JOB_168510","tr_customer_id":168527,"tr_customer_product_id":168517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:51.000Z","modified_at":"2026-01-27T14:34:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16754758835269","imei1":"16754758835269","imei2":"16754758835269","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168509,"job_number":"JOB_168509","tr_customer_id":168526,"tr_customer_product_id":168516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:28.000Z","modified_at":"2026-01-27T14:34:28.000Z","name":"Emmie Yundt","mobile_number":"870-367-3921","email_id":"Carlos40@hotmail.com","dop":"2025-04-06","serial_number":"12401243268094944","imei1":"12401243268094944","imei2":"12401243268094944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168508,"job_number":"JOB_168508","tr_customer_id":168525,"tr_customer_product_id":168515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:27.000Z","modified_at":"2026-01-27T14:35:06.000Z","name":"Raoul Schuster","mobile_number":"673-377-6936","email_id":"Chandler_Corkery@gmail.com","dop":"2025-04-06","serial_number":"14774245487869","imei1":"14774245487869","imei2":"14774245487869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168507,"job_number":"JOB_168507","tr_customer_id":168524,"tr_customer_product_id":168514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:26.000Z","modified_at":"2026-01-27T14:34:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12900428527484","imei1":"12900428527484","imei2":"12900428527484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168506,"job_number":"JOB_168506","tr_customer_id":168523,"tr_customer_product_id":168513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:04.000Z","modified_at":"2026-01-27T14:33:04.000Z","name":"Jeanie O'Reilly","mobile_number":"796-586-4555","email_id":"Gilbert.Kerluke@gmail.com","dop":"2025-05-30","serial_number":"1695045726112051","imei1":"1695045726112051","imei2":"1695045726112051","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168505,"job_number":"JOB_168505","tr_customer_id":168522,"tr_customer_product_id":168512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:03.000Z","modified_at":"2026-01-27T14:33:03.000Z","name":"Aliya Thiel","mobile_number":"494-317-6488","email_id":"Clement86@hotmail.com","dop":"2025-05-30","serial_number":"12129825858027","imei1":"12129825858027","imei2":"12129825858027","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168504,"job_number":"JOB_168504","tr_customer_id":168521,"tr_customer_product_id":168511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:02.000Z","modified_at":"2026-01-27T14:33:02.000Z","name":"Armand Franecki","mobile_number":"246-564-2962","email_id":"Santos.Corwin@gmail.com","dop":"2025-05-30","serial_number":"10957484441006","imei1":"10957484441006","imei2":"10957484441006","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168503,"job_number":"JOB_168503","tr_customer_id":168520,"tr_customer_product_id":168510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:31:17.000Z","modified_at":"2026-01-27T14:31:17.000Z","name":"Sid Leuschke","mobile_number":"293-988-9908","email_id":"Sofia.Johns91@hotmail.com","dop":"2025-04-06","serial_number":"10105466433042800","imei1":"10105466433042800","imei2":"10105466433042800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168502,"job_number":"JOB_168502","tr_customer_id":168519,"tr_customer_product_id":168509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:31:16.000Z","modified_at":"2026-01-27T14:31:58.000Z","name":"Gwendolyn Streich","mobile_number":"469-863-0493","email_id":"Jarvis.Pacocha95@yahoo.com","dop":"2025-04-06","serial_number":"19254133947770","imei1":"19254133947770","imei2":"19254133947770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168501,"job_number":"JOB_168501","tr_customer_id":168518,"tr_customer_product_id":168508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:32.000Z","modified_at":"2026-01-27T14:30:32.000Z","name":"Emile Hand","mobile_number":"342-498-2232","email_id":"Aida65@yahoo.com","dop":"2025-04-06","serial_number":"13410457103030660","imei1":"13410457103030660","imei2":"13410457103030660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168500,"job_number":"JOB_168500","tr_customer_id":168517,"tr_customer_product_id":168507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:30.000Z","modified_at":"2026-01-27T14:31:09.000Z","name":"Hassie Gleichner","mobile_number":"222-593-1144","email_id":"Favian.Bosco71@yahoo.com","dop":"2025-04-06","serial_number":"17275651875635","imei1":"17275651875635","imei2":"17275651875635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168499,"job_number":"JOB_168499","tr_customer_id":168516,"tr_customer_product_id":168506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:30.000Z","modified_at":"2026-01-27T14:30:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11682996440726","imei1":"11682996440726","imei2":"11682996440726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168498,"job_number":"JOB_168498","tr_customer_id":168515,"tr_customer_product_id":168505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:25.000Z","modified_at":"2026-01-27T14:30:25.000Z","name":"Damian Berge","mobile_number":"692-250-2732","email_id":"Sophia65@yahoo.com","dop":"2025-04-06","serial_number":"13284192840530582","imei1":"13284192840530582","imei2":"13284192840530582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168497,"job_number":"JOB_168497","tr_customer_id":168514,"tr_customer_product_id":168504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:24.000Z","modified_at":"2026-01-27T14:31:03.000Z","name":"Bertha Sauer","mobile_number":"316-503-5802","email_id":"Maynard_Wolff50@gmail.com","dop":"2025-04-06","serial_number":"16503633279422","imei1":"16503633279422","imei2":"16503633279422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168496,"job_number":"JOB_168496","tr_customer_id":168513,"tr_customer_product_id":168503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:58.000Z","modified_at":"2026-01-27T14:29:58.000Z","name":"Guiseppe Zemlak","mobile_number":"718-322-1975","email_id":"Oren_Murray11@gmail.com","dop":"2025-04-06","serial_number":"11598004911748456","imei1":"11598004911748456","imei2":"11598004911748456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168495,"job_number":"JOB_168495","tr_customer_id":168512,"tr_customer_product_id":168502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:56.000Z","modified_at":"2026-01-27T14:30:34.000Z","name":"Selmer Lindgren","mobile_number":"492-260-8399","email_id":"Bill9@hotmail.com","dop":"2025-04-06","serial_number":"18294610486986","imei1":"18294610486986","imei2":"18294610486986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168494,"job_number":"JOB_168494","tr_customer_id":168511,"tr_customer_product_id":168501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:56.000Z","modified_at":"2026-01-27T14:29:56.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13740245050293","imei1":"13740245050293","imei2":"13740245050293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168493,"job_number":"JOB_168493","tr_customer_id":168510,"tr_customer_product_id":168500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:45.000Z","modified_at":"2026-01-27T14:29:45.000Z","name":"Keeley Hintz","mobile_number":"563-690-8723","email_id":"Chesley.Fadel42@gmail.com","dop":"2025-04-06","serial_number":"10724759919489682","imei1":"10724759919489682","imei2":"10724759919489682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168492,"job_number":"JOB_168492","tr_customer_id":168509,"tr_customer_product_id":168499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:44.000Z","modified_at":"2026-01-27T14:30:23.000Z","name":"Lila Weimann","mobile_number":"644-325-2914","email_id":"Ray_Kihn21@hotmail.com","dop":"2025-04-06","serial_number":"16320084019248","imei1":"16320084019248","imei2":"16320084019248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168491,"job_number":"JOB_168491","tr_customer_id":168508,"tr_customer_product_id":168498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:44.000Z","modified_at":"2026-01-27T14:29:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17002233766524","imei1":"17002233766524","imei2":"17002233766524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168490,"job_number":"JOB_168490","tr_customer_id":168507,"tr_customer_product_id":168497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:32.000Z","modified_at":"2026-01-27T14:29:32.000Z","name":"Elmira Reinger","mobile_number":"942-651-9148","email_id":"Jimmie89@gmail.com","dop":"2025-04-06","serial_number":"10126057285107164","imei1":"10126057285107164","imei2":"10126057285107164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168489,"job_number":"JOB_168489","tr_customer_id":168506,"tr_customer_product_id":168496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:30.000Z","modified_at":"2026-01-27T14:30:11.000Z","name":"Jennifer Vandervort","mobile_number":"955-783-1567","email_id":"Shany57@yahoo.com","dop":"2025-04-06","serial_number":"16066213290316","imei1":"16066213290316","imei2":"16066213290316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168488,"job_number":"JOB_168488","tr_customer_id":168505,"tr_customer_product_id":168495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:30.000Z","modified_at":"2026-01-27T14:29:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11607751095650","imei1":"11607751095650","imei2":"11607751095650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168487,"job_number":"JOB_168487","tr_customer_id":168504,"tr_customer_product_id":168494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:13.000Z","modified_at":"2026-01-27T14:29:13.000Z","name":"Earl Schmitt","mobile_number":"896-543-4459","email_id":"Vaughn35@hotmail.com","dop":"2025-04-06","serial_number":"17330789803041280","imei1":"17330789803041280","imei2":"17330789803041280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168486,"job_number":"JOB_168486","tr_customer_id":168503,"tr_customer_product_id":168493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:12.000Z","modified_at":"2026-01-27T14:29:49.000Z","name":"Cassie Murphy","mobile_number":"541-654-6783","email_id":"Charlene_Padberg@hotmail.com","dop":"2025-04-06","serial_number":"19150919557924","imei1":"19150919557924","imei2":"19150919557924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168485,"job_number":"JOB_168485","tr_customer_id":168502,"tr_customer_product_id":168492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:12.000Z","modified_at":"2026-01-27T14:29:12.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19322513910091","imei1":"19322513910091","imei2":"19322513910091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168484,"job_number":"JOB_168484","tr_customer_id":168501,"tr_customer_product_id":168491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:01.000Z","modified_at":"2026-01-27T14:29:01.000Z","name":"Aryanna Dicki","mobile_number":"307-325-5098","email_id":"Meda10@yahoo.com","dop":"2025-04-06","serial_number":"14365797911804354","imei1":"14365797911804354","imei2":"14365797911804354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168483,"job_number":"JOB_168483","tr_customer_id":168500,"tr_customer_product_id":168490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:29:41.000Z","name":"Abdullah Hauck","mobile_number":"559-913-9317","email_id":"Loma.Lowe9@yahoo.com","dop":"2025-04-06","serial_number":"10645030354603","imei1":"10645030354603","imei2":"10645030354603","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168482,"job_number":"JOB_168482","tr_customer_id":168499,"tr_customer_product_id":168489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"Danika Yost","mobile_number":"647-834-8170","email_id":"Arvid.Medhurst14@hotmail.com","dop":"2025-04-06","serial_number":"11789382839170934","imei1":"11789382839170934","imei2":"11789382839170934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168481,"job_number":"JOB_168481","tr_customer_id":168498,"tr_customer_product_id":168488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18525208861274","imei1":"18525208861274","imei2":"18525208861274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168480,"job_number":"JOB_168480","tr_customer_id":168497,"tr_customer_product_id":168487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:58.000Z","modified_at":"2026-01-27T14:29:37.000Z","name":"Shaina Bayer","mobile_number":"930-876-8174","email_id":"Vena.Waters4@hotmail.com","dop":"2025-04-06","serial_number":"19678374557526","imei1":"19678374557526","imei2":"19678374557526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168479,"job_number":"JOB_168479","tr_customer_id":168496,"tr_customer_product_id":168486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:57.000Z","modified_at":"2026-01-27T14:28:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14549865475600","imei1":"14549865475600","imei2":"14549865475600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168478,"job_number":"JOB_168478","tr_customer_id":168495,"tr_customer_product_id":168485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:43.000Z","modified_at":"2026-01-27T14:28:43.000Z","name":"Erich Gislason","mobile_number":"352-413-7789","email_id":"Heber_Gutkowski@yahoo.com","dop":"2025-04-06","serial_number":"18770492962576772","imei1":"18770492962576772","imei2":"18770492962576772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168477,"job_number":"JOB_168477","tr_customer_id":168494,"tr_customer_product_id":168484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:42.000Z","modified_at":"2026-01-27T14:29:23.000Z","name":"Alba Windler","mobile_number":"674-675-1997","email_id":"Emory_Hand@hotmail.com","dop":"2025-04-06","serial_number":"18381171344050","imei1":"18381171344050","imei2":"18381171344050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168476,"job_number":"JOB_168476","tr_customer_id":168493,"tr_customer_product_id":168483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:41.000Z","modified_at":"2026-01-27T14:28:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10123690691843","imei1":"10123690691843","imei2":"10123690691843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168475,"job_number":"JOB_168475","tr_customer_id":168492,"tr_customer_product_id":168482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:29.000Z","modified_at":"2026-01-27T14:28:29.000Z","name":"Sigmund Mueller","mobile_number":"421-301-9672","email_id":"Rhoda.Larkin@hotmail.com","dop":"2025-04-06","serial_number":"10448121615233540","imei1":"10448121615233540","imei2":"10448121615233540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168474,"job_number":"JOB_168474","tr_customer_id":168491,"tr_customer_product_id":168481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:28.000Z","modified_at":"2026-01-27T14:29:05.000Z","name":"Aliya Veum","mobile_number":"670-431-3876","email_id":"Ryley_Beer49@gmail.com","dop":"2025-04-06","serial_number":"14168131166077","imei1":"14168131166077","imei2":"14168131166077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168473,"job_number":"JOB_168473","tr_customer_id":168490,"tr_customer_product_id":168480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:28.000Z","modified_at":"2026-01-27T14:28:28.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"14404252990704","imei1":"14404252990704","imei2":"14404252990704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168472,"job_number":"JOB_168472","tr_customer_id":168489,"tr_customer_product_id":168479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:11.000Z","modified_at":"2026-01-27T14:28:11.000Z","name":"Leon Keeling","mobile_number":"790-406-3406","email_id":"Saul_Wuckert@hotmail.com","dop":"2025-04-06","serial_number":"11908915713720174","imei1":"11908915713720174","imei2":"11908915713720174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168471,"job_number":"JOB_168471","tr_customer_id":168488,"tr_customer_product_id":168478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:09.000Z","modified_at":"2026-01-27T14:28:51.000Z","name":"Earline Robel","mobile_number":"400-971-7194","email_id":"Ola38@yahoo.com","dop":"2025-04-06","serial_number":"13212992354154","imei1":"13212992354154","imei2":"13212992354154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168470,"job_number":"JOB_168470","tr_customer_id":168487,"tr_customer_product_id":168477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:09.000Z","modified_at":"2026-01-27T14:28:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19562831574480","imei1":"19562831574480","imei2":"19562831574480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168468,"job_number":"JOB_168468","tr_customer_id":168485,"tr_customer_product_id":168475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:05.000Z","modified_at":"2026-01-27T14:28:49.000Z","name":"Melba Nitzsche","mobile_number":"905-321-4795","email_id":"Prudence91@gmail.com","dop":"2000-01-31","serial_number":"10747505259247","imei1":"10747505259247","imei2":"10747505259247","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168466,"job_number":"JOB_168466","tr_customer_id":168483,"tr_customer_product_id":168473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:54.000Z","modified_at":"2026-01-27T14:27:54.000Z","name":"Lizeth Thompson","mobile_number":"204-207-4099","email_id":"Margie31@gmail.com","dop":"2025-04-06","serial_number":"12763104282409418","imei1":"12763104282409418","imei2":"12763104282409418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168465,"job_number":"JOB_168465","tr_customer_id":168482,"tr_customer_product_id":168472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:53.000Z","modified_at":"2026-01-27T14:28:34.000Z","name":"Erling Reichert","mobile_number":"558-595-2787","email_id":"Terrell.Braun@yahoo.com","dop":"2025-04-06","serial_number":"12395829403793","imei1":"12395829403793","imei2":"12395829403793","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168464,"job_number":"JOB_168464","tr_customer_id":168481,"tr_customer_product_id":168471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:52.000Z","modified_at":"2026-01-27T14:27:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15519760465235","imei1":"15519760465235","imei2":"15519760465235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168463,"job_number":"JOB_168463","tr_customer_id":168480,"tr_customer_product_id":168470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:20.000Z","modified_at":"2026-01-27T14:27:20.000Z","name":"Norwood Armstrong","mobile_number":"719-221-2982","email_id":"Joyce_Mueller@gmail.com","dop":"2025-04-06","serial_number":"14124170153083196","imei1":"14124170153083196","imei2":"14124170153083196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168462,"job_number":"JOB_168462","tr_customer_id":168479,"tr_customer_product_id":168469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:19.000Z","modified_at":"2026-01-27T14:28:01.000Z","name":"Marcelle Brown","mobile_number":"376-883-0965","email_id":"Royce_Veum@gmail.com","dop":"2025-04-06","serial_number":"19661842626993","imei1":"19661842626993","imei2":"19661842626993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168461,"job_number":"JOB_168461","tr_customer_id":168478,"tr_customer_product_id":168468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:19.000Z","modified_at":"2026-01-27T14:27:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14320379351493","imei1":"14320379351493","imei2":"14320379351493","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168459,"job_number":"JOB_168459","tr_customer_id":168476,"tr_customer_product_id":168466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:12.000Z","modified_at":"2026-01-27T14:27:57.000Z","name":"Makenzie Crooks","mobile_number":"882-926-5596","email_id":"Hope_Prosacco58@yahoo.com","dop":"2000-01-31","serial_number":"10480260514171","imei1":"10480260514171","imei2":"10480260514171","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168456,"job_number":"JOB_168456","tr_customer_id":168473,"tr_customer_product_id":168463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:20.000Z","modified_at":"2026-01-27T14:27:04.000Z","name":"Rafael Cummerata","mobile_number":"727-415-9791","email_id":"Zachery49@hotmail.com","dop":"2000-01-31","serial_number":"10903185794672","imei1":"10903185794672","imei2":"10903185794672","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168453,"job_number":"JOB_168453","tr_customer_id":168470,"tr_customer_product_id":168460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:37.000Z","modified_at":"2026-01-27T14:25:37.000Z","name":"Arianna Runte","mobile_number":"527-688-4375","email_id":"Colleen.Adams32@hotmail.com","dop":"2025-06-18","serial_number":"1050319766554530","imei1":"1050319766554530","imei2":"1050319766554530","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168452,"job_number":"JOB_168452","tr_customer_id":168469,"tr_customer_product_id":168459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:36.000Z","modified_at":"2026-01-27T14:26:15.000Z","name":"Sydney DuBuque","mobile_number":"601-924-2471","email_id":"Trenton_King75@gmail.com","dop":"2025-06-18","serial_number":"10943029013252","imei1":"10943029013252","imei2":"10943029013252","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168451,"job_number":"JOB_168451","tr_customer_id":168468,"tr_customer_product_id":168458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:36.000Z","modified_at":"2026-01-27T14:25:36.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10817511895228","imei1":"10817511895228","imei2":"10817511895228","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168449,"job_number":"JOB_168449","tr_customer_id":168466,"tr_customer_product_id":168456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:25.000Z","modified_at":"2026-01-27T14:26:11.000Z","name":"Ryann Beier","mobile_number":"993-563-2024","email_id":"Joanie.Hane@hotmail.com","dop":"2000-01-31","serial_number":"10794428457491","imei1":"10794428457491","imei2":"10794428457491","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168447,"job_number":"JOB_168447","tr_customer_id":168464,"tr_customer_product_id":168454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:50.000Z","modified_at":"2026-01-27T14:24:50.000Z","name":"Shakira Dickens","mobile_number":"522-320-0638","email_id":"Jewell_Harber@hotmail.com","dop":"2025-06-18","serial_number":"1065927066403027","imei1":"1065927066403027","imei2":"1065927066403027","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168446,"job_number":"JOB_168446","tr_customer_id":168463,"tr_customer_product_id":168453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:50.000Z","modified_at":"2026-01-27T14:25:29.000Z","name":"Shirley Hyatt","mobile_number":"202-527-9476","email_id":"Omer.Lind0@yahoo.com","dop":"2025-06-18","serial_number":"10792666762015","imei1":"10792666762015","imei2":"10792666762015","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168445,"job_number":"JOB_168445","tr_customer_id":168462,"tr_customer_product_id":168452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:49.000Z","modified_at":"2026-01-27T14:24:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10264613131218","imei1":"10264613131218","imei2":"10264613131218","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168444,"job_number":"JOB_168444","tr_customer_id":168461,"tr_customer_product_id":168451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:27.000Z","modified_at":"2026-01-27T14:24:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"38921985501182","imei1":"38921985501182","imei2":"38921985501182","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168443,"job_number":"JOB_168443","tr_customer_id":168460,"tr_customer_product_id":168450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:25:09.000Z","name":"Malinda Kub","mobile_number":"419-985-6718","email_id":"Ursula_Braun@gmail.com","dop":"2026-01-04","serial_number":"12189692618636","imei1":"12189692618636","imei2":"12189692618636","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168442,"job_number":"JOB_168442","tr_customer_id":168459,"tr_customer_product_id":168449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18150241088696","imei1":"18150241088696","imei2":"18150241088696","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168441,"job_number":"JOB_168441","tr_customer_id":168458,"tr_customer_product_id":168448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"Pauline Bosco","mobile_number":"637-209-6954","email_id":"Trey.Metz@hotmail.com","dop":"2025-04-06","serial_number":"18098126248934770","imei1":"18098126248934770","imei2":"18098126248934770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168440,"job_number":"JOB_168440","tr_customer_id":168457,"tr_customer_product_id":168447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:23.000Z","modified_at":"2026-01-27T14:25:05.000Z","name":"Sherman Fisher","mobile_number":"832-226-1707","email_id":"Leland.Gleason@hotmail.com","dop":"2025-04-06","serial_number":"13197785768191","imei1":"13197785768191","imei2":"13197785768191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168439,"job_number":"JOB_168439","tr_customer_id":168456,"tr_customer_product_id":168446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:23.000Z","modified_at":"2026-01-27T14:24:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12764741417890","imei1":"12764741417890","imei2":"12764741417890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168438,"job_number":"JOB_168438","tr_customer_id":168455,"tr_customer_product_id":168445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:36.000Z","modified_at":"2026-01-27T14:23:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"77974963574225","imei1":"77974963574225","imei2":"77974963574225","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168437,"job_number":"JOB_168437","tr_customer_id":168454,"tr_customer_product_id":168444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:35.000Z","modified_at":"2026-01-27T14:23:35.000Z","name":"Antonio Rath","mobile_number":"386-555-7909","email_id":"Talon_Daugherty40@hotmail.com","dop":"2025-04-06","serial_number":"14188275916221208","imei1":"14188275916221208","imei2":"14188275916221208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168436,"job_number":"JOB_168436","tr_customer_id":168453,"tr_customer_product_id":168443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:34.000Z","modified_at":"2026-01-27T14:24:17.000Z","name":"Lonnie Dietrich","mobile_number":"227-656-1271","email_id":"Jayda_Ward24@hotmail.com","dop":"2026-01-04","serial_number":"10420070579461","imei1":"10420070579461","imei2":"10420070579461","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168435,"job_number":"JOB_168435","tr_customer_id":168452,"tr_customer_product_id":168442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:34.000Z","modified_at":"2026-01-27T14:23:34.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13278662445784","imei1":"13278662445784","imei2":"13278662445784","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168434,"job_number":"JOB_168434","tr_customer_id":168451,"tr_customer_product_id":168441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:33.000Z","modified_at":"2026-01-27T14:24:15.000Z","name":"Oda Satterfield","mobile_number":"447-523-5988","email_id":"Ibrahim_Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15292049429215","imei1":"15292049429215","imei2":"15292049429215","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168433,"job_number":"JOB_168433","tr_customer_id":168450,"tr_customer_product_id":168440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:33.000Z","modified_at":"2026-01-27T14:23:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11982015895071","imei1":"11982015895071","imei2":"11982015895071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168432,"job_number":"JOB_168432","tr_customer_id":168449,"tr_customer_product_id":168439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:15.000Z","modified_at":"2026-01-27T14:23:25.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19234762927208","imei2":"19234762927208","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168431,"job_number":"JOB_168431","tr_customer_id":168448,"tr_customer_product_id":168438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:14.000Z","modified_at":"2026-01-27T14:23:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12539060878127","imei2":"12539060878127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168430,"job_number":"JOB_168430","tr_customer_id":168447,"tr_customer_product_id":168437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:00.000Z","modified_at":"2026-01-27T14:23:10.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13128104420663","imei2":"13128104420663","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168429,"job_number":"JOB_168429","tr_customer_id":168446,"tr_customer_product_id":168436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:59.000Z","modified_at":"2026-01-27T14:22:59.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18119193389560","imei2":"18119193389560","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168428,"job_number":"JOB_168428","tr_customer_id":168445,"tr_customer_product_id":168435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:45.000Z","modified_at":"2026-01-27T14:22:45.000Z","name":"Mafalda O'Reilly","mobile_number":"960-767-0186","email_id":"Austen88@hotmail.com","dop":"2025-04-06","serial_number":"14025083800533838","imei1":"14025083800533838","imei2":"14025083800533838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168427,"job_number":"JOB_168427","tr_customer_id":168444,"tr_customer_product_id":168434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:44.000Z","modified_at":"2026-01-27T14:22:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11282810467512","imei2":"11282810467512","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168426,"job_number":"JOB_168426","tr_customer_id":168443,"tr_customer_product_id":168433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:44.000Z","modified_at":"2026-01-27T14:22:44.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12411704113030","imei1":"12411704113030","imei2":"12411704113030","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168425,"job_number":"JOB_168425","tr_customer_id":168442,"tr_customer_product_id":168432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:43.000Z","modified_at":"2026-01-27T14:22:43.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11825960743819","imei2":"11825960743819","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168424,"job_number":"JOB_168424","tr_customer_id":168441,"tr_customer_product_id":168431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:43.000Z","modified_at":"2026-01-27T14:23:26.000Z","name":"Donavon Bergnaum","mobile_number":"313-856-0625","email_id":"Katheryn.Hand@gmail.com","dop":"2025-04-06","serial_number":"15138241422236","imei1":"15138241422236","imei2":"15138241422236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168423,"job_number":"JOB_168423","tr_customer_id":168440,"tr_customer_product_id":168430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12623175058629","imei1":"12623175058629","imei2":"12623175058629","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168422,"job_number":"JOB_168422","tr_customer_id":168439,"tr_customer_product_id":168429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:23:25.000Z","name":"Antone Rau","mobile_number":"710-877-1160","email_id":"Dariana90@gmail.com","dop":"2026-01-04","serial_number":"10727130797859","imei1":"10727130797859","imei2":"10727130797859","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168421,"job_number":"JOB_168421","tr_customer_id":168438,"tr_customer_product_id":168428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10964616645841","imei1":"10964616645841","imei2":"10964616645841","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168411,"job_number":"JOB_168411","tr_customer_id":168428,"tr_customer_product_id":168418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:45.000Z","modified_at":"2026-01-27T14:03:45.000Z","name":"Norma Murazik","mobile_number":"650-890-5400","email_id":"Keely76@gmail.com","dop":"2025-04-06","serial_number":"13983934307439388","imei1":"13983934307439388","imei2":"13983934307439388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168410,"job_number":"JOB_168410","tr_customer_id":168427,"tr_customer_product_id":168417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:44.000Z","modified_at":"2026-01-27T14:04:25.000Z","name":"Madalyn Gerhold","mobile_number":"288-565-3531","email_id":"Jeffry93@yahoo.com","dop":"2025-04-06","serial_number":"14981408932552","imei1":"14981408932552","imei2":"14981408932552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:04:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168409,"job_number":"JOB_168409","tr_customer_id":168426,"tr_customer_product_id":168416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:44.000Z","modified_at":"2026-01-27T14:03:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17336587485706","imei1":"17336587485706","imei2":"17336587485706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168407,"job_number":"JOB_168407","tr_customer_id":168424,"tr_customer_product_id":168414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:57.000Z","modified_at":"2026-01-27T14:02:57.000Z","name":"Carissa Grant","mobile_number":"966-304-0989","email_id":"Jared_Jacobi13@yahoo.com","dop":"2025-04-06","serial_number":"10263970880212450","imei1":"10263970880212450","imei2":"10263970880212450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168406,"job_number":"JOB_168406","tr_customer_id":168423,"tr_customer_product_id":168413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:55.000Z","modified_at":"2026-01-27T14:03:37.000Z","name":"Myrtis Keeling","mobile_number":"555-705-0085","email_id":"Arjun.Tillman@gmail.com","dop":"2025-04-06","serial_number":"14297321024410","imei1":"14297321024410","imei2":"14297321024410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168405,"job_number":"JOB_168405","tr_customer_id":168422,"tr_customer_product_id":168412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:55.000Z","modified_at":"2026-01-27T14:02:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182617344206","imei1":"18182617344206","imei2":"18182617344206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168403,"job_number":"JOB_168403","tr_customer_id":168420,"tr_customer_product_id":168410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:37.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17153397138612","imei1":"17153397138612","imei2":"17153397138612","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168402,"job_number":"JOB_168402","tr_customer_id":168419,"tr_customer_product_id":168409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97590247220528","imei1":"97590247220528","imei2":"97590247220528","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168401,"job_number":"JOB_168401","tr_customer_id":168418,"tr_customer_product_id":168408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50926255704989","imei1":"50926255704989","imei2":"50926255704989","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168400,"job_number":"JOB_168400","tr_customer_id":168417,"tr_customer_product_id":168407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89300376460928","imei1":"89300376460928","imei2":"89300376460928","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168399,"job_number":"JOB_168399","tr_customer_id":168416,"tr_customer_product_id":168406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80676074661303","imei1":"80676074661303","imei2":"80676074661303","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168398,"job_number":"JOB_168398","tr_customer_id":168415,"tr_customer_product_id":168405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55475719196539","imei1":"55475719196539","imei2":"55475719196539","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168397,"job_number":"JOB_168397","tr_customer_id":168414,"tr_customer_product_id":168404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:09.000Z","modified_at":"2026-01-27T14:02:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59578177438508","imei1":"59578177438508","imei2":"59578177438508","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168396,"job_number":"JOB_168396","tr_customer_id":168413,"tr_customer_product_id":168403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:08.000Z","modified_at":"2026-01-27T14:02:08.000Z","name":"Blaise Hirthe","mobile_number":"438-921-7648","email_id":"Adele84@hotmail.com","dop":"2025-04-06","serial_number":"10503958866342878","imei1":"10503958866342878","imei2":"10503958866342878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168395,"job_number":"JOB_168395","tr_customer_id":168412,"tr_customer_product_id":168402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:07.000Z","modified_at":"2026-01-27T14:02:48.000Z","name":"Paula Hamill","mobile_number":"366-595-0793","email_id":"Chauncey82@gmail.com","dop":"2025-04-06","serial_number":"18438797548175","imei1":"18438797548175","imei2":"18438797548175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168394,"job_number":"JOB_168394","tr_customer_id":168411,"tr_customer_product_id":168401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:06.000Z","modified_at":"2026-01-27T14:02:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19783492148115","imei1":"19783492148115","imei2":"19783492148115","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168393,"job_number":"JOB_168393","tr_customer_id":168410,"tr_customer_product_id":168400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:37.000Z","modified_at":"2026-01-27T14:02:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12751623846732","imei1":"12751623846732","imei2":"12751623846732","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168392,"job_number":"JOB_168392","tr_customer_id":168409,"tr_customer_product_id":168399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:37.000Z","modified_at":"2026-01-27T14:01:37.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73336585358586","imei1":"73336585358586","imei2":"73336585358586","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168391,"job_number":"JOB_168391","tr_customer_id":168408,"tr_customer_product_id":168398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90416539451323","imei1":"90416539451323","imei2":"90416539451323","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168390,"job_number":"JOB_168390","tr_customer_id":168407,"tr_customer_product_id":168397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35569371766624","imei1":"35569371766624","imei2":"35569371766624","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168389,"job_number":"JOB_168389","tr_customer_id":168406,"tr_customer_product_id":168396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71206279349103","imei1":"71206279349103","imei2":"71206279349103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168388,"job_number":"JOB_168388","tr_customer_id":168405,"tr_customer_product_id":168395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86164747961861","imei1":"86164747961861","imei2":"86164747961861","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168387,"job_number":"JOB_168387","tr_customer_id":168404,"tr_customer_product_id":168394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34977291546936","imei1":"34977291546936","imei2":"34977291546936","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168386,"job_number":"JOB_168386","tr_customer_id":168403,"tr_customer_product_id":168393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:08.000Z","modified_at":"2026-01-27T14:01:08.000Z","name":"Emily Strosin","mobile_number":"848-627-4057","email_id":"Luigi74@hotmail.com","dop":"2025-04-06","serial_number":"16407514125384720","imei1":"16407514125384720","imei2":"16407514125384720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168385,"job_number":"JOB_168385","tr_customer_id":168402,"tr_customer_product_id":168392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:07.000Z","modified_at":"2026-01-27T14:01:49.000Z","name":"Hortense Graham","mobile_number":"942-815-7603","email_id":"Shakira.Rath86@hotmail.com","dop":"2025-04-06","serial_number":"11468741649776","imei1":"11468741649776","imei2":"11468741649776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:01:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168384,"job_number":"JOB_168384","tr_customer_id":168401,"tr_customer_product_id":168391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36136714056796","imei1":"36136714056796","imei2":"36136714056796","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168383,"job_number":"JOB_168383","tr_customer_id":168400,"tr_customer_product_id":168390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16085127312844","imei1":"16085127312844","imei2":"16085127312844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168382,"job_number":"JOB_168382","tr_customer_id":168399,"tr_customer_product_id":168389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60030016225827","imei1":"60030016225827","imei2":"60030016225827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168381,"job_number":"JOB_168381","tr_customer_id":168398,"tr_customer_product_id":168388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28840266828053","imei1":"28840266828053","imei2":"28840266828053","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168380,"job_number":"JOB_168380","tr_customer_id":168397,"tr_customer_product_id":168387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39222786266748","imei1":"39222786266748","imei2":"39222786266748","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168379,"job_number":"JOB_168379","tr_customer_id":168396,"tr_customer_product_id":168386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75245419690268","imei1":"75245419690268","imei2":"75245419690268","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168378,"job_number":"JOB_168378","tr_customer_id":168395,"tr_customer_product_id":168385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73416323632825","imei1":"73416323632825","imei2":"73416323632825","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168377,"job_number":"JOB_168377","tr_customer_id":168394,"tr_customer_product_id":168384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Damodara Namboothiri","mobile_number":"7094721194","email_id":"kashyap.agarwal@gmail.com","dop":"2026-01-17","serial_number":"472737749995572","imei1":"472737749995572","imei2":"472737749995572","popurl":"www.kamalesh-nehru.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168376,"job_number":"JOB_168376","tr_customer_id":168392,"tr_customer_product_id":168382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Sachin Mishra","mobile_number":"7025701307","email_id":"aamod.gandhi@yahoo.co.in","dop":"2026-01-17","serial_number":"652516523757927","imei1":"652516523757927","imei2":"652516523757927","popurl":"www.goutam-tandon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168375,"job_number":"JOB_168375","tr_customer_id":168393,"tr_customer_product_id":168383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Kanti Guha","mobile_number":"7080753158","email_id":"krishnadasa.embranthiri@yahoo.co.in","dop":"2026-01-17","serial_number":"780601164464121","imei1":"780601164464121","imei2":"780601164464121","popurl":"www.chaturaanan-marar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168374,"job_number":"JOB_168374","tr_customer_id":168391,"tr_customer_product_id":168381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Akshaj Gowda","mobile_number":"7043120308","email_id":"bhoj.pandey@hotmail.com","dop":"2026-01-17","serial_number":"513976482680773","imei1":"513976482680773","imei2":"513976482680773","popurl":"www.akshita-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168373,"job_number":"JOB_168373","tr_customer_id":168390,"tr_customer_product_id":168380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Vrund Desai","mobile_number":"7001021043","email_id":"guru.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"516058943644872","imei1":"516058943644872","imei2":"516058943644872","popurl":"www.devagya-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168372,"job_number":"JOB_168372","tr_customer_id":168389,"tr_customer_product_id":168379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bishnu Varrier","mobile_number":"7096180955","email_id":"brajesh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"051797877589302","imei1":"051797877589302","imei2":"051797877589302","popurl":"www.ghanshyam-singh.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168371,"job_number":"JOB_168371","tr_customer_id":168388,"tr_customer_product_id":168378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bhilangana Nair","mobile_number":"7025684781","email_id":"lakshminath.mehra@yahoo.co.in","dop":"2026-01-17","serial_number":"854342691173107","imei1":"854342691173107","imei2":"854342691173107","popurl":"www.vasudeva-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168370,"job_number":"JOB_168370","tr_customer_id":168387,"tr_customer_product_id":168377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Priya Namboothiri","mobile_number":"7013847653","email_id":"dev.iyer@hotmail.com","dop":"2026-01-17","serial_number":"077055695813289","imei1":"077055695813289","imei2":"077055695813289","popurl":"www.lakshmidhar-bhat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168369,"job_number":"JOB_168369","tr_customer_id":168386,"tr_customer_product_id":168376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Kailash Guneta","mobile_number":"7090100585","email_id":"vaidehi.tandon@hotmail.com","dop":"2026-01-17","serial_number":"497105552825981","imei1":"497105552825981","imei2":"497105552825981","popurl":"www.dhatri-pillai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168368,"job_number":"JOB_168368","tr_customer_id":168385,"tr_customer_product_id":168375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bilwa Adiga","mobile_number":"7051290596","email_id":"nawal.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"593529066480426","imei1":"593529066480426","imei2":"593529066480426","popurl":"www.birjesh-khanna.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168367,"job_number":"JOB_168367","tr_customer_id":168384,"tr_customer_product_id":168374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Mohana Namboothiri","mobile_number":"7075742815","email_id":"urmila.gandhi@gmail.com","dop":"2026-01-17","serial_number":"145848997681710","imei1":"145848997681710","imei2":"145848997681710","popurl":"www.rakesh-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168366,"job_number":"JOB_168366","tr_customer_id":168383,"tr_customer_product_id":168373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Chinmayananda Talwar","mobile_number":"7029867753","email_id":"deepali.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"807692096572906","imei1":"807692096572906","imei2":"807692096572906","popurl":"www.tanirika-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168365,"job_number":"JOB_168365","tr_customer_id":168382,"tr_customer_product_id":168372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Akshaj Abbott","mobile_number":"7030785535","email_id":"devika.dhawan@hotmail.com","dop":"2026-01-17","serial_number":"185714094858276","imei1":"185714094858276","imei2":"185714094858276","popurl":"www.karan-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168364,"job_number":"JOB_168364","tr_customer_id":168381,"tr_customer_product_id":168371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chandani Iyengar","mobile_number":"7019505930","email_id":"gauranga.bharadwaj@hotmail.com","dop":"2026-01-17","serial_number":"016636860422462","imei1":"016636860422462","imei2":"016636860422462","popurl":"www.aayushman-naik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168363,"job_number":"JOB_168363","tr_customer_id":168380,"tr_customer_product_id":168370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chakor Gupta","mobile_number":"7009589550","email_id":"shobhana.johar@hotmail.com","dop":"2026-01-17","serial_number":"206538448713779","imei1":"206538448713779","imei2":"206538448713779","popurl":"www.abhirath-dutta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168362,"job_number":"JOB_168362","tr_customer_id":168379,"tr_customer_product_id":168369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rukhmani Nambeesan","mobile_number":"7009156879","email_id":"harit.ahluwalia@yahoo.co.in","dop":"2026-01-17","serial_number":"297676098700538","imei1":"297676098700538","imei2":"297676098700538","popurl":"www.krishna-achari.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168361,"job_number":"JOB_168361","tr_customer_id":168378,"tr_customer_product_id":168368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rohit Dhawan","mobile_number":"7010250076","email_id":"manisha.saini@yahoo.co.in","dop":"2026-01-17","serial_number":"817097590402320","imei1":"817097590402320","imei2":"817097590402320","popurl":"www.govinda-nair.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168360,"job_number":"JOB_168360","tr_customer_id":168377,"tr_customer_product_id":168367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bhavani Menon","mobile_number":"7051475661","email_id":"goutam.devar@hotmail.com","dop":"2026-01-17","serial_number":"149646746099263","imei1":"149646746099263","imei2":"149646746099263","popurl":"www.geeta-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168359,"job_number":"JOB_168359","tr_customer_id":168376,"tr_customer_product_id":168366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Mahesh Jha","mobile_number":"7038586704","email_id":"ankal.tandon@hotmail.com","dop":"2026-01-17","serial_number":"990013463977407","imei1":"990013463977407","imei2":"990013463977407","popurl":"www.bhuvaneshwar-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168358,"job_number":"JOB_168358","tr_customer_id":168374,"tr_customer_product_id":168364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Tanya Kapoor","mobile_number":"7016042539","email_id":"udai.tagore@hotmail.com","dop":"2026-01-17","serial_number":"198386518075332","imei1":"198386518075332","imei2":"198386518075332","popurl":"www.dinkar-devar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168357,"job_number":"JOB_168357","tr_customer_id":168375,"tr_customer_product_id":168365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Aanandaswarup Jha","mobile_number":"7076453342","email_id":"abhirath.adiga@hotmail.com","dop":"2026-01-17","serial_number":"335279886424002","imei1":"335279886424002","imei2":"335279886424002","popurl":"www.dhanapati-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168356,"job_number":"JOB_168356","tr_customer_id":168373,"tr_customer_product_id":168363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ravi Mukhopadhyay","mobile_number":"7067186902","email_id":"shivakari.joshi@hotmail.com","dop":"2026-01-17","serial_number":"142948129111347","imei1":"142948129111347","imei2":"142948129111347","popurl":"www.chanda-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168355,"job_number":"JOB_168355","tr_customer_id":168372,"tr_customer_product_id":168362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Lila Iyer","mobile_number":"7023393304","email_id":"narendra.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"089434342383766","imei1":"089434342383766","imei2":"089434342383766","popurl":"www.rohit-pillai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168354,"job_number":"JOB_168354","tr_customer_id":168371,"tr_customer_product_id":168361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Krishnadas Saini","mobile_number":"7074823966","email_id":"vrund.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"532303323194966","imei1":"532303323194966","imei2":"532303323194966","popurl":"www.pran-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168353,"job_number":"JOB_168353","tr_customer_id":168370,"tr_customer_product_id":168360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Kumar Iyer","mobile_number":"7087622205","email_id":"bahula.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"810569748036493","imei1":"810569748036493","imei2":"810569748036493","popurl":"www.sher-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168352,"job_number":"JOB_168352","tr_customer_id":168369,"tr_customer_product_id":168359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Meghnad Dhawan","mobile_number":"7038382114","email_id":"anjushri.rana@gmail.com","dop":"2026-01-17","serial_number":"469600577233594","imei1":"469600577233594","imei2":"469600577233594","popurl":"www.aadrika-arora.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168351,"job_number":"JOB_168351","tr_customer_id":168368,"tr_customer_product_id":168358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Heema Pilla","mobile_number":"7064517073","email_id":"prasad.guha@gmail.com","dop":"2026-01-17","serial_number":"964173172956775","imei1":"964173172956775","imei2":"964173172956775","popurl":"www.meghnad-sharma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168350,"job_number":"JOB_168350","tr_customer_id":168367,"tr_customer_product_id":168357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Abani Chaturvedi","mobile_number":"7036399880","email_id":"adhiraj.iyengar@hotmail.com","dop":"2026-01-17","serial_number":"106729502802142","imei1":"106729502802142","imei2":"106729502802142","popurl":"www.ahalya-bhat.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168349,"job_number":"JOB_168349","tr_customer_id":168366,"tr_customer_product_id":168356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Dhanu Dutta","mobile_number":"7018337846","email_id":"dandak.khanna@hotmail.com","dop":"2026-01-17","serial_number":"877052485523200","imei1":"877052485523200","imei2":"877052485523200","popurl":"www.atmanand-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168348,"job_number":"JOB_168348","tr_customer_id":168365,"tr_customer_product_id":168355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ritesh Reddy","mobile_number":"7090019130","email_id":"bela.mishra@hotmail.com","dop":"2026-01-17","serial_number":"220858470308955","imei1":"220858470308955","imei2":"220858470308955","popurl":"www.nikita-asan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168347,"job_number":"JOB_168347","tr_customer_id":168364,"tr_customer_product_id":168354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Apsara Mishra","mobile_number":"7047276167","email_id":"kannan.gowda@hotmail.com","dop":"2026-01-17","serial_number":"565742401215318","imei1":"565742401215318","imei2":"565742401215318","popurl":"www.bhargavi-patel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168346,"job_number":"JOB_168346","tr_customer_id":168363,"tr_customer_product_id":168353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Vyas Tandon","mobile_number":"7042667205","email_id":"purnima.joshi@yahoo.co.in","dop":"2026-01-17","serial_number":"759616770829453","imei1":"759616770829453","imei2":"759616770829453","popurl":"www.chinmayananda-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168345,"job_number":"JOB_168345","tr_customer_id":168362,"tr_customer_product_id":168352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bala Tagore","mobile_number":"7002970566","email_id":"uma.khatri@hotmail.com","dop":"2026-01-17","serial_number":"346712173888469","imei1":"346712173888469","imei2":"346712173888469","popurl":"www.vishnu-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168344,"job_number":"JOB_168344","tr_customer_id":168361,"tr_customer_product_id":168351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Eshana Mishra","mobile_number":"7035091717","email_id":"bhardwaj.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"567478943251205","imei1":"567478943251205","imei2":"567478943251205","popurl":"www.tara-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168343,"job_number":"JOB_168343","tr_customer_id":168360,"tr_customer_product_id":168350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chitrangada Jain","mobile_number":"7047940952","email_id":"atmaja.somayaji@yahoo.co.in","dop":"2026-01-17","serial_number":"534353500920242","imei1":"534353500920242","imei2":"534353500920242","popurl":"www.dhyanesh-embranthiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168342,"job_number":"JOB_168342","tr_customer_id":168359,"tr_customer_product_id":168349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipali Naik","mobile_number":"7046169636","email_id":"adityanandan.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"181904001668628","imei1":"181904001668628","imei2":"181904001668628","popurl":"www.divjot-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168341,"job_number":"JOB_168341","tr_customer_id":168358,"tr_customer_product_id":168348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipendra Guneta","mobile_number":"7089022167","email_id":"bhooshit.varrier@yahoo.co.in","dop":"2026-01-17","serial_number":"557394222355725","imei1":"557394222355725","imei2":"557394222355725","popurl":"www.veda-namboothiri.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168340,"job_number":"JOB_168340","tr_customer_id":168357,"tr_customer_product_id":168347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gandharv Mishra","mobile_number":"7037736873","email_id":"chandrakala.asan@hotmail.com","dop":"2026-01-17","serial_number":"054532771311509","imei1":"054532771311509","imei2":"054532771311509","popurl":"www.anshula-gandhi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168339,"job_number":"JOB_168339","tr_customer_id":168356,"tr_customer_product_id":168346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Abhirath Kocchar","mobile_number":"7095215331","email_id":"nirbhay.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"026538670104231","imei1":"026538670104231","imei2":"026538670104231","popurl":"www.bhilangana-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168338,"job_number":"JOB_168338","tr_customer_id":168355,"tr_customer_product_id":168345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Lakshman Malik","mobile_number":"7054809205","email_id":"samir.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"688001834688644","imei1":"688001834688644","imei2":"688001834688644","popurl":"www.parvati-embranthiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168337,"job_number":"JOB_168337","tr_customer_id":168354,"tr_customer_product_id":168344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girik Gowda","mobile_number":"7069755534","email_id":"agrata.guneta@gmail.com","dop":"2026-01-17","serial_number":"006437615865535","imei1":"006437615865535","imei2":"006437615865535","popurl":"www.opalina-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168336,"job_number":"JOB_168336","tr_customer_id":168353,"tr_customer_product_id":168343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Swarnalata Johar","mobile_number":"7078977856","email_id":"ujjwal.desai@yahoo.co.in","dop":"2026-01-17","serial_number":"868667207996938","imei1":"868667207996938","imei2":"868667207996938","popurl":"www.laxmi-adiga.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168335,"job_number":"JOB_168335","tr_customer_id":168352,"tr_customer_product_id":168342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Adhrit Kapoor","mobile_number":"7027432401","email_id":"aruna.pillai@hotmail.com","dop":"2026-01-17","serial_number":"348584581440138","imei1":"348584581440138","imei2":"348584581440138","popurl":"www.bhargavi-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168334,"job_number":"JOB_168334","tr_customer_id":168351,"tr_customer_product_id":168341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Anjushri Kakkar","mobile_number":"7053074102","email_id":"chitraksh.talwar@hotmail.com","dop":"2026-01-17","serial_number":"573357269817417","imei1":"573357269817417","imei2":"573357269817417","popurl":"www.tanya-nair.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168333,"job_number":"JOB_168333","tr_customer_id":168350,"tr_customer_product_id":168340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ramaa Ahluwalia","mobile_number":"7043740065","email_id":"krishnadasa.abbott@gmail.com","dop":"2026-01-17","serial_number":"055694745124624","imei1":"055694745124624","imei2":"055694745124624","popurl":"www.anilaabh-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168332,"job_number":"JOB_168332","tr_customer_id":168349,"tr_customer_product_id":168339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ananta Bandopadhyay","mobile_number":"7064038836","email_id":"ujjawal.asan@hotmail.com","dop":"2026-01-17","serial_number":"193785608841020","imei1":"193785608841020","imei2":"193785608841020","popurl":"www.gajabahu-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168331,"job_number":"JOB_168331","tr_customer_id":168348,"tr_customer_product_id":168338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gautam Khan","mobile_number":"7062693799","email_id":"siddarth.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"391242264746741","imei1":"391242264746741","imei2":"391242264746741","popurl":"www.ananda-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168330,"job_number":"JOB_168330","tr_customer_id":168347,"tr_customer_product_id":168337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girija Johar","mobile_number":"7087953579","email_id":"manoj.jain@gmail.com","dop":"2026-01-17","serial_number":"955820954820200","imei1":"955820954820200","imei2":"955820954820200","popurl":"www.vaishnavi-jha.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168329,"job_number":"JOB_168329","tr_customer_id":168346,"tr_customer_product_id":168336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Tanushri Desai","mobile_number":"7029790501","email_id":"bilva.achari@yahoo.co.in","dop":"2026-01-17","serial_number":"635481645607749","imei1":"635481645607749","imei2":"635481645607749","popurl":"www.chapala-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168328,"job_number":"JOB_168328","tr_customer_id":168345,"tr_customer_product_id":168335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Bhishma Ahluwalia","mobile_number":"7070024748","email_id":"gitanjali.patel@gmail.com","dop":"2026-01-17","serial_number":"909928173955236","imei1":"909928173955236","imei2":"909928173955236","popurl":"www.lavanya-ahluwalia.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168327,"job_number":"JOB_168327","tr_customer_id":168344,"tr_customer_product_id":168334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dhanapati Mukhopadhyay","mobile_number":"7060625797","email_id":"anasooya.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"677865205290071","imei1":"677865205290071","imei2":"677865205290071","popurl":"www.akshita-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168326,"job_number":"JOB_168326","tr_customer_id":168343,"tr_customer_product_id":168333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chandraayan Butt","mobile_number":"7010369756","email_id":"agnimitra.somayaji@gmail.com","dop":"2026-01-17","serial_number":"488999732494006","imei1":"488999732494006","imei2":"488999732494006","popurl":"www.gajabahu-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168325,"job_number":"JOB_168325","tr_customer_id":168342,"tr_customer_product_id":168332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Manoj Iyer","mobile_number":"7079001143","email_id":"giriraj.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"193173358287905","imei1":"193173358287905","imei2":"193173358287905","popurl":"www.rukmin-kaur.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168324,"job_number":"JOB_168324","tr_customer_id":168341,"tr_customer_product_id":168331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Devvrat Asan","mobile_number":"7036837584","email_id":"garuda.menon@hotmail.com","dop":"2026-01-17","serial_number":"186509279222993","imei1":"186509279222993","imei2":"186509279222993","popurl":"www.vaishno-nehru.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168323,"job_number":"JOB_168323","tr_customer_id":168340,"tr_customer_product_id":168330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrakin Chattopadhyay","mobile_number":"7097544273","email_id":"kannan.agarwal@gmail.com","dop":"2026-01-17","serial_number":"692303611362579","imei1":"692303611362579","imei2":"692303611362579","popurl":"www.bilwa-deshpande.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168322,"job_number":"JOB_168322","tr_customer_id":168339,"tr_customer_product_id":168329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Nanda Ahluwalia","mobile_number":"7061139361","email_id":"bhoopati.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"325520571898873","imei1":"325520571898873","imei2":"325520571898873","popurl":"www.pushti-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168321,"job_number":"JOB_168321","tr_customer_id":168338,"tr_customer_product_id":168328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gauranga Bharadwaj","mobile_number":"7040771236","email_id":"himani.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"963565872947585","imei1":"963565872947585","imei2":"963565872947585","popurl":"www.vishnu-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168320,"job_number":"JOB_168320","tr_customer_id":168337,"tr_customer_product_id":168327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamla Pillai","mobile_number":"7025530093","email_id":"devi.bhattacharya@hotmail.com","dop":"2026-01-17","serial_number":"720966471356811","imei1":"720966471356811","imei2":"720966471356811","popurl":"www.chinmayananda-gandhi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168319,"job_number":"JOB_168319","tr_customer_id":168336,"tr_customer_product_id":168326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Amaresh Mahajan","mobile_number":"7036858631","email_id":"brahmanandam.sharma@gmail.com","dop":"2026-01-17","serial_number":"993215241178645","imei1":"993215241178645","imei2":"993215241178645","popurl":"www.dulari-trivedi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168318,"job_number":"JOB_168318","tr_customer_id":168335,"tr_customer_product_id":168325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrabhaga Reddy","mobile_number":"7002922500","email_id":"gajadhar.pillai@hotmail.com","dop":"2026-01-17","serial_number":"670466987668843","imei1":"670466987668843","imei2":"670466987668843","popurl":"www.aadidev-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168317,"job_number":"JOB_168317","tr_customer_id":168334,"tr_customer_product_id":168324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Manisha Chattopadhyay","mobile_number":"7075391580","email_id":"aagneya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"231111320521551","imei1":"231111320521551","imei2":"231111320521551","popurl":"www.dron-dubashi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168316,"job_number":"JOB_168316","tr_customer_id":168333,"tr_customer_product_id":168323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gajadhar Khatri","mobile_number":"7009021832","email_id":"manik.pilla@hotmail.com","dop":"2026-01-17","serial_number":"824135075165620","imei1":"824135075165620","imei2":"824135075165620","popurl":"www.gaurang-patel.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168315,"job_number":"JOB_168315","tr_customer_id":168332,"tr_customer_product_id":168322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bandhu Mahajan","mobile_number":"7099106728","email_id":"dhruv.joshi@hotmail.com","dop":"2026-01-17","serial_number":"324381924619464","imei1":"324381924619464","imei2":"324381924619464","popurl":"www.shridevi-pothuvaal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168314,"job_number":"JOB_168314","tr_customer_id":168331,"tr_customer_product_id":168321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamlesh Khanna","mobile_number":"7095467911","email_id":"hiranya.marar@hotmail.com","dop":"2026-01-17","serial_number":"135205006698107","imei1":"135205006698107","imei2":"135205006698107","popurl":"www.garuda-pandey.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168313,"job_number":"JOB_168313","tr_customer_id":168330,"tr_customer_product_id":168320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ananda Malik","mobile_number":"7038373963","email_id":"malti.iyer@hotmail.com","dop":"2026-01-17","serial_number":"699733414024462","imei1":"699733414024462","imei2":"699733414024462","popurl":"www.anjushree-marar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168312,"job_number":"JOB_168312","tr_customer_id":168329,"tr_customer_product_id":168319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chiranjeev Ahluwalia","mobile_number":"7009145254","email_id":"geeta.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"643458496795587","imei1":"643458496795587","imei2":"643458496795587","popurl":"www.prem-desai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168311,"job_number":"JOB_168311","tr_customer_id":168328,"tr_customer_product_id":168318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Devesh Mishra","mobile_number":"7033273020","email_id":"chandi.kaniyar@yahoo.co.in","dop":"2026-01-17","serial_number":"932138702134532","imei1":"932138702134532","imei2":"932138702134532","popurl":"www.devani-reddy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168310,"job_number":"JOB_168310","tr_customer_id":168327,"tr_customer_product_id":168317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ritesh Bhattacharya","mobile_number":"7098501414","email_id":"sharmila.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"103975520579777","imei1":"103975520579777","imei2":"103975520579777","popurl":"www.harinarayan-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168309,"job_number":"JOB_168309","tr_customer_id":168326,"tr_customer_product_id":168316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Vidur Somayaji","mobile_number":"7073570313","email_id":"dharitri.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"027182720772522","imei1":"027182720772522","imei2":"027182720772522","popurl":"www.girindra-tandon.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168308,"job_number":"JOB_168308","tr_customer_id":168325,"tr_customer_product_id":168315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Trisha Embranthiri","mobile_number":"7078828412","email_id":"rageswari.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"379590032052216","imei1":"379590032052216","imei2":"379590032052216","popurl":"www.oormila-namboothiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168307,"job_number":"JOB_168307","tr_customer_id":168324,"tr_customer_product_id":168314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bharadwaj Gowda","mobile_number":"7047901798","email_id":"amrit.chopra@hotmail.com","dop":"2026-01-17","serial_number":"691884701084889","imei1":"691884701084889","imei2":"691884701084889","popurl":"www.aarya-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168306,"job_number":"JOB_168306","tr_customer_id":168323,"tr_customer_product_id":168313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Daiwik Pandey","mobile_number":"7015235624","email_id":"darshwana.saini@gmail.com","dop":"2026-01-17","serial_number":"922710613826902","imei1":"922710613826902","imei2":"922710613826902","popurl":"www.aayushman-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168305,"job_number":"JOB_168305","tr_customer_id":168322,"tr_customer_product_id":168312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Shanti Chaturvedi","mobile_number":"7074772557","email_id":"rukmin.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"167544080266806","imei1":"167544080266806","imei2":"167544080266806","popurl":"www.karunanidhi-joshi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168304,"job_number":"JOB_168304","tr_customer_id":168321,"tr_customer_product_id":168311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dhana Achari","mobile_number":"7027643900","email_id":"bala.deshpande@gmail.com","dop":"2026-01-17","serial_number":"259783489679083","imei1":"259783489679083","imei2":"259783489679083","popurl":"www.dhanesh-prajapat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168303,"job_number":"JOB_168303","tr_customer_id":168320,"tr_customer_product_id":168310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Kanishka Pandey","mobile_number":"7006447166","email_id":"deepesh.prajapat@gmail.com","dop":"2026-01-17","serial_number":"299828941401126","imei1":"299828941401126","imei2":"299828941401126","popurl":"www.aagneya-adiga.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168302,"job_number":"JOB_168302","tr_customer_id":168319,"tr_customer_product_id":168309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Eshita Malik","mobile_number":"7019334340","email_id":"charuvrat.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"797082632608609","imei1":"797082632608609","imei2":"797082632608609","popurl":"www.sarla-banerjee.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168301,"job_number":"JOB_168301","tr_customer_id":168318,"tr_customer_product_id":168308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Krishnadasa Kocchar","mobile_number":"7040706838","email_id":"vidya.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"039277206390215","imei1":"039277206390215","imei2":"039277206390215","popurl":"www.abhisyanta-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168300,"job_number":"JOB_168300","tr_customer_id":168317,"tr_customer_product_id":168307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Acaryatanaya Sharma","mobile_number":"7080385131","email_id":"kumuda.desai@gmail.com","dop":"2026-01-17","serial_number":"628297546043480","imei1":"628297546043480","imei2":"628297546043480","popurl":"www.sanka-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168299,"job_number":"JOB_168299","tr_customer_id":168316,"tr_customer_product_id":168306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Jyoti Bhat","mobile_number":"7026175150","email_id":"bilwa.dubashi@gmail.com","dop":"2026-01-17","serial_number":"143523016490660","imei1":"143523016490660","imei2":"143523016490660","popurl":"www.amritambu-sinha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168298,"job_number":"JOB_168298","tr_customer_id":168315,"tr_customer_product_id":168305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Baalagopaal Patil","mobile_number":"7096912025","email_id":"abhirath.mukhopadhyay@hotmail.com","dop":"2026-01-17","serial_number":"757612487874979","imei1":"757612487874979","imei2":"757612487874979","popurl":"www.bhushit-guha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168297,"job_number":"JOB_168297","tr_customer_id":168314,"tr_customer_product_id":168304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Nirbhay Chattopadhyay","mobile_number":"7061002611","email_id":"eshana.bhattathiri@hotmail.com","dop":"2026-01-17","serial_number":"297775248264917","imei1":"297775248264917","imei2":"297775248264917","popurl":"www.shubhaprada-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168296,"job_number":"JOB_168296","tr_customer_id":168313,"tr_customer_product_id":168303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Aaryan Varrier","mobile_number":"7086629267","email_id":"shashi.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"297041655924701","imei1":"297041655924701","imei2":"297041655924701","popurl":"www.gajabahu-rana.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168295,"job_number":"JOB_168295","tr_customer_id":168312,"tr_customer_product_id":168302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Abhisyanta Tagore","mobile_number":"7098322412","email_id":"chaitan.naik@hotmail.com","dop":"2026-01-17","serial_number":"462957100239314","imei1":"462957100239314","imei2":"462957100239314","popurl":"www.gati-nair.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168294,"job_number":"JOB_168294","tr_customer_id":168311,"tr_customer_product_id":168301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Deeptimoyee Trivedi","mobile_number":"7081075397","email_id":"rupinder.chopra@yahoo.co.in","dop":"2026-01-17","serial_number":"820682428873616","imei1":"820682428873616","imei2":"820682428873616","popurl":"www.jay-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168293,"job_number":"JOB_168293","tr_customer_id":168310,"tr_customer_product_id":168300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gayatri Gill","mobile_number":"7078914110","email_id":"tanya.gowda@yahoo.co.in","dop":"2026-01-17","serial_number":"425618954904736","imei1":"425618954904736","imei2":"425618954904736","popurl":"www.baala-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168292,"job_number":"JOB_168292","tr_customer_id":168309,"tr_customer_product_id":168299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Yogendra Rana","mobile_number":"7013127135","email_id":"ekalavya.pandey@hotmail.com","dop":"2026-01-17","serial_number":"181276253587809","imei1":"181276253587809","imei2":"181276253587809","popurl":"www.himadri-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168291,"job_number":"JOB_168291","tr_customer_id":168308,"tr_customer_product_id":168298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gitanjali Nehru","mobile_number":"7033196788","email_id":"bhramar.iyer@hotmail.com","dop":"2026-01-17","serial_number":"159118065780587","imei1":"159118065780587","imei2":"159118065780587","popurl":"www.adhrit-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168290,"job_number":"JOB_168290","tr_customer_id":168307,"tr_customer_product_id":168297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Param Namboothiri","mobile_number":"7051395959","email_id":"shresth.acharya@gmail.com","dop":"2026-01-17","serial_number":"939906965759411","imei1":"939906965759411","imei2":"939906965759411","popurl":"www.digambar-khatri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168289,"job_number":"JOB_168289","tr_customer_id":168306,"tr_customer_product_id":168296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Laxmi Khan","mobile_number":"7044561872","email_id":"amaranaath.mukhopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"798628166538875","imei1":"798628166538875","imei2":"798628166538875","popurl":"www.chakravartee-malik.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168288,"job_number":"JOB_168288","tr_customer_id":168305,"tr_customer_product_id":168295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Chandini Panicker","mobile_number":"7041401584","email_id":"nimit.shukla@hotmail.com","dop":"2026-01-17","serial_number":"030455514100990","imei1":"030455514100990","imei2":"030455514100990","popurl":"www.kama-mishra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168287,"job_number":"JOB_168287","tr_customer_id":168304,"tr_customer_product_id":168294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Rageshwari Sinha","mobile_number":"7007609666","email_id":"aaryan.mishra@hotmail.com","dop":"2026-01-17","serial_number":"762876885452505","imei1":"762876885452505","imei2":"762876885452505","popurl":"www.dandapaani-kakkar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168286,"job_number":"JOB_168286","tr_customer_id":168303,"tr_customer_product_id":168293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dayaamay Khan","mobile_number":"7027838011","email_id":"param.khanna@hotmail.com","dop":"2026-01-17","serial_number":"246434267233391","imei1":"246434267233391","imei2":"246434267233391","popurl":"www.mohinder-malik.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168285,"job_number":"JOB_168285","tr_customer_id":168302,"tr_customer_product_id":168292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Bhadrak Arora","mobile_number":"7032870005","email_id":"bhishma.acharya@hotmail.com","dop":"2026-01-17","serial_number":"559643001190677","imei1":"559643001190677","imei2":"559643001190677","popurl":"www.anjaneya-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168284,"job_number":"JOB_168284","tr_customer_id":168301,"tr_customer_product_id":168291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Shanti Bhattathiri","mobile_number":"7016029439","email_id":"oormila.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"247116872323691","imei1":"247116872323691","imei2":"247116872323691","popurl":"www.dayaanidhi-dwivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168283,"job_number":"JOB_168283","tr_customer_id":168300,"tr_customer_product_id":168290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Swarnalata Prajapat","mobile_number":"7099479914","email_id":"balaaditya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"141575034126703","imei1":"141575034126703","imei2":"141575034126703","popurl":"www.narinder-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168282,"job_number":"JOB_168282","tr_customer_id":168299,"tr_customer_product_id":168289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Girish Banerjee","mobile_number":"7048017873","email_id":"aaryan.guneta@hotmail.com","dop":"2026-01-17","serial_number":"740725273090990","imei1":"740725273090990","imei2":"740725273090990","popurl":"www.rati-jha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168281,"job_number":"JOB_168281","tr_customer_id":168298,"tr_customer_product_id":168288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhardwaj Shukla","mobile_number":"7025057013","email_id":"mayoor.iyer@hotmail.com","dop":"2026-01-17","serial_number":"135556889699370","imei1":"135556889699370","imei2":"135556889699370","popurl":"www.sharmila-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168280,"job_number":"JOB_168280","tr_customer_id":168297,"tr_customer_product_id":168287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Lal Ahuja","mobile_number":"7037608651","email_id":"dhanalakshmi.pothuvaal@gmail.com","dop":"2026-01-17","serial_number":"863448801333047","imei1":"863448801333047","imei2":"863448801333047","popurl":"www.jyoti-pothuvaal.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168279,"job_number":"JOB_168279","tr_customer_id":168296,"tr_customer_product_id":168286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ranjit Chopra","mobile_number":"7073725800","email_id":"bhagirathi.guneta@hotmail.com","dop":"2026-01-17","serial_number":"360525324757118","imei1":"360525324757118","imei2":"360525324757118","popurl":"www.jagadish-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168278,"job_number":"JOB_168278","tr_customer_id":168295,"tr_customer_product_id":168285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhargava Mukhopadhyay","mobile_number":"7026138278","email_id":"anurag.mishra@gmail.com","dop":"2026-01-17","serial_number":"875406830158462","imei1":"875406830158462","imei2":"875406830158462","popurl":"www.kali-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168277,"job_number":"JOB_168277","tr_customer_id":168294,"tr_customer_product_id":168284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chandi Malik","mobile_number":"7095444726","email_id":"deb.ahuja@yahoo.co.in","dop":"2026-01-17","serial_number":"912578778448772","imei1":"912578778448772","imei2":"912578778448772","popurl":"www.tanushree-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168276,"job_number":"JOB_168276","tr_customer_id":168293,"tr_customer_product_id":168283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chetanaanand Reddy","mobile_number":"7045392486","email_id":"anal.deshpande@yahoo.co.in","dop":"2026-01-17","serial_number":"408809447341215","imei1":"408809447341215","imei2":"408809447341215","popurl":"www.abhirath-achari.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168275,"job_number":"JOB_168275","tr_customer_id":168291,"tr_customer_product_id":168281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Pran Dubashi","mobile_number":"7068961883","email_id":"ekaparnika.agarwal@yahoo.co.in","dop":"2026-01-17","serial_number":"286857647138780","imei1":"286857647138780","imei2":"286857647138780","popurl":"www.amrita-embranthiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168274,"job_number":"JOB_168274","tr_customer_id":168292,"tr_customer_product_id":168282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ankal Nair","mobile_number":"7063975020","email_id":"gauraang.joshi@gmail.com","dop":"2026-01-17","serial_number":"907222504346697","imei1":"907222504346697","imei2":"907222504346697","popurl":"www.manoj-varman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168273,"job_number":"JOB_168273","tr_customer_id":168290,"tr_customer_product_id":168280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Anaadi Devar","mobile_number":"7084683703","email_id":"ekaling.namboothiri@hotmail.com","dop":"2026-01-17","serial_number":"656477353144113","imei1":"656477353144113","imei2":"656477353144113","popurl":"www.deepesh-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168272,"job_number":"JOB_168272","tr_customer_id":168289,"tr_customer_product_id":168279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:50.000Z","modified_at":"2026-01-27T13:45:02.000Z","name":"Oscar Ritchie","mobile_number":"719-318-1867","email_id":"Monserrate19@gmail.com","dop":"2025-12-01","serial_number":"17540098712072","imei1":"17540098712072","imei2":"17540098712072","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:45:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168271,"job_number":"JOB_168271","tr_customer_id":168288,"tr_customer_product_id":168278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:50.000Z","modified_at":"2026-01-27T13:44:50.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16137037844247","imei1":"16137037844247","imei2":"16137037844247","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168270,"job_number":"JOB_168270","tr_customer_id":168287,"tr_customer_product_id":168277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:34.000Z","modified_at":"2026-01-27T13:44:46.000Z","name":"Camylle Mertz","mobile_number":"942-200-2028","email_id":"Retha.Koss41@hotmail.com","dop":"2025-12-01","serial_number":"12355772743331","imei1":"12355772743331","imei2":"12355772743331","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168269,"job_number":"JOB_168269","tr_customer_id":168286,"tr_customer_product_id":168276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:33.000Z","modified_at":"2026-01-27T13:44:33.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11740035973162","imei1":"11740035973162","imei2":"11740035973162","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168268,"job_number":"JOB_168268","tr_customer_id":168285,"tr_customer_product_id":168275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:17.000Z","modified_at":"2026-01-27T13:44:29.000Z","name":"Janie Predovic","mobile_number":"221-782-5093","email_id":"Gladys_Hilpert73@hotmail.com","dop":"2025-12-01","serial_number":"15696191062648","imei1":"15696191062648","imei2":"15696191062648","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168267,"job_number":"JOB_168267","tr_customer_id":168284,"tr_customer_product_id":168274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:16.000Z","modified_at":"2026-01-27T13:44:16.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13972199692843","imei1":"13972199692843","imei2":"13972199692843","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168266,"job_number":"JOB_168266","tr_customer_id":168283,"tr_customer_product_id":168273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:18.000Z","modified_at":"2026-01-27T15:29:54.000Z","name":"Ena Jakubowski","mobile_number":"767-899-9822","email_id":"Conor_Gleason71@yahoo.com","dop":"2025-02-01","serial_number":"53730589633809","imei1":"53730589633809","imei2":"53730589633809","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T15:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168265,"job_number":"JOB_168265","tr_customer_id":168282,"tr_customer_product_id":168272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:12.000Z","name":"Rakesh Ganaka","mobile_number":"7081162089","email_id":"smriti.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"973373170161546","imei1":"973373170161546","imei2":"973373170161546","popurl":"www.deependra-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168264,"job_number":"JOB_168264","tr_customer_id":168281,"tr_customer_product_id":168271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhargava Kapoor","mobile_number":"7017308625","email_id":"ajeet.sinha@gmail.com","dop":"2026-01-17","serial_number":"210483892952342","imei1":"210483892952342","imei2":"210483892952342","popurl":"www.bhishma-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168263,"job_number":"JOB_168263","tr_customer_id":168280,"tr_customer_product_id":168270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhuvanesh Arora","mobile_number":"7059618969","email_id":"bhamini.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"030187202982318","imei1":"030187202982318","imei2":"030187202982318","popurl":"www.chaaruchandra-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168262,"job_number":"JOB_168262","tr_customer_id":168279,"tr_customer_product_id":168269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Swara Bandopadhyay","mobile_number":"7016741813","email_id":"aadi.varman@gmail.com","dop":"2026-01-17","serial_number":"447201130297179","imei1":"447201130297179","imei2":"447201130297179","popurl":"www.ekaparnika-ahuja.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168261,"job_number":"JOB_168261","tr_customer_id":168278,"tr_customer_product_id":168268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Budhil Kaul","mobile_number":"7007472388","email_id":"vidhya.johar@yahoo.co.in","dop":"2026-01-17","serial_number":"346899966887362","imei1":"346899966887362","imei2":"346899966887362","popurl":"www.dayamayee-pandey.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168260,"job_number":"JOB_168260","tr_customer_id":168277,"tr_customer_product_id":168267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ekadant Iyengar","mobile_number":"7083283137","email_id":"akshainie.varman@hotmail.com","dop":"2026-01-17","serial_number":"807684574494302","imei1":"807684574494302","imei2":"807684574494302","popurl":"www.anuja-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168259,"job_number":"JOB_168259","tr_customer_id":168276,"tr_customer_product_id":168266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Indra Bandopadhyay","mobile_number":"7084928060","email_id":"sarada.rana@hotmail.com","dop":"2026-01-17","serial_number":"119167337360261","imei1":"119167337360261","imei2":"119167337360261","popurl":"www.atmaja-rana.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168258,"job_number":"JOB_168258","tr_customer_id":168275,"tr_customer_product_id":168265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Triloki Nath Gill","mobile_number":"7020959627","email_id":"ajeet.shukla@yahoo.co.in","dop":"2026-01-17","serial_number":"154315835505877","imei1":"154315835505877","imei2":"154315835505877","popurl":"www.adhrit-talwar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168257,"job_number":"JOB_168257","tr_customer_id":168274,"tr_customer_product_id":168264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Chidananda Varman","mobile_number":"7081541989","email_id":"bhushan.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"520358638387078","imei1":"520358638387078","imei2":"520358638387078","popurl":"www.abhaidev-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168256,"job_number":"JOB_168256","tr_customer_id":168273,"tr_customer_product_id":168263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ganaka Ganaka","mobile_number":"7008604529","email_id":"chaturbhuj.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"580968190866739","imei1":"580968190866739","imei2":"580968190866739","popurl":"www.bhoopati-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168255,"job_number":"JOB_168255","tr_customer_id":168272,"tr_customer_product_id":168262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"hello Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10942232193440","imei1":"10942232193440","imei2":"10942232193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168254,"job_number":"JOB_168254","tr_customer_id":168271,"tr_customer_product_id":168261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"dfdfd Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10944432193440","imei1":"10944432193440","imei2":"10944432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168253,"job_number":"JOB_168253","tr_customer_id":168270,"tr_customer_product_id":168260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"World Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"18844432193440","imei1":"18844432193440","imei2":"18844432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168252,"job_number":"JOB_168252","tr_customer_id":168269,"tr_customer_product_id":168259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:57.000Z","modified_at":"2026-01-27T12:34:57.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"26009336482955","imei1":"26009336482955","imei2":"26009336482955","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168251,"job_number":"JOB_168251","tr_customer_id":168268,"tr_customer_product_id":168258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:55.000Z","modified_at":"2026-01-27T12:35:37.000Z","name":"Josianne Crooks","mobile_number":"541-260-9025","email_id":"Kyle_Kertzmann@yahoo.com","dop":"2026-01-04","serial_number":"15505682942558","imei1":"15505682942558","imei2":"15505682942558","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168250,"job_number":"JOB_168250","tr_customer_id":168267,"tr_customer_product_id":168257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:55.000Z","modified_at":"2026-01-27T12:34:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11132776219601","imei1":"11132776219601","imei2":"11132776219601","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168249,"job_number":"JOB_168249","tr_customer_id":168266,"tr_customer_product_id":168256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:05.000Z","modified_at":"2026-01-27T12:34:05.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49000460081954","imei1":"49000460081954","imei2":"49000460081954","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168248,"job_number":"JOB_168248","tr_customer_id":168265,"tr_customer_product_id":168255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:03.000Z","modified_at":"2026-01-27T12:34:46.000Z","name":"Maybelle Anderson","mobile_number":"329-623-8818","email_id":"Ariane63@gmail.com","dop":"2026-01-04","serial_number":"16242676039586","imei1":"16242676039586","imei2":"16242676039586","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168247,"job_number":"JOB_168247","tr_customer_id":168264,"tr_customer_product_id":168254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:03.000Z","modified_at":"2026-01-27T12:34:03.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19926693469878","imei1":"19926693469878","imei2":"19926693469878","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168246,"job_number":"JOB_168246","tr_customer_id":168263,"tr_customer_product_id":168253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:14.000Z","modified_at":"2026-01-27T12:33:14.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70322021367703","imei1":"70322021367703","imei2":"70322021367703","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168245,"job_number":"JOB_168245","tr_customer_id":168262,"tr_customer_product_id":168252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:12.000Z","modified_at":"2026-01-27T12:33:55.000Z","name":"Jerald Legros","mobile_number":"452-600-9203","email_id":"Hunter2@yahoo.com","dop":"2026-01-04","serial_number":"19900223977702","imei1":"19900223977702","imei2":"19900223977702","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168244,"job_number":"JOB_168244","tr_customer_id":168261,"tr_customer_product_id":168251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:12.000Z","modified_at":"2026-01-27T12:33:12.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16853693244096","imei1":"16853693244096","imei2":"16853693244096","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168243,"job_number":"JOB_168243","tr_customer_id":168260,"tr_customer_product_id":168250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:06.000Z","modified_at":"2026-01-27T12:24:06.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94175444839677","imei1":"94175444839677","imei2":"94175444839677","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168242,"job_number":"JOB_168242","tr_customer_id":168259,"tr_customer_product_id":168249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:04.000Z","modified_at":"2026-01-27T12:24:41.000Z","name":"Electa Bode","mobile_number":"377-553-5681","email_id":"Jadon.Hilpert23@yahoo.com","dop":"2026-01-04","serial_number":"18677593505476","imei1":"18677593505476","imei2":"18677593505476","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:24:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168241,"job_number":"JOB_168241","tr_customer_id":168258,"tr_customer_product_id":168248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:04.000Z","modified_at":"2026-01-27T12:24:04.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18019431176168","imei1":"18019431176168","imei2":"18019431176168","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168240,"job_number":"JOB_168240","tr_customer_id":168257,"tr_customer_product_id":168247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:22.000Z","modified_at":"2026-01-27T12:23:22.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"91869338609526","imei1":"91869338609526","imei2":"91869338609526","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168239,"job_number":"JOB_168239","tr_customer_id":168256,"tr_customer_product_id":168246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:21.000Z","modified_at":"2026-01-27T12:23:57.000Z","name":"Abdiel Mann","mobile_number":"414-359-7351","email_id":"Audra.Walker@gmail.com","dop":"2026-01-04","serial_number":"11613712934841","imei1":"11613712934841","imei2":"11613712934841","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:23:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168238,"job_number":"JOB_168238","tr_customer_id":168255,"tr_customer_product_id":168245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:20.000Z","modified_at":"2026-01-27T12:23:20.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17953161811409","imei1":"17953161811409","imei2":"17953161811409","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168237,"job_number":"JOB_168237","tr_customer_id":168254,"tr_customer_product_id":168244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Krishnadas Adiga","mobile_number":"7068260260","email_id":"poornima.verma@hotmail.com","dop":"2026-01-17","serial_number":"033577332190658","imei1":"033577332190658","imei2":"033577332190658","popurl":"www.jyotis-kocchar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168236,"job_number":"JOB_168236","tr_customer_id":168252,"tr_customer_product_id":168243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Amarnath Saini","mobile_number":"7066114456","email_id":"gopee.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"054434794473818","imei1":"054434794473818","imei2":"054434794473818","popurl":"www.bharadwaj-mehra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168235,"job_number":"JOB_168235","tr_customer_id":168253,"tr_customer_product_id":168242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Aanandaswarup Menon","mobile_number":"7050715808","email_id":"arindam.singh@hotmail.com","dop":"2026-01-17","serial_number":"830722785884696","imei1":"830722785884696","imei2":"830722785884696","popurl":"www.daksha-jain.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168234,"job_number":"JOB_168234","tr_customer_id":168250,"tr_customer_product_id":168240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Anish Chopra","mobile_number":"7015546136","email_id":"divakar.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"073590567887108","imei1":"073590567887108","imei2":"073590567887108","popurl":"www.deevakar-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168233,"job_number":"JOB_168233","tr_customer_id":168251,"tr_customer_product_id":168241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Prayag Johar","mobile_number":"7003652757","email_id":"adheesh.mehrotra@gmail.com","dop":"2026-01-17","serial_number":"304306716864460","imei1":"304306716864460","imei2":"304306716864460","popurl":"www.brahma-jain.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168232,"job_number":"JOB_168232","tr_customer_id":168249,"tr_customer_product_id":168239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Trisha Johar","mobile_number":"7068949896","email_id":"agrata.iyer@hotmail.com","dop":"2026-01-17","serial_number":"233185802174858","imei1":"233185802174858","imei2":"233185802174858","popurl":"www.ranjeet-agarwal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168231,"job_number":"JOB_168231","tr_customer_id":168248,"tr_customer_product_id":168238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Jaya Kaul","mobile_number":"7053995341","email_id":"girindra.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"445076252064431","imei1":"445076252064431","imei2":"445076252064431","popurl":"www.chaturbhuj-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168230,"job_number":"JOB_168230","tr_customer_id":168247,"tr_customer_product_id":168237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Bheeshma Jain","mobile_number":"7059421692","email_id":"prasanna.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"833050871578067","imei1":"833050871578067","imei2":"833050871578067","popurl":"www.vaijayanthi-ahuja.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168229,"job_number":"JOB_168229","tr_customer_id":168246,"tr_customer_product_id":168236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Vasudev Bharadwaj","mobile_number":"7073845519","email_id":"ajit.guha@hotmail.com","dop":"2026-01-17","serial_number":"967332951939340","imei1":"967332951939340","imei2":"967332951939340","popurl":"www.dayaananda-gowda.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168228,"job_number":"JOB_168228","tr_customer_id":168245,"tr_customer_product_id":168235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Tanya Bhattacharya","mobile_number":"7059149789","email_id":"deeptiman.kaniyar@gmail.com","dop":"2026-01-17","serial_number":"012788348914751","imei1":"012788348914751","imei2":"012788348914751","popurl":"www.mohana-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168227,"job_number":"JOB_168227","tr_customer_id":168244,"tr_customer_product_id":168234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:38.000Z","modified_at":"2026-01-27T12:22:38.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53668157243722","imei1":"53668157243722","imei2":"53668157243722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168226,"job_number":"JOB_168226","tr_customer_id":168243,"tr_customer_product_id":168233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:37.000Z","modified_at":"2026-01-27T12:23:13.000Z","name":"Jayme Langosh","mobile_number":"560-299-9535","email_id":"Lorenzo_Davis95@gmail.com","dop":"2026-01-04","serial_number":"10318885661706","imei1":"10318885661706","imei2":"10318885661706","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:23:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168225,"job_number":"JOB_168225","tr_customer_id":168242,"tr_customer_product_id":168232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:36.000Z","modified_at":"2026-01-27T12:22:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16487763938218","imei1":"16487763938218","imei2":"16487763938218","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168224,"job_number":"JOB_168224","tr_customer_id":168240,"tr_customer_product_id":168231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Lakshmidhar Malik","mobile_number":"7073899809","email_id":"arindam.tagore@hotmail.com","dop":"2026-01-17","serial_number":"678891533948343","imei1":"678891533948343","imei2":"678891533948343","popurl":"www.aadi-adiga.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168223,"job_number":"JOB_168223","tr_customer_id":168241,"tr_customer_product_id":168230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Devesh Kaur","mobile_number":"7098102148","email_id":"yogendra.kaur@gmail.com","dop":"2026-01-17","serial_number":"743193379623075","imei1":"743193379623075","imei2":"743193379623075","popurl":"www.subhasini-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168222,"job_number":"JOB_168222","tr_customer_id":168238,"tr_customer_product_id":168228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Harinakshi Mehrotra","mobile_number":"7097412792","email_id":"omana.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"611970057824369","imei1":"611970057824369","imei2":"611970057824369","popurl":"www.tapan-arora.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168221,"job_number":"JOB_168221","tr_customer_id":168239,"tr_customer_product_id":168229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Anasuya Varma","mobile_number":"7056285526","email_id":"shridevi.varrier@hotmail.com","dop":"2026-01-17","serial_number":"884127054365020","imei1":"884127054365020","imei2":"884127054365020","popurl":"www.hari-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168220,"job_number":"JOB_168220","tr_customer_id":168237,"tr_customer_product_id":168227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Jai Pillai","mobile_number":"7048987638","email_id":"digambara.dwivedi@hotmail.com","dop":"2026-01-17","serial_number":"351663360147969","imei1":"351663360147969","imei2":"351663360147969","popurl":"www.acaryatanaya-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168219,"job_number":"JOB_168219","tr_customer_id":168236,"tr_customer_product_id":168226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:17.000Z","modified_at":"2026-01-27T12:10:29.000Z","name":"Miller Doyle","mobile_number":"858-538-7878","email_id":"Barton_Schumm@hotmail.com","dop":"2025-12-01","serial_number":"12648511043464","imei1":"12648511043464","imei2":"12648511043464","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168218,"job_number":"JOB_168218","tr_customer_id":168235,"tr_customer_product_id":168225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:17.000Z","modified_at":"2026-01-27T12:10:17.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16459082111863","imei1":"16459082111863","imei2":"16459082111863","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168217,"job_number":"JOB_168217","tr_customer_id":168234,"tr_customer_product_id":168224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:01.000Z","modified_at":"2026-01-27T12:10:13.000Z","name":"Verdie Kessler","mobile_number":"847-994-3783","email_id":"Emmanuel20@yahoo.com","dop":"2025-12-01","serial_number":"16460719711611","imei1":"16460719711611","imei2":"16460719711611","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:10:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168216,"job_number":"JOB_168216","tr_customer_id":168233,"tr_customer_product_id":168223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:00.000Z","modified_at":"2026-01-27T12:10:00.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15888285633922","imei1":"15888285633922","imei2":"15888285633922","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168215,"job_number":"JOB_168215","tr_customer_id":168232,"tr_customer_product_id":168222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:09:44.000Z","modified_at":"2026-01-27T12:09:56.000Z","name":"Cruz DuBuque","mobile_number":"241-624-0192","email_id":"Marielle.Effertz@hotmail.com","dop":"2025-12-01","serial_number":"10648418062851","imei1":"10648418062851","imei2":"10648418062851","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168214,"job_number":"JOB_168214","tr_customer_id":168231,"tr_customer_product_id":168221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:09:44.000Z","modified_at":"2026-01-27T12:09:44.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15585732066824","imei1":"15585732066824","imei2":"15585732066824","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168213,"job_number":"JOB_168213","tr_customer_id":168230,"tr_customer_product_id":168220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Dandak Jain","mobile_number":"7031859260","email_id":"charvi.nambeesan@hotmail.com","dop":"2026-01-17","serial_number":"256378860455060","imei1":"256378860455060","imei2":"256378860455060","popurl":"www.shashi-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168212,"job_number":"JOB_168212","tr_customer_id":168229,"tr_customer_product_id":168219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bhooshit Ganaka","mobile_number":"7016630121","email_id":"girija.bhat@hotmail.com","dop":"2026-01-17","serial_number":"140321290638336","imei1":"140321290638336","imei2":"140321290638336","popurl":"www.anagh-chopra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168211,"job_number":"JOB_168211","tr_customer_id":168228,"tr_customer_product_id":168218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Jitendra Pillai","mobile_number":"7073043265","email_id":"shantanu.chaturvedi@yahoo.co.in","dop":"2026-01-17","serial_number":"046515445662526","imei1":"046515445662526","imei2":"046515445662526","popurl":"www.eshana-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168210,"job_number":"JOB_168210","tr_customer_id":168227,"tr_customer_product_id":168217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Ekaling Asan","mobile_number":"7017995918","email_id":"aasa.guha@hotmail.com","dop":"2026-01-17","serial_number":"361064068307831","imei1":"361064068307831","imei2":"361064068307831","popurl":"www.ghanshyam-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168209,"job_number":"JOB_168209","tr_customer_id":168226,"tr_customer_product_id":168216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Devdan Dutta","mobile_number":"7027492908","email_id":"chandran.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"858922008389057","imei1":"858922008389057","imei2":"858922008389057","popurl":"www.chandraswaroopa-varman.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168208,"job_number":"JOB_168208","tr_customer_id":168225,"tr_customer_product_id":168215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Prema Trivedi","mobile_number":"7068084525","email_id":"vasundhara.marar@hotmail.com","dop":"2026-01-17","serial_number":"205887612107788","imei1":"205887612107788","imei2":"205887612107788","popurl":"www.jagdish-tandon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168207,"job_number":"JOB_168207","tr_customer_id":168224,"tr_customer_product_id":168214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bishnu Dutta","mobile_number":"7051455224","email_id":"anjushri.gill@yahoo.co.in","dop":"2026-01-17","serial_number":"333310769090549","imei1":"333310769090549","imei2":"333310769090549","popurl":"www.bakula-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168205,"job_number":"JOB_168205","tr_customer_id":168222,"tr_customer_product_id":168212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Akshita Mehrotra","mobile_number":"7086685963","email_id":"dwaipayana.mahajan@gmail.com","dop":"2026-01-17","serial_number":"086564955613631","imei1":"086564955613631","imei2":"086564955613631","popurl":"www.darshan-bhattacharya.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168204,"job_number":"JOB_168204","tr_customer_id":168221,"tr_customer_product_id":168211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Gouranga Gupta","mobile_number":"7066851917","email_id":"shivakari.varrier@hotmail.com","dop":"2026-01-17","serial_number":"057270962748011","imei1":"057270962748011","imei2":"057270962748011","popurl":"www.bhargava-shukla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168203,"job_number":"JOB_168203","tr_customer_id":168220,"tr_customer_product_id":168210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Deeptimay Ganaka","mobile_number":"7069328342","email_id":"anjaneya.kaur@gmail.com","dop":"2026-01-17","serial_number":"301862860042281","imei1":"301862860042281","imei2":"301862860042281","popurl":"www.gaurang-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168202,"job_number":"JOB_168202","tr_customer_id":168218,"tr_customer_product_id":168209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Buddhana Mahajan","mobile_number":"7081108320","email_id":"arindam.khatri@hotmail.com","dop":"2026-01-17","serial_number":"739069177439111","imei1":"739069177439111","imei2":"739069177439111","popurl":"www.ramaa-tagore.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168201,"job_number":"JOB_168201","tr_customer_id":168219,"tr_customer_product_id":168208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Dhara Varman","mobile_number":"7087454376","email_id":"shivakari.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"975768866653230","imei1":"975768866653230","imei2":"975768866653230","popurl":"www.lavanya-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168200,"job_number":"JOB_168200","tr_customer_id":168217,"tr_customer_product_id":168207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Bhooshit Abbott","mobile_number":"7080102585","email_id":"aaryan.butt@gmail.com","dop":"2026-01-17","serial_number":"706792543344082","imei1":"706792543344082","imei2":"706792543344082","popurl":"www.shashi-varma.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168199,"job_number":"JOB_168199","tr_customer_id":168216,"tr_customer_product_id":168206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Nambeesan","mobile_number":"7068570208","email_id":"deeptendu.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"590159293640789","imei1":"590159293640789","imei2":"590159293640789","popurl":"www.hiranya-dutta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168198,"job_number":"JOB_168198","tr_customer_id":168215,"tr_customer_product_id":168205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chakradhar Pillai","mobile_number":"7065856347","email_id":"aatreya.pillai@yahoo.co.in","dop":"2026-01-17","serial_number":"543748323384088","imei1":"543748323384088","imei2":"543748323384088","popurl":"www.trilok-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168197,"job_number":"JOB_168197","tr_customer_id":168214,"tr_customer_product_id":168204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Prajapat","mobile_number":"7097444520","email_id":"swara.ganaka@gmail.com","dop":"2026-01-17","serial_number":"914701472395236","imei1":"914701472395236","imei2":"914701472395236","popurl":"www.kama-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168196,"job_number":"JOB_168196","tr_customer_id":168213,"tr_customer_product_id":168203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anil Dhawan","mobile_number":"7070028894","email_id":"kumari.mehra@gmail.com","dop":"2026-01-17","serial_number":"325586393928619","imei1":"325586393928619","imei2":"325586393928619","popurl":"www.chakrika-kaul.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168195,"job_number":"JOB_168195","tr_customer_id":168212,"tr_customer_product_id":168202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Suresh Namboothiri","mobile_number":"7069695354","email_id":"prasad.talwar@hotmail.com","dop":"2026-01-17","serial_number":"174630033067530","imei1":"174630033067530","imei2":"174630033067530","popurl":"www.adhrit-menon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168191,"job_number":"JOB_168191","tr_customer_id":168208,"tr_customer_product_id":168198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Aalok Deshpande","mobile_number":"7072539080","email_id":"gemine.bhat@yahoo.co.in","dop":"2026-01-17","serial_number":"768846817619370","imei1":"768846817619370","imei2":"768846817619370","popurl":"www.narinder-bhat.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168190,"job_number":"JOB_168190","tr_customer_id":168207,"tr_customer_product_id":168197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balachandra Kakkar","mobile_number":"7032263868","email_id":"devdan.bhat@hotmail.com","dop":"2026-01-17","serial_number":"105468873924195","imei1":"105468873924195","imei2":"105468873924195","popurl":"www.darshwana-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168189,"job_number":"JOB_168189","tr_customer_id":168206,"tr_customer_product_id":168196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kin Mahajan","mobile_number":"7072531315","email_id":"ahalya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"999754818649567","imei1":"999754818649567","imei2":"999754818649567","popurl":"www.chetan-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168188,"job_number":"JOB_168188","tr_customer_id":168205,"tr_customer_product_id":168195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balagovind Arora","mobile_number":"7031531462","email_id":"swara.iyengar@gmail.com","dop":"2026-01-17","serial_number":"891818401023159","imei1":"891818401023159","imei2":"891818401023159","popurl":"www.chandraswaroopa-kaul.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168187,"job_number":"JOB_168187","tr_customer_id":168204,"tr_customer_product_id":168194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Puneet Tagore","mobile_number":"7070208753","email_id":"krishnadas.sinha@hotmail.com","dop":"2026-01-17","serial_number":"861937628171568","imei1":"861937628171568","imei2":"861937628171568","popurl":"www.bilwa-mishra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168186,"job_number":"JOB_168186","tr_customer_id":168203,"tr_customer_product_id":168193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chandramauli Gowda","mobile_number":"7076718782","email_id":"goswamee.butt@hotmail.com","dop":"2026-01-17","serial_number":"325575926878631","imei1":"325575926878631","imei2":"325575926878631","popurl":"www.aagneya-abbott.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168185,"job_number":"JOB_168185","tr_customer_id":168202,"tr_customer_product_id":168192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ekaparnika Nambeesan","mobile_number":"7084505881","email_id":"deven.joshi@hotmail.com","dop":"2026-01-17","serial_number":"527685975145976","imei1":"527685975145976","imei2":"527685975145976","popurl":"www.durgeshwari-nayar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168184,"job_number":"JOB_168184","tr_customer_id":168201,"tr_customer_product_id":168191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kama Butt","mobile_number":"7096618951","email_id":"vaijayanthi.adiga@gmail.com","dop":"2026-01-17","serial_number":"597206991755010","imei1":"597206991755010","imei2":"597206991755010","popurl":"www.anish-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168183,"job_number":"JOB_168183","tr_customer_id":168200,"tr_customer_product_id":168190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ayushmati Iyer","mobile_number":"7082704090","email_id":"deveshwar.sethi@gmail.com","dop":"2026-01-17","serial_number":"291456131511690","imei1":"291456131511690","imei2":"291456131511690","popurl":"www.krishnadasa-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168182,"job_number":"JOB_168182","tr_customer_id":168199,"tr_customer_product_id":168189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anish Gupta","mobile_number":"7076814182","email_id":"keerti.gupta@yahoo.co.in","dop":"2026-01-17","serial_number":"543748313039813","imei1":"543748313039813","imei2":"543748313039813","popurl":"www.sucheta-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168181,"job_number":"JOB_168181","tr_customer_id":168198,"tr_customer_product_id":168188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Esha Dwivedi","mobile_number":"7004691045","email_id":"rageshwari.khan@hotmail.com","dop":"2026-01-17","serial_number":"220686204728928","imei1":"220686204728928","imei2":"220686204728928","popurl":"www.mohana-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168180,"job_number":"JOB_168180","tr_customer_id":168197,"tr_customer_product_id":168187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vimala Ahluwalia","mobile_number":"7060379205","email_id":"bhaaswar.kaur@gmail.com","dop":"2026-01-17","serial_number":"844536140617269","imei1":"844536140617269","imei2":"844536140617269","popurl":"www.mani-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168179,"job_number":"JOB_168179","tr_customer_id":168196,"tr_customer_product_id":168186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Malati Adiga","mobile_number":"7094360070","email_id":"amish.patel@gmail.com","dop":"2026-01-17","serial_number":"110365663258033","imei1":"110365663258033","imei2":"110365663258033","popurl":"www.agnimitra-kapoor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168177,"job_number":"JOB_168177","tr_customer_id":168194,"tr_customer_product_id":168184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Shreya Varrier","mobile_number":"7068383646","email_id":"alok.chattopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"389605102861964","imei1":"389605102861964","imei2":"389605102861964","popurl":"www.vimala-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168176,"job_number":"JOB_168176","tr_customer_id":168193,"tr_customer_product_id":168183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandra Verma","mobile_number":"7044521018","email_id":"jaimini.embranthiri@gmail.com","dop":"2026-01-17","serial_number":"645789974821454","imei1":"645789974821454","imei2":"645789974821454","popurl":"www.arjun-devar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168175,"job_number":"JOB_168175","tr_customer_id":168192,"tr_customer_product_id":168182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandrani Mishra","mobile_number":"7064597699","email_id":"karunanidhi.devar@yahoo.co.in","dop":"2026-01-17","serial_number":"248544469332468","imei1":"248544469332468","imei2":"248544469332468","popurl":"www.sarvin-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168174,"job_number":"JOB_168174","tr_customer_id":168191,"tr_customer_product_id":168181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vaishno Joshi","mobile_number":"7052129887","email_id":"divya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"717050178609297","imei1":"717050178609297","imei2":"717050178609297","popurl":"www.opalina-kaniyar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168173,"job_number":"JOB_168173","tr_customer_id":168190,"tr_customer_product_id":168180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Agnivesh Asan","mobile_number":"7041935288","email_id":"adheesh.agarwal@hotmail.com","dop":"2026-01-17","serial_number":"435415770960833","imei1":"435415770960833","imei2":"435415770960833","popurl":"www.jagdish-menon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168172,"job_number":"JOB_168172","tr_customer_id":168189,"tr_customer_product_id":168179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jaimini Saini","mobile_number":"7031287970","email_id":"kailash.khanna@hotmail.com","dop":"2026-01-17","serial_number":"559283513943345","imei1":"559283513943345","imei2":"559283513943345","popurl":"www.bharat-gill.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168171,"job_number":"JOB_168171","tr_customer_id":168188,"tr_customer_product_id":168178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Manik Naik","mobile_number":"7098731844","email_id":"anaadi.adiga@gmail.com","dop":"2026-01-17","serial_number":"944365764024148","imei1":"944365764024148","imei2":"944365764024148","popurl":"www.ranjeet-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168170,"job_number":"JOB_168170","tr_customer_id":168187,"tr_customer_product_id":168177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gouranga Namboothiri","mobile_number":"7078335088","email_id":"chitraksh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"871232881901224","imei1":"871232881901224","imei2":"871232881901224","popurl":"www.anshula-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168168,"job_number":"JOB_168168","tr_customer_id":168185,"tr_customer_product_id":168175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jagathi Ahuja","mobile_number":"7027791643","email_id":"tarun.mehra@gmail.com","dop":"2026-01-17","serial_number":"461271118766369","imei1":"461271118766369","imei2":"461271118766369","popurl":"www.dhana-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168167,"job_number":"JOB_168167","tr_customer_id":168184,"tr_customer_product_id":168174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gudakesa Malik","mobile_number":"7080605948","email_id":"suryakantam.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"951588140678395","imei1":"951588140678395","imei2":"951588140678395","popurl":"www.rudra-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168166,"job_number":"JOB_168166","tr_customer_id":168183,"tr_customer_product_id":168173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vasudev Arora","mobile_number":"7096359367","email_id":"brijesh.mehrotra@hotmail.com","dop":"2026-01-17","serial_number":"807427463894279","imei1":"807427463894279","imei2":"807427463894279","popurl":"www.chanda-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168165,"job_number":"JOB_168165","tr_customer_id":168181,"tr_customer_product_id":168171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Trilok Bhat","mobile_number":"7061353480","email_id":"laxmi.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"390121326367210","imei1":"390121326367210","imei2":"390121326367210","popurl":"www.surya-menon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168164,"job_number":"JOB_168164","tr_customer_id":168182,"tr_customer_product_id":168172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Anal Kapoor","mobile_number":"7092967782","email_id":"shashi.marar@gmail.com","dop":"2026-01-17","serial_number":"365474243514874","imei1":"365474243514874","imei2":"365474243514874","popurl":"www.devvrat-iyer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168162,"job_number":"JOB_168162","tr_customer_id":168179,"tr_customer_product_id":168169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Rajan Pillai","mobile_number":"7054303001","email_id":"chakravarti.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"972464126806008","imei1":"972464126806008","imei2":"972464126806008","popurl":"www.nawal-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168161,"job_number":"JOB_168161","tr_customer_id":168178,"tr_customer_product_id":168168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Dipendra Kaur","mobile_number":"7063934579","email_id":"devi.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"008886117265645","imei1":"008886117265645","imei2":"008886117265645","popurl":"www.jay-bhat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168160,"job_number":"JOB_168160","tr_customer_id":168177,"tr_customer_product_id":168167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Tanirika Dutta","mobile_number":"7094460952","email_id":"suresh.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"298384874434685","imei1":"298384874434685","imei2":"298384874434685","popurl":"www.pramila-guha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168159,"job_number":"JOB_168159","tr_customer_id":168176,"tr_customer_product_id":168166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jyotsana Desai","mobile_number":"7094033006","email_id":"dipendra.kakkar@yahoo.co.in","dop":"2026-01-17","serial_number":"689594163720650","imei1":"689594163720650","imei2":"689594163720650","popurl":"www.dhyanesh-dubashi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168158,"job_number":"JOB_168158","tr_customer_id":168175,"tr_customer_product_id":168165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Atreyee Jha","mobile_number":"7034372951","email_id":"charvi.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"759582218524096","imei1":"759582218524096","imei2":"759582218524096","popurl":"www.shantanu-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168157,"job_number":"JOB_168157","tr_customer_id":168174,"tr_customer_product_id":168164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ankal Naik","mobile_number":"7063539442","email_id":"ravi.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"048709741680835","imei1":"048709741680835","imei2":"048709741680835","popurl":"www.amritambu-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168156,"job_number":"JOB_168156","tr_customer_id":168173,"tr_customer_product_id":168163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Dron Pilla","mobile_number":"7052554846","email_id":"shridevi.jha@gmail.com","dop":"2026-01-17","serial_number":"279731328437337","imei1":"279731328437337","imei2":"279731328437337","popurl":"www.aasha-bhattacharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168154,"job_number":"JOB_168154","tr_customer_id":168171,"tr_customer_product_id":168161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chaturaanan Achari","mobile_number":"7039079297","email_id":"balamani.arora@hotmail.com","dop":"2026-01-17","serial_number":"676863389987819","imei1":"676863389987819","imei2":"676863389987819","popurl":"www.kashyapi-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168153,"job_number":"JOB_168153","tr_customer_id":168170,"tr_customer_product_id":168160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Mohinder Arora","mobile_number":"7097518283","email_id":"gautam.marar@yahoo.co.in","dop":"2026-01-17","serial_number":"018857431115019","imei1":"018857431115019","imei2":"018857431115019","popurl":"www.divya-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168152,"job_number":"JOB_168152","tr_customer_id":168169,"tr_customer_product_id":168159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Trilochan Bhattacharya","mobile_number":"7049030944","email_id":"bhoopati.shukla@hotmail.com","dop":"2026-01-17","serial_number":"207048873057713","imei1":"207048873057713","imei2":"207048873057713","popurl":"www.bhaaswar-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168151,"job_number":"JOB_168151","tr_customer_id":168168,"tr_customer_product_id":168158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Bhudeva Pilla","mobile_number":"7022462365","email_id":"vijay.rana@gmail.com","dop":"2026-01-17","serial_number":"067699963893899","imei1":"067699963893899","imei2":"067699963893899","popurl":"www.eshana-dutta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168150,"job_number":"JOB_168150","tr_customer_id":168167,"tr_customer_product_id":168157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Atmanand Panicker","mobile_number":"7069046339","email_id":"akshata.bhat@gmail.com","dop":"2026-01-17","serial_number":"741904475795533","imei1":"741904475795533","imei2":"741904475795533","popurl":"www.aashritha-singh.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168149,"job_number":"JOB_168149","tr_customer_id":168166,"tr_customer_product_id":168156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Agasti Rana","mobile_number":"7013045241","email_id":"ankal.tandon@yahoo.co.in","dop":"2026-01-17","serial_number":"637229060533061","imei1":"637229060533061","imei2":"637229060533061","popurl":"www.mukesh-nair.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168147,"job_number":"JOB_168147","tr_customer_id":168164,"tr_customer_product_id":168154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Radha Bhattathiri","mobile_number":"7046638210","email_id":"ashlesh.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"576693739985423","imei1":"576693739985423","imei2":"576693739985423","popurl":"www.vyas-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168145,"job_number":"JOB_168145","tr_customer_id":168162,"tr_customer_product_id":168152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Purnima Chopra","mobile_number":"7062577270","email_id":"tanirika.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"558052995970928","imei1":"558052995970928","imei2":"558052995970928","popurl":"www.satyen-dutta.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168144,"job_number":"JOB_168144","tr_customer_id":168161,"tr_customer_product_id":168151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Umang Dubashi","mobile_number":"7095280293","email_id":"laxman.pillai@hotmail.com","dop":"2026-01-17","serial_number":"668114476052544","imei1":"668114476052544","imei2":"668114476052544","popurl":"www.bhoj-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168142,"job_number":"JOB_168142","tr_customer_id":168158,"tr_customer_product_id":168149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Menaka Dubashi","mobile_number":"7063392696","email_id":"eshana.deshpande@gmail.com","dop":"2026-01-17","serial_number":"545804079777901","imei1":"545804079777901","imei2":"545804079777901","popurl":"www.himadri-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168141,"job_number":"JOB_168141","tr_customer_id":168159,"tr_customer_product_id":168148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chandan Trivedi","mobile_number":"7082691140","email_id":"shresth.marar@hotmail.com","dop":"2026-01-17","serial_number":"578304891432731","imei1":"578304891432731","imei2":"578304891432731","popurl":"www.shanti-ahuja.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168140,"job_number":"JOB_168140","tr_customer_id":168157,"tr_customer_product_id":168147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Kamla Sethi","mobile_number":"7053092670","email_id":"abhisyanta.dhawan@gmail.com","dop":"2026-01-17","serial_number":"309696347747517","imei1":"309696347747517","imei2":"309696347747517","popurl":"www.sarla-achari.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168139,"job_number":"JOB_168139","tr_customer_id":168156,"tr_customer_product_id":168146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Brajesh Bhattacharya","mobile_number":"7000755810","email_id":"shankar.deshpande@hotmail.com","dop":"2026-01-17","serial_number":"481619011154954","imei1":"481619011154954","imei2":"481619011154954","popurl":"www.deeksha-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168138,"job_number":"JOB_168138","tr_customer_id":168154,"tr_customer_product_id":168144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Gajbaahu Devar","mobile_number":"7040761451","email_id":"chandraketu.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"301544663395500","imei1":"301544663395500","imei2":"301544663395500","popurl":"www.bhooshit-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168136,"job_number":"JOB_168136","tr_customer_id":168153,"tr_customer_product_id":168143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ameyatma Panicker","mobile_number":"7009052053","email_id":"sloka.bhat@gmail.com","dop":"2026-01-17","serial_number":"564558063234056","imei1":"564558063234056","imei2":"564558063234056","popurl":"www.mani-desai.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168135,"job_number":"JOB_168135","tr_customer_id":168152,"tr_customer_product_id":168142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Anjushree Ahuja","mobile_number":"7093622839","email_id":"param.varma@gmail.com","dop":"2026-01-17","serial_number":"735102050658064","imei1":"735102050658064","imei2":"735102050658064","popurl":"www.anila-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168134,"job_number":"JOB_168134","tr_customer_id":168151,"tr_customer_product_id":168141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Aditeya Varman","mobile_number":"7059878884","email_id":"girika.devar@gmail.com","dop":"2026-01-17","serial_number":"998877163061849","imei1":"998877163061849","imei2":"998877163061849","popurl":"www.narayan-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168133,"job_number":"JOB_168133","tr_customer_id":168150,"tr_customer_product_id":168140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Tej Adiga","mobile_number":"7097756946","email_id":"ajit.asan@yahoo.co.in","dop":"2026-01-17","serial_number":"915363317933422","imei1":"915363317933422","imei2":"915363317933422","popurl":"www.aayushmaan-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168132,"job_number":"JOB_168132","tr_customer_id":168149,"tr_customer_product_id":168139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Triloki Reddy","mobile_number":"7074524680","email_id":"daiwik.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"582044519230478","imei1":"582044519230478","imei2":"582044519230478","popurl":"www.chakravartee-pilla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168131,"job_number":"JOB_168131","tr_customer_id":168148,"tr_customer_product_id":168138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Prem Bandopadhyay","mobile_number":"7057629086","email_id":"suryakantam.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"752692838275909","imei1":"752692838275909","imei2":"752692838275909","popurl":"www.jay-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168130,"job_number":"JOB_168130","tr_customer_id":168147,"tr_customer_product_id":168137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Harita Nehru","mobile_number":"7028581997","email_id":"bhooshan.iyer@yahoo.co.in","dop":"2026-01-17","serial_number":"411029494786547","imei1":"411029494786547","imei2":"411029494786547","popurl":"www.deb-kaniyar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168128,"job_number":"JOB_168128","tr_customer_id":168144,"tr_customer_product_id":168135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Lalita Naik","mobile_number":"7096134116","email_id":"chinmayananda.gandhi@hotmail.com","dop":"2026-01-17","serial_number":"839850126727197","imei1":"839850126727197","imei2":"839850126727197","popurl":"www.chatur-chopra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168127,"job_number":"JOB_168127","tr_customer_id":168145,"tr_customer_product_id":168134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Hiranmaya Kapoor","mobile_number":"7000563171","email_id":"chandraprabha.kapoor@hotmail.com","dop":"2026-01-17","serial_number":"203844334287867","imei1":"203844334287867","imei2":"203844334287867","popurl":"www.gautami-gowda.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168126,"job_number":"JOB_168126","tr_customer_id":168143,"tr_customer_product_id":168133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Atreyee Mishra","mobile_number":"7042881344","email_id":"kumar.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"760372592354182","imei1":"760372592354182","imei2":"760372592354182","popurl":"www.opalina-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168125,"job_number":"JOB_168125","tr_customer_id":168142,"tr_customer_product_id":168132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Ekalavya Prajapat","mobile_number":"7027031395","email_id":"girindra.singh@gmail.com","dop":"2026-01-17","serial_number":"625229067885722","imei1":"625229067885722","imei2":"625229067885722","popurl":"www.narinder-gupta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168124,"job_number":"JOB_168124","tr_customer_id":168141,"tr_customer_product_id":168131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Arnesh Naik","mobile_number":"7026502515","email_id":"bhaves.adiga@gmail.com","dop":"2026-01-17","serial_number":"009430159542014","imei1":"009430159542014","imei2":"009430159542014","popurl":"www.dipankar-jha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168123,"job_number":"JOB_168123","tr_customer_id":168140,"tr_customer_product_id":168130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gajbaahu Naik","mobile_number":"7011312659","email_id":"opalina.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"499659301286756","imei1":"499659301286756","imei2":"499659301286756","popurl":"www.chidaatma-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168120,"job_number":"JOB_168120","tr_customer_id":168137,"tr_customer_product_id":168127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Chidananda Saini","mobile_number":"7038154119","email_id":"vidya.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"248686736072686","imei1":"248686736072686","imei2":"248686736072686","popurl":"www.akshat-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168119,"job_number":"JOB_168119","tr_customer_id":168136,"tr_customer_product_id":168126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Preity Marar","mobile_number":"7042454286","email_id":"jagdeep.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"789527067923371","imei1":"789527067923371","imei2":"789527067923371","popurl":"www.aagneya-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168118,"job_number":"JOB_168118","tr_customer_id":168135,"tr_customer_product_id":168125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Charuvrat Joshi","mobile_number":"7056104190","email_id":"lila.reddy@gmail.com","dop":"2026-01-17","serial_number":"856338598873551","imei1":"856338598873551","imei2":"856338598873551","popurl":"www.deveshwar-shah.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168116,"job_number":"JOB_168116","tr_customer_id":168134,"tr_customer_product_id":168124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gautam Malik","mobile_number":"7003481251","email_id":"anasooya.marar@hotmail.com","dop":"2026-01-17","serial_number":"534352085791320","imei1":"534352085791320","imei2":"534352085791320","popurl":"www.narinder-johar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168115,"job_number":"JOB_168115","tr_customer_id":168132,"tr_customer_product_id":168122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Deeptiman Mukhopadhyay","mobile_number":"7036756072","email_id":"amaresh.shah@yahoo.co.in","dop":"2026-01-17","serial_number":"154130403797601","imei1":"154130403797601","imei2":"154130403797601","popurl":"www.himadri-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168114,"job_number":"JOB_168114","tr_customer_id":168131,"tr_customer_product_id":168121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Sarisha Patil","mobile_number":"7054498271","email_id":"chaitan.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"409448997239688","imei1":"409448997239688","imei2":"409448997239688","popurl":"www.chiranjeev-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168111,"job_number":"JOB_168111","tr_customer_id":168128,"tr_customer_product_id":168118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Opaline Iyer","mobile_number":"7080190857","email_id":"bhaumik.nair@yahoo.co.in","dop":"2026-01-17","serial_number":"277703652598165","imei1":"277703652598165","imei2":"277703652598165","popurl":"www.subodh-nayar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168108,"job_number":"JOB_168108","tr_customer_id":168125,"tr_customer_product_id":168115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Sudeva Saini","mobile_number":"7033354004","email_id":"meghnad.sharma@gmail.com","dop":"2026-01-17","serial_number":"416797514683630","imei1":"416797514683630","imei2":"416797514683630","popurl":"www.arindam-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168107,"job_number":"JOB_168107","tr_customer_id":168124,"tr_customer_product_id":168114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Amaresh Bhattacharya","mobile_number":"7061713097","email_id":"tanushri.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"927025758856775","imei1":"927025758856775","imei2":"927025758856775","popurl":"www.vinay-agarwal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168106,"job_number":"JOB_168106","tr_customer_id":168123,"tr_customer_product_id":168113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Arindam Iyengar","mobile_number":"7051262696","email_id":"sarla.prajapat@gmail.com","dop":"2026-01-17","serial_number":"801538441827409","imei1":"801538441827409","imei2":"801538441827409","popurl":"www.dhyaneshwar-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168105,"job_number":"JOB_168105","tr_customer_id":168122,"tr_customer_product_id":168112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Parvati Tagore","mobile_number":"7075078350","email_id":"kumar.chaturvedi@gmail.com","dop":"2026-01-17","serial_number":"174404026142835","imei1":"174404026142835","imei2":"174404026142835","popurl":"www.abani-naik.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168104,"job_number":"JOB_168104","tr_customer_id":168121,"tr_customer_product_id":168111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Shiv Jain","mobile_number":"7021304252","email_id":"anaadi.arora@gmail.com","dop":"2026-01-17","serial_number":"815931614299749","imei1":"815931614299749","imei2":"815931614299749","popurl":"www.bhudeva-johar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168103,"job_number":"JOB_168103","tr_customer_id":168119,"tr_customer_product_id":168109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Chandni Bharadwaj","mobile_number":"7000435554","email_id":"chandraswaroopa.ganaka@hotmail.com","dop":"2026-01-17","serial_number":"799703476412351","imei1":"799703476412351","imei2":"799703476412351","popurl":"www.sukanya-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168102,"job_number":"JOB_168102","tr_customer_id":168118,"tr_customer_product_id":168108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Aarya Dhawan","mobile_number":"7009541020","email_id":"pushti.mehrotra@yahoo.co.in","dop":"2026-01-17","serial_number":"461930447346194","imei1":"461930447346194","imei2":"461930447346194","popurl":"www.chandrakin-kaul.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168101,"job_number":"JOB_168101","tr_customer_id":168120,"tr_customer_product_id":168110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Bodhan Jha","mobile_number":"7019352905","email_id":"girija.panicker@yahoo.co.in","dop":"2026-01-17","serial_number":"249888041324613","imei1":"249888041324613","imei2":"249888041324613","popurl":"www.bodhan-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168100,"job_number":"JOB_168100","tr_customer_id":168117,"tr_customer_product_id":168107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Ananta Abbott","mobile_number":"7035814727","email_id":"bheeshma.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"547520397464950","imei1":"547520397464950","imei2":"547520397464950","popurl":"www.tanushri-iyengar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168099,"job_number":"JOB_168099","tr_customer_id":168116,"tr_customer_product_id":168106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Amarnath Bandopadhyay","mobile_number":"7006474379","email_id":"sumitra.jain@gmail.com","dop":"2026-01-17","serial_number":"873225925366992","imei1":"873225925366992","imei2":"873225925366992","popurl":"www.dinkar-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168096,"job_number":"JOB_168096","tr_customer_id":168113,"tr_customer_product_id":168103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:34:44.000Z","modified_at":"2026-01-27T11:34:44.000Z","name":"Millie Moore","mobile_number":"283-938-0730","email_id":"Raleigh.West48@hotmail.com","dop":"2025-04-06","serial_number":"18214233132792","imei1":"18214233132792","imei2":"18214233132792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168094,"job_number":"JOB_168094","tr_customer_id":168111,"tr_customer_product_id":168101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:49.000Z","modified_at":"2026-01-27T11:15:02.000Z","name":"Dallin Gislason","mobile_number":"567-614-0674","email_id":"Asa.Dickens2@hotmail.com","dop":"2025-12-01","serial_number":"19252033319325","imei1":"19252033319325","imei2":"19252033319325","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:15:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168093,"job_number":"JOB_168093","tr_customer_id":168110,"tr_customer_product_id":168100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:49.000Z","modified_at":"2026-01-27T11:14:49.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19142688776222","imei1":"19142688776222","imei2":"19142688776222","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168092,"job_number":"JOB_168092","tr_customer_id":168109,"tr_customer_product_id":168099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:32.000Z","modified_at":"2026-01-27T11:14:45.000Z","name":"Jace Goyette","mobile_number":"220-994-9442","email_id":"Eldon.Collins79@hotmail.com","dop":"2025-12-01","serial_number":"12901445906599","imei1":"12901445906599","imei2":"12901445906599","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:14:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168091,"job_number":"JOB_168091","tr_customer_id":168108,"tr_customer_product_id":168098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:32.000Z","modified_at":"2026-01-27T11:14:32.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14373295899167","imei1":"14373295899167","imei2":"14373295899167","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168090,"job_number":"JOB_168090","tr_customer_id":168107,"tr_customer_product_id":168097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:15.000Z","modified_at":"2026-01-27T11:14:27.000Z","name":"Tierra Wisoky","mobile_number":"796-535-6757","email_id":"Juliet_DAmore64@yahoo.com","dop":"2025-12-01","serial_number":"17080372061804","imei1":"17080372061804","imei2":"17080372061804","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:14:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168089,"job_number":"JOB_168089","tr_customer_id":168106,"tr_customer_product_id":168096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:14.000Z","modified_at":"2026-01-27T11:14:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14568324586099","imei1":"14568324586099","imei2":"14568324586099","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168088,"job_number":"JOB_168088","tr_customer_id":168105,"tr_customer_product_id":168095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:03:33.000Z","modified_at":"2026-01-27T11:03:40.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"11927539170002","imei1":"11927539170002","imei2":"11927539170002","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:03:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168087,"job_number":"JOB_168087","tr_customer_id":168104,"tr_customer_product_id":168094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:25.000Z","modified_at":"2026-01-27T11:01:37.000Z","name":"Susan Herzog","mobile_number":"679-937-8561","email_id":"Lawrence.Davis@gmail.com","dop":"2025-12-01","serial_number":"15544212656046","imei1":"15544212656046","imei2":"15544212656046","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168086,"job_number":"JOB_168086","tr_customer_id":168103,"tr_customer_product_id":168093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:24.000Z","modified_at":"2026-01-27T11:01:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19579458966174","imei1":"19579458966174","imei2":"19579458966174","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168085,"job_number":"JOB_168085","tr_customer_id":168102,"tr_customer_product_id":168092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:08.000Z","modified_at":"2026-01-27T11:01:20.000Z","name":"Hailie Kiehn","mobile_number":"570-647-7279","email_id":"Alda.Glover87@hotmail.com","dop":"2025-12-01","serial_number":"12695029066728","imei1":"12695029066728","imei2":"12695029066728","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168084,"job_number":"JOB_168084","tr_customer_id":168101,"tr_customer_product_id":168091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:07.000Z","modified_at":"2026-01-27T11:01:07.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"18180244718360","imei1":"18180244718360","imei2":"18180244718360","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168083,"job_number":"JOB_168083","tr_customer_id":168100,"tr_customer_product_id":168090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:00:50.000Z","modified_at":"2026-01-27T11:01:03.000Z","name":"Viola Bode","mobile_number":"373-683-2937","email_id":"Valentina.Ernser9@gmail.com","dop":"2025-12-01","serial_number":"18806189003434","imei1":"18806189003434","imei2":"18806189003434","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168082,"job_number":"JOB_168082","tr_customer_id":168099,"tr_customer_product_id":168089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:00:50.000Z","modified_at":"2026-01-27T11:00:50.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17940614096082","imei1":"17940614096082","imei2":"17940614096082","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168081,"job_number":"JOB_168081","tr_customer_id":168098,"tr_customer_product_id":168088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:49:01.000Z","modified_at":"2026-01-27T10:49:01.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-17","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-17T10:48:52.186039238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168080,"job_number":"JOB_168080","tr_customer_id":168097,"tr_customer_product_id":168087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:44.000Z","modified_at":"2026-01-27T10:33:44.000Z","name":"Bethany Blick","mobile_number":"910-264-4532","email_id":"Krystina87@hotmail.com","dop":"2025-04-06","serial_number":"14656868258073714","imei1":"14656868258073714","imei2":"14656868258073714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168079,"job_number":"JOB_168079","tr_customer_id":168096,"tr_customer_product_id":168086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:42.000Z","modified_at":"2026-01-27T10:34:26.000Z","name":"Ezekiel Hartmann","mobile_number":"324-276-6526","email_id":"Ashleigh_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"14122225292562","imei1":"14122225292562","imei2":"14122225292562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168078,"job_number":"JOB_168078","tr_customer_id":168095,"tr_customer_product_id":168085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:42.000Z","modified_at":"2026-01-27T10:33:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13897299528519","imei1":"13897299528519","imei2":"13897299528519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168077,"job_number":"JOB_168077","tr_customer_id":168094,"tr_customer_product_id":168084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:52.000Z","modified_at":"2026-01-27T10:32:52.000Z","name":"Kiley Jacobi","mobile_number":"907-604-4678","email_id":"Vada_Kautzer@yahoo.com","dop":"2025-04-06","serial_number":"12166755076229060","imei1":"12166755076229060","imei2":"12166755076229060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168076,"job_number":"JOB_168076","tr_customer_id":168093,"tr_customer_product_id":168083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:50.000Z","modified_at":"2026-01-27T10:33:34.000Z","name":"Jannie Johnston","mobile_number":"519-667-6296","email_id":"Gina2@yahoo.com","dop":"2025-04-06","serial_number":"15319421858389","imei1":"15319421858389","imei2":"15319421858389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168075,"job_number":"JOB_168075","tr_customer_id":168092,"tr_customer_product_id":168082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:50.000Z","modified_at":"2026-01-27T10:32:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18370379783433","imei1":"18370379783433","imei2":"18370379783433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168074,"job_number":"JOB_168074","tr_customer_id":168091,"tr_customer_product_id":168081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:59.000Z","modified_at":"2026-01-27T10:31:59.000Z","name":"Spencer Bradtke","mobile_number":"766-232-9018","email_id":"Bertram.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"16456366235064740","imei1":"16456366235064740","imei2":"16456366235064740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168073,"job_number":"JOB_168073","tr_customer_id":168090,"tr_customer_product_id":168080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:58.000Z","modified_at":"2026-01-27T10:32:42.000Z","name":"Johnathan Rosenbaum","mobile_number":"237-569-0610","email_id":"Rebekah.Jast21@yahoo.com","dop":"2025-04-06","serial_number":"19110824912225","imei1":"19110824912225","imei2":"19110824912225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:32:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168072,"job_number":"JOB_168072","tr_customer_id":168089,"tr_customer_product_id":168079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:57.000Z","modified_at":"2026-01-27T10:31:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13051487611195","imei1":"13051487611195","imei2":"13051487611195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168071,"job_number":"JOB_168071","tr_customer_id":168088,"tr_customer_product_id":168078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:30:13.000Z","modified_at":"2026-01-27T10:30:13.000Z","name":"Trilokesh Marar","mobile_number":"7032987427","email_id":"chaaruchandra.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"726115221745062","imei1":"726115221745062","imei2":"726115221745062","popurl":"www.chandranath-chaturvedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168070,"job_number":"JOB_168070","tr_customer_id":168087,"tr_customer_product_id":168077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-17T10:29:54.227274578Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168069,"job_number":"JOB_168069","tr_customer_id":168086,"tr_customer_product_id":168076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-17T10:29:53.581159372Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168068,"job_number":"JOB_168068","tr_customer_id":168085,"tr_customer_product_id":168075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:53.000Z","modified_at":"2026-01-27T10:29:53.000Z","name":"Chandraswaroopa Banerjee","mobile_number":"7027267191","email_id":"param.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"330044600363053","imei1":"330044600363053","imei2":"330044600363053","popurl":"www.hiranmaya-varrier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168067,"job_number":"JOB_168067","tr_customer_id":168084,"tr_customer_product_id":168074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:52.000Z","modified_at":"2026-01-27T10:29:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-17T10:29:52.116647678Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168066,"job_number":"JOB_168066","tr_customer_id":168083,"tr_customer_product_id":168073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:51.000Z","modified_at":"2026-01-27T10:57:23.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"14356638927458","imei1":"14356638927458","imei2":"14356638927458","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168065,"job_number":"JOB_168065","tr_customer_id":168082,"tr_customer_product_id":168072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:49.000Z","modified_at":"2026-01-27T10:27:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"85525624946737","imei1":"85525624946737","imei2":"85525624946737","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168064,"job_number":"JOB_168064","tr_customer_id":168081,"tr_customer_product_id":168071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:47.000Z","modified_at":"2026-01-27T10:28:25.000Z","name":"Chet Schaden","mobile_number":"279-274-4333","email_id":"Brayan64@gmail.com","dop":"2026-01-04","serial_number":"17453629624168","imei1":"17453629624168","imei2":"17453629624168","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168063,"job_number":"JOB_168063","tr_customer_id":168080,"tr_customer_product_id":168070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:47.000Z","modified_at":"2026-01-27T10:27:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10086722086397","imei1":"10086722086397","imei2":"10086722086397","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168062,"job_number":"JOB_168062","tr_customer_id":168079,"tr_customer_product_id":168069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:04.000Z","modified_at":"2026-01-27T10:27:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"105262706836429","imei1":"105262706836429","imei2":"105262706836429","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168061,"job_number":"JOB_168061","tr_customer_id":168078,"tr_customer_product_id":168068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:03.000Z","modified_at":"2026-01-27T10:27:40.000Z","name":"Joaquin Mohr","mobile_number":"805-544-3660","email_id":"Opal_Lebsack47@gmail.com","dop":"2026-01-04","serial_number":"12114928346598","imei1":"12114928346598","imei2":"12114928346598","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168060,"job_number":"JOB_168060","tr_customer_id":168077,"tr_customer_product_id":168067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:02.000Z","modified_at":"2026-01-27T10:27:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15196187490723","imei1":"15196187490723","imei2":"15196187490723","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168059,"job_number":"JOB_168059","tr_customer_id":168076,"tr_customer_product_id":168066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:19.000Z","modified_at":"2026-01-27T10:26:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70090916724970","imei1":"70090916724970","imei2":"70090916724970","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168058,"job_number":"JOB_168058","tr_customer_id":168075,"tr_customer_product_id":168065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:18.000Z","modified_at":"2026-01-27T10:26:55.000Z","name":"Roscoe Kertzmann","mobile_number":"487-663-7383","email_id":"Giovani62@gmail.com","dop":"2026-01-04","serial_number":"18684721868853","imei1":"18684721868853","imei2":"18684721868853","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168057,"job_number":"JOB_168057","tr_customer_id":168074,"tr_customer_product_id":168064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:17.000Z","modified_at":"2026-01-27T10:26:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15008487771068","imei1":"15008487771068","imei2":"15008487771068","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168056,"job_number":"JOB_168056","tr_customer_id":168073,"tr_customer_product_id":168063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:06:55.000Z","modified_at":"2026-01-27T10:07:03.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"16889598345165","imei1":"16889598345165","imei2":"16889598345165","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:07:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168055,"job_number":"JOB_168055","tr_customer_id":168072,"tr_customer_product_id":168062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:05:36.000Z","modified_at":"2026-01-27T10:05:43.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"19174995388693","imei1":"19174995388693","imei2":"19174995388693","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168054,"job_number":"JOB_168054","tr_customer_id":168071,"tr_customer_product_id":168061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:02.000Z","modified_at":"2026-01-27T10:03:02.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21023390899357","imei1":"21023390899357","imei2":"21023390899357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168053,"job_number":"JOB_168053","tr_customer_id":168070,"tr_customer_product_id":168060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:00.000Z","modified_at":"2026-01-27T10:03:41.000Z","name":"Bette Spencer","mobile_number":"250-318-3070","email_id":"Abigail50@gmail.com","dop":"2026-01-04","serial_number":"19518074213425","imei1":"19518074213425","imei2":"19518074213425","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168052,"job_number":"JOB_168052","tr_customer_id":168069,"tr_customer_product_id":168059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:00.000Z","modified_at":"2026-01-27T10:03:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14121883814283","imei1":"14121883814283","imei2":"14121883814283","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168051,"job_number":"JOB_168051","tr_customer_id":168068,"tr_customer_product_id":168058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:42.000Z","modified_at":"2026-01-27T10:02:53.000Z","name":"Emmalee Moore","mobile_number":"222-544-8078","email_id":"Clarabelle_Pfeffer83@gmail.com","dop":"2025-12-01","serial_number":"15076112657731","imei1":"15076112657731","imei2":"15076112657731","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168050,"job_number":"JOB_168050","tr_customer_id":168067,"tr_customer_product_id":168057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:42.000Z","modified_at":"2026-01-27T10:02:42.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12713579852426","imei1":"12713579852426","imei2":"12713579852426","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168049,"job_number":"JOB_168049","tr_customer_id":168066,"tr_customer_product_id":168056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:26.000Z","modified_at":"2026-01-27T10:02:38.000Z","name":"Claud Pouros","mobile_number":"664-760-5960","email_id":"Milan_Deckow70@gmail.com","dop":"2025-12-01","serial_number":"10208018693131","imei1":"10208018693131","imei2":"10208018693131","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168048,"job_number":"JOB_168048","tr_customer_id":168065,"tr_customer_product_id":168055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:26.000Z","modified_at":"2026-01-27T10:02:26.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15535990488868","imei1":"15535990488868","imei2":"15535990488868","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168047,"job_number":"JOB_168047","tr_customer_id":168064,"tr_customer_product_id":168054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:13.000Z","modified_at":"2026-01-27T10:02:13.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49829973315619","imei1":"49829973315619","imei2":"49829973315619","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168046,"job_number":"JOB_168046","tr_customer_id":168063,"tr_customer_product_id":168053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:12.000Z","modified_at":"2026-01-27T10:02:52.000Z","name":"Kaley Lehner","mobile_number":"614-802-6010","email_id":"Kacie_Larson33@hotmail.com","dop":"2026-01-04","serial_number":"10636137962998","imei1":"10636137962998","imei2":"10636137962998","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168045,"job_number":"JOB_168045","tr_customer_id":168062,"tr_customer_product_id":168052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:11.000Z","modified_at":"2026-01-27T10:02:11.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15197467892503","imei1":"15197467892503","imei2":"15197467892503","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168044,"job_number":"JOB_168044","tr_customer_id":168061,"tr_customer_product_id":168051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:10.000Z","modified_at":"2026-01-27T10:02:22.000Z","name":"Esmeralda Bode","mobile_number":"205-625-4081","email_id":"Santina4@yahoo.com","dop":"2025-12-01","serial_number":"18277239641642","imei1":"18277239641642","imei2":"18277239641642","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168043,"job_number":"JOB_168043","tr_customer_id":168060,"tr_customer_product_id":168050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:10.000Z","modified_at":"2026-01-27T10:02:10.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15333739332560","imei1":"15333739332560","imei2":"15333739332560","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168042,"job_number":"JOB_168042","tr_customer_id":168059,"tr_customer_product_id":168049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:52.000Z","modified_at":"2026-01-27T10:02:04.000Z","name":"Icie Ward","mobile_number":"766-810-4574","email_id":"Ardella.Rowe@hotmail.com","dop":"2025-12-01","serial_number":"12935030125237","imei1":"12935030125237","imei2":"12935030125237","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168041,"job_number":"JOB_168041","tr_customer_id":168058,"tr_customer_product_id":168048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:52.000Z","modified_at":"2026-01-27T10:01:52.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18807163856024","imei1":"18807163856024","imei2":"18807163856024","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168040,"job_number":"JOB_168040","tr_customer_id":168057,"tr_customer_product_id":168047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:36.000Z","modified_at":"2026-01-27T10:01:48.000Z","name":"Laron Hirthe","mobile_number":"731-940-9575","email_id":"Theodora_Shields@yahoo.com","dop":"2025-12-01","serial_number":"15743888369608","imei1":"15743888369608","imei2":"15743888369608","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168039,"job_number":"JOB_168039","tr_customer_id":168056,"tr_customer_product_id":168046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:36.000Z","modified_at":"2026-01-27T10:01:36.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"13883489966333","imei1":"13883489966333","imei2":"13883489966333","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168038,"job_number":"JOB_168038","tr_customer_id":168055,"tr_customer_product_id":168045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:24.000Z","modified_at":"2026-01-27T10:01:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"71404026316495","imei1":"71404026316495","imei2":"71404026316495","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168037,"job_number":"JOB_168037","tr_customer_id":168054,"tr_customer_product_id":168044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:22.000Z","modified_at":"2026-01-27T10:02:03.000Z","name":"Maye McGlynn","mobile_number":"834-778-6179","email_id":"Nellie9@yahoo.com","dop":"2026-01-04","serial_number":"16067822324575","imei1":"16067822324575","imei2":"16067822324575","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168036,"job_number":"JOB_168036","tr_customer_id":168053,"tr_customer_product_id":168043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:22.000Z","modified_at":"2026-01-27T10:01:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15984186970614","imei1":"15984186970614","imei2":"15984186970614","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168035,"job_number":"JOB_168035","tr_customer_id":168052,"tr_customer_product_id":168042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:20.000Z","modified_at":"2026-01-27T10:01:32.000Z","name":"Jalon Walker","mobile_number":"853-780-9973","email_id":"Dario_Raynor@yahoo.com","dop":"2025-12-01","serial_number":"16126387345604","imei1":"16126387345604","imei2":"16126387345604","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168034,"job_number":"JOB_168034","tr_customer_id":168051,"tr_customer_product_id":168041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:20.000Z","modified_at":"2026-01-27T10:01:20.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15799047576521","imei1":"15799047576521","imei2":"15799047576521","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168033,"job_number":"JOB_168033","tr_customer_id":168050,"tr_customer_product_id":168040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:29.000Z","modified_at":"2026-01-27T09:49:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"102925169068228","imei1":"102925169068228","imei2":"102925169068228","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168032,"job_number":"JOB_168032","tr_customer_id":168049,"tr_customer_product_id":168039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:27.000Z","modified_at":"2026-01-27T09:50:04.000Z","name":"Larue Stokes","mobile_number":"288-297-2561","email_id":"Shaylee_Homenick72@hotmail.com","dop":"2026-01-04","serial_number":"11815380446916","imei1":"11815380446916","imei2":"11815380446916","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168031,"job_number":"JOB_168031","tr_customer_id":168048,"tr_customer_product_id":168038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:27.000Z","modified_at":"2026-01-27T09:49:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13132742559880","imei1":"13132742559880","imei2":"13132742559880","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168030,"job_number":"JOB_168030","tr_customer_id":168047,"tr_customer_product_id":168037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:44.000Z","modified_at":"2026-01-27T09:48:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"58312133565411","imei1":"58312133565411","imei2":"58312133565411","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168029,"job_number":"JOB_168029","tr_customer_id":168046,"tr_customer_product_id":168036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:43.000Z","modified_at":"2026-01-27T09:49:20.000Z","name":"Alba Hayes","mobile_number":"946-524-4468","email_id":"Ally34@yahoo.com","dop":"2026-01-04","serial_number":"13051341482851","imei1":"13051341482851","imei2":"13051341482851","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168028,"job_number":"JOB_168028","tr_customer_id":168045,"tr_customer_product_id":168035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:42.000Z","modified_at":"2026-01-27T09:48:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16235870868165","imei1":"16235870868165","imei2":"16235870868165","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168027,"job_number":"JOB_168027","tr_customer_id":168044,"tr_customer_product_id":168034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:59.000Z","modified_at":"2026-01-27T09:47:59.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101295640004756","imei1":"101295640004756","imei2":"101295640004756","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168026,"job_number":"JOB_168026","tr_customer_id":168043,"tr_customer_product_id":168033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:58.000Z","modified_at":"2026-01-27T09:48:35.000Z","name":"Kenyon Dickinson","mobile_number":"620-470-9782","email_id":"Clement_Morissette23@gmail.com","dop":"2026-01-04","serial_number":"17783464001877","imei1":"17783464001877","imei2":"17783464001877","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168025,"job_number":"JOB_168025","tr_customer_id":168042,"tr_customer_product_id":168032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:57.000Z","modified_at":"2026-01-27T09:47:57.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13147707996685","imei1":"13147707996685","imei2":"13147707996685","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168023,"job_number":"JOB_168023","tr_customer_id":168040,"tr_customer_product_id":168030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:47.000Z","modified_at":"2026-01-27T09:32:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"56838812347357","imei1":"56838812347357","imei2":"56838812347357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168022,"job_number":"JOB_168022","tr_customer_id":168039,"tr_customer_product_id":168029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:46.000Z","modified_at":"2026-01-27T09:33:23.000Z","name":"Laura Prohaska","mobile_number":"581-701-0460","email_id":"Dax_Heller@gmail.com","dop":"2026-01-04","serial_number":"15736813211429","imei1":"15736813211429","imei2":"15736813211429","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:33:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168021,"job_number":"JOB_168021","tr_customer_id":168038,"tr_customer_product_id":168028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:45.000Z","modified_at":"2026-01-27T09:32:45.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15077719249563","imei1":"15077719249563","imei2":"15077719249563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168020,"job_number":"JOB_168020","tr_customer_id":168037,"tr_customer_product_id":168027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:01.000Z","modified_at":"2026-01-27T09:32:01.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106111584816717","imei1":"106111584816717","imei2":"106111584816717","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168019,"job_number":"JOB_168019","tr_customer_id":168036,"tr_customer_product_id":168026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:00.000Z","modified_at":"2026-01-27T09:32:38.000Z","name":"Pierce Halvorson","mobile_number":"371-333-3337","email_id":"Mozelle.Graham61@yahoo.com","dop":"2026-01-04","serial_number":"10964045513198","imei1":"10964045513198","imei2":"10964045513198","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:32:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168018,"job_number":"JOB_168018","tr_customer_id":168035,"tr_customer_product_id":168025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:00.000Z","modified_at":"2026-01-27T09:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13574165691530","imei1":"13574165691530","imei2":"13574165691530","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168017,"job_number":"JOB_168017","tr_customer_id":168034,"tr_customer_product_id":168024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:17.000Z","modified_at":"2026-01-27T09:31:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"48564958011580","imei1":"48564958011580","imei2":"48564958011580","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168016,"job_number":"JOB_168016","tr_customer_id":168033,"tr_customer_product_id":168023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:15.000Z","modified_at":"2026-01-27T09:31:52.000Z","name":"Tyrell Stracke","mobile_number":"973-623-8982","email_id":"Jordi_Harvey@hotmail.com","dop":"2026-01-04","serial_number":"12360610215024","imei1":"12360610215024","imei2":"12360610215024","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168015,"job_number":"JOB_168015","tr_customer_id":168032,"tr_customer_product_id":168022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:15.000Z","modified_at":"2026-01-27T09:31:15.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10511466909083","imei1":"10511466909083","imei2":"10511466909083","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168014,"job_number":"JOB_168014","tr_customer_id":168031,"tr_customer_product_id":168021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:41.000Z","modified_at":"2026-01-27T09:23:41.000Z","name":"Darwin Hirthe","mobile_number":"355-725-9085","email_id":"Jamir_Mante@hotmail.com","dop":"2025-04-06","serial_number":"19124045741107572","imei1":"19124045741107572","imei2":"19124045741107572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168013,"job_number":"JOB_168013","tr_customer_id":168030,"tr_customer_product_id":168020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:40.000Z","modified_at":"2026-01-27T09:24:20.000Z","name":"Llewellyn Anderson","mobile_number":"981-423-6620","email_id":"Ozella.Schultz@hotmail.com","dop":"2025-04-06","serial_number":"12599688938243","imei1":"12599688938243","imei2":"12599688938243","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:24:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168012,"job_number":"JOB_168012","tr_customer_id":168029,"tr_customer_product_id":168019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:40.000Z","modified_at":"2026-01-27T09:23:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11487792491978","imei1":"11487792491978","imei2":"11487792491978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168011,"job_number":"JOB_168011","tr_customer_id":168028,"tr_customer_product_id":168018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:53.000Z","modified_at":"2026-01-27T09:22:53.000Z","name":"Hettie Herman","mobile_number":"478-577-7605","email_id":"Buddy_McDermott79@gmail.com","dop":"2025-04-06","serial_number":"15580317961174560","imei1":"15580317961174560","imei2":"15580317961174560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168010,"job_number":"JOB_168010","tr_customer_id":168027,"tr_customer_product_id":168017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:52.000Z","modified_at":"2026-01-27T09:23:32.000Z","name":"Josefa Powlowski","mobile_number":"579-508-1792","email_id":"Stewart_Wolff@hotmail.com","dop":"2025-04-06","serial_number":"10836086319804","imei1":"10836086319804","imei2":"10836086319804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:23:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168009,"job_number":"JOB_168009","tr_customer_id":168026,"tr_customer_product_id":168016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:52.000Z","modified_at":"2026-01-27T09:22:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11379433404838","imei1":"11379433404838","imei2":"11379433404838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168008,"job_number":"JOB_168008","tr_customer_id":168025,"tr_customer_product_id":168015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:05.000Z","modified_at":"2026-01-27T09:22:05.000Z","name":"Barrett Krajcik","mobile_number":"525-447-1327","email_id":"Hertha.Hansen3@hotmail.com","dop":"2025-04-06","serial_number":"16518029229351820","imei1":"16518029229351820","imei2":"16518029229351820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168007,"job_number":"JOB_168007","tr_customer_id":168024,"tr_customer_product_id":168014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:04.000Z","modified_at":"2026-01-27T09:22:44.000Z","name":"Marianne Gaylord","mobile_number":"926-519-0941","email_id":"Will.Labadie@gmail.com","dop":"2025-04-06","serial_number":"16801264837988","imei1":"16801264837988","imei2":"16801264837988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:22:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168006,"job_number":"JOB_168006","tr_customer_id":168023,"tr_customer_product_id":168013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:03.000Z","modified_at":"2026-01-27T09:22:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11865609686049","imei1":"11865609686049","imei2":"11865609686049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168005,"job_number":"JOB_168005","tr_customer_id":168022,"tr_customer_product_id":168012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:12:02.000Z","modified_at":"2026-01-27T09:12:02.000Z","name":"Vivek Yadav","mobile_number":"8788138617","email_id":"ccivivek123@gmail.com","dop":"2026-01-17","serial_number":"891398385161723","imei1":"891398385161723","imei2":"891398385161723","popurl":"2026-01-17T09:12:01.481590051Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:12:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168004,"job_number":"JOB_168004","tr_customer_id":168021,"tr_customer_product_id":168011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:47:49.000Z","modified_at":"2026-01-27T09:50:36.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"11931605085264","imei1":"11931605085264","imei2":"11931605085264","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168003,"job_number":"JOB_168003","tr_customer_id":168020,"tr_customer_product_id":168010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:46.000Z","modified_at":"2026-01-27T08:42:58.000Z","name":"Charity Ernser","mobile_number":"898-282-6410","email_id":"Alta1@yahoo.com","dop":"2025-12-01","serial_number":"11906099697335","imei1":"11906099697335","imei2":"11906099697335","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168002,"job_number":"JOB_168002","tr_customer_id":168019,"tr_customer_product_id":168009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:46.000Z","modified_at":"2026-01-27T08:42:46.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"13316918075108","imei1":"13316918075108","imei2":"13316918075108","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168001,"job_number":"JOB_168001","tr_customer_id":168018,"tr_customer_product_id":168008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:30.000Z","modified_at":"2026-01-27T08:42:42.000Z","name":"Lila Bartell","mobile_number":"600-870-0568","email_id":"Watson_Wolf83@gmail.com","dop":"2025-12-01","serial_number":"12257249469649","imei1":"12257249469649","imei2":"12257249469649","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168000,"job_number":"JOB_168000","tr_customer_id":168017,"tr_customer_product_id":168007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:30.000Z","modified_at":"2026-01-27T08:42:30.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11958109097406","imei1":"11958109097406","imei2":"11958109097406","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167999,"job_number":"JOB_167999","tr_customer_id":168016,"tr_customer_product_id":168006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:14.000Z","modified_at":"2026-01-27T08:42:26.000Z","name":"Avery Bartell","mobile_number":"892-349-7859","email_id":"Laron.Donnelly41@gmail.com","dop":"2025-12-01","serial_number":"10123534099788","imei1":"10123534099788","imei2":"10123534099788","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167998,"job_number":"JOB_167998","tr_customer_id":168015,"tr_customer_product_id":168005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:14.000Z","modified_at":"2026-01-27T08:42:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14259892350420","imei1":"14259892350420","imei2":"14259892350420","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167997,"job_number":"JOB_167997","tr_customer_id":168014,"tr_customer_product_id":168004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:40:01.000Z","modified_at":"2026-01-27T08:40:01.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"14732742119680","imei1":"14732742119680","imei2":"14732742119680","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167996,"job_number":"JOB_167996","tr_customer_id":168013,"tr_customer_product_id":168003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:39:37.000Z","modified_at":"2026-01-27T08:39:37.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"13765835130561","imei1":"13765835130561","imei2":"13765835130561","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:39:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167995,"job_number":"JOB_167995","tr_customer_id":168012,"tr_customer_product_id":168002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:36:40.000Z","modified_at":"2026-01-27T08:36:40.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"19248780212751","imei1":"19248780212751","imei2":"19248780212751","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:36:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167994,"job_number":"JOB_167994","tr_customer_id":168011,"tr_customer_product_id":168001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:55.000Z","modified_at":"2026-01-27T08:30:55.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"10256589793129","imei1":"10256589793129","imei2":"10256589793129","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167993,"job_number":"JOB_167993","tr_customer_id":168010,"tr_customer_product_id":168000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:49.000Z","modified_at":"2026-01-27T08:30:49.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"16937654532065","imei1":"16937654532065","imei2":"16937654532065","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167992,"job_number":"JOB_167992","tr_customer_id":168009,"tr_customer_product_id":167999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:31.000Z","modified_at":"2026-01-27T08:30:31.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"18595240715145","imei1":"18595240715145","imei2":"18595240715145","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167991,"job_number":"JOB_167991","tr_customer_id":168008,"tr_customer_product_id":167998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:03.000Z","modified_at":"2026-01-27T08:20:03.000Z","name":"Rosalind Kreiger","mobile_number":"334-544-9200","email_id":"Hunter.Schamberger@yahoo.com","dop":"2025-04-06","serial_number":"10419097285708058","imei1":"10419097285708058","imei2":"10419097285708058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167990,"job_number":"JOB_167990","tr_customer_id":168007,"tr_customer_product_id":167997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:02.000Z","modified_at":"2026-01-27T08:20:39.000Z","name":"Mylene Paucek","mobile_number":"366-759-2532","email_id":"Aubrey_Harber@gmail.com","dop":"2025-04-06","serial_number":"13419527922307","imei1":"13419527922307","imei2":"13419527922307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167989,"job_number":"JOB_167989","tr_customer_id":168006,"tr_customer_product_id":167996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:01.000Z","modified_at":"2026-01-27T08:20:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16228039361944","imei1":"16228039361944","imei2":"16228039361944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167988,"job_number":"JOB_167988","tr_customer_id":168005,"tr_customer_product_id":167995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:18.000Z","modified_at":"2026-01-27T08:19:18.000Z","name":"Electa Casper","mobile_number":"671-854-5386","email_id":"Keeley_Kessler75@yahoo.com","dop":"2025-04-06","serial_number":"10993514331888866","imei1":"10993514331888866","imei2":"10993514331888866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167987,"job_number":"JOB_167987","tr_customer_id":168004,"tr_customer_product_id":167994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:17.000Z","modified_at":"2026-01-27T08:19:55.000Z","name":"Amber Larson","mobile_number":"948-282-8530","email_id":"Consuelo.Weissnat73@yahoo.com","dop":"2025-04-06","serial_number":"12861735933223","imei1":"12861735933223","imei2":"12861735933223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167986,"job_number":"JOB_167986","tr_customer_id":168003,"tr_customer_product_id":167993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:17.000Z","modified_at":"2026-01-27T08:19:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14876666988513","imei1":"14876666988513","imei2":"14876666988513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167985,"job_number":"JOB_167985","tr_customer_id":168002,"tr_customer_product_id":167992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:33.000Z","modified_at":"2026-01-27T08:18:33.000Z","name":"Derick Rohan","mobile_number":"943-371-0272","email_id":"Joesph58@yahoo.com","dop":"2025-04-06","serial_number":"19714674691620584","imei1":"19714674691620584","imei2":"19714674691620584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167984,"job_number":"JOB_167984","tr_customer_id":168001,"tr_customer_product_id":167991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:32.000Z","modified_at":"2026-01-27T08:19:10.000Z","name":"Carolyne Paucek","mobile_number":"545-983-9520","email_id":"Lucile_Wolf52@hotmail.com","dop":"2025-04-06","serial_number":"14271654836682","imei1":"14271654836682","imei2":"14271654836682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167983,"job_number":"JOB_167983","tr_customer_id":168000,"tr_customer_product_id":167990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:32.000Z","modified_at":"2026-01-27T08:18:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10992418351194","imei1":"10992418351194","imei2":"10992418351194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167982,"job_number":"JOB_167982","tr_customer_id":167999,"tr_customer_product_id":167989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:03:56.000Z","modified_at":"2026-01-27T08:03:56.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"78948745849733","imei1":"78948745849733","imei2":"78948745849733","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167981,"job_number":"JOB_167981","tr_customer_id":167998,"tr_customer_product_id":167988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:00:03.000Z","modified_at":"2026-01-27T08:00:14.000Z","name":"Fletcher Franecki","mobile_number":"786-836-3975","email_id":"Loy79@hotmail.com","dop":"2025-12-01","serial_number":"10738362324388","imei1":"10738362324388","imei2":"10738362324388","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167980,"job_number":"JOB_167980","tr_customer_id":167997,"tr_customer_product_id":167987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:00:03.000Z","modified_at":"2026-01-27T08:00:03.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16634399654249","imei1":"16634399654249","imei2":"16634399654249","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167979,"job_number":"JOB_167979","tr_customer_id":167996,"tr_customer_product_id":167986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:47.000Z","modified_at":"2026-01-27T07:59:58.000Z","name":"Joel Schmeler","mobile_number":"474-846-8783","email_id":"Vada.Crona7@hotmail.com","dop":"2025-12-01","serial_number":"19660589554505","imei1":"19660589554505","imei2":"19660589554505","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167978,"job_number":"JOB_167978","tr_customer_id":167995,"tr_customer_product_id":167985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:47.000Z","modified_at":"2026-01-27T07:59:47.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14742460549015","imei1":"14742460549015","imei2":"14742460549015","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167977,"job_number":"JOB_167977","tr_customer_id":167994,"tr_customer_product_id":167984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:31.000Z","modified_at":"2026-01-27T07:59:42.000Z","name":"Columbus Deckow","mobile_number":"894-371-3585","email_id":"Joel_Leuschke@gmail.com","dop":"2025-12-01","serial_number":"18261600913888","imei1":"18261600913888","imei2":"18261600913888","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167976,"job_number":"JOB_167976","tr_customer_id":167993,"tr_customer_product_id":167983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:31.000Z","modified_at":"2026-01-27T07:59:31.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17369535765768","imei1":"17369535765768","imei2":"17369535765768","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167974,"job_number":"JOB_167974","tr_customer_id":167991,"tr_customer_product_id":167981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:44.000Z","name":"Kristian Gibson","mobile_number":"551-888-9007","email_id":"Clement.Haag@hotmail.com","dop":"2025-04-06","serial_number":"19625716723951844","imei1":"19625716723951844","imei2":"19625716723951844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167973,"job_number":"JOB_167973","tr_customer_id":167990,"tr_customer_product_id":167980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:42.000Z","modified_at":"2026-01-27T07:48:20.000Z","name":"Arvel Kuhn","mobile_number":"615-319-7198","email_id":"Chaz_Robel@hotmail.com","dop":"2025-04-06","serial_number":"14431655523975","imei1":"14431655523975","imei2":"14431655523975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:48:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167970,"job_number":"JOB_167970","tr_customer_id":167987,"tr_customer_product_id":167977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:57.000Z","modified_at":"2026-01-27T07:46:57.000Z","name":"Addie Mertz","mobile_number":"296-519-9094","email_id":"Lambert.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10321152826079464","imei1":"10321152826079464","imei2":"10321152826079464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167969,"job_number":"JOB_167969","tr_customer_id":167986,"tr_customer_product_id":167976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:56.000Z","modified_at":"2026-01-27T07:47:36.000Z","name":"Maud Cummerata","mobile_number":"646-422-3272","email_id":"Tamara.Witting12@gmail.com","dop":"2025-04-06","serial_number":"13661529653762","imei1":"13661529653762","imei2":"13661529653762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167968,"job_number":"JOB_167968","tr_customer_id":167985,"tr_customer_product_id":167975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:47.000Z","name":"Mariah Hamill","mobile_number":"652-797-8772","email_id":"Noemy.Jakubowski@yahoo.com","dop":"2025-12-01","serial_number":"11895969562146","imei1":"11895969562146","imei2":"11895969562146","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167967,"job_number":"JOB_167967","tr_customer_id":167984,"tr_customer_product_id":167974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:34.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16020089347172","imei1":"16020089347172","imei2":"16020089347172","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167966,"job_number":"JOB_167966","tr_customer_id":167983,"tr_customer_product_id":167973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:29.000Z","name":"Ellen Ernser","mobile_number":"773-782-1692","email_id":"Jay32@yahoo.com","dop":"2025-12-01","serial_number":"18035647441755","imei1":"18035647441755","imei2":"18035647441755","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167965,"job_number":"JOB_167965","tr_customer_id":167982,"tr_customer_product_id":167972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19818407352524","imei1":"19818407352524","imei2":"19818407352524","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167964,"job_number":"JOB_167964","tr_customer_id":167981,"tr_customer_product_id":167971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:45:11.000Z","name":"Carol Harber","mobile_number":"791-589-1054","email_id":"Tabitha36@hotmail.com","dop":"2025-12-01","serial_number":"13015239403347","imei1":"13015239403347","imei2":"13015239403347","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167963,"job_number":"JOB_167963","tr_customer_id":167980,"tr_customer_product_id":167970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:44:58.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13067462755559","imei1":"13067462755559","imei2":"13067462755559","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167962,"job_number":"JOB_167962","tr_customer_id":167979,"tr_customer_product_id":167969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:22.000Z","name":"Dangelo Mann","mobile_number":"687-934-9912","email_id":"Bradly_Bogisich@gmail.com","dop":"2025-12-01","serial_number":"14223691814750","imei1":"14223691814750","imei2":"14223691814750","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167961,"job_number":"JOB_167961","tr_customer_id":167978,"tr_customer_product_id":167968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:10.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12826889896801","imei1":"12826889896801","imei2":"12826889896801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167960,"job_number":"JOB_167960","tr_customer_id":167977,"tr_customer_product_id":167967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:41:06.000Z","name":"Marquise Reichert","mobile_number":"587-475-6993","email_id":"Mireya_Armstrong@gmail.com","dop":"2025-12-01","serial_number":"11570715098623","imei1":"11570715098623","imei2":"11570715098623","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167959,"job_number":"JOB_167959","tr_customer_id":167976,"tr_customer_product_id":167966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:40:54.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"12836241188214","imei1":"12836241188214","imei2":"12836241188214","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167958,"job_number":"JOB_167958","tr_customer_id":167975,"tr_customer_product_id":167965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:38.000Z","modified_at":"2026-01-27T07:40:50.000Z","name":"Juanita Leffler","mobile_number":"636-521-5568","email_id":"Patience37@hotmail.com","dop":"2025-12-01","serial_number":"17253145582378","imei1":"17253145582378","imei2":"17253145582378","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167957,"job_number":"JOB_167957","tr_customer_id":167974,"tr_customer_product_id":167964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:37.000Z","modified_at":"2026-01-27T07:40:37.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17738472759011","imei1":"17738472759011","imei2":"17738472759011","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167950,"job_number":"JOB_167950","tr_customer_id":167967,"tr_customer_product_id":167957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:15.000Z","modified_at":"2026-01-27T07:05:15.000Z","name":"Kellie Lubowitz","mobile_number":"217-327-9980","email_id":"Selina_Pacocha9@yahoo.com","dop":"2025-04-06","serial_number":"14946686752066788","imei1":"14946686752066788","imei2":"14946686752066788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167949,"job_number":"JOB_167949","tr_customer_id":167966,"tr_customer_product_id":167956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:14.000Z","modified_at":"2026-01-27T07:05:53.000Z","name":"Blanca Schneider","mobile_number":"399-331-5349","email_id":"Howard.Klocko@hotmail.com","dop":"2025-04-06","serial_number":"18972673309267","imei1":"18972673309267","imei2":"18972673309267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167948,"job_number":"JOB_167948","tr_customer_id":167965,"tr_customer_product_id":167955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:31.000Z","modified_at":"2026-01-27T07:04:31.000Z","name":"Miller Hagenes","mobile_number":"363-948-0072","email_id":"Antwon.Kiehn95@hotmail.com","dop":"2025-04-06","serial_number":"14549798314648444","imei1":"14549798314648444","imei2":"14549798314648444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:04:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167947,"job_number":"JOB_167947","tr_customer_id":167964,"tr_customer_product_id":167954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:29.000Z","modified_at":"2026-01-27T07:05:07.000Z","name":"Dasia Weissnat","mobile_number":"217-928-5689","email_id":"Cordie.Mayert15@yahoo.com","dop":"2025-04-06","serial_number":"18151854735051","imei1":"18151854735051","imei2":"18151854735051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167946,"job_number":"JOB_167946","tr_customer_id":167963,"tr_customer_product_id":167953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:46.000Z","modified_at":"2026-01-27T07:03:46.000Z","name":"Esperanza Roberts","mobile_number":"363-465-4153","email_id":"Cleo_Jacobi1@gmail.com","dop":"2025-04-06","serial_number":"18899724181012810","imei1":"18899724181012810","imei2":"18899724181012810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167945,"job_number":"JOB_167945","tr_customer_id":167962,"tr_customer_product_id":167952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:45.000Z","modified_at":"2026-01-27T07:04:22.000Z","name":"Carolanne Johnston","mobile_number":"835-983-6740","email_id":"Demond45@hotmail.com","dop":"2025-04-06","serial_number":"12500515806340","imei1":"12500515806340","imei2":"12500515806340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:04:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167944,"job_number":"JOB_167944","tr_customer_id":167961,"tr_customer_product_id":167951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:28.000Z","name":"Izaiah Goodwin","mobile_number":"667-308-1378","email_id":"Elouise43@hotmail.com","dop":"2025-12-01","serial_number":"17184857919726","imei1":"17184857919726","imei2":"17184857919726","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167943,"job_number":"JOB_167943","tr_customer_id":167960,"tr_customer_product_id":167950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:15.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"14875645655732","imei1":"14875645655732","imei2":"14875645655732","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167942,"job_number":"JOB_167942","tr_customer_id":167959,"tr_customer_product_id":167949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:54:10.000Z","name":"Pietro Stracke","mobile_number":"336-677-3457","email_id":"Darrick_Wilderman4@gmail.com","dop":"2025-12-01","serial_number":"11510163451561","imei1":"11510163451561","imei2":"11510163451561","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167941,"job_number":"JOB_167941","tr_customer_id":167958,"tr_customer_product_id":167948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:53:57.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15533783976054","imei1":"15533783976054","imei2":"15533783976054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167940,"job_number":"JOB_167940","tr_customer_id":167957,"tr_customer_product_id":167947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:52.000Z","name":"Cara Rath","mobile_number":"987-859-1105","email_id":"Amir60@gmail.com","dop":"2025-12-01","serial_number":"10948899776550","imei1":"10948899776550","imei2":"10948899776550","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167939,"job_number":"JOB_167939","tr_customer_id":167956,"tr_customer_product_id":167946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14442504887526","imei1":"14442504887526","imei2":"14442504887526","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167938,"job_number":"JOB_167938","tr_customer_id":167955,"tr_customer_product_id":167945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:27.000Z","modified_at":"2026-01-27T06:51:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10931088604581","imei1":"10931088604581","imei2":"10931088604581","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167937,"job_number":"JOB_167937","tr_customer_id":167954,"tr_customer_product_id":167944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:26.000Z","modified_at":"2026-01-27T06:52:03.000Z","name":"Allene Erdman","mobile_number":"213-477-2942","email_id":"Reilly.Klocko@yahoo.com","dop":"2026-01-04","serial_number":"12959238722478","imei1":"12959238722478","imei2":"12959238722478","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167936,"job_number":"JOB_167936","tr_customer_id":167953,"tr_customer_product_id":167943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:25.000Z","modified_at":"2026-01-27T06:51:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11495474994629","imei1":"11495474994629","imei2":"11495474994629","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167935,"job_number":"JOB_167935","tr_customer_id":167952,"tr_customer_product_id":167942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:00.000Z","modified_at":"2026-01-27T06:51:00.000Z","name":"Abe Borer","mobile_number":"232-802-4714","email_id":"Alfreda56@hotmail.com","dop":"2025-04-06","serial_number":"14248653361242728","imei1":"14248653361242728","imei2":"14248653361242728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167934,"job_number":"JOB_167934","tr_customer_id":167951,"tr_customer_product_id":167941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:51:36.000Z","name":"Miracle Doyle","mobile_number":"985-838-2059","email_id":"Jett_Bosco@hotmail.com","dop":"2025-04-06","serial_number":"17756785529011","imei1":"17756785529011","imei2":"17756785529011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167933,"job_number":"JOB_167933","tr_customer_id":167950,"tr_customer_product_id":167940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:50:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16248942148525","imei1":"16248942148525","imei2":"16248942148525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167932,"job_number":"JOB_167932","tr_customer_id":167949,"tr_customer_product_id":167939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:42.000Z","modified_at":"2026-01-27T06:50:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42969104263391","imei1":"42969104263391","imei2":"42969104263391","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167931,"job_number":"JOB_167931","tr_customer_id":167948,"tr_customer_product_id":167938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:51:18.000Z","name":"Brando Johnston","mobile_number":"935-317-2882","email_id":"Edmund50@hotmail.com","dop":"2026-01-04","serial_number":"17810372015745","imei1":"17810372015745","imei2":"17810372015745","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167930,"job_number":"JOB_167930","tr_customer_id":167947,"tr_customer_product_id":167937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:50:40.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11366144519689","imei1":"11366144519689","imei2":"11366144519689","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167929,"job_number":"JOB_167929","tr_customer_id":167946,"tr_customer_product_id":167936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:13.000Z","modified_at":"2026-01-27T06:50:13.000Z","name":"Arno Kessler","mobile_number":"230-754-1794","email_id":"Stanley57@hotmail.com","dop":"2025-04-06","serial_number":"18194212640282856","imei1":"18194212640282856","imei2":"18194212640282856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167928,"job_number":"JOB_167928","tr_customer_id":167945,"tr_customer_product_id":167935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:51.000Z","name":"Bernadine Rutherford","mobile_number":"704-539-2876","email_id":"Emmett_Kohler@gmail.com","dop":"2025-04-06","serial_number":"14534602088922","imei1":"14534602088922","imei2":"14534602088922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167927,"job_number":"JOB_167927","tr_customer_id":167944,"tr_customer_product_id":167934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13203431323945","imei1":"13203431323945","imei2":"13203431323945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167926,"job_number":"JOB_167926","tr_customer_id":167943,"tr_customer_product_id":167933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:54.000Z","modified_at":"2026-01-27T06:49:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"90321257518944","imei1":"90321257518944","imei2":"90321257518944","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167925,"job_number":"JOB_167925","tr_customer_id":167942,"tr_customer_product_id":167932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:50:33.000Z","name":"Kris Bernier","mobile_number":"258-592-8541","email_id":"Kaycee96@gmail.com","dop":"2026-01-04","serial_number":"18439341230313","imei1":"18439341230313","imei2":"18439341230313","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167924,"job_number":"JOB_167924","tr_customer_id":167941,"tr_customer_product_id":167931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:49:52.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10934874410701","imei1":"10934874410701","imei2":"10934874410701","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167923,"job_number":"JOB_167923","tr_customer_id":167940,"tr_customer_product_id":167930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:30.000Z","modified_at":"2026-01-27T06:49:30.000Z","name":"Milton Bartell","mobile_number":"357-620-1896","email_id":"Kian46@hotmail.com","dop":"2025-04-06","serial_number":"17118551920422780","imei1":"17118551920422780","imei2":"17118551920422780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167922,"job_number":"JOB_167922","tr_customer_id":167939,"tr_customer_product_id":167929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:29.000Z","modified_at":"2026-01-27T06:50:09.000Z","name":"Bell Stracke","mobile_number":"915-750-4333","email_id":"Saul58@hotmail.com","dop":"2025-04-06","serial_number":"10400148993354","imei1":"10400148993354","imei2":"10400148993354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167921,"job_number":"JOB_167921","tr_customer_id":167938,"tr_customer_product_id":167928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:26.000Z","modified_at":"2026-01-27T06:49:26.000Z","name":"Garry Haag","mobile_number":"330-706-5364","email_id":"Lenna35@hotmail.com","dop":"2025-04-06","serial_number":"11179143080451844","imei1":"11179143080451844","imei2":"11179143080451844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167920,"job_number":"JOB_167920","tr_customer_id":167937,"tr_customer_product_id":167927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:50:04.000Z","name":"Ignacio Farrell","mobile_number":"320-500-1584","email_id":"Felipe52@hotmail.com","dop":"2025-04-06","serial_number":"18659899859152","imei1":"18659899859152","imei2":"18659899859152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167919,"job_number":"JOB_167919","tr_customer_id":167936,"tr_customer_product_id":167926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:49:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17402848540623","imei1":"17402848540623","imei2":"17402848540623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167918,"job_number":"JOB_167918","tr_customer_id":167935,"tr_customer_product_id":167925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:39.000Z","modified_at":"2026-01-27T06:44:39.000Z","name":"Golden Brown","mobile_number":"840-732-0041","email_id":"Hailie73@hotmail.com","dop":"2025-04-06","serial_number":"15818286366602872","imei1":"15818286366602872","imei2":"15818286366602872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167917,"job_number":"JOB_167917","tr_customer_id":167934,"tr_customer_product_id":167924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:45:18.000Z","name":"Joaquin Kulas","mobile_number":"583-240-9817","email_id":"Kirsten25@yahoo.com","dop":"2025-04-06","serial_number":"17938551459730","imei1":"17938551459730","imei2":"17938551459730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167916,"job_number":"JOB_167916","tr_customer_id":167933,"tr_customer_product_id":167923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17063374650545","imei1":"17063374650545","imei2":"17063374650545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167915,"job_number":"JOB_167915","tr_customer_id":167932,"tr_customer_product_id":167922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:18.000Z","modified_at":"2026-01-27T06:44:18.000Z","name":"Ariane Hamill","mobile_number":"398-734-1884","email_id":"Ryleigh.Tremblay42@hotmail.com","dop":"2025-04-06","serial_number":"10595233660109322","imei1":"10595233660109322","imei2":"10595233660109322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167914,"job_number":"JOB_167914","tr_customer_id":167931,"tr_customer_product_id":167921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:16.000Z","modified_at":"2026-01-27T06:44:58.000Z","name":"Grady Schaden","mobile_number":"682-416-2165","email_id":"Megane_Barrows5@gmail.com","dop":"2025-04-06","serial_number":"13986612123238","imei1":"13986612123238","imei2":"13986612123238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167913,"job_number":"JOB_167913","tr_customer_id":167930,"tr_customer_product_id":167920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:51.000Z","modified_at":"2026-01-27T06:43:51.000Z","name":"Serenity Boyer","mobile_number":"339-974-1255","email_id":"Carleton.Marvin98@gmail.com","dop":"2025-04-06","serial_number":"15255955352476028","imei1":"15255955352476028","imei2":"15255955352476028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167912,"job_number":"JOB_167912","tr_customer_id":167929,"tr_customer_product_id":167919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:50.000Z","modified_at":"2026-01-27T06:44:30.000Z","name":"Sam Baumbach","mobile_number":"278-216-6264","email_id":"Abdul.Schoen24@gmail.com","dop":"2025-04-06","serial_number":"19651107341783","imei1":"19651107341783","imei2":"19651107341783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167911,"job_number":"JOB_167911","tr_customer_id":167928,"tr_customer_product_id":167918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:49.000Z","modified_at":"2026-01-27T06:43:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13742475805245","imei1":"13742475805245","imei2":"13742475805245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167910,"job_number":"JOB_167910","tr_customer_id":167927,"tr_customer_product_id":167917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:46.000Z","modified_at":"2026-01-27T06:43:46.000Z","name":"Percy Crist","mobile_number":"935-950-9106","email_id":"Krystel.Ankunding67@yahoo.com","dop":"2025-04-06","serial_number":"18545814363637170","imei1":"18545814363637170","imei2":"18545814363637170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167909,"job_number":"JOB_167909","tr_customer_id":167926,"tr_customer_product_id":167916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:45.000Z","modified_at":"2026-01-27T06:44:28.000Z","name":"Kaitlin Zboncak","mobile_number":"891-592-1390","email_id":"Furman_Ziemann@gmail.com","dop":"2025-04-06","serial_number":"19030635434719","imei1":"19030635434719","imei2":"19030635434719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167908,"job_number":"JOB_167908","tr_customer_id":167925,"tr_customer_product_id":167915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:44.000Z","modified_at":"2026-01-27T06:43:44.000Z","name":"Victor Schroeder","mobile_number":"473-540-3534","email_id":"Dexter_Marks@gmail.com","dop":"2025-04-06","serial_number":"16447744665311734","imei1":"16447744665311734","imei2":"16447744665311734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167907,"job_number":"JOB_167907","tr_customer_id":167924,"tr_customer_product_id":167914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:44:24.000Z","name":"Harley Runte","mobile_number":"656-420-5648","email_id":"Martina.Walker@yahoo.com","dop":"2025-04-06","serial_number":"14023871545970","imei1":"14023871545970","imei2":"14023871545970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167906,"job_number":"JOB_167906","tr_customer_id":167923,"tr_customer_product_id":167913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:43:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15646928553703","imei1":"15646928553703","imei2":"15646928553703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167905,"job_number":"JOB_167905","tr_customer_id":167922,"tr_customer_product_id":167912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:03.000Z","modified_at":"2026-01-27T06:43:03.000Z","name":"Roy Aufderhar","mobile_number":"826-647-3721","email_id":"Sheila.Murphy83@yahoo.com","dop":"2025-04-06","serial_number":"10699411250399026","imei1":"10699411250399026","imei2":"10699411250399026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167904,"job_number":"JOB_167904","tr_customer_id":167921,"tr_customer_product_id":167911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:02.000Z","modified_at":"2026-01-27T06:43:42.000Z","name":"Cortez Kshlerin","mobile_number":"404-335-4217","email_id":"Caroline.Hyatt@gmail.com","dop":"2025-04-06","serial_number":"15859812046555","imei1":"15859812046555","imei2":"15859812046555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167903,"job_number":"JOB_167903","tr_customer_id":167920,"tr_customer_product_id":167910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:01.000Z","modified_at":"2026-01-27T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14958910419154","imei1":"14958910419154","imei2":"14958910419154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167902,"job_number":"JOB_167902","tr_customer_id":167919,"tr_customer_product_id":167909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:56.000Z","modified_at":"2026-01-27T06:42:56.000Z","name":"Ned Dach","mobile_number":"535-612-0082","email_id":"Adolfo_Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15430774571147254","imei1":"15430774571147254","imei2":"15430774571147254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167901,"job_number":"JOB_167901","tr_customer_id":167918,"tr_customer_product_id":167908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:43:35.000Z","name":"Jeanie Bailey","mobile_number":"254-447-6959","email_id":"Otha93@hotmail.com","dop":"2025-04-06","serial_number":"13830389477544","imei1":"13830389477544","imei2":"13830389477544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167900,"job_number":"JOB_167900","tr_customer_id":167917,"tr_customer_product_id":167907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:42:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17079659156633","imei1":"17079659156633","imei2":"17079659156633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167899,"job_number":"JOB_167899","tr_customer_id":167916,"tr_customer_product_id":167906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:06.000Z","modified_at":"2026-01-27T06:42:06.000Z","name":"Lisa Zulauf","mobile_number":"250-618-8688","email_id":"Chelsea9@yahoo.com","dop":"2025-04-06","serial_number":"17611184738963124","imei1":"17611184738963124","imei2":"17611184738963124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167898,"job_number":"JOB_167898","tr_customer_id":167915,"tr_customer_product_id":167905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:46.000Z","name":"Berta Gleason","mobile_number":"670-959-8671","email_id":"Nelle.Douglas@hotmail.com","dop":"2025-04-06","serial_number":"17500260885098","imei1":"17500260885098","imei2":"17500260885098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167897,"job_number":"JOB_167897","tr_customer_id":167914,"tr_customer_product_id":167904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18231155699279","imei1":"18231155699279","imei2":"18231155699279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167896,"job_number":"JOB_167896","tr_customer_id":167913,"tr_customer_product_id":167903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:33.000Z","modified_at":"2026-01-27T06:38:33.000Z","name":"Marty Corkery","mobile_number":"727-204-3064","email_id":"Domenico.Huels@yahoo.com","dop":"2025-04-06","serial_number":"10948488540603988","imei1":"10948488540603988","imei2":"10948488540603988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167895,"job_number":"JOB_167895","tr_customer_id":167912,"tr_customer_product_id":167902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:32.000Z","modified_at":"2026-01-27T06:39:09.000Z","name":"Mylene Ziemann","mobile_number":"268-456-3179","email_id":"Monserrate.Padberg96@hotmail.com","dop":"2025-04-06","serial_number":"13422109656931","imei1":"13422109656931","imei2":"13422109656931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167894,"job_number":"JOB_167894","tr_customer_id":167911,"tr_customer_product_id":167901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:31.000Z","modified_at":"2026-01-27T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14777744687360","imei1":"14777744687360","imei2":"14777744687360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167892,"job_number":"JOB_167892","tr_customer_id":167909,"tr_customer_product_id":167899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:00.000Z","modified_at":"2026-01-27T06:38:36.000Z","name":"Adrain Flatley","mobile_number":"625-204-1955","email_id":"Iliana_Green@gmail.com","dop":"2000-01-31","serial_number":"10327360941022","imei1":"10327360941022","imei2":"10327360941022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167890,"job_number":"JOB_167890","tr_customer_id":167907,"tr_customer_product_id":167897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:49.000Z","modified_at":"2026-01-27T06:37:49.000Z","name":"Davion Gaylord","mobile_number":"478-883-2288","email_id":"Alejandrin_OKeefe47@gmail.com","dop":"2025-04-06","serial_number":"11487920209396314","imei1":"11487920209396314","imei2":"11487920209396314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167889,"job_number":"JOB_167889","tr_customer_id":167906,"tr_customer_product_id":167896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:38:24.000Z","name":"Christa Kutch","mobile_number":"447-746-4829","email_id":"Krista_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"16625501213741","imei1":"16625501213741","imei2":"16625501213741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167888,"job_number":"JOB_167888","tr_customer_id":167905,"tr_customer_product_id":167895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:37:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10244847596438","imei1":"10244847596438","imei2":"10244847596438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167886,"job_number":"JOB_167886","tr_customer_id":167903,"tr_customer_product_id":167893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:16.000Z","modified_at":"2026-01-27T06:37:53.000Z","name":"Vivianne Kuvalis","mobile_number":"928-407-3268","email_id":"Nola37@hotmail.com","dop":"2000-01-31","serial_number":"10539760183863","imei1":"10539760183863","imei2":"10539760183863","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167884,"job_number":"JOB_167884","tr_customer_id":167901,"tr_customer_product_id":167891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Wyatt Friesen","mobile_number":"592-951-6370","email_id":"Willard57@yahoo.com","dop":"2025-04-06","serial_number":"18984968440466710","imei1":"18984968440466710","imei2":"18984968440466710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167883,"job_number":"JOB_167883","tr_customer_id":167900,"tr_customer_product_id":167890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Avis Fadel","mobile_number":"908-634-0138","email_id":"Norene.Raynor@gmail.com","dop":"2025-04-06","serial_number":"18320246082397332","imei1":"18320246082397332","imei2":"18320246082397332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167882,"job_number":"JOB_167882","tr_customer_id":167899,"tr_customer_product_id":167889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:42.000Z","name":"Jaylen Kerluke","mobile_number":"546-909-9233","email_id":"Domingo45@gmail.com","dop":"2025-04-06","serial_number":"16862134829963","imei1":"16862134829963","imei2":"16862134829963","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167881,"job_number":"JOB_167881","tr_customer_id":167898,"tr_customer_product_id":167888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:40.000Z","name":"Celestine Kilback","mobile_number":"975-592-9244","email_id":"Maximillian46@gmail.com","dop":"2025-04-06","serial_number":"17951541323118","imei1":"17951541323118","imei2":"17951541323118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167880,"job_number":"JOB_167880","tr_customer_id":167897,"tr_customer_product_id":167887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15941554825756","imei1":"15941554825756","imei2":"15941554825756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167879,"job_number":"JOB_167879","tr_customer_id":167896,"tr_customer_product_id":167886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797132248973","imei1":"12797132248973","imei2":"12797132248973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167878,"job_number":"JOB_167878","tr_customer_id":167895,"tr_customer_product_id":167885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:37:22.000Z","name":"Ezequiel Hauck","mobile_number":"402-515-8716","email_id":"Ethel52@hotmail.com","dop":"2025-10-21","serial_number":"12597963508580","imei1":"12597963508580","imei2":"12597963508580","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167877,"job_number":"JOB_167877","tr_customer_id":167894,"tr_customer_product_id":167884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:36:42.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16171174787922","imei1":"16171174787922","imei2":"16171174787922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167875,"job_number":"JOB_167875","tr_customer_id":167892,"tr_customer_product_id":167882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:32.000Z","modified_at":"2026-01-27T06:37:09.000Z","name":"Jakayla Stehr","mobile_number":"889-226-7042","email_id":"Oswald_Blanda50@hotmail.com","dop":"2000-01-31","serial_number":"10809822361810","imei1":"10809822361810","imei2":"10809822361810","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167873,"job_number":"JOB_167873","tr_customer_id":167890,"tr_customer_product_id":167880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:17.000Z","modified_at":"2026-01-27T06:36:17.000Z","name":"Maye Rodriguez","mobile_number":"655-525-8401","email_id":"Edward.Walsh28@gmail.com","dop":"2025-04-06","serial_number":"18172135488968240","imei1":"18172135488968240","imei2":"18172135488968240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167872,"job_number":"JOB_167872","tr_customer_id":167889,"tr_customer_product_id":167879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:16.000Z","modified_at":"2026-01-27T06:36:55.000Z","name":"Cruz Hoeger","mobile_number":"934-485-6036","email_id":"Zelda13@yahoo.com","dop":"2025-04-06","serial_number":"14583018003932","imei1":"14583018003932","imei2":"14583018003932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167871,"job_number":"JOB_167871","tr_customer_id":167888,"tr_customer_product_id":167878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:15.000Z","modified_at":"2026-01-27T06:36:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18948317579051","imei1":"18948317579051","imei2":"18948317579051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167870,"job_number":"JOB_167870","tr_customer_id":167887,"tr_customer_product_id":167877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:55.000Z","modified_at":"2026-01-27T06:36:34.000Z","name":"Fletcher Langosh","mobile_number":"961-716-6775","email_id":"Danyka74@hotmail.com","dop":"2025-10-21","serial_number":"12097514595498","imei1":"12097514595498","imei2":"12097514595498","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167869,"job_number":"JOB_167869","tr_customer_id":167886,"tr_customer_product_id":167876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:54.000Z","modified_at":"2026-01-27T06:35:54.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17324433358007","imei1":"17324433358007","imei2":"17324433358007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167867,"job_number":"JOB_167867","tr_customer_id":167884,"tr_customer_product_id":167874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:36:24.000Z","name":"Keenan Strosin","mobile_number":"493-722-5111","email_id":"Athena3@yahoo.com","dop":"2000-01-31","serial_number":"10961625417361","imei1":"10961625417361","imei2":"10961625417361","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167865,"job_number":"JOB_167865","tr_customer_id":167882,"tr_customer_product_id":167872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:30.000Z","modified_at":"2026-01-27T06:35:30.000Z","name":"Omer Maggio","mobile_number":"655-959-8696","email_id":"Hershel99@gmail.com","dop":"2025-04-06","serial_number":"11488347981559736","imei1":"11488347981559736","imei2":"11488347981559736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167864,"job_number":"JOB_167864","tr_customer_id":167881,"tr_customer_product_id":167871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:29.000Z","modified_at":"2026-01-27T06:36:08.000Z","name":"Natasha Towne","mobile_number":"539-944-7993","email_id":"Elinore77@hotmail.com","dop":"2025-04-06","serial_number":"15990339465447","imei1":"15990339465447","imei2":"15990339465447","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167863,"job_number":"JOB_167863","tr_customer_id":167880,"tr_customer_product_id":167870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:28.000Z","modified_at":"2026-01-27T06:35:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12322716487394","imei1":"12322716487394","imei2":"12322716487394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167862,"job_number":"JOB_167862","tr_customer_id":167879,"tr_customer_product_id":167869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:07.000Z","modified_at":"2026-01-27T06:35:46.000Z","name":"Erling Schowalter","mobile_number":"297-720-6965","email_id":"Emerald.Hayes@yahoo.com","dop":"2025-10-21","serial_number":"17024058576990","imei1":"17024058576990","imei2":"17024058576990","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167861,"job_number":"JOB_167861","tr_customer_id":167878,"tr_customer_product_id":167868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:06.000Z","modified_at":"2026-01-27T06:35:06.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17343592327259","imei1":"17343592327259","imei2":"17343592327259","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167860,"job_number":"JOB_167860","tr_customer_id":167877,"tr_customer_product_id":167867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:28.000Z","modified_at":"2026-01-27T06:34:28.000Z","name":"Felton Jones","mobile_number":"461-830-5368","email_id":"Donald_Muller@gmail.com","dop":"2025-04-06","serial_number":"15954666796721888","imei1":"15954666796721888","imei2":"15954666796721888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167859,"job_number":"JOB_167859","tr_customer_id":167876,"tr_customer_product_id":167866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:26.000Z","modified_at":"2026-01-27T06:35:09.000Z","name":"Darius Hane","mobile_number":"861-784-3255","email_id":"Isac8@hotmail.com","dop":"2025-04-06","serial_number":"10330263504588","imei1":"10330263504588","imei2":"10330263504588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167858,"job_number":"JOB_167858","tr_customer_id":167875,"tr_customer_product_id":167865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:18.000Z","modified_at":"2026-01-27T06:32:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12423253098832","imei2":"12423253098832","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167857,"job_number":"JOB_167857","tr_customer_id":167874,"tr_customer_product_id":167864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:17.000Z","modified_at":"2026-01-27T06:32:17.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12347251322045","imei2":"12347251322045","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167856,"job_number":"JOB_167856","tr_customer_id":167873,"tr_customer_product_id":167863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10053012872262","imei2":"10053012872262","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167855,"job_number":"JOB_167855","tr_customer_id":167872,"tr_customer_product_id":167862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14206461523702","imei2":"14206461523702","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167854,"job_number":"JOB_167854","tr_customer_id":167871,"tr_customer_product_id":167861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:52.000Z","modified_at":"2026-01-27T06:31:52.000Z","name":"Sadye Sipes","mobile_number":"779-875-8270","email_id":"Ebony.Hirthe@gmail.com","dop":"2025-04-06","serial_number":"10349692400180752","imei1":"10349692400180752","imei2":"10349692400180752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167853,"job_number":"JOB_167853","tr_customer_id":167870,"tr_customer_product_id":167860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:32:30.000Z","name":"Allie Stiedemann","mobile_number":"434-823-0869","email_id":"Hershel.Johnson34@hotmail.com","dop":"2025-04-06","serial_number":"12101566250387","imei1":"12101566250387","imei2":"12101566250387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167852,"job_number":"JOB_167852","tr_customer_id":167869,"tr_customer_product_id":167859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:31:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11373056543091","imei1":"11373056543091","imei2":"11373056543091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167851,"job_number":"JOB_167851","tr_customer_id":167868,"tr_customer_product_id":167858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:32:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14240408583347","imei2":"14240408583347","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167850,"job_number":"JOB_167850","tr_customer_id":167867,"tr_customer_product_id":167857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:31:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10477906422672","imei2":"10477906422672","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167849,"job_number":"JOB_167849","tr_customer_id":167866,"tr_customer_product_id":167856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:05.000Z","modified_at":"2026-01-27T06:31:05.000Z","name":"Giovani McKenzie","mobile_number":"898-307-0001","email_id":"Brady_Leannon@hotmail.com","dop":"2025-04-06","serial_number":"19451465414718350","imei1":"19451465414718350","imei2":"19451465414718350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167848,"job_number":"JOB_167848","tr_customer_id":167865,"tr_customer_product_id":167855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:43.000Z","name":"Dorcas Schinner","mobile_number":"993-457-8106","email_id":"Helena_Herzog2@hotmail.com","dop":"2025-04-06","serial_number":"16557584408408","imei1":"16557584408408","imei2":"16557584408408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167847,"job_number":"JOB_167847","tr_customer_id":167864,"tr_customer_product_id":167854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15985961373989","imei1":"15985961373989","imei2":"15985961373989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167845,"job_number":"JOB_167845","tr_customer_id":167862,"tr_customer_product_id":167852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:17.000Z","name":"Modesto Sauer","mobile_number":"424-849-3916","email_id":"Delilah_Treutel27@hotmail.com","dop":"2025-04-06","serial_number":"11996959230079538","imei1":"11996959230079538","imei2":"11996959230079538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167844,"job_number":"JOB_167844","tr_customer_id":167861,"tr_customer_product_id":167851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:56.000Z","name":"Rey Reichert","mobile_number":"904-355-8506","email_id":"Maxime.Brekke12@gmail.com","dop":"2025-04-06","serial_number":"13183922370106","imei1":"13183922370106","imei2":"13183922370106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167843,"job_number":"JOB_167843","tr_customer_id":167860,"tr_customer_product_id":167850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17339423269073","imei1":"17339423269073","imei2":"17339423269073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167840,"job_number":"JOB_167840","tr_customer_id":167857,"tr_customer_product_id":167847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:06.000Z","modified_at":"2026-01-27T06:29:06.000Z","name":"Anastacio Ebert","mobile_number":"971-557-1170","email_id":"Reba3@hotmail.com","dop":"2025-04-06","serial_number":"14007303508030568","imei1":"14007303508030568","imei2":"14007303508030568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167839,"job_number":"JOB_167839","tr_customer_id":167856,"tr_customer_product_id":167846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:40.000Z","name":"Stanford Kuhlman","mobile_number":"548-543-0439","email_id":"Afton_Mayert73@gmail.com","dop":"2025-04-06","serial_number":"19371343198470","imei1":"19371343198470","imei2":"19371343198470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167838,"job_number":"JOB_167838","tr_customer_id":167855,"tr_customer_product_id":167845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19420379464284","imei1":"19420379464284","imei2":"19420379464284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167837,"job_number":"JOB_167837","tr_customer_id":167854,"tr_customer_product_id":167844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:23.000Z","modified_at":"2026-01-27T06:28:23.000Z","name":"Bobby Bogan","mobile_number":"519-540-8511","email_id":"Moriah.Torp35@gmail.com","dop":"2025-04-06","serial_number":"10461022854004748","imei1":"10461022854004748","imei2":"10461022854004748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167836,"job_number":"JOB_167836","tr_customer_id":167853,"tr_customer_product_id":167843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:57.000Z","name":"Maiya Hartmann","mobile_number":"805-965-1463","email_id":"Soledad52@hotmail.com","dop":"2025-04-06","serial_number":"19886852653800","imei1":"19886852653800","imei2":"19886852653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167835,"job_number":"JOB_167835","tr_customer_id":167852,"tr_customer_product_id":167842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19904485216653","imei1":"19904485216653","imei2":"19904485216653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167834,"job_number":"JOB_167834","tr_customer_id":167851,"tr_customer_product_id":167841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:39.000Z","modified_at":"2026-01-27T06:27:39.000Z","name":"Hettie Brakus","mobile_number":"920-884-7742","email_id":"Lillian.Steuber98@gmail.com","dop":"2025-04-06","serial_number":"17652142820175848","imei1":"17652142820175848","imei2":"17652142820175848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167833,"job_number":"JOB_167833","tr_customer_id":167850,"tr_customer_product_id":167840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:28:14.000Z","name":"Dayne Beatty","mobile_number":"976-674-2026","email_id":"Herminio_Kovacek@gmail.com","dop":"2025-04-06","serial_number":"13833034191551","imei1":"13833034191551","imei2":"13833034191551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167832,"job_number":"JOB_167832","tr_customer_id":167849,"tr_customer_product_id":167839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:27:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11615152671057","imei1":"11615152671057","imei2":"11615152671057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167831,"job_number":"JOB_167831","tr_customer_id":167848,"tr_customer_product_id":167838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:19.000Z","modified_at":"2026-01-27T06:26:19.000Z","name":"Lazaro Hoppe","mobile_number":"805-669-5412","email_id":"Leland_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"18267334371696710","imei1":"18267334371696710","imei2":"18267334371696710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167830,"job_number":"JOB_167830","tr_customer_id":167847,"tr_customer_product_id":167837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:27:00.000Z","name":"Cecelia Bauch","mobile_number":"671-610-2410","email_id":"Emilie_Ullrich20@gmail.com","dop":"2025-04-06","serial_number":"11963927712940","imei1":"11963927712940","imei2":"11963927712940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167829,"job_number":"JOB_167829","tr_customer_id":167846,"tr_customer_product_id":167836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:26:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15802935641808","imei1":"15802935641808","imei2":"15802935641808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167828,"job_number":"JOB_167828","tr_customer_id":167845,"tr_customer_product_id":167835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:28.000Z","modified_at":"2026-01-27T06:25:28.000Z","name":"Ramon Hilll","mobile_number":"811-699-6550","email_id":"Brook56@gmail.com","dop":"2025-04-06","serial_number":"19695958491683900","imei1":"19695958491683900","imei2":"19695958491683900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167827,"job_number":"JOB_167827","tr_customer_id":167844,"tr_customer_product_id":167834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:27.000Z","modified_at":"2026-01-27T06:26:09.000Z","name":"Bo Tromp","mobile_number":"574-636-5595","email_id":"Darwin.Runolfsson@hotmail.com","dop":"2025-04-06","serial_number":"14330271912505","imei1":"14330271912505","imei2":"14330271912505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167826,"job_number":"JOB_167826","tr_customer_id":167843,"tr_customer_product_id":167833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:26.000Z","modified_at":"2026-01-27T06:25:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12338518242380","imei1":"12338518242380","imei2":"12338518242380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167825,"job_number":"JOB_167825","tr_customer_id":167842,"tr_customer_product_id":167832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:37.000Z","modified_at":"2026-01-27T06:24:37.000Z","name":"Kaleb Beahan","mobile_number":"242-722-0254","email_id":"Sunny81@hotmail.com","dop":"2025-04-06","serial_number":"18555023955379372","imei1":"18555023955379372","imei2":"18555023955379372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167824,"job_number":"JOB_167824","tr_customer_id":167841,"tr_customer_product_id":167831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:25:18.000Z","name":"Fidel Stoltenberg","mobile_number":"888-752-5165","email_id":"Lauriane87@hotmail.com","dop":"2025-04-06","serial_number":"11748226776697","imei1":"11748226776697","imei2":"11748226776697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167823,"job_number":"JOB_167823","tr_customer_id":167840,"tr_customer_product_id":167830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:24:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11740984830074","imei1":"11740984830074","imei2":"11740984830074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167822,"job_number":"JOB_167822","tr_customer_id":167839,"tr_customer_product_id":167829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:49.000Z","modified_at":"2026-01-27T06:23:49.000Z","name":"Stefanie Lemke","mobile_number":"292-504-2515","email_id":"Kali24@gmail.com","dop":"2025-06-18","serial_number":"1067109977151928","imei1":"1067109977151928","imei2":"1067109977151928","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167821,"job_number":"JOB_167821","tr_customer_id":167838,"tr_customer_product_id":167828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:24:24.000Z","name":"Antonina Maggio","mobile_number":"602-978-3602","email_id":"Bo.Bechtelar0@yahoo.com","dop":"2025-06-18","serial_number":"10055833646600","imei1":"10055833646600","imei2":"10055833646600","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167820,"job_number":"JOB_167820","tr_customer_id":167837,"tr_customer_product_id":167827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:23:48.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10101267317766","imei1":"10101267317766","imei2":"10101267317766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167819,"job_number":"JOB_167819","tr_customer_id":167836,"tr_customer_product_id":167826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:06.000Z","modified_at":"2026-01-27T06:23:06.000Z","name":"Aniya Mueller","mobile_number":"546-393-9663","email_id":"Chanelle2@hotmail.com","dop":"2025-06-18","serial_number":"1072434199213766","imei1":"1072434199213766","imei2":"1072434199213766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167818,"job_number":"JOB_167818","tr_customer_id":167835,"tr_customer_product_id":167825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:41.000Z","name":"Donny Hayes","mobile_number":"206-293-1033","email_id":"Kenyon.Walsh@yahoo.com","dop":"2025-06-18","serial_number":"10185353647351","imei1":"10185353647351","imei2":"10185353647351","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167817,"job_number":"JOB_167817","tr_customer_id":167834,"tr_customer_product_id":167824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"Dedrick Sawayn","mobile_number":"606-435-9603","email_id":"Cedrick18@gmail.com","dop":"2025-04-06","serial_number":"14284034712076870","imei1":"14284034712076870","imei2":"14284034712076870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167816,"job_number":"JOB_167816","tr_customer_id":167833,"tr_customer_product_id":167823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10590065726560","imei1":"10590065726560","imei2":"10590065726560","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167815,"job_number":"JOB_167815","tr_customer_id":167832,"tr_customer_product_id":167822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:04.000Z","modified_at":"2026-01-27T06:23:42.000Z","name":"Ellis Walter","mobile_number":"583-518-4689","email_id":"Vena_Streich@hotmail.com","dop":"2025-04-06","serial_number":"18312915331901","imei1":"18312915331901","imei2":"18312915331901","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167810,"job_number":"JOB_167810","tr_customer_id":167827,"tr_customer_product_id":167817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:32.000Z","modified_at":"2026-01-27T06:20:32.000Z","name":"Hipolito Hermiston","mobile_number":"643-640-8790","email_id":"Minnie50@yahoo.com","dop":"2025-04-06","serial_number":"16738148478419176","imei1":"16738148478419176","imei2":"16738148478419176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167809,"job_number":"JOB_167809","tr_customer_id":167826,"tr_customer_product_id":167816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:31.000Z","modified_at":"2026-01-27T06:21:07.000Z","name":"Pansy Fritsch","mobile_number":"318-635-6350","email_id":"Lenore22@gmail.com","dop":"2025-04-06","serial_number":"12752952311240","imei1":"12752952311240","imei2":"12752952311240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167808,"job_number":"JOB_167808","tr_customer_id":167825,"tr_customer_product_id":167815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:30.000Z","modified_at":"2026-01-27T06:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16491092711122","imei1":"16491092711122","imei2":"16491092711122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167801,"job_number":"JOB_167801","tr_customer_id":167818,"tr_customer_product_id":167808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:48.000Z","modified_at":"2026-01-27T06:19:48.000Z","name":"Clarissa Gerlach","mobile_number":"329-576-0565","email_id":"Amani46@hotmail.com","dop":"2025-04-06","serial_number":"19841535420662280","imei1":"19841535420662280","imei2":"19841535420662280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167800,"job_number":"JOB_167800","tr_customer_id":167817,"tr_customer_product_id":167807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:20:23.000Z","name":"Jennyfer Weber","mobile_number":"506-331-5511","email_id":"Bradly_Wisozk54@yahoo.com","dop":"2025-04-06","serial_number":"16469269473320","imei1":"16469269473320","imei2":"16469269473320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167799,"job_number":"JOB_167799","tr_customer_id":167816,"tr_customer_product_id":167806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18187635174485","imei1":"18187635174485","imei2":"18187635174485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167798,"job_number":"JOB_167798","tr_customer_id":167815,"tr_customer_product_id":167805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:04.000Z","modified_at":"2026-01-27T06:19:04.000Z","name":"Brown Bednar","mobile_number":"861-977-4122","email_id":"Karlie_Green48@gmail.com","dop":"2025-04-06","serial_number":"18532545821601696","imei1":"18532545821601696","imei2":"18532545821601696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167797,"job_number":"JOB_167797","tr_customer_id":167814,"tr_customer_product_id":167804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:39.000Z","name":"Eloy Ledner","mobile_number":"477-272-0753","email_id":"Dessie.Metz@gmail.com","dop":"2025-04-06","serial_number":"15793220981851","imei1":"15793220981851","imei2":"15793220981851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167796,"job_number":"JOB_167796","tr_customer_id":167813,"tr_customer_product_id":167803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11730143042933","imei1":"11730143042933","imei2":"11730143042933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167792,"job_number":"JOB_167792","tr_customer_id":167809,"tr_customer_product_id":167799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:40.000Z","modified_at":"2026-01-27T05:19:40.000Z","name":"Vella Smitham","mobile_number":"409-455-6807","email_id":"Theresa.Collins@gmail.com","dop":"2025-04-06","serial_number":"11657422336501164","imei1":"11657422336501164","imei2":"11657422336501164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167791,"job_number":"JOB_167791","tr_customer_id":167808,"tr_customer_product_id":167798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:39.000Z","modified_at":"2026-01-27T05:20:16.000Z","name":"Alisha Jast","mobile_number":"302-636-5500","email_id":"Christ.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10308584976477","imei1":"10308584976477","imei2":"10308584976477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:20:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167790,"job_number":"JOB_167790","tr_customer_id":167807,"tr_customer_product_id":167797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:38.000Z","modified_at":"2026-01-27T05:19:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12162921804378","imei1":"12162921804378","imei2":"12162921804378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167789,"job_number":"JOB_167789","tr_customer_id":167806,"tr_customer_product_id":167796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:55.000Z","modified_at":"2026-01-27T05:18:55.000Z","name":"Samantha Heidenreich","mobile_number":"264-977-5406","email_id":"Alanna.Keebler55@hotmail.com","dop":"2025-04-06","serial_number":"17862732445518564","imei1":"17862732445518564","imei2":"17862732445518564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167788,"job_number":"JOB_167788","tr_customer_id":167805,"tr_customer_product_id":167795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:54.000Z","modified_at":"2026-01-27T05:19:31.000Z","name":"Talia Nicolas","mobile_number":"760-854-8658","email_id":"Melyna_Trantow7@gmail.com","dop":"2025-04-06","serial_number":"15591401403235","imei1":"15591401403235","imei2":"15591401403235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:19:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167787,"job_number":"JOB_167787","tr_customer_id":167804,"tr_customer_product_id":167794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:53.000Z","modified_at":"2026-01-27T05:18:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17393390155661","imei1":"17393390155661","imei2":"17393390155661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167786,"job_number":"JOB_167786","tr_customer_id":167803,"tr_customer_product_id":167793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:10.000Z","modified_at":"2026-01-27T05:18:10.000Z","name":"Concepcion Kling","mobile_number":"485-572-1549","email_id":"Gwendolyn_Prohaska74@hotmail.com","dop":"2025-04-06","serial_number":"15864204710609916","imei1":"15864204710609916","imei2":"15864204710609916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167785,"job_number":"JOB_167785","tr_customer_id":167802,"tr_customer_product_id":167792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:09.000Z","modified_at":"2026-01-27T05:18:46.000Z","name":"Bert Cremin","mobile_number":"880-469-4883","email_id":"Mertie36@gmail.com","dop":"2025-04-06","serial_number":"10424599133818","imei1":"10424599133818","imei2":"10424599133818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167784,"job_number":"JOB_167784","tr_customer_id":167801,"tr_customer_product_id":167791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:08.000Z","modified_at":"2026-01-27T05:18:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18105688226137","imei1":"18105688226137","imei2":"18105688226137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167783,"job_number":"JOB_167783","tr_customer_id":167800,"tr_customer_product_id":167790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:12.000Z","modified_at":"2026-01-27T05:01:12.000Z","name":"Lucinda Smith","mobile_number":"711-707-2038","email_id":"Raven_Tromp68@hotmail.com","dop":"2025-04-06","serial_number":"18435660998000900","imei1":"18435660998000900","imei2":"18435660998000900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167782,"job_number":"JOB_167782","tr_customer_id":167799,"tr_customer_product_id":167789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:11.000Z","modified_at":"2026-01-27T05:01:48.000Z","name":"Cyrus Prosacco","mobile_number":"968-467-5339","email_id":"Aiyana.Bashirian@yahoo.com","dop":"2025-04-06","serial_number":"15957104757718","imei1":"15957104757718","imei2":"15957104757718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167781,"job_number":"JOB_167781","tr_customer_id":167798,"tr_customer_product_id":167788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:54.000Z","modified_at":"2026-01-27T05:00:54.000Z","name":"Celia Hamill","mobile_number":"980-656-1254","email_id":"Jayme80@yahoo.com","dop":"2025-04-06","serial_number":"17093614278677168","imei1":"17093614278677168","imei2":"17093614278677168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167780,"job_number":"JOB_167780","tr_customer_id":167797,"tr_customer_product_id":167787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:53.000Z","modified_at":"2026-01-27T05:01:30.000Z","name":"Penelope Haley","mobile_number":"314-974-3233","email_id":"Domingo14@yahoo.com","dop":"2025-04-06","serial_number":"18569555503460","imei1":"18569555503460","imei2":"18569555503460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167779,"job_number":"JOB_167779","tr_customer_id":167796,"tr_customer_product_id":167786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:11.000Z","modified_at":"2026-01-27T04:59:11.000Z","name":"Gene Effertz","mobile_number":"977-611-6671","email_id":"Javier.Rutherford@gmail.com","dop":"2025-04-06","serial_number":"19594496775397960","imei1":"19594496775397960","imei2":"19594496775397960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167778,"job_number":"JOB_167778","tr_customer_id":167795,"tr_customer_product_id":167785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:09.000Z","modified_at":"2026-01-27T04:59:48.000Z","name":"Tina Fahey","mobile_number":"555-225-7781","email_id":"Dolly93@gmail.com","dop":"2025-04-06","serial_number":"18314748738357","imei1":"18314748738357","imei2":"18314748738357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167777,"job_number":"JOB_167777","tr_customer_id":167794,"tr_customer_product_id":167784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:25.000Z","modified_at":"2026-01-27T04:58:25.000Z","name":"Tillman Schultz","mobile_number":"358-708-5320","email_id":"Helena_Kuhic@gmail.com","dop":"2025-04-06","serial_number":"13321667553343650","imei1":"13321667553343650","imei2":"13321667553343650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167776,"job_number":"JOB_167776","tr_customer_id":167793,"tr_customer_product_id":167783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:24.000Z","modified_at":"2026-01-27T04:59:02.000Z","name":"Keith Ernser","mobile_number":"971-520-9943","email_id":"Jean97@gmail.com","dop":"2025-04-06","serial_number":"15123889471853","imei1":"15123889471853","imei2":"15123889471853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167775,"job_number":"JOB_167775","tr_customer_id":167792,"tr_customer_product_id":167782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:39.000Z","modified_at":"2026-01-27T04:57:39.000Z","name":"Diego Bayer","mobile_number":"665-414-9415","email_id":"Mara.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"11332008650035692","imei1":"11332008650035692","imei2":"11332008650035692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167774,"job_number":"JOB_167774","tr_customer_id":167791,"tr_customer_product_id":167781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:38.000Z","modified_at":"2026-01-27T04:58:16.000Z","name":"Houston Lockman","mobile_number":"807-303-0969","email_id":"Katelin_Wintheiser@yahoo.com","dop":"2025-04-06","serial_number":"10033490901667","imei1":"10033490901667","imei2":"10033490901667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167773,"job_number":"JOB_167773","tr_customer_id":167790,"tr_customer_product_id":167780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:52:06.000Z","name":"Akeem Hirthe","mobile_number":"846-525-7749","email_id":"Victoria58@gmail.com","dop":"2025-07-01","serial_number":"109682923227161","imei1":"109682923227161","imei2":"109682923227161","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167772,"job_number":"JOB_167772","tr_customer_id":167789,"tr_customer_product_id":167779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:51:55.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100099889244294","imei1":"100099889244294","imei2":"100099889244294","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167771,"job_number":"JOB_167771","tr_customer_id":167788,"tr_customer_product_id":167778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:52.000Z","name":"Lauretta Ledner","mobile_number":"979-501-3503","email_id":"Ephraim67@yahoo.com","dop":"2025-07-01","serial_number":"102525710077270","imei1":"102525710077270","imei2":"102525710077270","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:51:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167770,"job_number":"JOB_167770","tr_customer_id":167787,"tr_customer_product_id":167777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103498957615061","imei1":"103498957615061","imei2":"103498957615061","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167769,"job_number":"JOB_167769","tr_customer_id":167786,"tr_customer_product_id":167776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:32.000Z","modified_at":"2026-01-27T04:43:32.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"79668445389652","imei1":"79668445389652","imei2":"79668445389652","popurl":"2026-01-17T04:43:32.109403420Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167768,"job_number":"JOB_167768","tr_customer_id":167785,"tr_customer_product_id":167775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:07.000Z","modified_at":"2026-01-27T04:43:07.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"15444292375424","imei1":"15444292375424","imei2":"15444292375424","popurl":"2026-01-17T04:43:07.439793018Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167767,"job_number":"JOB_167767","tr_customer_id":167784,"tr_customer_product_id":167774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:05.000Z","modified_at":"2026-01-27T04:43:05.000Z","name":"Brycen Hartmann","mobile_number":"920-423-2523","email_id":"Billy38@yahoo.com","dop":"2025-04-06","serial_number":"17160575372195656","imei1":"17160575372195656","imei2":"17160575372195656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167766,"job_number":"JOB_167766","tr_customer_id":167783,"tr_customer_product_id":167773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:04.000Z","modified_at":"2026-01-27T04:43:44.000Z","name":"Tiara Gerlach","mobile_number":"705-255-9198","email_id":"Alan.Dietrich48@yahoo.com","dop":"2025-04-06","serial_number":"13673813176470","imei1":"13673813176470","imei2":"13673813176470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167765,"job_number":"JOB_167765","tr_customer_id":167782,"tr_customer_product_id":167772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:03.000Z","modified_at":"2026-01-27T04:43:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19948686107370","imei1":"19948686107370","imei2":"19948686107370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167764,"job_number":"JOB_167764","tr_customer_id":167781,"tr_customer_product_id":167771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:17.000Z","modified_at":"2026-01-27T04:42:17.000Z","name":"Jabari Wyman","mobile_number":"655-718-3360","email_id":"Roosevelt.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"14727302101919016","imei1":"14727302101919016","imei2":"14727302101919016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167763,"job_number":"JOB_167763","tr_customer_id":167780,"tr_customer_product_id":167770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:16.000Z","modified_at":"2026-01-27T04:42:56.000Z","name":"Holden Altenwerth","mobile_number":"331-282-0181","email_id":"Christop_Fahey@gmail.com","dop":"2025-04-06","serial_number":"11081960558031","imei1":"11081960558031","imei2":"11081960558031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167762,"job_number":"JOB_167762","tr_customer_id":167779,"tr_customer_product_id":167769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:15.000Z","modified_at":"2026-01-27T04:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18798652558941","imei1":"18798652558941","imei2":"18798652558941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167761,"job_number":"JOB_167761","tr_customer_id":167778,"tr_customer_product_id":167768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:29.000Z","modified_at":"2026-01-27T04:41:29.000Z","name":"Jonathon Kohler","mobile_number":"323-332-8852","email_id":"Hollis.Hegmann72@gmail.com","dop":"2025-04-06","serial_number":"16750184270928274","imei1":"16750184270928274","imei2":"16750184270928274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167760,"job_number":"JOB_167760","tr_customer_id":167777,"tr_customer_product_id":167767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:42:08.000Z","name":"Mackenzie Herman","mobile_number":"617-390-5098","email_id":"Dwight_Flatley77@hotmail.com","dop":"2025-04-06","serial_number":"13555570658205","imei1":"13555570658205","imei2":"13555570658205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167759,"job_number":"JOB_167759","tr_customer_id":167776,"tr_customer_product_id":167766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:41:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10503948481380","imei1":"10503948481380","imei2":"10503948481380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167756,"job_number":"JOB_167756","tr_customer_id":167773,"tr_customer_product_id":167763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:08.000Z","modified_at":"2026-01-27T04:05:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74072070477227","imei1":"74072070477227","imei2":"74072070477227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167755,"job_number":"JOB_167755","tr_customer_id":167772,"tr_customer_product_id":167762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40729081242918","imei1":"40729081242918","imei2":"40729081242918","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167754,"job_number":"JOB_167754","tr_customer_id":167771,"tr_customer_product_id":167761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15031952061543","imei1":"15031952061543","imei2":"15031952061543","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167753,"job_number":"JOB_167753","tr_customer_id":167770,"tr_customer_product_id":167760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46674199155380","imei1":"46674199155380","imei2":"46674199155380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167752,"job_number":"JOB_167752","tr_customer_id":167769,"tr_customer_product_id":167759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13224128065911","imei1":"13224128065911","imei2":"13224128065911","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167751,"job_number":"JOB_167751","tr_customer_id":167768,"tr_customer_product_id":167758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73599827046103","imei1":"73599827046103","imei2":"73599827046103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167750,"job_number":"JOB_167750","tr_customer_id":167767,"tr_customer_product_id":167757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12920615173484","imei1":"12920615173484","imei2":"12920615173484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167749,"job_number":"JOB_167749","tr_customer_id":167766,"tr_customer_product_id":167756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:36.000Z","modified_at":"2026-01-27T04:05:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24590586092397","imei1":"24590586092397","imei2":"24590586092397","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167748,"job_number":"JOB_167748","tr_customer_id":167765,"tr_customer_product_id":167755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41394992103667","imei1":"41394992103667","imei2":"41394992103667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167747,"job_number":"JOB_167747","tr_customer_id":167764,"tr_customer_product_id":167754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63891004325201","imei1":"63891004325201","imei2":"63891004325201","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167746,"job_number":"JOB_167746","tr_customer_id":167763,"tr_customer_product_id":167753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53625626675668","imei1":"53625626675668","imei2":"53625626675668","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167745,"job_number":"JOB_167745","tr_customer_id":167762,"tr_customer_product_id":167752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46523212624438","imei1":"46523212624438","imei2":"46523212624438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167744,"job_number":"JOB_167744","tr_customer_id":167761,"tr_customer_product_id":167751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84840740161320","imei1":"84840740161320","imei2":"84840740161320","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167743,"job_number":"JOB_167743","tr_customer_id":167760,"tr_customer_product_id":167750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46488600950401","imei1":"46488600950401","imei2":"46488600950401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167742,"job_number":"JOB_167742","tr_customer_id":167759,"tr_customer_product_id":167749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:04.000Z","modified_at":"2026-01-27T04:04:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19395955050300","imei1":"19395955050300","imei2":"19395955050300","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167741,"job_number":"JOB_167741","tr_customer_id":167758,"tr_customer_product_id":167748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18506977235583","imei1":"18506977235583","imei2":"18506977235583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167740,"job_number":"JOB_167740","tr_customer_id":167757,"tr_customer_product_id":167747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25474750557996","imei1":"25474750557996","imei2":"25474750557996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167739,"job_number":"JOB_167739","tr_customer_id":167756,"tr_customer_product_id":167746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23206692471066","imei1":"23206692471066","imei2":"23206692471066","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167738,"job_number":"JOB_167738","tr_customer_id":167755,"tr_customer_product_id":167745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69648210848652","imei1":"69648210848652","imei2":"69648210848652","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167737,"job_number":"JOB_167737","tr_customer_id":167754,"tr_customer_product_id":167744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87908979667028","imei1":"87908979667028","imei2":"87908979667028","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167736,"job_number":"JOB_167736","tr_customer_id":167753,"tr_customer_product_id":167743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68750095402755","imei1":"68750095402755","imei2":"68750095402755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167735,"job_number":"JOB_167735","tr_customer_id":167752,"tr_customer_product_id":167742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:26.000Z","modified_at":"2026-01-27T04:00:26.000Z","name":"Alessandro Klein","mobile_number":"249-949-3079","email_id":"Antonette_Ward49@hotmail.com","dop":"2025-04-06","serial_number":"16760489880667088","imei1":"16760489880667088","imei2":"16760489880667088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167734,"job_number":"JOB_167734","tr_customer_id":167751,"tr_customer_product_id":167741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:01:06.000Z","name":"Dedric Dach","mobile_number":"454-939-6364","email_id":"Quinton_Mohr96@hotmail.com","dop":"2025-04-06","serial_number":"15561692835654","imei1":"15561692835654","imei2":"15561692835654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167733,"job_number":"JOB_167733","tr_customer_id":167750,"tr_customer_product_id":167740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:00:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11149211780437","imei1":"11149211780437","imei2":"11149211780437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167732,"job_number":"JOB_167732","tr_customer_id":167749,"tr_customer_product_id":167739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:00.000Z","modified_at":"2026-01-27T04:00:00.000Z","name":"Amparo Stroman","mobile_number":"652-396-9062","email_id":"Theodora_Cormier@yahoo.com","dop":"2025-04-06","serial_number":"12770672414828126","imei1":"12770672414828126","imei2":"12770672414828126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167731,"job_number":"JOB_167731","tr_customer_id":167748,"tr_customer_product_id":167738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T04:00:35.000Z","name":"Nils Price","mobile_number":"848-506-9428","email_id":"Hope26@gmail.com","dop":"2025-04-06","serial_number":"11136216434096","imei1":"11136216434096","imei2":"11136216434096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167730,"job_number":"JOB_167730","tr_customer_id":167747,"tr_customer_product_id":167737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T03:59:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16140328322120","imei1":"16140328322120","imei2":"16140328322120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167729,"job_number":"JOB_167729","tr_customer_id":167746,"tr_customer_product_id":167736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:41.000Z","modified_at":"2026-01-27T03:59:41.000Z","name":"Leonie Stoltenberg","mobile_number":"632-793-6650","email_id":"Lia98@yahoo.com","dop":"2025-04-06","serial_number":"18862572585037620","imei1":"18862572585037620","imei2":"18862572585037620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167728,"job_number":"JOB_167728","tr_customer_id":167745,"tr_customer_product_id":167735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T04:00:17.000Z","name":"Camron McCullough","mobile_number":"343-821-8580","email_id":"Lucas.Kunze44@hotmail.com","dop":"2025-04-06","serial_number":"15156817870785","imei1":"15156817870785","imei2":"15156817870785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167727,"job_number":"JOB_167727","tr_customer_id":167744,"tr_customer_product_id":167734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T03:59:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18169069886721","imei1":"18169069886721","imei2":"18169069886721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167725,"job_number":"JOB_167725","tr_customer_id":167742,"tr_customer_product_id":167732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T04:00:11.000Z","name":"Lorena Raynor","mobile_number":"505-412-7010","email_id":"Jayson36@gmail.com","dop":"2000-01-31","serial_number":"10356871190723","imei1":"10356871190723","imei2":"10356871190723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167723,"job_number":"JOB_167723","tr_customer_id":167740,"tr_customer_product_id":167730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:27.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Larissa Wilderman","mobile_number":"612-596-5819","email_id":"Cassie_King98@yahoo.com","dop":"2025-04-06","serial_number":"17988825406305388","imei1":"17988825406305388","imei2":"17988825406305388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167722,"job_number":"JOB_167722","tr_customer_id":167739,"tr_customer_product_id":167729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T04:00:04.000Z","name":"Johnpaul VonRueden","mobile_number":"695-818-2037","email_id":"Josue88@hotmail.com","dop":"2025-04-06","serial_number":"11345006253222","imei1":"11345006253222","imei2":"11345006253222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167721,"job_number":"JOB_167721","tr_customer_id":167738,"tr_customer_product_id":167728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T03:59:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11172627533643","imei1":"11172627533643","imei2":"11172627533643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167720,"job_number":"JOB_167720","tr_customer_id":167737,"tr_customer_product_id":167727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:15.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Baron Gleichner","mobile_number":"569-974-0764","email_id":"Tillman67@yahoo.com","dop":"2025-04-06","serial_number":"16696866616047820","imei1":"16696866616047820","imei2":"16696866616047820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167719,"job_number":"JOB_167719","tr_customer_id":167736,"tr_customer_product_id":167726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:51.000Z","name":"Brock Williamson","mobile_number":"289-805-9878","email_id":"Shaun.Wiegand@yahoo.com","dop":"2025-04-06","serial_number":"12249866341232","imei1":"12249866341232","imei2":"12249866341232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167718,"job_number":"JOB_167718","tr_customer_id":167735,"tr_customer_product_id":167725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17008880227135","imei1":"17008880227135","imei2":"17008880227135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167714,"job_number":"JOB_167714","tr_customer_id":167731,"tr_customer_product_id":167721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:09.000Z","modified_at":"2026-01-27T03:59:09.000Z","name":"Gwendolyn Marquardt","mobile_number":"397-315-5494","email_id":"Ida.Block4@yahoo.com","dop":"2025-04-06","serial_number":"12069322754066996","imei1":"12069322754066996","imei2":"12069322754066996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167713,"job_number":"JOB_167713","tr_customer_id":167730,"tr_customer_product_id":167720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:45.000Z","name":"Demetris McDermott","mobile_number":"892-834-6175","email_id":"Rylan_Weber42@yahoo.com","dop":"2025-04-06","serial_number":"12065573541048","imei1":"12065573541048","imei2":"12065573541048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167712,"job_number":"JOB_167712","tr_customer_id":167729,"tr_customer_product_id":167719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Rusty Rosenbaum","mobile_number":"266-273-5065","email_id":"Herminio31@hotmail.com","dop":"2025-04-06","serial_number":"10406673123257408","imei1":"10406673123257408","imei2":"10406673123257408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167711,"job_number":"JOB_167711","tr_customer_id":167728,"tr_customer_product_id":167718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11985838423999","imei1":"11985838423999","imei2":"11985838423999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167710,"job_number":"JOB_167710","tr_customer_id":167727,"tr_customer_product_id":167717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:43.000Z","name":"Jadon Morar","mobile_number":"323-667-0750","email_id":"Easton.Anderson@yahoo.com","dop":"2025-04-06","serial_number":"17965079550692","imei1":"17965079550692","imei2":"17965079550692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167709,"job_number":"JOB_167709","tr_customer_id":167726,"tr_customer_product_id":167716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15598275721214","imei1":"15598275721214","imei2":"15598275721214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167708,"job_number":"JOB_167708","tr_customer_id":167725,"tr_customer_product_id":167715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Betsy Beatty","mobile_number":"962-207-0290","email_id":"Bell.Orn3@gmail.com","dop":"2025-04-06","serial_number":"14434650120704726","imei1":"14434650120704726","imei2":"14434650120704726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167704,"job_number":"JOB_167704","tr_customer_id":167721,"tr_customer_product_id":167711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:59:33.000Z","name":"Vince Schimmel","mobile_number":"478-276-5763","email_id":"Lou_Shanahan@hotmail.com","dop":"2025-04-06","serial_number":"13224935401756","imei1":"13224935401756","imei2":"13224935401756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167703,"job_number":"JOB_167703","tr_customer_id":167720,"tr_customer_product_id":167710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:58:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15568245128975","imei1":"15568245128975","imei2":"15568245128975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167702,"job_number":"JOB_167702","tr_customer_id":167719,"tr_customer_product_id":167709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14534040176453","imei1":"14534040176453","imei2":"14534040176453","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167700,"job_number":"JOB_167700","tr_customer_id":167717,"tr_customer_product_id":167707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:50.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Stanford Grady","mobile_number":"998-542-9403","email_id":"Meggie_Vandervort63@yahoo.com","dop":"2026-01-04","serial_number":"16049334971563","imei1":"16049334971563","imei2":"16049334971563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167699,"job_number":"JOB_167699","tr_customer_id":167716,"tr_customer_product_id":167706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Ruth Spinka","mobile_number":"567-517-0880","email_id":"Junius_Emard@gmail.com","dop":"2000-01-31","serial_number":"10994193539382","imei1":"10994193539382","imei2":"10994193539382","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167698,"job_number":"JOB_167698","tr_customer_id":167715,"tr_customer_product_id":167705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18722576579872","imei1":"18722576579872","imei2":"18722576579872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167696,"job_number":"JOB_167696","tr_customer_id":167713,"tr_customer_product_id":167703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Kathryne Windler","mobile_number":"871-332-1922","email_id":"Irwin.Denesik@gmail.com","dop":"2025-04-06","serial_number":"11471488602647400","imei1":"11471488602647400","imei2":"11471488602647400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167695,"job_number":"JOB_167695","tr_customer_id":167712,"tr_customer_product_id":167702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Thalia Volkman","mobile_number":"462-730-8924","email_id":"Hazel30@hotmail.com","dop":"2025-04-06","serial_number":"17868655623113104","imei1":"17868655623113104","imei2":"17868655623113104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167694,"job_number":"JOB_167694","tr_customer_id":167711,"tr_customer_product_id":167701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Tristian Hyatt","mobile_number":"790-919-9318","email_id":"Holly.Halvorson11@hotmail.com","dop":"2025-04-06","serial_number":"18978779641805","imei1":"18978779641805","imei2":"18978779641805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167693,"job_number":"JOB_167693","tr_customer_id":167710,"tr_customer_product_id":167700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Ruth Bartell","mobile_number":"918-233-1057","email_id":"Carmela.Little@yahoo.com","dop":"2025-04-06","serial_number":"16603912358281","imei1":"16603912358281","imei2":"16603912358281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167692,"job_number":"JOB_167692","tr_customer_id":167709,"tr_customer_product_id":167699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16413009223480","imei1":"16413009223480","imei2":"16413009223480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167691,"job_number":"JOB_167691","tr_customer_id":167708,"tr_customer_product_id":167698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16061707656514","imei1":"16061707656514","imei2":"16061707656514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167689,"job_number":"JOB_167689","tr_customer_id":167706,"tr_customer_product_id":167696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Jamarcus Conn","mobile_number":"258-569-2257","email_id":"Olin94@gmail.com","dop":"2025-04-06","serial_number":"14336684273308248","imei1":"14336684273308248","imei2":"14336684273308248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167687,"job_number":"JOB_167687","tr_customer_id":167704,"tr_customer_product_id":167694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Keely Gleason","mobile_number":"753-466-1947","email_id":"Francisco23@gmail.com","dop":"2025-04-06","serial_number":"16512057136923444","imei1":"16512057136923444","imei2":"16512057136923444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167685,"job_number":"JOB_167685","tr_customer_id":167702,"tr_customer_product_id":167692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:58:40.000Z","name":"Conner Hilpert","mobile_number":"396-688-0700","email_id":"Gilda.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"14712767531465108","imei1":"14712767531465108","imei2":"14712767531465108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167684,"job_number":"JOB_167684","tr_customer_id":167701,"tr_customer_product_id":167691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:16.000Z","name":"Jeramie Maggio","mobile_number":"786-396-4048","email_id":"Laverne.Wyman16@hotmail.com","dop":"2025-04-06","serial_number":"14322311223889","imei1":"14322311223889","imei2":"14322311223889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167683,"job_number":"JOB_167683","tr_customer_id":167700,"tr_customer_product_id":167690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Gloria Herman","mobile_number":"813-628-4878","email_id":"Heather.Howe@hotmail.com","dop":"2025-04-06","serial_number":"12891406720167","imei1":"12891406720167","imei2":"12891406720167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167682,"job_number":"JOB_167682","tr_customer_id":167699,"tr_customer_product_id":167689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597778340898","imei1":"15597778340898","imei2":"15597778340898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167681,"job_number":"JOB_167681","tr_customer_id":167698,"tr_customer_product_id":167688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12578106237988","imei1":"12578106237988","imei2":"12578106237988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167680,"job_number":"JOB_167680","tr_customer_id":167697,"tr_customer_product_id":167687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:59:17.000Z","name":"Jazmyne Deckow","mobile_number":"226-299-1912","email_id":"Dangelo60@hotmail.com","dop":"2025-04-06","serial_number":"17185399314974","imei1":"17185399314974","imei2":"17185399314974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167679,"job_number":"JOB_167679","tr_customer_id":167696,"tr_customer_product_id":167686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:38.000Z","modified_at":"2026-01-27T03:58:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17290529992797","imei1":"17290529992797","imei2":"17290529992797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167678,"job_number":"JOB_167678","tr_customer_id":167695,"tr_customer_product_id":167685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:31.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Sabryna Prohaska","mobile_number":"474-710-1560","email_id":"Eleazar_Daniel46@gmail.com","dop":"2025-04-06","serial_number":"11237624186230580","imei1":"11237624186230580","imei2":"11237624186230580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167677,"job_number":"JOB_167677","tr_customer_id":167694,"tr_customer_product_id":167684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:30.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Maggie Wunsch","mobile_number":"463-465-6284","email_id":"Moses_Luettgen@gmail.com","dop":"2025-04-06","serial_number":"16707991643310","imei1":"16707991643310","imei2":"16707991643310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167676,"job_number":"JOB_167676","tr_customer_id":167693,"tr_customer_product_id":167683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"Aida Cummings","mobile_number":"665-428-6820","email_id":"Beth_Reinger82@hotmail.com","dop":"2025-04-06","serial_number":"11263284855498930","imei1":"11263284855498930","imei2":"11263284855498930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167675,"job_number":"JOB_167675","tr_customer_id":167692,"tr_customer_product_id":167682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17256386993031","imei1":"17256386993031","imei2":"17256386993031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167674,"job_number":"JOB_167674","tr_customer_id":167691,"tr_customer_product_id":167681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Reece Hagenes","mobile_number":"352-694-6042","email_id":"Monserrate27@yahoo.com","dop":"2025-04-06","serial_number":"16477743361753","imei1":"16477743361753","imei2":"16477743361753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167673,"job_number":"JOB_167673","tr_customer_id":167690,"tr_customer_product_id":167680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:58:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19734921860320","imei1":"19734921860320","imei2":"19734921860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167672,"job_number":"JOB_167672","tr_customer_id":167689,"tr_customer_product_id":167679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:25.000Z","modified_at":"2026-01-27T03:58:25.000Z","name":"Kamryn Grady","mobile_number":"862-360-9767","email_id":"Karli11@hotmail.com","dop":"2025-04-06","serial_number":"12026280895334058","imei1":"12026280895334058","imei2":"12026280895334058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167671,"job_number":"JOB_167671","tr_customer_id":167688,"tr_customer_product_id":167678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:24.000Z","modified_at":"2026-01-27T03:58:24.000Z","name":"Daphne Kub","mobile_number":"467-731-6481","email_id":"Jake_Mann14@hotmail.com","dop":"2025-04-06","serial_number":"14942007399332052","imei1":"14942007399332052","imei2":"14942007399332052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167670,"job_number":"JOB_167670","tr_customer_id":167687,"tr_customer_product_id":167677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:59:01.000Z","name":"Claudia Ernser","mobile_number":"614-220-6810","email_id":"Lloyd20@hotmail.com","dop":"2025-04-06","serial_number":"12106786739450","imei1":"12106786739450","imei2":"12106786739450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167669,"job_number":"JOB_167669","tr_customer_id":167686,"tr_customer_product_id":167676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19373817541206","imei1":"19373817541206","imei2":"19373817541206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167668,"job_number":"JOB_167668","tr_customer_id":167685,"tr_customer_product_id":167675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:59.000Z","name":"Earnestine Turner","mobile_number":"392-761-9346","email_id":"Glennie26@yahoo.com","dop":"2025-04-06","serial_number":"12775873567516","imei1":"12775873567516","imei2":"12775873567516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167667,"job_number":"JOB_167667","tr_customer_id":167684,"tr_customer_product_id":167674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:22.000Z","modified_at":"2026-01-27T03:58:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17305399664989","imei1":"17305399664989","imei2":"17305399664989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167666,"job_number":"JOB_167666","tr_customer_id":167683,"tr_customer_product_id":167673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:20.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Tyler Watsica","mobile_number":"349-948-0788","email_id":"Bell.Nolan52@gmail.com","dop":"2025-04-06","serial_number":"13879215740009048","imei1":"13879215740009048","imei2":"13879215740009048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167665,"job_number":"JOB_167665","tr_customer_id":167682,"tr_customer_product_id":167672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:55.000Z","name":"Winston Runolfsson","mobile_number":"574-557-1859","email_id":"Eldon.Bechtelar@gmail.com","dop":"2025-04-06","serial_number":"14560577097895","imei1":"14560577097895","imei2":"14560577097895","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167664,"job_number":"JOB_167664","tr_customer_id":167681,"tr_customer_product_id":167671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14442196169883","imei1":"14442196169883","imei2":"14442196169883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167663,"job_number":"JOB_167663","tr_customer_id":167680,"tr_customer_product_id":167670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:16.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Francesca Murphy","mobile_number":"621-475-6586","email_id":"Shakira49@yahoo.com","dop":"2025-04-06","serial_number":"17519966068101636","imei1":"17519966068101636","imei2":"17519966068101636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167662,"job_number":"JOB_167662","tr_customer_id":167679,"tr_customer_product_id":167669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:53.000Z","name":"Daphnee Mueller","mobile_number":"577-891-9429","email_id":"Jesse.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"10283043729439","imei1":"10283043729439","imei2":"10283043729439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167661,"job_number":"JOB_167661","tr_customer_id":167678,"tr_customer_product_id":167668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:14.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19698683003812","imei1":"19698683003812","imei2":"19698683003812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167659,"job_number":"JOB_167659","tr_customer_id":167676,"tr_customer_product_id":167666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51229279347468","imei1":"51229279347468","imei2":"51229279347468","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167658,"job_number":"JOB_167658","tr_customer_id":167675,"tr_customer_product_id":167665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Giovani Becker","mobile_number":"836-554-6598","email_id":"Justice.Gerlach17@gmail.com","dop":"2000-01-31","serial_number":"10624707653449","imei1":"10624707653449","imei2":"10624707653449","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167657,"job_number":"JOB_167657","tr_customer_id":167674,"tr_customer_product_id":167664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Juston Harvey","mobile_number":"486-447-3733","email_id":"Arlo_Harber@yahoo.com","dop":"2026-01-04","serial_number":"19484132032512","imei1":"19484132032512","imei2":"19484132032512","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167655,"job_number":"JOB_167655","tr_customer_id":167672,"tr_customer_product_id":167662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13403960447968","imei1":"13403960447968","imei2":"13403960447968","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167654,"job_number":"JOB_167654","tr_customer_id":167671,"tr_customer_product_id":167661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Gerda Cormier","mobile_number":"613-921-9054","email_id":"Erwin.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"12704528046663076","imei1":"12704528046663076","imei2":"12704528046663076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167653,"job_number":"JOB_167653","tr_customer_id":167670,"tr_customer_product_id":167660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Asha Torphy","mobile_number":"843-641-3938","email_id":"Isaac14@gmail.com","dop":"2025-04-06","serial_number":"10240867845893942","imei1":"10240867845893942","imei2":"10240867845893942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167652,"job_number":"JOB_167652","tr_customer_id":167669,"tr_customer_product_id":167659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:03.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Yvonne Beatty","mobile_number":"938-538-7270","email_id":"Harley58@gmail.com","dop":"2025-04-06","serial_number":"10337553747472","imei1":"10337553747472","imei2":"10337553747472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167651,"job_number":"JOB_167651","tr_customer_id":167668,"tr_customer_product_id":167658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18941925353118","imei1":"18941925353118","imei2":"18941925353118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167650,"job_number":"JOB_167650","tr_customer_id":167667,"tr_customer_product_id":167657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Elizabeth Mayer","mobile_number":"239-473-6514","email_id":"Pedro.Zemlak38@yahoo.com","dop":"2025-04-06","serial_number":"13196075461242","imei1":"13196075461242","imei2":"13196075461242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167649,"job_number":"JOB_167649","tr_customer_id":167666,"tr_customer_product_id":167656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13548679991903","imei1":"13548679991903","imei2":"13548679991903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167648,"job_number":"JOB_167648","tr_customer_id":167665,"tr_customer_product_id":167655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Ena Skiles","mobile_number":"298-265-4144","email_id":"Carolyn.Daniel@gmail.com","dop":"2025-04-06","serial_number":"14437299231964732","imei1":"14437299231964732","imei2":"14437299231964732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167643,"job_number":"JOB_167643","tr_customer_id":167660,"tr_customer_product_id":167650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:58:33.000Z","name":"Robyn Schmeler","mobile_number":"907-510-1822","email_id":"Emely.Koepp50@gmail.com","dop":"2025-04-06","serial_number":"10144809869542","imei1":"10144809869542","imei2":"10144809869542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167642,"job_number":"JOB_167642","tr_customer_id":167659,"tr_customer_product_id":167649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13690465004998","imei1":"13690465004998","imei2":"13690465004998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167641,"job_number":"JOB_167641","tr_customer_id":167658,"tr_customer_product_id":167648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Louvenia Davis","mobile_number":"553-560-1286","email_id":"Schuyler_Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11329337661782124","imei1":"11329337661782124","imei2":"11329337661782124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167640,"job_number":"JOB_167640","tr_customer_id":167657,"tr_customer_product_id":167647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:58:32.000Z","name":"Adrienne Grimes","mobile_number":"729-212-0939","email_id":"Brenda34@yahoo.com","dop":"2025-04-06","serial_number":"12219865944575","imei1":"12219865944575","imei2":"12219865944575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167639,"job_number":"JOB_167639","tr_customer_id":167656,"tr_customer_product_id":167646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:57:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18017191928328","imei1":"18017191928328","imei2":"18017191928328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167638,"job_number":"JOB_167638","tr_customer_id":167655,"tr_customer_product_id":167645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:54.000Z","modified_at":"2026-01-27T03:57:54.000Z","name":"Reece Trantow","mobile_number":"302-541-3363","email_id":"Mack.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"17585914696480564","imei1":"17585914696480564","imei2":"17585914696480564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167637,"job_number":"JOB_167637","tr_customer_id":167654,"tr_customer_product_id":167644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Nova Stamm","mobile_number":"693-895-3641","email_id":"Brody.Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"16445619666337","imei1":"16445619666337","imei2":"16445619666337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167636,"job_number":"JOB_167636","tr_customer_id":167653,"tr_customer_product_id":167643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:57:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12031893215833","imei1":"12031893215833","imei2":"12031893215833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167630,"job_number":"JOB_167630","tr_customer_id":167647,"tr_customer_product_id":167637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Aryanna Schmidt","mobile_number":"786-202-1752","email_id":"Herta.Terry@hotmail.com","dop":"2025-04-06","serial_number":"19423229681970136","imei1":"19423229681970136","imei2":"19423229681970136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167629,"job_number":"JOB_167629","tr_customer_id":167646,"tr_customer_product_id":167636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16285862842434","imei2":"16285862842434","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167628,"job_number":"JOB_167628","tr_customer_id":167645,"tr_customer_product_id":167635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15979907799204","imei2":"15979907799204","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167627,"job_number":"JOB_167627","tr_customer_id":167644,"tr_customer_product_id":167634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Charley Schroeder","mobile_number":"568-209-7381","email_id":"Ara90@yahoo.com","dop":"2025-04-06","serial_number":"16362528662636","imei1":"16362528662636","imei2":"16362528662636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167626,"job_number":"JOB_167626","tr_customer_id":167643,"tr_customer_product_id":167633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:57:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13397876407749","imei1":"13397876407749","imei2":"13397876407749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167625,"job_number":"JOB_167625","tr_customer_id":167642,"tr_customer_product_id":167632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Juana Kuhn","mobile_number":"932-705-7734","email_id":"Will.Schinner@gmail.com","dop":"2025-04-06","serial_number":"12582442804487736","imei1":"12582442804487736","imei2":"12582442804487736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167624,"job_number":"JOB_167624","tr_customer_id":167641,"tr_customer_product_id":167631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Carmelo Hudson","mobile_number":"287-770-1385","email_id":"Elmore_Wiegand26@gmail.com","dop":"2025-04-06","serial_number":"13661757631461158","imei1":"13661757631461158","imei2":"13661757631461158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167623,"job_number":"JOB_167623","tr_customer_id":167640,"tr_customer_product_id":167630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:15.000Z","name":"Louisa Becker","mobile_number":"387-647-0142","email_id":"Tania.Thompson21@gmail.com","dop":"2025-04-06","serial_number":"15989499921791","imei1":"15989499921791","imei2":"15989499921791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167622,"job_number":"JOB_167622","tr_customer_id":167639,"tr_customer_product_id":167629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16786630480147","imei1":"16786630480147","imei2":"16786630480147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167621,"job_number":"JOB_167621","tr_customer_id":167638,"tr_customer_product_id":167628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Jacklyn Jakubowski","mobile_number":"297-831-5014","email_id":"Mia.Sanford25@hotmail.com","dop":"2025-04-06","serial_number":"11316762641745","imei1":"11316762641745","imei2":"11316762641745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167620,"job_number":"JOB_167620","tr_customer_id":167637,"tr_customer_product_id":167627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:38.000Z","modified_at":"2026-01-27T03:57:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18682989177130","imei1":"18682989177130","imei2":"18682989177130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167619,"job_number":"JOB_167619","tr_customer_id":167636,"tr_customer_product_id":167626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:37.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Justice Stroman","mobile_number":"432-530-0600","email_id":"Edgar41@gmail.com","dop":"2025-05-30","serial_number":"1961560333862636","imei1":"1961560333862636","imei2":"1961560333862636","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167618,"job_number":"JOB_167618","tr_customer_id":167635,"tr_customer_product_id":167625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jerad Considine","mobile_number":"716-463-1971","email_id":"Karina_Mertz@yahoo.com","dop":"2025-04-06","serial_number":"17065802865327806","imei1":"17065802865327806","imei2":"17065802865327806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167617,"job_number":"JOB_167617","tr_customer_id":167634,"tr_customer_product_id":167624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Arlie Goyette","mobile_number":"774-884-8093","email_id":"Gabriella.Kiehn@gmail.com","dop":"2025-05-30","serial_number":"18680927987810","imei1":"18680927987810","imei2":"18680927987810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167616,"job_number":"JOB_167616","tr_customer_id":167633,"tr_customer_product_id":167623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jacinto Kerluke","mobile_number":"466-294-4601","email_id":"Isadore_Gerhold@hotmail.com","dop":"2025-06-18","serial_number":"1003114341051045","imei1":"1003114341051045","imei2":"1003114341051045","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167615,"job_number":"JOB_167615","tr_customer_id":167632,"tr_customer_product_id":167622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Flavio Roberts","mobile_number":"486-327-5797","email_id":"Lexie_Konopelski@hotmail.com","dop":"2025-05-30","serial_number":"11200459191432","imei1":"11200459191432","imei2":"11200459191432","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167614,"job_number":"JOB_167614","tr_customer_id":167631,"tr_customer_product_id":167621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:13.000Z","name":"Garfield Trantow","mobile_number":"242-483-1707","email_id":"Giovani.Schuppe16@gmail.com","dop":"2025-06-18","serial_number":"10352114694924","imei1":"10352114694924","imei2":"10352114694924","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167613,"job_number":"JOB_167613","tr_customer_id":167630,"tr_customer_product_id":167620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Devonte O'Connell","mobile_number":"401-954-4982","email_id":"Ariane.Marks54@hotmail.com","dop":"2025-04-06","serial_number":"19501973653514","imei1":"19501973653514","imei2":"19501973653514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167612,"job_number":"JOB_167612","tr_customer_id":167629,"tr_customer_product_id":167619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10855843315205","imei1":"10855843315205","imei2":"10855843315205","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167611,"job_number":"JOB_167611","tr_customer_id":167628,"tr_customer_product_id":167618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11217777692370","imei1":"11217777692370","imei2":"11217777692370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167609,"job_number":"JOB_167609","tr_customer_id":167626,"tr_customer_product_id":167616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17302095058646","imei2":"17302095058646","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167608,"job_number":"JOB_167608","tr_customer_id":167625,"tr_customer_product_id":167615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:29.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10001369553073","imei2":"10001369553073","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167607,"job_number":"JOB_167607","tr_customer_id":167624,"tr_customer_product_id":167614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:28.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Jacey Collins","mobile_number":"944-652-7578","email_id":"Elfrieda.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"19632183660748910","imei1":"19632183660748910","imei2":"19632183660748910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167606,"job_number":"JOB_167606","tr_customer_id":167623,"tr_customer_product_id":167613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:27.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Adalberto Dare","mobile_number":"493-574-9135","email_id":"Maegan_Considine@gmail.com","dop":"2025-04-06","serial_number":"16021243648821","imei1":"16021243648821","imei2":"16021243648821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167605,"job_number":"JOB_167605","tr_customer_id":167622,"tr_customer_product_id":167612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:26.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19051448305296","imei1":"19051448305296","imei2":"19051448305296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167603,"job_number":"JOB_167603","tr_customer_id":167620,"tr_customer_product_id":167610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:21.000Z","modified_at":"2026-01-27T03:57:21.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68516838558450","imei1":"68516838558450","imei2":"68516838558450","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167602,"job_number":"JOB_167602","tr_customer_id":167619,"tr_customer_product_id":167609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Grace Blick","mobile_number":"744-224-5481","email_id":"Nayeli.Wintheiser@hotmail.com","dop":"2000-01-31","serial_number":"10459943038758","imei1":"10459943038758","imei2":"10459943038758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167600,"job_number":"JOB_167600","tr_customer_id":167617,"tr_customer_product_id":167607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Sherman DuBuque","mobile_number":"937-364-8939","email_id":"Jettie_Schowalter@hotmail.com","dop":"2026-01-04","serial_number":"17965430311336","imei1":"17965430311336","imei2":"17965430311336","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167599,"job_number":"JOB_167599","tr_customer_id":167616,"tr_customer_product_id":167606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Jeremy Herzog","mobile_number":"282-555-4118","email_id":"Ena.Bechtelar65@gmail.com","dop":"2025-04-06","serial_number":"10173421977002996","imei1":"10173421977002996","imei2":"10173421977002996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167597,"job_number":"JOB_167597","tr_customer_id":167614,"tr_customer_product_id":167604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19110931384626","imei1":"19110931384626","imei2":"19110931384626","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167596,"job_number":"JOB_167596","tr_customer_id":167613,"tr_customer_product_id":167603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:55.000Z","name":"Garland Herman","mobile_number":"810-930-1921","email_id":"Brayan.Zemlak4@hotmail.com","dop":"2025-04-06","serial_number":"15119514571700","imei1":"15119514571700","imei2":"15119514571700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167595,"job_number":"JOB_167595","tr_customer_id":167612,"tr_customer_product_id":167602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11356138290626","imei1":"11356138290626","imei2":"11356138290626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167594,"job_number":"JOB_167594","tr_customer_id":167611,"tr_customer_product_id":167601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"Leanne Bergnaum","mobile_number":"640-423-3191","email_id":"Newton0@gmail.com","dop":"2025-04-06","serial_number":"16213996860965236","imei1":"16213996860965236","imei2":"16213996860965236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167593,"job_number":"JOB_167593","tr_customer_id":167610,"tr_customer_product_id":167600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14638873223178","imei2":"14638873223178","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167592,"job_number":"JOB_167592","tr_customer_id":167609,"tr_customer_product_id":167599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12906189910328","imei2":"12906189910328","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167591,"job_number":"JOB_167591","tr_customer_id":167608,"tr_customer_product_id":167598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Jailyn Blanda","mobile_number":"281-356-8623","email_id":"Emelie_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18291131966712","imei1":"18291131966712","imei2":"18291131966712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167590,"job_number":"JOB_167590","tr_customer_id":167607,"tr_customer_product_id":167597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15246673098955","imei1":"15246673098955","imei2":"15246673098955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167588,"job_number":"JOB_167588","tr_customer_id":167605,"tr_customer_product_id":167595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:14.000Z","modified_at":"2026-01-27T03:57:14.000Z","name":"Jarod Romaguera","mobile_number":"883-986-3014","email_id":"Veda.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"11033018324819376","imei1":"11033018324819376","imei2":"11033018324819376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167587,"job_number":"JOB_167587","tr_customer_id":167604,"tr_customer_product_id":167594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:49.000Z","name":"Amani Donnelly","mobile_number":"253-395-8643","email_id":"Diamond_Keebler@hotmail.com","dop":"2025-04-06","serial_number":"10832037510535","imei1":"10832037510535","imei2":"10832037510535","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167586,"job_number":"JOB_167586","tr_customer_id":167603,"tr_customer_product_id":167593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13215400182104","imei1":"13215400182104","imei2":"13215400182104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167585,"job_number":"JOB_167585","tr_customer_id":167602,"tr_customer_product_id":167592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:11.000Z","modified_at":"2026-01-27T03:57:11.000Z","name":"Emmy Fisher","mobile_number":"650-427-0306","email_id":"Duane_Lueilwitz57@gmail.com","dop":"2025-04-06","serial_number":"11336384071000982","imei1":"11336384071000982","imei2":"11336384071000982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167584,"job_number":"JOB_167584","tr_customer_id":167601,"tr_customer_product_id":167591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:10.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Cole Rath","mobile_number":"325-290-3631","email_id":"Berry_Schuster@hotmail.com","dop":"2025-04-06","serial_number":"11190183779068","imei1":"11190183779068","imei2":"11190183779068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167582,"job_number":"JOB_167582","tr_customer_id":167599,"tr_customer_product_id":167589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:02.000Z","modified_at":"2026-01-27T03:57:02.000Z","name":"Orrin O'Reilly","mobile_number":"946-754-6258","email_id":"Palma_Kassulke@hotmail.com","dop":"2025-04-06","serial_number":"18298148128893764","imei1":"18298148128893764","imei2":"18298148128893764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167581,"job_number":"JOB_167581","tr_customer_id":167598,"tr_customer_product_id":167588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:00.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Gwendolyn Hackett","mobile_number":"673-237-0686","email_id":"Christina_McClure8@yahoo.com","dop":"2025-04-06","serial_number":"14889064039695","imei1":"14889064039695","imei2":"14889064039695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167578,"job_number":"JOB_167578","tr_customer_id":167595,"tr_customer_product_id":167585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:56.000Z","modified_at":"2026-01-27T03:56:56.000Z","name":"Gabrielle Lesch","mobile_number":"230-823-5194","email_id":"Modesta.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"18158410318607250","imei1":"18158410318607250","imei2":"18158410318607250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167577,"job_number":"JOB_167577","tr_customer_id":167594,"tr_customer_product_id":167584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:57:33.000Z","name":"Marilie Rohan","mobile_number":"248-304-9540","email_id":"Vance25@yahoo.com","dop":"2025-04-06","serial_number":"15987577073440","imei1":"15987577073440","imei2":"15987577073440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167576,"job_number":"JOB_167576","tr_customer_id":167593,"tr_customer_product_id":167583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15299749897933","imei1":"15299749897933","imei2":"15299749897933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167575,"job_number":"JOB_167575","tr_customer_id":167592,"tr_customer_product_id":167582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"Shany Skiles","mobile_number":"343-313-8058","email_id":"Blaze70@hotmail.com","dop":"2025-04-06","serial_number":"15894210290610844","imei1":"15894210290610844","imei2":"15894210290610844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167574,"job_number":"JOB_167574","tr_customer_id":167591,"tr_customer_product_id":167581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:53.000Z","modified_at":"2026-01-27T03:56:53.000Z","name":"Mertie Bruen","mobile_number":"690-491-2264","email_id":"Zion.Goyette@hotmail.com","dop":"2025-04-06","serial_number":"15584272345159952","imei1":"15584272345159952","imei2":"15584272345159952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167573,"job_number":"JOB_167573","tr_customer_id":167590,"tr_customer_product_id":167580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:31.000Z","name":"Austen Champlin","mobile_number":"469-982-3538","email_id":"Albin_Treutel36@gmail.com","dop":"2025-04-06","serial_number":"14891749000162","imei1":"14891749000162","imei2":"14891749000162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167572,"job_number":"JOB_167572","tr_customer_id":167589,"tr_customer_product_id":167579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:56:52.000Z","name":"Vicky Haag","mobile_number":"371-669-9415","email_id":"Braden83@yahoo.com","dop":"2025-04-06","serial_number":"17866526886439260","imei1":"17866526886439260","imei2":"17866526886439260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167571,"job_number":"JOB_167571","tr_customer_id":167588,"tr_customer_product_id":167578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Rosella Bergstrom","mobile_number":"701-715-2032","email_id":"Kassandra39@yahoo.com","dop":"2025-04-06","serial_number":"14025417199656","imei1":"14025417199656","imei2":"14025417199656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167570,"job_number":"JOB_167570","tr_customer_id":167587,"tr_customer_product_id":167577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12442143109962","imei1":"12442143109962","imei2":"12442143109962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167569,"job_number":"JOB_167569","tr_customer_id":167586,"tr_customer_product_id":167576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"Brionna Lakin","mobile_number":"382-873-6677","email_id":"Desiree.Carroll36@gmail.com","dop":"2025-06-18","serial_number":"1066996724856225","imei1":"1066996724856225","imei2":"1066996724856225","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167568,"job_number":"JOB_167568","tr_customer_id":167585,"tr_customer_product_id":167575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:57:30.000Z","name":"Damion Walker","mobile_number":"425-372-2349","email_id":"Zola23@hotmail.com","dop":"2025-04-06","serial_number":"11972983969648","imei1":"11972983969648","imei2":"11972983969648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167567,"job_number":"JOB_167567","tr_customer_id":167584,"tr_customer_product_id":167574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Kirsten Purdy","mobile_number":"667-490-5340","email_id":"Ellsworth.Lynch@yahoo.com","dop":"2025-06-18","serial_number":"10974195504643","imei1":"10974195504643","imei2":"10974195504643","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167566,"job_number":"JOB_167566","tr_customer_id":167583,"tr_customer_product_id":167573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:56:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10377252459264","imei1":"10377252459264","imei2":"10377252459264","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167565,"job_number":"JOB_167565","tr_customer_id":167582,"tr_customer_product_id":167572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:49.000Z","modified_at":"2026-01-27T03:56:49.000Z","name":"Julie Welch","mobile_number":"571-317-7787","email_id":"Raymond93@hotmail.com","dop":"2025-04-06","serial_number":"19012616646092010","imei1":"19012616646092010","imei2":"19012616646092010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167564,"job_number":"JOB_167564","tr_customer_id":167581,"tr_customer_product_id":167571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:47.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Ralph Gerlach","mobile_number":"746-208-3832","email_id":"Trey_Reilly@gmail.com","dop":"2025-04-06","serial_number":"16572571827001","imei1":"16572571827001","imei2":"16572571827001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167563,"job_number":"JOB_167563","tr_customer_id":167580,"tr_customer_product_id":167570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:41.000Z","modified_at":"2026-01-27T03:56:41.000Z","name":"Lisandro Bruen","mobile_number":"911-424-7644","email_id":"Jodie_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13282450462299732","imei1":"13282450462299732","imei2":"13282450462299732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167562,"job_number":"JOB_167562","tr_customer_id":167579,"tr_customer_product_id":167569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Lue Schinner","mobile_number":"470-782-4153","email_id":"Braulio37@hotmail.com","dop":"2025-04-06","serial_number":"19673463751655","imei1":"19673463751655","imei2":"19673463751655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167561,"job_number":"JOB_167561","tr_customer_id":167578,"tr_customer_product_id":167568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:56:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13427742008225","imei1":"13427742008225","imei2":"13427742008225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167560,"job_number":"JOB_167560","tr_customer_id":167577,"tr_customer_product_id":167567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:38.000Z","modified_at":"2026-01-27T03:56:47.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"46832736178143","imei1":"46832736178143","imei2":"46832736178143","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167559,"job_number":"JOB_167559","tr_customer_id":167576,"tr_customer_product_id":167566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:28.000Z","modified_at":"2026-01-27T03:56:28.000Z","name":"Deron Sanford","mobile_number":"639-632-3468","email_id":"Rey.Kiehn35@yahoo.com","dop":"2025-04-06","serial_number":"18509899910406510","imei1":"18509899910406510","imei2":"18509899910406510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167558,"job_number":"JOB_167558","tr_customer_id":167575,"tr_customer_product_id":167565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:56:36.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"86433522314885","imei1":"86433522314885","imei2":"86433522314885","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167557,"job_number":"JOB_167557","tr_customer_id":167574,"tr_customer_product_id":167564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:57:03.000Z","name":"Cortez Okuneva","mobile_number":"243-379-2128","email_id":"Evangeline.Haag37@yahoo.com","dop":"2025-04-06","serial_number":"13784274402878","imei1":"13784274402878","imei2":"13784274402878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167556,"job_number":"JOB_167556","tr_customer_id":167573,"tr_customer_product_id":167563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:19.000Z","modified_at":"2026-01-27T03:05:19.000Z","name":"Alvena Williamson","mobile_number":"423-695-9416","email_id":"Ralph_Daniel99@gmail.com","dop":"2025-04-06","serial_number":"13929952924531452","imei1":"13929952924531452","imei2":"13929952924531452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167555,"job_number":"JOB_167555","tr_customer_id":167572,"tr_customer_product_id":167562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:18.000Z","modified_at":"2026-01-27T03:05:53.000Z","name":"Lue Koss","mobile_number":"890-272-0890","email_id":"Kariane88@yahoo.com","dop":"2025-04-06","serial_number":"12622222412301","imei1":"12622222412301","imei2":"12622222412301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167554,"job_number":"JOB_167554","tr_customer_id":167571,"tr_customer_product_id":167561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:17.000Z","modified_at":"2026-01-27T03:05:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14795401254556","imei1":"14795401254556","imei2":"14795401254556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167553,"job_number":"JOB_167553","tr_customer_id":167570,"tr_customer_product_id":167560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:37.000Z","modified_at":"2026-01-27T03:04:37.000Z","name":"Donato Labadie","mobile_number":"458-864-3903","email_id":"Osbaldo.Skiles@yahoo.com","dop":"2025-04-06","serial_number":"16685826357599888","imei1":"16685826357599888","imei2":"16685826357599888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167552,"job_number":"JOB_167552","tr_customer_id":167569,"tr_customer_product_id":167559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:05:10.000Z","name":"Ines Bins","mobile_number":"331-644-1254","email_id":"Marianne95@hotmail.com","dop":"2025-04-06","serial_number":"10196588918332","imei1":"10196588918332","imei2":"10196588918332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167551,"job_number":"JOB_167551","tr_customer_id":167568,"tr_customer_product_id":167558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:04:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11769976971366","imei1":"11769976971366","imei2":"11769976971366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167550,"job_number":"JOB_167550","tr_customer_id":167567,"tr_customer_product_id":167557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:54.000Z","modified_at":"2026-01-27T03:03:54.000Z","name":"Jayce Olson","mobile_number":"471-289-5640","email_id":"Sister83@gmail.com","dop":"2025-04-06","serial_number":"16134674822616796","imei1":"16134674822616796","imei2":"16134674822616796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167549,"job_number":"JOB_167549","tr_customer_id":167566,"tr_customer_product_id":167556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:04:28.000Z","name":"Murphy Walker","mobile_number":"437-509-6401","email_id":"Jadyn_Dickinson89@hotmail.com","dop":"2025-04-06","serial_number":"16209779649139","imei1":"16209779649139","imei2":"16209779649139","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167548,"job_number":"JOB_167548","tr_customer_id":167565,"tr_customer_product_id":167555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:03:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14540231857564","imei1":"14540231857564","imei2":"14540231857564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167543,"job_number":"JOB_167543","tr_customer_id":167560,"tr_customer_product_id":167550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T01:31:06.000Z","modified_at":"2026-01-27T01:31:06.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-17","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-17T01:31:05.469619446Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T01:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168469,"job_number":"JOB_168469","tr_customer_id":168486,"tr_customer_product_id":168476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:07.000Z","modified_at":"2026-01-27T14:28:07.000Z","name":"Callie Bernhard","mobile_number":"870-614-3117","email_id":"Walton_Jakubowski30@yahoo.com","dop":"2000-01-31","serial_number":"1030842983708839","imei1":"1030842983708839","imei2":"1030842983708839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168467,"job_number":"JOB_168467","tr_customer_id":168484,"tr_customer_product_id":168474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:05.000Z","modified_at":"2026-01-27T14:28:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10669631252517","imei1":"10669631252517","imei2":"10669631252517","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168460,"job_number":"JOB_168460","tr_customer_id":168477,"tr_customer_product_id":168467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:14.000Z","modified_at":"2026-01-27T14:27:14.000Z","name":"Mossie Lindgren","mobile_number":"897-460-5705","email_id":"Keara.Funk@yahoo.com","dop":"2000-01-31","serial_number":"1076906634427195","imei1":"1076906634427195","imei2":"1076906634427195","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168458,"job_number":"JOB_168458","tr_customer_id":168475,"tr_customer_product_id":168465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:12.000Z","modified_at":"2026-01-27T14:27:12.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10272219680675","imei1":"10272219680675","imei2":"10272219680675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168457,"job_number":"JOB_168457","tr_customer_id":168474,"tr_customer_product_id":168464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:21.000Z","modified_at":"2026-01-27T14:26:21.000Z","name":"Valerie Hayes","mobile_number":"990-952-5100","email_id":"Odell.Lowe@yahoo.com","dop":"2000-01-31","serial_number":"1048247811600389","imei1":"1048247811600389","imei2":"1048247811600389","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168455,"job_number":"JOB_168455","tr_customer_id":168472,"tr_customer_product_id":168462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:19.000Z","modified_at":"2026-01-27T14:26:19.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10008870097241","imei1":"10008870097241","imei2":"10008870097241","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168450,"job_number":"JOB_168450","tr_customer_id":168467,"tr_customer_product_id":168457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:27.000Z","modified_at":"2026-01-27T14:25:27.000Z","name":"Alessandro Brekke","mobile_number":"308-295-0330","email_id":"Brionna_Wolff12@gmail.com","dop":"2000-01-31","serial_number":"1050533870084755","imei1":"1050533870084755","imei2":"1050533870084755","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168448,"job_number":"JOB_168448","tr_customer_id":168465,"tr_customer_product_id":168455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:25.000Z","modified_at":"2026-01-27T14:25:25.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10058359478847","imei1":"10058359478847","imei2":"10058359478847","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167893,"job_number":"JOB_167893","tr_customer_id":167910,"tr_customer_product_id":167900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:01.000Z","modified_at":"2026-01-27T06:38:01.000Z","name":"Jonatan Boyle","mobile_number":"565-294-8891","email_id":"Domenica_Bosco@gmail.com","dop":"2000-01-31","serial_number":"1030009739899854","imei1":"1030009739899854","imei2":"1030009739899854","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167891,"job_number":"JOB_167891","tr_customer_id":167908,"tr_customer_product_id":167898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:59.000Z","modified_at":"2026-01-27T06:37:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10174215740446","imei1":"10174215740446","imei2":"10174215740446","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167887,"job_number":"JOB_167887","tr_customer_id":167904,"tr_customer_product_id":167894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:17.000Z","modified_at":"2026-01-27T06:37:17.000Z","name":"Phyllis Stoltenberg","mobile_number":"269-487-7127","email_id":"Enos.Ernser@yahoo.com","dop":"2000-01-31","serial_number":"1017361775799387","imei1":"1017361775799387","imei2":"1017361775799387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167885,"job_number":"JOB_167885","tr_customer_id":167902,"tr_customer_product_id":167892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:15.000Z","modified_at":"2026-01-27T06:37:15.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10975522372856","imei1":"10975522372856","imei2":"10975522372856","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167876,"job_number":"JOB_167876","tr_customer_id":167893,"tr_customer_product_id":167883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:33.000Z","modified_at":"2026-01-27T06:36:33.000Z","name":"Princess Bartell","mobile_number":"610-243-2625","email_id":"Frederique.Nienow41@gmail.com","dop":"2000-01-31","serial_number":"1008582811372429","imei1":"1008582811372429","imei2":"1008582811372429","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167874,"job_number":"JOB_167874","tr_customer_id":167891,"tr_customer_product_id":167881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:31.000Z","modified_at":"2026-01-27T06:36:31.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10620499692264","imei1":"10620499692264","imei2":"10620499692264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167868,"job_number":"JOB_167868","tr_customer_id":167885,"tr_customer_product_id":167875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:49.000Z","modified_at":"2026-01-27T06:35:49.000Z","name":"Marcelle Zieme","mobile_number":"348-753-9040","email_id":"Lottie_Schiller95@hotmail.com","dop":"2000-01-31","serial_number":"1044629435192454","imei1":"1044629435192454","imei2":"1044629435192454","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167866,"job_number":"JOB_167866","tr_customer_id":167883,"tr_customer_product_id":167873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:35:47.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10437737016874","imei1":"10437737016874","imei2":"10437737016874","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167726,"job_number":"JOB_167726","tr_customer_id":167743,"tr_customer_product_id":167733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:35.000Z","modified_at":"2026-01-27T03:59:35.000Z","name":"Ansel Durgan","mobile_number":"326-411-8036","email_id":"Geo.Bayer12@yahoo.com","dop":"2000-01-31","serial_number":"1040609851694983","imei1":"1040609851694983","imei2":"1040609851694983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167724,"job_number":"JOB_167724","tr_customer_id":167741,"tr_customer_product_id":167731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T03:59:34.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10756932133754","imei1":"10756932133754","imei2":"10756932133754","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167701,"job_number":"JOB_167701","tr_customer_id":167718,"tr_customer_product_id":167708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"Gilda Moore","mobile_number":"609-676-5261","email_id":"Wade_Bernier40@hotmail.com","dop":"2000-01-31","serial_number":"1014467587513357","imei1":"1014467587513357","imei2":"1014467587513357","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167697,"job_number":"JOB_167697","tr_customer_id":167714,"tr_customer_product_id":167704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10404146666771","imei1":"10404146666771","imei2":"10404146666771","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167660,"job_number":"JOB_167660","tr_customer_id":167677,"tr_customer_product_id":167667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Lilla Rodriguez","mobile_number":"471-903-4904","email_id":"Miracle77@hotmail.com","dop":"2000-01-31","serial_number":"1003103858390333","imei1":"1003103858390333","imei2":"1003103858390333","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167656,"job_number":"JOB_167656","tr_customer_id":167673,"tr_customer_product_id":167663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10368661501071","imei1":"10368661501071","imei2":"10368661501071","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167604,"job_number":"JOB_167604","tr_customer_id":167621,"tr_customer_product_id":167611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:22.000Z","modified_at":"2026-01-27T03:57:22.000Z","name":"Kathlyn Emard","mobile_number":"883-509-2132","email_id":"Flavie_Vandervort@hotmail.com","dop":"2000-01-31","serial_number":"1042892078118244","imei1":"1042892078118244","imei2":"1042892078118244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167601,"job_number":"JOB_167601","tr_customer_id":167618,"tr_customer_product_id":167608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10001153009440","imei1":"10001153009440","imei2":"10001153009440","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_151330"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 1014B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDJ9.zF46uyWskZN1qtN2Tj1SJHfj2DlGbdFt42LcxdsOJds
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Cache-Control no-cache
Postman-Token cee6db82-a1aa-4def-b8d9-34758e0c493d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 27
Request Body
{"searchText":"JOB_168617"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1014
ETag W/"3f6-aZgWVZBeiILmYD0ALiymUEIasWM"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":168617,"job_number":"JOB_168617","tr_customer_id":168634,"tr_customer_product_id":168624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:44.000Z","modified_at":"2026-01-27T17:05:44.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18490025444105","imei2":"18490025444105","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_151330' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_151330
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDJ9.zF46uyWskZN1qtN2Tj1SJHfj2DlGbdFt42LcxdsOJds
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ec275d5c-fad2-44fe-b574-6595cbf5da08
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 224ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4e9bb893-40f7-4ae1-aff2-b77b9b51ac81
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{"username":"iamsup","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-qXOlJtFIJJNQhOvA46/BN/phtd8"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDZ9.4lB-hQZVwJ7WSiOQ0z07q66OvjwFqTh4Wmc_NMUjLmA"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 224ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDZ9.4lB-hQZVwJ7WSiOQ0z07q66OvjwFqTh4Wmc_NMUjLmA
Connection keep-alive
If-None-Match W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5fa611e7-8dad-483f-9853-5efea5e84abe
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f2-c13JZaMe1DjPAjwqciA/I1tIi4k"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 285ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDZ9.4lB-hQZVwJ7WSiOQ0z07q66OvjwFqTh4Wmc_NMUjLmA
Connection keep-alive
If-None-Match W/"f2-c13JZaMe1DjPAjwqciA/I1tIi4k"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ff265cd1-9727-411b-bb0a-cffffc7863f0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-/wjLLefpJc8sWGDK730nLvdLGFs"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":765},{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Pending for delivery","key":"pending_for_delivery","count":1}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 321ms
Mean size per request: 744.27KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDZ9.4lB-hQZVwJ7WSiOQ0z07q66OvjwFqTh4Wmc_NMUjLmA
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6fb1c1d8-29a7-4fe5-b7dc-32744aaa8076
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"ba116-QRV6vuJGCWybg67A2qExMQKmhdY"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":167534,"job_number":"JOB_167534","tr_customer_id":167551,"tr_customer_product_id":167541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:47:51.000Z","modified_at":"2026-01-26T19:47:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191112","imei1":"13549925191112","imei2":"13549925191112","popurl":"2026-01-21T19:47:51.047536695Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167535,"job_number":"JOB_167535","tr_customer_id":167552,"tr_customer_product_id":167542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:49:19.000Z","modified_at":"2026-01-26T19:49:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191113","imei1":"13549925191113","imei2":"13549925191113","popurl":"2026-01-21T19:49:19.462367500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167536,"job_number":"JOB_167536","tr_customer_id":167553,"tr_customer_product_id":167543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:55:51.000Z","modified_at":"2026-01-26T19:55:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191114","imei1":"13549925191114","imei2":"13549925191114","popurl":"2026-01-21T19:55:50.501349002Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167537,"job_number":"JOB_167537","tr_customer_id":167554,"tr_customer_product_id":167544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:26:19.000Z","modified_at":"2026-01-26T20:26:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191115","imei1":"13549925191115","imei2":"13549925191115","popurl":"2026-01-21T20:26:18.793331516Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167538,"job_number":"JOB_167538","tr_customer_id":167555,"tr_customer_product_id":167545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:39.000Z","modified_at":"2026-01-26T20:34:39.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191116","imei1":"13549925191116","imei2":"13549925191116","popurl":"2026-01-21T20:34:38.309420072Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167539,"job_number":"JOB_167539","tr_customer_id":167556,"tr_customer_product_id":167546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:41.000Z","modified_at":"2026-01-26T20:34:41.000Z","name":"Zulminan Ahmed","mobile_number":"9876543210","email_id":"ahmedzulminan@gmail.com","dop":"2026-01-16","serial_number":"86991365683924","imei1":"86991365683924","imei2":"86991365683924","popurl":"2026-01-16T20:34:41.725781Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167540,"job_number":"JOB_167540","tr_customer_id":167557,"tr_customer_product_id":167547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:49.000Z","modified_at":"2026-01-26T23:41:49.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-16T23:41:49.233421871Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167541,"job_number":"JOB_167541","tr_customer_id":167558,"tr_customer_product_id":167548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:50.000Z","modified_at":"2026-01-26T23:41:50.000Z","name":"Chaturbhuj Asan","mobile_number":"7096793640","email_id":"rati.shukla@yahoo.co.in","dop":"2026-01-16","serial_number":"765332067084013","imei1":"765332067084013","imei2":"765332067084013","popurl":"www.abhisyanta-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167542,"job_number":"JOB_167542","tr_customer_id":167559,"tr_customer_product_id":167549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:44:15.000Z","modified_at":"2026-01-26T23:44:15.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-16T23:44:14.816301966Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167543,"job_number":"JOB_167543","tr_customer_id":167560,"tr_customer_product_id":167550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T01:31:06.000Z","modified_at":"2026-01-27T01:31:06.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-17","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-17T01:31:05.469619446Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T01:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167548,"job_number":"JOB_167548","tr_customer_id":167565,"tr_customer_product_id":167555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:03:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14540231857564","imei1":"14540231857564","imei2":"14540231857564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167550,"job_number":"JOB_167550","tr_customer_id":167567,"tr_customer_product_id":167557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:54.000Z","modified_at":"2026-01-27T03:03:54.000Z","name":"Jayce Olson","mobile_number":"471-289-5640","email_id":"Sister83@gmail.com","dop":"2025-04-06","serial_number":"16134674822616796","imei1":"16134674822616796","imei2":"16134674822616796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167551,"job_number":"JOB_167551","tr_customer_id":167568,"tr_customer_product_id":167558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:04:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11769976971366","imei1":"11769976971366","imei2":"11769976971366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167553,"job_number":"JOB_167553","tr_customer_id":167570,"tr_customer_product_id":167560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:37.000Z","modified_at":"2026-01-27T03:04:37.000Z","name":"Donato Labadie","mobile_number":"458-864-3903","email_id":"Osbaldo.Skiles@yahoo.com","dop":"2025-04-06","serial_number":"16685826357599888","imei1":"16685826357599888","imei2":"16685826357599888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167554,"job_number":"JOB_167554","tr_customer_id":167571,"tr_customer_product_id":167561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:17.000Z","modified_at":"2026-01-27T03:05:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14795401254556","imei1":"14795401254556","imei2":"14795401254556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167556,"job_number":"JOB_167556","tr_customer_id":167573,"tr_customer_product_id":167563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:19.000Z","modified_at":"2026-01-27T03:05:19.000Z","name":"Alvena Williamson","mobile_number":"423-695-9416","email_id":"Ralph_Daniel99@gmail.com","dop":"2025-04-06","serial_number":"13929952924531452","imei1":"13929952924531452","imei2":"13929952924531452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167559,"job_number":"JOB_167559","tr_customer_id":167576,"tr_customer_product_id":167566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:28.000Z","modified_at":"2026-01-27T03:56:28.000Z","name":"Deron Sanford","mobile_number":"639-632-3468","email_id":"Rey.Kiehn35@yahoo.com","dop":"2025-04-06","serial_number":"18509899910406510","imei1":"18509899910406510","imei2":"18509899910406510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167561,"job_number":"JOB_167561","tr_customer_id":167578,"tr_customer_product_id":167568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:56:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13427742008225","imei1":"13427742008225","imei2":"13427742008225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167563,"job_number":"JOB_167563","tr_customer_id":167580,"tr_customer_product_id":167570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:41.000Z","modified_at":"2026-01-27T03:56:41.000Z","name":"Lisandro Bruen","mobile_number":"911-424-7644","email_id":"Jodie_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13282450462299732","imei1":"13282450462299732","imei2":"13282450462299732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167565,"job_number":"JOB_167565","tr_customer_id":167582,"tr_customer_product_id":167572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:49.000Z","modified_at":"2026-01-27T03:56:49.000Z","name":"Julie Welch","mobile_number":"571-317-7787","email_id":"Raymond93@hotmail.com","dop":"2025-04-06","serial_number":"19012616646092010","imei1":"19012616646092010","imei2":"19012616646092010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167566,"job_number":"JOB_167566","tr_customer_id":167583,"tr_customer_product_id":167573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:56:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10377252459264","imei1":"10377252459264","imei2":"10377252459264","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167569,"job_number":"JOB_167569","tr_customer_id":167586,"tr_customer_product_id":167576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"Brionna Lakin","mobile_number":"382-873-6677","email_id":"Desiree.Carroll36@gmail.com","dop":"2025-06-18","serial_number":"1066996724856225","imei1":"1066996724856225","imei2":"1066996724856225","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167570,"job_number":"JOB_167570","tr_customer_id":167587,"tr_customer_product_id":167577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12442143109962","imei1":"12442143109962","imei2":"12442143109962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167572,"job_number":"JOB_167572","tr_customer_id":167589,"tr_customer_product_id":167579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:56:52.000Z","name":"Vicky Haag","mobile_number":"371-669-9415","email_id":"Braden83@yahoo.com","dop":"2025-04-06","serial_number":"17866526886439260","imei1":"17866526886439260","imei2":"17866526886439260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167574,"job_number":"JOB_167574","tr_customer_id":167591,"tr_customer_product_id":167581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:53.000Z","modified_at":"2026-01-27T03:56:53.000Z","name":"Mertie Bruen","mobile_number":"690-491-2264","email_id":"Zion.Goyette@hotmail.com","dop":"2025-04-06","serial_number":"15584272345159952","imei1":"15584272345159952","imei2":"15584272345159952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167575,"job_number":"JOB_167575","tr_customer_id":167592,"tr_customer_product_id":167582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"Shany Skiles","mobile_number":"343-313-8058","email_id":"Blaze70@hotmail.com","dop":"2025-04-06","serial_number":"15894210290610844","imei1":"15894210290610844","imei2":"15894210290610844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167576,"job_number":"JOB_167576","tr_customer_id":167593,"tr_customer_product_id":167583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15299749897933","imei1":"15299749897933","imei2":"15299749897933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167578,"job_number":"JOB_167578","tr_customer_id":167595,"tr_customer_product_id":167585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:56.000Z","modified_at":"2026-01-27T03:56:56.000Z","name":"Gabrielle Lesch","mobile_number":"230-823-5194","email_id":"Modesta.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"18158410318607250","imei1":"18158410318607250","imei2":"18158410318607250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167582,"job_number":"JOB_167582","tr_customer_id":167599,"tr_customer_product_id":167589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:02.000Z","modified_at":"2026-01-27T03:57:02.000Z","name":"Orrin O'Reilly","mobile_number":"946-754-6258","email_id":"Palma_Kassulke@hotmail.com","dop":"2025-04-06","serial_number":"18298148128893764","imei1":"18298148128893764","imei2":"18298148128893764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167585,"job_number":"JOB_167585","tr_customer_id":167602,"tr_customer_product_id":167592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:11.000Z","modified_at":"2026-01-27T03:57:11.000Z","name":"Emmy Fisher","mobile_number":"650-427-0306","email_id":"Duane_Lueilwitz57@gmail.com","dop":"2025-04-06","serial_number":"11336384071000982","imei1":"11336384071000982","imei2":"11336384071000982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167586,"job_number":"JOB_167586","tr_customer_id":167603,"tr_customer_product_id":167593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13215400182104","imei1":"13215400182104","imei2":"13215400182104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167588,"job_number":"JOB_167588","tr_customer_id":167605,"tr_customer_product_id":167595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:14.000Z","modified_at":"2026-01-27T03:57:14.000Z","name":"Jarod Romaguera","mobile_number":"883-986-3014","email_id":"Veda.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"11033018324819376","imei1":"11033018324819376","imei2":"11033018324819376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167590,"job_number":"JOB_167590","tr_customer_id":167607,"tr_customer_product_id":167597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15246673098955","imei1":"15246673098955","imei2":"15246673098955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167592,"job_number":"JOB_167592","tr_customer_id":167609,"tr_customer_product_id":167599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12906189910328","imei2":"12906189910328","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167594,"job_number":"JOB_167594","tr_customer_id":167611,"tr_customer_product_id":167601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"Leanne Bergnaum","mobile_number":"640-423-3191","email_id":"Newton0@gmail.com","dop":"2025-04-06","serial_number":"16213996860965236","imei1":"16213996860965236","imei2":"16213996860965236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167595,"job_number":"JOB_167595","tr_customer_id":167612,"tr_customer_product_id":167602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11356138290626","imei1":"11356138290626","imei2":"11356138290626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167597,"job_number":"JOB_167597","tr_customer_id":167614,"tr_customer_product_id":167604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19110931384626","imei1":"19110931384626","imei2":"19110931384626","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167599,"job_number":"JOB_167599","tr_customer_id":167616,"tr_customer_product_id":167606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Jeremy Herzog","mobile_number":"282-555-4118","email_id":"Ena.Bechtelar65@gmail.com","dop":"2025-04-06","serial_number":"10173421977002996","imei1":"10173421977002996","imei2":"10173421977002996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167603,"job_number":"JOB_167603","tr_customer_id":167620,"tr_customer_product_id":167610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:21.000Z","modified_at":"2026-01-27T03:57:21.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68516838558450","imei1":"68516838558450","imei2":"68516838558450","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167605,"job_number":"JOB_167605","tr_customer_id":167622,"tr_customer_product_id":167612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:26.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19051448305296","imei1":"19051448305296","imei2":"19051448305296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167607,"job_number":"JOB_167607","tr_customer_id":167624,"tr_customer_product_id":167614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:28.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Jacey Collins","mobile_number":"944-652-7578","email_id":"Elfrieda.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"19632183660748910","imei1":"19632183660748910","imei2":"19632183660748910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167608,"job_number":"JOB_167608","tr_customer_id":167625,"tr_customer_product_id":167615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:29.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10001369553073","imei2":"10001369553073","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167611,"job_number":"JOB_167611","tr_customer_id":167628,"tr_customer_product_id":167618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11217777692370","imei1":"11217777692370","imei2":"11217777692370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167612,"job_number":"JOB_167612","tr_customer_id":167629,"tr_customer_product_id":167619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10855843315205","imei1":"10855843315205","imei2":"10855843315205","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167616,"job_number":"JOB_167616","tr_customer_id":167633,"tr_customer_product_id":167623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jacinto Kerluke","mobile_number":"466-294-4601","email_id":"Isadore_Gerhold@hotmail.com","dop":"2025-06-18","serial_number":"1003114341051045","imei1":"1003114341051045","imei2":"1003114341051045","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167617,"job_number":"JOB_167617","tr_customer_id":167634,"tr_customer_product_id":167624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Arlie Goyette","mobile_number":"774-884-8093","email_id":"Gabriella.Kiehn@gmail.com","dop":"2025-05-30","serial_number":"18680927987810","imei1":"18680927987810","imei2":"18680927987810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167618,"job_number":"JOB_167618","tr_customer_id":167635,"tr_customer_product_id":167625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jerad Considine","mobile_number":"716-463-1971","email_id":"Karina_Mertz@yahoo.com","dop":"2025-04-06","serial_number":"17065802865327806","imei1":"17065802865327806","imei2":"17065802865327806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167619,"job_number":"JOB_167619","tr_customer_id":167636,"tr_customer_product_id":167626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:37.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Justice Stroman","mobile_number":"432-530-0600","email_id":"Edgar41@gmail.com","dop":"2025-05-30","serial_number":"1961560333862636","imei1":"1961560333862636","imei2":"1961560333862636","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167620,"job_number":"JOB_167620","tr_customer_id":167637,"tr_customer_product_id":167627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:38.000Z","modified_at":"2026-01-27T03:57:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18682989177130","imei1":"18682989177130","imei2":"18682989177130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167622,"job_number":"JOB_167622","tr_customer_id":167639,"tr_customer_product_id":167629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16786630480147","imei1":"16786630480147","imei2":"16786630480147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167624,"job_number":"JOB_167624","tr_customer_id":167641,"tr_customer_product_id":167631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Carmelo Hudson","mobile_number":"287-770-1385","email_id":"Elmore_Wiegand26@gmail.com","dop":"2025-04-06","serial_number":"13661757631461158","imei1":"13661757631461158","imei2":"13661757631461158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167625,"job_number":"JOB_167625","tr_customer_id":167642,"tr_customer_product_id":167632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Juana Kuhn","mobile_number":"932-705-7734","email_id":"Will.Schinner@gmail.com","dop":"2025-04-06","serial_number":"12582442804487736","imei1":"12582442804487736","imei2":"12582442804487736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167626,"job_number":"JOB_167626","tr_customer_id":167643,"tr_customer_product_id":167633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:57:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13397876407749","imei1":"13397876407749","imei2":"13397876407749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167628,"job_number":"JOB_167628","tr_customer_id":167645,"tr_customer_product_id":167635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15979907799204","imei2":"15979907799204","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167630,"job_number":"JOB_167630","tr_customer_id":167647,"tr_customer_product_id":167637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Aryanna Schmidt","mobile_number":"786-202-1752","email_id":"Herta.Terry@hotmail.com","dop":"2025-04-06","serial_number":"19423229681970136","imei1":"19423229681970136","imei2":"19423229681970136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167636,"job_number":"JOB_167636","tr_customer_id":167653,"tr_customer_product_id":167643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:57:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12031893215833","imei1":"12031893215833","imei2":"12031893215833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167638,"job_number":"JOB_167638","tr_customer_id":167655,"tr_customer_product_id":167645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:54.000Z","modified_at":"2026-01-27T03:57:54.000Z","name":"Reece Trantow","mobile_number":"302-541-3363","email_id":"Mack.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"17585914696480564","imei1":"17585914696480564","imei2":"17585914696480564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167639,"job_number":"JOB_167639","tr_customer_id":167656,"tr_customer_product_id":167646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:57:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18017191928328","imei1":"18017191928328","imei2":"18017191928328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167641,"job_number":"JOB_167641","tr_customer_id":167658,"tr_customer_product_id":167648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Louvenia Davis","mobile_number":"553-560-1286","email_id":"Schuyler_Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11329337661782124","imei1":"11329337661782124","imei2":"11329337661782124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167642,"job_number":"JOB_167642","tr_customer_id":167659,"tr_customer_product_id":167649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13690465004998","imei1":"13690465004998","imei2":"13690465004998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167648,"job_number":"JOB_167648","tr_customer_id":167665,"tr_customer_product_id":167655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Ena Skiles","mobile_number":"298-265-4144","email_id":"Carolyn.Daniel@gmail.com","dop":"2025-04-06","serial_number":"14437299231964732","imei1":"14437299231964732","imei2":"14437299231964732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167649,"job_number":"JOB_167649","tr_customer_id":167666,"tr_customer_product_id":167656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13548679991903","imei1":"13548679991903","imei2":"13548679991903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167651,"job_number":"JOB_167651","tr_customer_id":167668,"tr_customer_product_id":167658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18941925353118","imei1":"18941925353118","imei2":"18941925353118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167653,"job_number":"JOB_167653","tr_customer_id":167670,"tr_customer_product_id":167660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Asha Torphy","mobile_number":"843-641-3938","email_id":"Isaac14@gmail.com","dop":"2025-04-06","serial_number":"10240867845893942","imei1":"10240867845893942","imei2":"10240867845893942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167654,"job_number":"JOB_167654","tr_customer_id":167671,"tr_customer_product_id":167661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Gerda Cormier","mobile_number":"613-921-9054","email_id":"Erwin.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"12704528046663076","imei1":"12704528046663076","imei2":"12704528046663076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167655,"job_number":"JOB_167655","tr_customer_id":167672,"tr_customer_product_id":167662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13403960447968","imei1":"13403960447968","imei2":"13403960447968","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167659,"job_number":"JOB_167659","tr_customer_id":167676,"tr_customer_product_id":167666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51229279347468","imei1":"51229279347468","imei2":"51229279347468","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167661,"job_number":"JOB_167661","tr_customer_id":167678,"tr_customer_product_id":167668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:14.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19698683003812","imei1":"19698683003812","imei2":"19698683003812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167663,"job_number":"JOB_167663","tr_customer_id":167680,"tr_customer_product_id":167670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:16.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Francesca Murphy","mobile_number":"621-475-6586","email_id":"Shakira49@yahoo.com","dop":"2025-04-06","serial_number":"17519966068101636","imei1":"17519966068101636","imei2":"17519966068101636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167664,"job_number":"JOB_167664","tr_customer_id":167681,"tr_customer_product_id":167671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14442196169883","imei1":"14442196169883","imei2":"14442196169883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167666,"job_number":"JOB_167666","tr_customer_id":167683,"tr_customer_product_id":167673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:20.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Tyler Watsica","mobile_number":"349-948-0788","email_id":"Bell.Nolan52@gmail.com","dop":"2025-04-06","serial_number":"13879215740009048","imei1":"13879215740009048","imei2":"13879215740009048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167667,"job_number":"JOB_167667","tr_customer_id":167684,"tr_customer_product_id":167674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:22.000Z","modified_at":"2026-01-27T03:58:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17305399664989","imei1":"17305399664989","imei2":"17305399664989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167669,"job_number":"JOB_167669","tr_customer_id":167686,"tr_customer_product_id":167676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19373817541206","imei1":"19373817541206","imei2":"19373817541206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167671,"job_number":"JOB_167671","tr_customer_id":167688,"tr_customer_product_id":167678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:24.000Z","modified_at":"2026-01-27T03:58:24.000Z","name":"Daphne Kub","mobile_number":"467-731-6481","email_id":"Jake_Mann14@hotmail.com","dop":"2025-04-06","serial_number":"14942007399332052","imei1":"14942007399332052","imei2":"14942007399332052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167672,"job_number":"JOB_167672","tr_customer_id":167689,"tr_customer_product_id":167679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:25.000Z","modified_at":"2026-01-27T03:58:25.000Z","name":"Kamryn Grady","mobile_number":"862-360-9767","email_id":"Karli11@hotmail.com","dop":"2025-04-06","serial_number":"12026280895334058","imei1":"12026280895334058","imei2":"12026280895334058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167673,"job_number":"JOB_167673","tr_customer_id":167690,"tr_customer_product_id":167680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:58:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19734921860320","imei1":"19734921860320","imei2":"19734921860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167675,"job_number":"JOB_167675","tr_customer_id":167692,"tr_customer_product_id":167682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17256386993031","imei1":"17256386993031","imei2":"17256386993031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167676,"job_number":"JOB_167676","tr_customer_id":167693,"tr_customer_product_id":167683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"Aida Cummings","mobile_number":"665-428-6820","email_id":"Beth_Reinger82@hotmail.com","dop":"2025-04-06","serial_number":"11263284855498930","imei1":"11263284855498930","imei2":"11263284855498930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167678,"job_number":"JOB_167678","tr_customer_id":167695,"tr_customer_product_id":167685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:31.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Sabryna Prohaska","mobile_number":"474-710-1560","email_id":"Eleazar_Daniel46@gmail.com","dop":"2025-04-06","serial_number":"11237624186230580","imei1":"11237624186230580","imei2":"11237624186230580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167679,"job_number":"JOB_167679","tr_customer_id":167696,"tr_customer_product_id":167686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:38.000Z","modified_at":"2026-01-27T03:58:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17290529992797","imei1":"17290529992797","imei2":"17290529992797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167681,"job_number":"JOB_167681","tr_customer_id":167698,"tr_customer_product_id":167688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12578106237988","imei1":"12578106237988","imei2":"12578106237988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167682,"job_number":"JOB_167682","tr_customer_id":167699,"tr_customer_product_id":167689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597778340898","imei1":"15597778340898","imei2":"15597778340898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167685,"job_number":"JOB_167685","tr_customer_id":167702,"tr_customer_product_id":167692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:58:40.000Z","name":"Conner Hilpert","mobile_number":"396-688-0700","email_id":"Gilda.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"14712767531465108","imei1":"14712767531465108","imei2":"14712767531465108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167687,"job_number":"JOB_167687","tr_customer_id":167704,"tr_customer_product_id":167694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Keely Gleason","mobile_number":"753-466-1947","email_id":"Francisco23@gmail.com","dop":"2025-04-06","serial_number":"16512057136923444","imei1":"16512057136923444","imei2":"16512057136923444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167689,"job_number":"JOB_167689","tr_customer_id":167706,"tr_customer_product_id":167696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Jamarcus Conn","mobile_number":"258-569-2257","email_id":"Olin94@gmail.com","dop":"2025-04-06","serial_number":"14336684273308248","imei1":"14336684273308248","imei2":"14336684273308248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167691,"job_number":"JOB_167691","tr_customer_id":167708,"tr_customer_product_id":167698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16061707656514","imei1":"16061707656514","imei2":"16061707656514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167692,"job_number":"JOB_167692","tr_customer_id":167709,"tr_customer_product_id":167699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16413009223480","imei1":"16413009223480","imei2":"16413009223480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167695,"job_number":"JOB_167695","tr_customer_id":167712,"tr_customer_product_id":167702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Thalia Volkman","mobile_number":"462-730-8924","email_id":"Hazel30@hotmail.com","dop":"2025-04-06","serial_number":"17868655623113104","imei1":"17868655623113104","imei2":"17868655623113104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167696,"job_number":"JOB_167696","tr_customer_id":167713,"tr_customer_product_id":167703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Kathryne Windler","mobile_number":"871-332-1922","email_id":"Irwin.Denesik@gmail.com","dop":"2025-04-06","serial_number":"11471488602647400","imei1":"11471488602647400","imei2":"11471488602647400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167698,"job_number":"JOB_167698","tr_customer_id":167715,"tr_customer_product_id":167705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18722576579872","imei1":"18722576579872","imei2":"18722576579872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167702,"job_number":"JOB_167702","tr_customer_id":167719,"tr_customer_product_id":167709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14534040176453","imei1":"14534040176453","imei2":"14534040176453","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167703,"job_number":"JOB_167703","tr_customer_id":167720,"tr_customer_product_id":167710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:58:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15568245128975","imei1":"15568245128975","imei2":"15568245128975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167708,"job_number":"JOB_167708","tr_customer_id":167725,"tr_customer_product_id":167715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Betsy Beatty","mobile_number":"962-207-0290","email_id":"Bell.Orn3@gmail.com","dop":"2025-04-06","serial_number":"14434650120704726","imei1":"14434650120704726","imei2":"14434650120704726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167709,"job_number":"JOB_167709","tr_customer_id":167726,"tr_customer_product_id":167716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15598275721214","imei1":"15598275721214","imei2":"15598275721214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167711,"job_number":"JOB_167711","tr_customer_id":167728,"tr_customer_product_id":167718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11985838423999","imei1":"11985838423999","imei2":"11985838423999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167712,"job_number":"JOB_167712","tr_customer_id":167729,"tr_customer_product_id":167719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Rusty Rosenbaum","mobile_number":"266-273-5065","email_id":"Herminio31@hotmail.com","dop":"2025-04-06","serial_number":"10406673123257408","imei1":"10406673123257408","imei2":"10406673123257408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167714,"job_number":"JOB_167714","tr_customer_id":167731,"tr_customer_product_id":167721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:09.000Z","modified_at":"2026-01-27T03:59:09.000Z","name":"Gwendolyn Marquardt","mobile_number":"397-315-5494","email_id":"Ida.Block4@yahoo.com","dop":"2025-04-06","serial_number":"12069322754066996","imei1":"12069322754066996","imei2":"12069322754066996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167718,"job_number":"JOB_167718","tr_customer_id":167735,"tr_customer_product_id":167725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17008880227135","imei1":"17008880227135","imei2":"17008880227135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167720,"job_number":"JOB_167720","tr_customer_id":167737,"tr_customer_product_id":167727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:15.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Baron Gleichner","mobile_number":"569-974-0764","email_id":"Tillman67@yahoo.com","dop":"2025-04-06","serial_number":"16696866616047820","imei1":"16696866616047820","imei2":"16696866616047820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167721,"job_number":"JOB_167721","tr_customer_id":167738,"tr_customer_product_id":167728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T03:59:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11172627533643","imei1":"11172627533643","imei2":"11172627533643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167723,"job_number":"JOB_167723","tr_customer_id":167740,"tr_customer_product_id":167730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:27.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Larissa Wilderman","mobile_number":"612-596-5819","email_id":"Cassie_King98@yahoo.com","dop":"2025-04-06","serial_number":"17988825406305388","imei1":"17988825406305388","imei2":"17988825406305388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167727,"job_number":"JOB_167727","tr_customer_id":167744,"tr_customer_product_id":167734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T03:59:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18169069886721","imei1":"18169069886721","imei2":"18169069886721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167729,"job_number":"JOB_167729","tr_customer_id":167746,"tr_customer_product_id":167736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:41.000Z","modified_at":"2026-01-27T03:59:41.000Z","name":"Leonie Stoltenberg","mobile_number":"632-793-6650","email_id":"Lia98@yahoo.com","dop":"2025-04-06","serial_number":"18862572585037620","imei1":"18862572585037620","imei2":"18862572585037620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167730,"job_number":"JOB_167730","tr_customer_id":167747,"tr_customer_product_id":167737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T03:59:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16140328322120","imei1":"16140328322120","imei2":"16140328322120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167732,"job_number":"JOB_167732","tr_customer_id":167749,"tr_customer_product_id":167739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:00.000Z","modified_at":"2026-01-27T04:00:00.000Z","name":"Amparo Stroman","mobile_number":"652-396-9062","email_id":"Theodora_Cormier@yahoo.com","dop":"2025-04-06","serial_number":"12770672414828126","imei1":"12770672414828126","imei2":"12770672414828126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167733,"job_number":"JOB_167733","tr_customer_id":167750,"tr_customer_product_id":167740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:00:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11149211780437","imei1":"11149211780437","imei2":"11149211780437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167735,"job_number":"JOB_167735","tr_customer_id":167752,"tr_customer_product_id":167742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:26.000Z","modified_at":"2026-01-27T04:00:26.000Z","name":"Alessandro Klein","mobile_number":"249-949-3079","email_id":"Antonette_Ward49@hotmail.com","dop":"2025-04-06","serial_number":"16760489880667088","imei1":"16760489880667088","imei2":"16760489880667088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167736,"job_number":"JOB_167736","tr_customer_id":167753,"tr_customer_product_id":167743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68750095402755","imei1":"68750095402755","imei2":"68750095402755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167737,"job_number":"JOB_167737","tr_customer_id":167754,"tr_customer_product_id":167744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87908979667028","imei1":"87908979667028","imei2":"87908979667028","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167738,"job_number":"JOB_167738","tr_customer_id":167755,"tr_customer_product_id":167745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69648210848652","imei1":"69648210848652","imei2":"69648210848652","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167739,"job_number":"JOB_167739","tr_customer_id":167756,"tr_customer_product_id":167746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23206692471066","imei1":"23206692471066","imei2":"23206692471066","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167740,"job_number":"JOB_167740","tr_customer_id":167757,"tr_customer_product_id":167747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25474750557996","imei1":"25474750557996","imei2":"25474750557996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167741,"job_number":"JOB_167741","tr_customer_id":167758,"tr_customer_product_id":167748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18506977235583","imei1":"18506977235583","imei2":"18506977235583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167743,"job_number":"JOB_167743","tr_customer_id":167760,"tr_customer_product_id":167750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46488600950401","imei1":"46488600950401","imei2":"46488600950401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167744,"job_number":"JOB_167744","tr_customer_id":167761,"tr_customer_product_id":167751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84840740161320","imei1":"84840740161320","imei2":"84840740161320","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167745,"job_number":"JOB_167745","tr_customer_id":167762,"tr_customer_product_id":167752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46523212624438","imei1":"46523212624438","imei2":"46523212624438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167746,"job_number":"JOB_167746","tr_customer_id":167763,"tr_customer_product_id":167753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53625626675668","imei1":"53625626675668","imei2":"53625626675668","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167747,"job_number":"JOB_167747","tr_customer_id":167764,"tr_customer_product_id":167754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63891004325201","imei1":"63891004325201","imei2":"63891004325201","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167748,"job_number":"JOB_167748","tr_customer_id":167765,"tr_customer_product_id":167755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41394992103667","imei1":"41394992103667","imei2":"41394992103667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167750,"job_number":"JOB_167750","tr_customer_id":167767,"tr_customer_product_id":167757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12920615173484","imei1":"12920615173484","imei2":"12920615173484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167751,"job_number":"JOB_167751","tr_customer_id":167768,"tr_customer_product_id":167758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73599827046103","imei1":"73599827046103","imei2":"73599827046103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167752,"job_number":"JOB_167752","tr_customer_id":167769,"tr_customer_product_id":167759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13224128065911","imei1":"13224128065911","imei2":"13224128065911","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167753,"job_number":"JOB_167753","tr_customer_id":167770,"tr_customer_product_id":167760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46674199155380","imei1":"46674199155380","imei2":"46674199155380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167754,"job_number":"JOB_167754","tr_customer_id":167771,"tr_customer_product_id":167761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15031952061543","imei1":"15031952061543","imei2":"15031952061543","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167755,"job_number":"JOB_167755","tr_customer_id":167772,"tr_customer_product_id":167762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40729081242918","imei1":"40729081242918","imei2":"40729081242918","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167759,"job_number":"JOB_167759","tr_customer_id":167776,"tr_customer_product_id":167766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:41:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10503948481380","imei1":"10503948481380","imei2":"10503948481380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167761,"job_number":"JOB_167761","tr_customer_id":167778,"tr_customer_product_id":167768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:29.000Z","modified_at":"2026-01-27T04:41:29.000Z","name":"Jonathon Kohler","mobile_number":"323-332-8852","email_id":"Hollis.Hegmann72@gmail.com","dop":"2025-04-06","serial_number":"16750184270928274","imei1":"16750184270928274","imei2":"16750184270928274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167762,"job_number":"JOB_167762","tr_customer_id":167779,"tr_customer_product_id":167769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:15.000Z","modified_at":"2026-01-27T04:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18798652558941","imei1":"18798652558941","imei2":"18798652558941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167764,"job_number":"JOB_167764","tr_customer_id":167781,"tr_customer_product_id":167771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:17.000Z","modified_at":"2026-01-27T04:42:17.000Z","name":"Jabari Wyman","mobile_number":"655-718-3360","email_id":"Roosevelt.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"14727302101919016","imei1":"14727302101919016","imei2":"14727302101919016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167765,"job_number":"JOB_167765","tr_customer_id":167782,"tr_customer_product_id":167772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:03.000Z","modified_at":"2026-01-27T04:43:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19948686107370","imei1":"19948686107370","imei2":"19948686107370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167767,"job_number":"JOB_167767","tr_customer_id":167784,"tr_customer_product_id":167774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:05.000Z","modified_at":"2026-01-27T04:43:05.000Z","name":"Brycen Hartmann","mobile_number":"920-423-2523","email_id":"Billy38@yahoo.com","dop":"2025-04-06","serial_number":"17160575372195656","imei1":"17160575372195656","imei2":"17160575372195656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167768,"job_number":"JOB_167768","tr_customer_id":167785,"tr_customer_product_id":167775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:07.000Z","modified_at":"2026-01-27T04:43:07.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"15444292375424","imei1":"15444292375424","imei2":"15444292375424","popurl":"2026-01-17T04:43:07.439793018Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167769,"job_number":"JOB_167769","tr_customer_id":167786,"tr_customer_product_id":167776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:32.000Z","modified_at":"2026-01-27T04:43:32.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"79668445389652","imei1":"79668445389652","imei2":"79668445389652","popurl":"2026-01-17T04:43:32.109403420Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167770,"job_number":"JOB_167770","tr_customer_id":167787,"tr_customer_product_id":167777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103498957615061","imei1":"103498957615061","imei2":"103498957615061","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167772,"job_number":"JOB_167772","tr_customer_id":167789,"tr_customer_product_id":167779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:51:55.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100099889244294","imei1":"100099889244294","imei2":"100099889244294","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167775,"job_number":"JOB_167775","tr_customer_id":167792,"tr_customer_product_id":167782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:39.000Z","modified_at":"2026-01-27T04:57:39.000Z","name":"Diego Bayer","mobile_number":"665-414-9415","email_id":"Mara.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"11332008650035692","imei1":"11332008650035692","imei2":"11332008650035692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167777,"job_number":"JOB_167777","tr_customer_id":167794,"tr_customer_product_id":167784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:25.000Z","modified_at":"2026-01-27T04:58:25.000Z","name":"Tillman Schultz","mobile_number":"358-708-5320","email_id":"Helena_Kuhic@gmail.com","dop":"2025-04-06","serial_number":"13321667553343650","imei1":"13321667553343650","imei2":"13321667553343650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167779,"job_number":"JOB_167779","tr_customer_id":167796,"tr_customer_product_id":167786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:11.000Z","modified_at":"2026-01-27T04:59:11.000Z","name":"Gene Effertz","mobile_number":"977-611-6671","email_id":"Javier.Rutherford@gmail.com","dop":"2025-04-06","serial_number":"19594496775397960","imei1":"19594496775397960","imei2":"19594496775397960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167781,"job_number":"JOB_167781","tr_customer_id":167798,"tr_customer_product_id":167788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:54.000Z","modified_at":"2026-01-27T05:00:54.000Z","name":"Celia Hamill","mobile_number":"980-656-1254","email_id":"Jayme80@yahoo.com","dop":"2025-04-06","serial_number":"17093614278677168","imei1":"17093614278677168","imei2":"17093614278677168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167783,"job_number":"JOB_167783","tr_customer_id":167800,"tr_customer_product_id":167790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:12.000Z","modified_at":"2026-01-27T05:01:12.000Z","name":"Lucinda Smith","mobile_number":"711-707-2038","email_id":"Raven_Tromp68@hotmail.com","dop":"2025-04-06","serial_number":"18435660998000900","imei1":"18435660998000900","imei2":"18435660998000900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167784,"job_number":"JOB_167784","tr_customer_id":167801,"tr_customer_product_id":167791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:08.000Z","modified_at":"2026-01-27T05:18:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18105688226137","imei1":"18105688226137","imei2":"18105688226137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167786,"job_number":"JOB_167786","tr_customer_id":167803,"tr_customer_product_id":167793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:10.000Z","modified_at":"2026-01-27T05:18:10.000Z","name":"Concepcion Kling","mobile_number":"485-572-1549","email_id":"Gwendolyn_Prohaska74@hotmail.com","dop":"2025-04-06","serial_number":"15864204710609916","imei1":"15864204710609916","imei2":"15864204710609916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167787,"job_number":"JOB_167787","tr_customer_id":167804,"tr_customer_product_id":167794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:53.000Z","modified_at":"2026-01-27T05:18:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17393390155661","imei1":"17393390155661","imei2":"17393390155661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167789,"job_number":"JOB_167789","tr_customer_id":167806,"tr_customer_product_id":167796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:55.000Z","modified_at":"2026-01-27T05:18:55.000Z","name":"Samantha Heidenreich","mobile_number":"264-977-5406","email_id":"Alanna.Keebler55@hotmail.com","dop":"2025-04-06","serial_number":"17862732445518564","imei1":"17862732445518564","imei2":"17862732445518564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167790,"job_number":"JOB_167790","tr_customer_id":167807,"tr_customer_product_id":167797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:38.000Z","modified_at":"2026-01-27T05:19:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12162921804378","imei1":"12162921804378","imei2":"12162921804378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167792,"job_number":"JOB_167792","tr_customer_id":167809,"tr_customer_product_id":167799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:40.000Z","modified_at":"2026-01-27T05:19:40.000Z","name":"Vella Smitham","mobile_number":"409-455-6807","email_id":"Theresa.Collins@gmail.com","dop":"2025-04-06","serial_number":"11657422336501164","imei1":"11657422336501164","imei2":"11657422336501164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167796,"job_number":"JOB_167796","tr_customer_id":167813,"tr_customer_product_id":167803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11730143042933","imei1":"11730143042933","imei2":"11730143042933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167798,"job_number":"JOB_167798","tr_customer_id":167815,"tr_customer_product_id":167805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:04.000Z","modified_at":"2026-01-27T06:19:04.000Z","name":"Brown Bednar","mobile_number":"861-977-4122","email_id":"Karlie_Green48@gmail.com","dop":"2025-04-06","serial_number":"18532545821601696","imei1":"18532545821601696","imei2":"18532545821601696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167799,"job_number":"JOB_167799","tr_customer_id":167816,"tr_customer_product_id":167806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18187635174485","imei1":"18187635174485","imei2":"18187635174485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167801,"job_number":"JOB_167801","tr_customer_id":167818,"tr_customer_product_id":167808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:48.000Z","modified_at":"2026-01-27T06:19:48.000Z","name":"Clarissa Gerlach","mobile_number":"329-576-0565","email_id":"Amani46@hotmail.com","dop":"2025-04-06","serial_number":"19841535420662280","imei1":"19841535420662280","imei2":"19841535420662280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167808,"job_number":"JOB_167808","tr_customer_id":167825,"tr_customer_product_id":167815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:30.000Z","modified_at":"2026-01-27T06:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16491092711122","imei1":"16491092711122","imei2":"16491092711122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167810,"job_number":"JOB_167810","tr_customer_id":167827,"tr_customer_product_id":167817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:32.000Z","modified_at":"2026-01-27T06:20:32.000Z","name":"Hipolito Hermiston","mobile_number":"643-640-8790","email_id":"Minnie50@yahoo.com","dop":"2025-04-06","serial_number":"16738148478419176","imei1":"16738148478419176","imei2":"16738148478419176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167816,"job_number":"JOB_167816","tr_customer_id":167833,"tr_customer_product_id":167823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10590065726560","imei1":"10590065726560","imei2":"10590065726560","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167817,"job_number":"JOB_167817","tr_customer_id":167834,"tr_customer_product_id":167824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"Dedrick Sawayn","mobile_number":"606-435-9603","email_id":"Cedrick18@gmail.com","dop":"2025-04-06","serial_number":"14284034712076870","imei1":"14284034712076870","imei2":"14284034712076870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167819,"job_number":"JOB_167819","tr_customer_id":167836,"tr_customer_product_id":167826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:06.000Z","modified_at":"2026-01-27T06:23:06.000Z","name":"Aniya Mueller","mobile_number":"546-393-9663","email_id":"Chanelle2@hotmail.com","dop":"2025-06-18","serial_number":"1072434199213766","imei1":"1072434199213766","imei2":"1072434199213766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167820,"job_number":"JOB_167820","tr_customer_id":167837,"tr_customer_product_id":167827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:23:48.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10101267317766","imei1":"10101267317766","imei2":"10101267317766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167822,"job_number":"JOB_167822","tr_customer_id":167839,"tr_customer_product_id":167829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:49.000Z","modified_at":"2026-01-27T06:23:49.000Z","name":"Stefanie Lemke","mobile_number":"292-504-2515","email_id":"Kali24@gmail.com","dop":"2025-06-18","serial_number":"1067109977151928","imei1":"1067109977151928","imei2":"1067109977151928","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167823,"job_number":"JOB_167823","tr_customer_id":167840,"tr_customer_product_id":167830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:24:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11740984830074","imei1":"11740984830074","imei2":"11740984830074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167825,"job_number":"JOB_167825","tr_customer_id":167842,"tr_customer_product_id":167832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:37.000Z","modified_at":"2026-01-27T06:24:37.000Z","name":"Kaleb Beahan","mobile_number":"242-722-0254","email_id":"Sunny81@hotmail.com","dop":"2025-04-06","serial_number":"18555023955379372","imei1":"18555023955379372","imei2":"18555023955379372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167826,"job_number":"JOB_167826","tr_customer_id":167843,"tr_customer_product_id":167833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:26.000Z","modified_at":"2026-01-27T06:25:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12338518242380","imei1":"12338518242380","imei2":"12338518242380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167828,"job_number":"JOB_167828","tr_customer_id":167845,"tr_customer_product_id":167835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:28.000Z","modified_at":"2026-01-27T06:25:28.000Z","name":"Ramon Hilll","mobile_number":"811-699-6550","email_id":"Brook56@gmail.com","dop":"2025-04-06","serial_number":"19695958491683900","imei1":"19695958491683900","imei2":"19695958491683900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167829,"job_number":"JOB_167829","tr_customer_id":167846,"tr_customer_product_id":167836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:26:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15802935641808","imei1":"15802935641808","imei2":"15802935641808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167831,"job_number":"JOB_167831","tr_customer_id":167848,"tr_customer_product_id":167838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:19.000Z","modified_at":"2026-01-27T06:26:19.000Z","name":"Lazaro Hoppe","mobile_number":"805-669-5412","email_id":"Leland_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"18267334371696710","imei1":"18267334371696710","imei2":"18267334371696710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167832,"job_number":"JOB_167832","tr_customer_id":167849,"tr_customer_product_id":167839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:27:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11615152671057","imei1":"11615152671057","imei2":"11615152671057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167834,"job_number":"JOB_167834","tr_customer_id":167851,"tr_customer_product_id":167841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:39.000Z","modified_at":"2026-01-27T06:27:39.000Z","name":"Hettie Brakus","mobile_number":"920-884-7742","email_id":"Lillian.Steuber98@gmail.com","dop":"2025-04-06","serial_number":"17652142820175848","imei1":"17652142820175848","imei2":"17652142820175848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167835,"job_number":"JOB_167835","tr_customer_id":167852,"tr_customer_product_id":167842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19904485216653","imei1":"19904485216653","imei2":"19904485216653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167837,"job_number":"JOB_167837","tr_customer_id":167854,"tr_customer_product_id":167844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:23.000Z","modified_at":"2026-01-27T06:28:23.000Z","name":"Bobby Bogan","mobile_number":"519-540-8511","email_id":"Moriah.Torp35@gmail.com","dop":"2025-04-06","serial_number":"10461022854004748","imei1":"10461022854004748","imei2":"10461022854004748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167838,"job_number":"JOB_167838","tr_customer_id":167855,"tr_customer_product_id":167845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19420379464284","imei1":"19420379464284","imei2":"19420379464284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167840,"job_number":"JOB_167840","tr_customer_id":167857,"tr_customer_product_id":167847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:06.000Z","modified_at":"2026-01-27T06:29:06.000Z","name":"Anastacio Ebert","mobile_number":"971-557-1170","email_id":"Reba3@hotmail.com","dop":"2025-04-06","serial_number":"14007303508030568","imei1":"14007303508030568","imei2":"14007303508030568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167843,"job_number":"JOB_167843","tr_customer_id":167860,"tr_customer_product_id":167850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17339423269073","imei1":"17339423269073","imei2":"17339423269073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167845,"job_number":"JOB_167845","tr_customer_id":167862,"tr_customer_product_id":167852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:17.000Z","name":"Modesto Sauer","mobile_number":"424-849-3916","email_id":"Delilah_Treutel27@hotmail.com","dop":"2025-04-06","serial_number":"11996959230079538","imei1":"11996959230079538","imei2":"11996959230079538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167847,"job_number":"JOB_167847","tr_customer_id":167864,"tr_customer_product_id":167854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15985961373989","imei1":"15985961373989","imei2":"15985961373989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167849,"job_number":"JOB_167849","tr_customer_id":167866,"tr_customer_product_id":167856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:05.000Z","modified_at":"2026-01-27T06:31:05.000Z","name":"Giovani McKenzie","mobile_number":"898-307-0001","email_id":"Brady_Leannon@hotmail.com","dop":"2025-04-06","serial_number":"19451465414718350","imei1":"19451465414718350","imei2":"19451465414718350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167850,"job_number":"JOB_167850","tr_customer_id":167867,"tr_customer_product_id":167857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:31:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10477906422672","imei2":"10477906422672","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167852,"job_number":"JOB_167852","tr_customer_id":167869,"tr_customer_product_id":167859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:31:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11373056543091","imei1":"11373056543091","imei2":"11373056543091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167854,"job_number":"JOB_167854","tr_customer_id":167871,"tr_customer_product_id":167861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:52.000Z","modified_at":"2026-01-27T06:31:52.000Z","name":"Sadye Sipes","mobile_number":"779-875-8270","email_id":"Ebony.Hirthe@gmail.com","dop":"2025-04-06","serial_number":"10349692400180752","imei1":"10349692400180752","imei2":"10349692400180752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167855,"job_number":"JOB_167855","tr_customer_id":167872,"tr_customer_product_id":167862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14206461523702","imei2":"14206461523702","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167857,"job_number":"JOB_167857","tr_customer_id":167874,"tr_customer_product_id":167864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:17.000Z","modified_at":"2026-01-27T06:32:17.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12347251322045","imei2":"12347251322045","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167860,"job_number":"JOB_167860","tr_customer_id":167877,"tr_customer_product_id":167867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:28.000Z","modified_at":"2026-01-27T06:34:28.000Z","name":"Felton Jones","mobile_number":"461-830-5368","email_id":"Donald_Muller@gmail.com","dop":"2025-04-06","serial_number":"15954666796721888","imei1":"15954666796721888","imei2":"15954666796721888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167861,"job_number":"JOB_167861","tr_customer_id":167878,"tr_customer_product_id":167868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:06.000Z","modified_at":"2026-01-27T06:35:06.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17343592327259","imei1":"17343592327259","imei2":"17343592327259","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167863,"job_number":"JOB_167863","tr_customer_id":167880,"tr_customer_product_id":167870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:28.000Z","modified_at":"2026-01-27T06:35:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12322716487394","imei1":"12322716487394","imei2":"12322716487394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167865,"job_number":"JOB_167865","tr_customer_id":167882,"tr_customer_product_id":167872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:30.000Z","modified_at":"2026-01-27T06:35:30.000Z","name":"Omer Maggio","mobile_number":"655-959-8696","email_id":"Hershel99@gmail.com","dop":"2025-04-06","serial_number":"11488347981559736","imei1":"11488347981559736","imei2":"11488347981559736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167869,"job_number":"JOB_167869","tr_customer_id":167886,"tr_customer_product_id":167876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:54.000Z","modified_at":"2026-01-27T06:35:54.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17324433358007","imei1":"17324433358007","imei2":"17324433358007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167871,"job_number":"JOB_167871","tr_customer_id":167888,"tr_customer_product_id":167878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:15.000Z","modified_at":"2026-01-27T06:36:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18948317579051","imei1":"18948317579051","imei2":"18948317579051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167873,"job_number":"JOB_167873","tr_customer_id":167890,"tr_customer_product_id":167880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:17.000Z","modified_at":"2026-01-27T06:36:17.000Z","name":"Maye Rodriguez","mobile_number":"655-525-8401","email_id":"Edward.Walsh28@gmail.com","dop":"2025-04-06","serial_number":"18172135488968240","imei1":"18172135488968240","imei2":"18172135488968240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167877,"job_number":"JOB_167877","tr_customer_id":167894,"tr_customer_product_id":167884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:36:42.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16171174787922","imei1":"16171174787922","imei2":"16171174787922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167879,"job_number":"JOB_167879","tr_customer_id":167896,"tr_customer_product_id":167886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797132248973","imei1":"12797132248973","imei2":"12797132248973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167880,"job_number":"JOB_167880","tr_customer_id":167897,"tr_customer_product_id":167887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15941554825756","imei1":"15941554825756","imei2":"15941554825756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167883,"job_number":"JOB_167883","tr_customer_id":167900,"tr_customer_product_id":167890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Avis Fadel","mobile_number":"908-634-0138","email_id":"Norene.Raynor@gmail.com","dop":"2025-04-06","serial_number":"18320246082397332","imei1":"18320246082397332","imei2":"18320246082397332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167884,"job_number":"JOB_167884","tr_customer_id":167901,"tr_customer_product_id":167891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Wyatt Friesen","mobile_number":"592-951-6370","email_id":"Willard57@yahoo.com","dop":"2025-04-06","serial_number":"18984968440466710","imei1":"18984968440466710","imei2":"18984968440466710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167888,"job_number":"JOB_167888","tr_customer_id":167905,"tr_customer_product_id":167895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:37:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10244847596438","imei1":"10244847596438","imei2":"10244847596438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167890,"job_number":"JOB_167890","tr_customer_id":167907,"tr_customer_product_id":167897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:49.000Z","modified_at":"2026-01-27T06:37:49.000Z","name":"Davion Gaylord","mobile_number":"478-883-2288","email_id":"Alejandrin_OKeefe47@gmail.com","dop":"2025-04-06","serial_number":"11487920209396314","imei1":"11487920209396314","imei2":"11487920209396314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167894,"job_number":"JOB_167894","tr_customer_id":167911,"tr_customer_product_id":167901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:31.000Z","modified_at":"2026-01-27T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14777744687360","imei1":"14777744687360","imei2":"14777744687360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167896,"job_number":"JOB_167896","tr_customer_id":167913,"tr_customer_product_id":167903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:33.000Z","modified_at":"2026-01-27T06:38:33.000Z","name":"Marty Corkery","mobile_number":"727-204-3064","email_id":"Domenico.Huels@yahoo.com","dop":"2025-04-06","serial_number":"10948488540603988","imei1":"10948488540603988","imei2":"10948488540603988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167897,"job_number":"JOB_167897","tr_customer_id":167914,"tr_customer_product_id":167904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18231155699279","imei1":"18231155699279","imei2":"18231155699279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167899,"job_number":"JOB_167899","tr_customer_id":167916,"tr_customer_product_id":167906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:06.000Z","modified_at":"2026-01-27T06:42:06.000Z","name":"Lisa Zulauf","mobile_number":"250-618-8688","email_id":"Chelsea9@yahoo.com","dop":"2025-04-06","serial_number":"17611184738963124","imei1":"17611184738963124","imei2":"17611184738963124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167900,"job_number":"JOB_167900","tr_customer_id":167917,"tr_customer_product_id":167907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:42:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17079659156633","imei1":"17079659156633","imei2":"17079659156633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167902,"job_number":"JOB_167902","tr_customer_id":167919,"tr_customer_product_id":167909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:56.000Z","modified_at":"2026-01-27T06:42:56.000Z","name":"Ned Dach","mobile_number":"535-612-0082","email_id":"Adolfo_Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15430774571147254","imei1":"15430774571147254","imei2":"15430774571147254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167903,"job_number":"JOB_167903","tr_customer_id":167920,"tr_customer_product_id":167910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:01.000Z","modified_at":"2026-01-27T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14958910419154","imei1":"14958910419154","imei2":"14958910419154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167905,"job_number":"JOB_167905","tr_customer_id":167922,"tr_customer_product_id":167912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:03.000Z","modified_at":"2026-01-27T06:43:03.000Z","name":"Roy Aufderhar","mobile_number":"826-647-3721","email_id":"Sheila.Murphy83@yahoo.com","dop":"2025-04-06","serial_number":"10699411250399026","imei1":"10699411250399026","imei2":"10699411250399026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167906,"job_number":"JOB_167906","tr_customer_id":167923,"tr_customer_product_id":167913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:43:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15646928553703","imei1":"15646928553703","imei2":"15646928553703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167908,"job_number":"JOB_167908","tr_customer_id":167925,"tr_customer_product_id":167915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:44.000Z","modified_at":"2026-01-27T06:43:44.000Z","name":"Victor Schroeder","mobile_number":"473-540-3534","email_id":"Dexter_Marks@gmail.com","dop":"2025-04-06","serial_number":"16447744665311734","imei1":"16447744665311734","imei2":"16447744665311734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167910,"job_number":"JOB_167910","tr_customer_id":167927,"tr_customer_product_id":167917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:46.000Z","modified_at":"2026-01-27T06:43:46.000Z","name":"Percy Crist","mobile_number":"935-950-9106","email_id":"Krystel.Ankunding67@yahoo.com","dop":"2025-04-06","serial_number":"18545814363637170","imei1":"18545814363637170","imei2":"18545814363637170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167911,"job_number":"JOB_167911","tr_customer_id":167928,"tr_customer_product_id":167918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:49.000Z","modified_at":"2026-01-27T06:43:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13742475805245","imei1":"13742475805245","imei2":"13742475805245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167913,"job_number":"JOB_167913","tr_customer_id":167930,"tr_customer_product_id":167920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:51.000Z","modified_at":"2026-01-27T06:43:51.000Z","name":"Serenity Boyer","mobile_number":"339-974-1255","email_id":"Carleton.Marvin98@gmail.com","dop":"2025-04-06","serial_number":"15255955352476028","imei1":"15255955352476028","imei2":"15255955352476028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167915,"job_number":"JOB_167915","tr_customer_id":167932,"tr_customer_product_id":167922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:18.000Z","modified_at":"2026-01-27T06:44:18.000Z","name":"Ariane Hamill","mobile_number":"398-734-1884","email_id":"Ryleigh.Tremblay42@hotmail.com","dop":"2025-04-06","serial_number":"10595233660109322","imei1":"10595233660109322","imei2":"10595233660109322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167916,"job_number":"JOB_167916","tr_customer_id":167933,"tr_customer_product_id":167923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17063374650545","imei1":"17063374650545","imei2":"17063374650545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167918,"job_number":"JOB_167918","tr_customer_id":167935,"tr_customer_product_id":167925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:39.000Z","modified_at":"2026-01-27T06:44:39.000Z","name":"Golden Brown","mobile_number":"840-732-0041","email_id":"Hailie73@hotmail.com","dop":"2025-04-06","serial_number":"15818286366602872","imei1":"15818286366602872","imei2":"15818286366602872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167919,"job_number":"JOB_167919","tr_customer_id":167936,"tr_customer_product_id":167926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:49:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17402848540623","imei1":"17402848540623","imei2":"17402848540623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167921,"job_number":"JOB_167921","tr_customer_id":167938,"tr_customer_product_id":167928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:26.000Z","modified_at":"2026-01-27T06:49:26.000Z","name":"Garry Haag","mobile_number":"330-706-5364","email_id":"Lenna35@hotmail.com","dop":"2025-04-06","serial_number":"11179143080451844","imei1":"11179143080451844","imei2":"11179143080451844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167923,"job_number":"JOB_167923","tr_customer_id":167940,"tr_customer_product_id":167930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:30.000Z","modified_at":"2026-01-27T06:49:30.000Z","name":"Milton Bartell","mobile_number":"357-620-1896","email_id":"Kian46@hotmail.com","dop":"2025-04-06","serial_number":"17118551920422780","imei1":"17118551920422780","imei2":"17118551920422780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167924,"job_number":"JOB_167924","tr_customer_id":167941,"tr_customer_product_id":167931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:49:52.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10934874410701","imei1":"10934874410701","imei2":"10934874410701","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167926,"job_number":"JOB_167926","tr_customer_id":167943,"tr_customer_product_id":167933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:54.000Z","modified_at":"2026-01-27T06:49:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"90321257518944","imei1":"90321257518944","imei2":"90321257518944","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167927,"job_number":"JOB_167927","tr_customer_id":167944,"tr_customer_product_id":167934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13203431323945","imei1":"13203431323945","imei2":"13203431323945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167929,"job_number":"JOB_167929","tr_customer_id":167946,"tr_customer_product_id":167936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:13.000Z","modified_at":"2026-01-27T06:50:13.000Z","name":"Arno Kessler","mobile_number":"230-754-1794","email_id":"Stanley57@hotmail.com","dop":"2025-04-06","serial_number":"18194212640282856","imei1":"18194212640282856","imei2":"18194212640282856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167930,"job_number":"JOB_167930","tr_customer_id":167947,"tr_customer_product_id":167937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:50:40.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11366144519689","imei1":"11366144519689","imei2":"11366144519689","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167932,"job_number":"JOB_167932","tr_customer_id":167949,"tr_customer_product_id":167939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:42.000Z","modified_at":"2026-01-27T06:50:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42969104263391","imei1":"42969104263391","imei2":"42969104263391","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167933,"job_number":"JOB_167933","tr_customer_id":167950,"tr_customer_product_id":167940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:50:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16248942148525","imei1":"16248942148525","imei2":"16248942148525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167935,"job_number":"JOB_167935","tr_customer_id":167952,"tr_customer_product_id":167942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:00.000Z","modified_at":"2026-01-27T06:51:00.000Z","name":"Abe Borer","mobile_number":"232-802-4714","email_id":"Alfreda56@hotmail.com","dop":"2025-04-06","serial_number":"14248653361242728","imei1":"14248653361242728","imei2":"14248653361242728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167936,"job_number":"JOB_167936","tr_customer_id":167953,"tr_customer_product_id":167943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:25.000Z","modified_at":"2026-01-27T06:51:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11495474994629","imei1":"11495474994629","imei2":"11495474994629","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167938,"job_number":"JOB_167938","tr_customer_id":167955,"tr_customer_product_id":167945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:27.000Z","modified_at":"2026-01-27T06:51:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10931088604581","imei1":"10931088604581","imei2":"10931088604581","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167939,"job_number":"JOB_167939","tr_customer_id":167956,"tr_customer_product_id":167946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14442504887526","imei1":"14442504887526","imei2":"14442504887526","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167941,"job_number":"JOB_167941","tr_customer_id":167958,"tr_customer_product_id":167948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:53:57.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15533783976054","imei1":"15533783976054","imei2":"15533783976054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167943,"job_number":"JOB_167943","tr_customer_id":167960,"tr_customer_product_id":167950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:15.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"14875645655732","imei1":"14875645655732","imei2":"14875645655732","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167946,"job_number":"JOB_167946","tr_customer_id":167963,"tr_customer_product_id":167953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:46.000Z","modified_at":"2026-01-27T07:03:46.000Z","name":"Esperanza Roberts","mobile_number":"363-465-4153","email_id":"Cleo_Jacobi1@gmail.com","dop":"2025-04-06","serial_number":"18899724181012810","imei1":"18899724181012810","imei2":"18899724181012810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167948,"job_number":"JOB_167948","tr_customer_id":167965,"tr_customer_product_id":167955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:31.000Z","modified_at":"2026-01-27T07:04:31.000Z","name":"Miller Hagenes","mobile_number":"363-948-0072","email_id":"Antwon.Kiehn95@hotmail.com","dop":"2025-04-06","serial_number":"14549798314648444","imei1":"14549798314648444","imei2":"14549798314648444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:04:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167950,"job_number":"JOB_167950","tr_customer_id":167967,"tr_customer_product_id":167957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:15.000Z","modified_at":"2026-01-27T07:05:15.000Z","name":"Kellie Lubowitz","mobile_number":"217-327-9980","email_id":"Selina_Pacocha9@yahoo.com","dop":"2025-04-06","serial_number":"14946686752066788","imei1":"14946686752066788","imei2":"14946686752066788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167957,"job_number":"JOB_167957","tr_customer_id":167974,"tr_customer_product_id":167964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:37.000Z","modified_at":"2026-01-27T07:40:37.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17738472759011","imei1":"17738472759011","imei2":"17738472759011","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167959,"job_number":"JOB_167959","tr_customer_id":167976,"tr_customer_product_id":167966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:40:54.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"12836241188214","imei1":"12836241188214","imei2":"12836241188214","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167961,"job_number":"JOB_167961","tr_customer_id":167978,"tr_customer_product_id":167968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:10.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12826889896801","imei1":"12826889896801","imei2":"12826889896801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167963,"job_number":"JOB_167963","tr_customer_id":167980,"tr_customer_product_id":167970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:44:58.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13067462755559","imei1":"13067462755559","imei2":"13067462755559","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167965,"job_number":"JOB_167965","tr_customer_id":167982,"tr_customer_product_id":167972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19818407352524","imei1":"19818407352524","imei2":"19818407352524","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167967,"job_number":"JOB_167967","tr_customer_id":167984,"tr_customer_product_id":167974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:34.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16020089347172","imei1":"16020089347172","imei2":"16020089347172","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167970,"job_number":"JOB_167970","tr_customer_id":167987,"tr_customer_product_id":167977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:57.000Z","modified_at":"2026-01-27T07:46:57.000Z","name":"Addie Mertz","mobile_number":"296-519-9094","email_id":"Lambert.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10321152826079464","imei1":"10321152826079464","imei2":"10321152826079464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167974,"job_number":"JOB_167974","tr_customer_id":167991,"tr_customer_product_id":167981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:44.000Z","name":"Kristian Gibson","mobile_number":"551-888-9007","email_id":"Clement.Haag@hotmail.com","dop":"2025-04-06","serial_number":"19625716723951844","imei1":"19625716723951844","imei2":"19625716723951844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167976,"job_number":"JOB_167976","tr_customer_id":167993,"tr_customer_product_id":167983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:31.000Z","modified_at":"2026-01-27T07:59:31.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17369535765768","imei1":"17369535765768","imei2":"17369535765768","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167978,"job_number":"JOB_167978","tr_customer_id":167995,"tr_customer_product_id":167985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:47.000Z","modified_at":"2026-01-27T07:59:47.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14742460549015","imei1":"14742460549015","imei2":"14742460549015","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167980,"job_number":"JOB_167980","tr_customer_id":167997,"tr_customer_product_id":167987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:00:03.000Z","modified_at":"2026-01-27T08:00:03.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16634399654249","imei1":"16634399654249","imei2":"16634399654249","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167982,"job_number":"JOB_167982","tr_customer_id":167999,"tr_customer_product_id":167989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:03:56.000Z","modified_at":"2026-01-27T08:03:56.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"78948745849733","imei1":"78948745849733","imei2":"78948745849733","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167983,"job_number":"JOB_167983","tr_customer_id":168000,"tr_customer_product_id":167990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:32.000Z","modified_at":"2026-01-27T08:18:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10992418351194","imei1":"10992418351194","imei2":"10992418351194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167985,"job_number":"JOB_167985","tr_customer_id":168002,"tr_customer_product_id":167992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:33.000Z","modified_at":"2026-01-27T08:18:33.000Z","name":"Derick Rohan","mobile_number":"943-371-0272","email_id":"Joesph58@yahoo.com","dop":"2025-04-06","serial_number":"19714674691620584","imei1":"19714674691620584","imei2":"19714674691620584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167986,"job_number":"JOB_167986","tr_customer_id":168003,"tr_customer_product_id":167993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:17.000Z","modified_at":"2026-01-27T08:19:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14876666988513","imei1":"14876666988513","imei2":"14876666988513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167988,"job_number":"JOB_167988","tr_customer_id":168005,"tr_customer_product_id":167995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:18.000Z","modified_at":"2026-01-27T08:19:18.000Z","name":"Electa Casper","mobile_number":"671-854-5386","email_id":"Keeley_Kessler75@yahoo.com","dop":"2025-04-06","serial_number":"10993514331888866","imei1":"10993514331888866","imei2":"10993514331888866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167989,"job_number":"JOB_167989","tr_customer_id":168006,"tr_customer_product_id":167996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:01.000Z","modified_at":"2026-01-27T08:20:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16228039361944","imei1":"16228039361944","imei2":"16228039361944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167991,"job_number":"JOB_167991","tr_customer_id":168008,"tr_customer_product_id":167998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:03.000Z","modified_at":"2026-01-27T08:20:03.000Z","name":"Rosalind Kreiger","mobile_number":"334-544-9200","email_id":"Hunter.Schamberger@yahoo.com","dop":"2025-04-06","serial_number":"10419097285708058","imei1":"10419097285708058","imei2":"10419097285708058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167992,"job_number":"JOB_167992","tr_customer_id":168009,"tr_customer_product_id":167999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:31.000Z","modified_at":"2026-01-27T08:30:31.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"18595240715145","imei1":"18595240715145","imei2":"18595240715145","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167993,"job_number":"JOB_167993","tr_customer_id":168010,"tr_customer_product_id":168000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:49.000Z","modified_at":"2026-01-27T08:30:49.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"16937654532065","imei1":"16937654532065","imei2":"16937654532065","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167994,"job_number":"JOB_167994","tr_customer_id":168011,"tr_customer_product_id":168001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:55.000Z","modified_at":"2026-01-27T08:30:55.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"10256589793129","imei1":"10256589793129","imei2":"10256589793129","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167995,"job_number":"JOB_167995","tr_customer_id":168012,"tr_customer_product_id":168002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:36:40.000Z","modified_at":"2026-01-27T08:36:40.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"19248780212751","imei1":"19248780212751","imei2":"19248780212751","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:36:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167996,"job_number":"JOB_167996","tr_customer_id":168013,"tr_customer_product_id":168003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:39:37.000Z","modified_at":"2026-01-27T08:39:37.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"13765835130561","imei1":"13765835130561","imei2":"13765835130561","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:39:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167997,"job_number":"JOB_167997","tr_customer_id":168014,"tr_customer_product_id":168004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:40:01.000Z","modified_at":"2026-01-27T08:40:01.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"14732742119680","imei1":"14732742119680","imei2":"14732742119680","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167998,"job_number":"JOB_167998","tr_customer_id":168015,"tr_customer_product_id":168005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:14.000Z","modified_at":"2026-01-27T08:42:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14259892350420","imei1":"14259892350420","imei2":"14259892350420","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168000,"job_number":"JOB_168000","tr_customer_id":168017,"tr_customer_product_id":168007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:30.000Z","modified_at":"2026-01-27T08:42:30.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11958109097406","imei1":"11958109097406","imei2":"11958109097406","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168002,"job_number":"JOB_168002","tr_customer_id":168019,"tr_customer_product_id":168009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:46.000Z","modified_at":"2026-01-27T08:42:46.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"13316918075108","imei1":"13316918075108","imei2":"13316918075108","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168005,"job_number":"JOB_168005","tr_customer_id":168022,"tr_customer_product_id":168012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:12:02.000Z","modified_at":"2026-01-27T09:12:02.000Z","name":"Vivek Yadav","mobile_number":"8788138617","email_id":"ccivivek123@gmail.com","dop":"2026-01-17","serial_number":"891398385161723","imei1":"891398385161723","imei2":"891398385161723","popurl":"2026-01-17T09:12:01.481590051Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:12:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168006,"job_number":"JOB_168006","tr_customer_id":168023,"tr_customer_product_id":168013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:03.000Z","modified_at":"2026-01-27T09:22:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11865609686049","imei1":"11865609686049","imei2":"11865609686049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168008,"job_number":"JOB_168008","tr_customer_id":168025,"tr_customer_product_id":168015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:05.000Z","modified_at":"2026-01-27T09:22:05.000Z","name":"Barrett Krajcik","mobile_number":"525-447-1327","email_id":"Hertha.Hansen3@hotmail.com","dop":"2025-04-06","serial_number":"16518029229351820","imei1":"16518029229351820","imei2":"16518029229351820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168009,"job_number":"JOB_168009","tr_customer_id":168026,"tr_customer_product_id":168016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:52.000Z","modified_at":"2026-01-27T09:22:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11379433404838","imei1":"11379433404838","imei2":"11379433404838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168011,"job_number":"JOB_168011","tr_customer_id":168028,"tr_customer_product_id":168018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:53.000Z","modified_at":"2026-01-27T09:22:53.000Z","name":"Hettie Herman","mobile_number":"478-577-7605","email_id":"Buddy_McDermott79@gmail.com","dop":"2025-04-06","serial_number":"15580317961174560","imei1":"15580317961174560","imei2":"15580317961174560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168012,"job_number":"JOB_168012","tr_customer_id":168029,"tr_customer_product_id":168019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:40.000Z","modified_at":"2026-01-27T09:23:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11487792491978","imei1":"11487792491978","imei2":"11487792491978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168014,"job_number":"JOB_168014","tr_customer_id":168031,"tr_customer_product_id":168021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:41.000Z","modified_at":"2026-01-27T09:23:41.000Z","name":"Darwin Hirthe","mobile_number":"355-725-9085","email_id":"Jamir_Mante@hotmail.com","dop":"2025-04-06","serial_number":"19124045741107572","imei1":"19124045741107572","imei2":"19124045741107572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168015,"job_number":"JOB_168015","tr_customer_id":168032,"tr_customer_product_id":168022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:15.000Z","modified_at":"2026-01-27T09:31:15.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10511466909083","imei1":"10511466909083","imei2":"10511466909083","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168017,"job_number":"JOB_168017","tr_customer_id":168034,"tr_customer_product_id":168024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:17.000Z","modified_at":"2026-01-27T09:31:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"48564958011580","imei1":"48564958011580","imei2":"48564958011580","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168018,"job_number":"JOB_168018","tr_customer_id":168035,"tr_customer_product_id":168025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:00.000Z","modified_at":"2026-01-27T09:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13574165691530","imei1":"13574165691530","imei2":"13574165691530","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168020,"job_number":"JOB_168020","tr_customer_id":168037,"tr_customer_product_id":168027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:01.000Z","modified_at":"2026-01-27T09:32:01.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106111584816717","imei1":"106111584816717","imei2":"106111584816717","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168021,"job_number":"JOB_168021","tr_customer_id":168038,"tr_customer_product_id":168028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:45.000Z","modified_at":"2026-01-27T09:32:45.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15077719249563","imei1":"15077719249563","imei2":"15077719249563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168023,"job_number":"JOB_168023","tr_customer_id":168040,"tr_customer_product_id":168030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:47.000Z","modified_at":"2026-01-27T09:32:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"56838812347357","imei1":"56838812347357","imei2":"56838812347357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168025,"job_number":"JOB_168025","tr_customer_id":168042,"tr_customer_product_id":168032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:57.000Z","modified_at":"2026-01-27T09:47:57.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13147707996685","imei1":"13147707996685","imei2":"13147707996685","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168027,"job_number":"JOB_168027","tr_customer_id":168044,"tr_customer_product_id":168034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:59.000Z","modified_at":"2026-01-27T09:47:59.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101295640004756","imei1":"101295640004756","imei2":"101295640004756","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168028,"job_number":"JOB_168028","tr_customer_id":168045,"tr_customer_product_id":168035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:42.000Z","modified_at":"2026-01-27T09:48:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16235870868165","imei1":"16235870868165","imei2":"16235870868165","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168030,"job_number":"JOB_168030","tr_customer_id":168047,"tr_customer_product_id":168037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:44.000Z","modified_at":"2026-01-27T09:48:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"58312133565411","imei1":"58312133565411","imei2":"58312133565411","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168031,"job_number":"JOB_168031","tr_customer_id":168048,"tr_customer_product_id":168038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:27.000Z","modified_at":"2026-01-27T09:49:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13132742559880","imei1":"13132742559880","imei2":"13132742559880","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168033,"job_number":"JOB_168033","tr_customer_id":168050,"tr_customer_product_id":168040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:29.000Z","modified_at":"2026-01-27T09:49:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"102925169068228","imei1":"102925169068228","imei2":"102925169068228","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168034,"job_number":"JOB_168034","tr_customer_id":168051,"tr_customer_product_id":168041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:20.000Z","modified_at":"2026-01-27T10:01:20.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15799047576521","imei1":"15799047576521","imei2":"15799047576521","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168036,"job_number":"JOB_168036","tr_customer_id":168053,"tr_customer_product_id":168043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:22.000Z","modified_at":"2026-01-27T10:01:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15984186970614","imei1":"15984186970614","imei2":"15984186970614","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168038,"job_number":"JOB_168038","tr_customer_id":168055,"tr_customer_product_id":168045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:24.000Z","modified_at":"2026-01-27T10:01:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"71404026316495","imei1":"71404026316495","imei2":"71404026316495","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168039,"job_number":"JOB_168039","tr_customer_id":168056,"tr_customer_product_id":168046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:36.000Z","modified_at":"2026-01-27T10:01:36.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"13883489966333","imei1":"13883489966333","imei2":"13883489966333","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168041,"job_number":"JOB_168041","tr_customer_id":168058,"tr_customer_product_id":168048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:52.000Z","modified_at":"2026-01-27T10:01:52.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18807163856024","imei1":"18807163856024","imei2":"18807163856024","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168043,"job_number":"JOB_168043","tr_customer_id":168060,"tr_customer_product_id":168050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:10.000Z","modified_at":"2026-01-27T10:02:10.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15333739332560","imei1":"15333739332560","imei2":"15333739332560","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168045,"job_number":"JOB_168045","tr_customer_id":168062,"tr_customer_product_id":168052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:11.000Z","modified_at":"2026-01-27T10:02:11.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15197467892503","imei1":"15197467892503","imei2":"15197467892503","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168047,"job_number":"JOB_168047","tr_customer_id":168064,"tr_customer_product_id":168054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:13.000Z","modified_at":"2026-01-27T10:02:13.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49829973315619","imei1":"49829973315619","imei2":"49829973315619","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168048,"job_number":"JOB_168048","tr_customer_id":168065,"tr_customer_product_id":168055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:26.000Z","modified_at":"2026-01-27T10:02:26.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15535990488868","imei1":"15535990488868","imei2":"15535990488868","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168050,"job_number":"JOB_168050","tr_customer_id":168067,"tr_customer_product_id":168057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:42.000Z","modified_at":"2026-01-27T10:02:42.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12713579852426","imei1":"12713579852426","imei2":"12713579852426","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168052,"job_number":"JOB_168052","tr_customer_id":168069,"tr_customer_product_id":168059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:00.000Z","modified_at":"2026-01-27T10:03:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14121883814283","imei1":"14121883814283","imei2":"14121883814283","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168054,"job_number":"JOB_168054","tr_customer_id":168071,"tr_customer_product_id":168061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:02.000Z","modified_at":"2026-01-27T10:03:02.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21023390899357","imei1":"21023390899357","imei2":"21023390899357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168057,"job_number":"JOB_168057","tr_customer_id":168074,"tr_customer_product_id":168064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:17.000Z","modified_at":"2026-01-27T10:26:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15008487771068","imei1":"15008487771068","imei2":"15008487771068","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168059,"job_number":"JOB_168059","tr_customer_id":168076,"tr_customer_product_id":168066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:19.000Z","modified_at":"2026-01-27T10:26:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70090916724970","imei1":"70090916724970","imei2":"70090916724970","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168060,"job_number":"JOB_168060","tr_customer_id":168077,"tr_customer_product_id":168067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:02.000Z","modified_at":"2026-01-27T10:27:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15196187490723","imei1":"15196187490723","imei2":"15196187490723","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168062,"job_number":"JOB_168062","tr_customer_id":168079,"tr_customer_product_id":168069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:04.000Z","modified_at":"2026-01-27T10:27:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"105262706836429","imei1":"105262706836429","imei2":"105262706836429","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168063,"job_number":"JOB_168063","tr_customer_id":168080,"tr_customer_product_id":168070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:47.000Z","modified_at":"2026-01-27T10:27:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10086722086397","imei1":"10086722086397","imei2":"10086722086397","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168065,"job_number":"JOB_168065","tr_customer_id":168082,"tr_customer_product_id":168072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:49.000Z","modified_at":"2026-01-27T10:27:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"85525624946737","imei1":"85525624946737","imei2":"85525624946737","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168067,"job_number":"JOB_168067","tr_customer_id":168084,"tr_customer_product_id":168074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:52.000Z","modified_at":"2026-01-27T10:29:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-17T10:29:52.116647678Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168068,"job_number":"JOB_168068","tr_customer_id":168085,"tr_customer_product_id":168075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:53.000Z","modified_at":"2026-01-27T10:29:53.000Z","name":"Chandraswaroopa Banerjee","mobile_number":"7027267191","email_id":"param.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"330044600363053","imei1":"330044600363053","imei2":"330044600363053","popurl":"www.hiranmaya-varrier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168069,"job_number":"JOB_168069","tr_customer_id":168086,"tr_customer_product_id":168076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-17T10:29:53.581159372Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168070,"job_number":"JOB_168070","tr_customer_id":168087,"tr_customer_product_id":168077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-17T10:29:54.227274578Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168071,"job_number":"JOB_168071","tr_customer_id":168088,"tr_customer_product_id":168078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:30:13.000Z","modified_at":"2026-01-27T10:30:13.000Z","name":"Trilokesh Marar","mobile_number":"7032987427","email_id":"chaaruchandra.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"726115221745062","imei1":"726115221745062","imei2":"726115221745062","popurl":"www.chandranath-chaturvedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168072,"job_number":"JOB_168072","tr_customer_id":168089,"tr_customer_product_id":168079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:57.000Z","modified_at":"2026-01-27T10:31:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13051487611195","imei1":"13051487611195","imei2":"13051487611195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168074,"job_number":"JOB_168074","tr_customer_id":168091,"tr_customer_product_id":168081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:59.000Z","modified_at":"2026-01-27T10:31:59.000Z","name":"Spencer Bradtke","mobile_number":"766-232-9018","email_id":"Bertram.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"16456366235064740","imei1":"16456366235064740","imei2":"16456366235064740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168075,"job_number":"JOB_168075","tr_customer_id":168092,"tr_customer_product_id":168082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:50.000Z","modified_at":"2026-01-27T10:32:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18370379783433","imei1":"18370379783433","imei2":"18370379783433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168077,"job_number":"JOB_168077","tr_customer_id":168094,"tr_customer_product_id":168084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:52.000Z","modified_at":"2026-01-27T10:32:52.000Z","name":"Kiley Jacobi","mobile_number":"907-604-4678","email_id":"Vada_Kautzer@yahoo.com","dop":"2025-04-06","serial_number":"12166755076229060","imei1":"12166755076229060","imei2":"12166755076229060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168078,"job_number":"JOB_168078","tr_customer_id":168095,"tr_customer_product_id":168085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:42.000Z","modified_at":"2026-01-27T10:33:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13897299528519","imei1":"13897299528519","imei2":"13897299528519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168080,"job_number":"JOB_168080","tr_customer_id":168097,"tr_customer_product_id":168087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:44.000Z","modified_at":"2026-01-27T10:33:44.000Z","name":"Bethany Blick","mobile_number":"910-264-4532","email_id":"Krystina87@hotmail.com","dop":"2025-04-06","serial_number":"14656868258073714","imei1":"14656868258073714","imei2":"14656868258073714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168081,"job_number":"JOB_168081","tr_customer_id":168098,"tr_customer_product_id":168088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:49:01.000Z","modified_at":"2026-01-27T10:49:01.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-17","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-17T10:48:52.186039238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168082,"job_number":"JOB_168082","tr_customer_id":168099,"tr_customer_product_id":168089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:00:50.000Z","modified_at":"2026-01-27T11:00:50.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17940614096082","imei1":"17940614096082","imei2":"17940614096082","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168084,"job_number":"JOB_168084","tr_customer_id":168101,"tr_customer_product_id":168091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:07.000Z","modified_at":"2026-01-27T11:01:07.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"18180244718360","imei1":"18180244718360","imei2":"18180244718360","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168086,"job_number":"JOB_168086","tr_customer_id":168103,"tr_customer_product_id":168093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:24.000Z","modified_at":"2026-01-27T11:01:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19579458966174","imei1":"19579458966174","imei2":"19579458966174","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168089,"job_number":"JOB_168089","tr_customer_id":168106,"tr_customer_product_id":168096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:14.000Z","modified_at":"2026-01-27T11:14:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14568324586099","imei1":"14568324586099","imei2":"14568324586099","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168091,"job_number":"JOB_168091","tr_customer_id":168108,"tr_customer_product_id":168098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:32.000Z","modified_at":"2026-01-27T11:14:32.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14373295899167","imei1":"14373295899167","imei2":"14373295899167","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168093,"job_number":"JOB_168093","tr_customer_id":168110,"tr_customer_product_id":168100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:49.000Z","modified_at":"2026-01-27T11:14:49.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19142688776222","imei1":"19142688776222","imei2":"19142688776222","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168096,"job_number":"JOB_168096","tr_customer_id":168113,"tr_customer_product_id":168103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:34:44.000Z","modified_at":"2026-01-27T11:34:44.000Z","name":"Millie Moore","mobile_number":"283-938-0730","email_id":"Raleigh.West48@hotmail.com","dop":"2025-04-06","serial_number":"18214233132792","imei1":"18214233132792","imei2":"18214233132792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168099,"job_number":"JOB_168099","tr_customer_id":168116,"tr_customer_product_id":168106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Amarnath Bandopadhyay","mobile_number":"7006474379","email_id":"sumitra.jain@gmail.com","dop":"2026-01-17","serial_number":"873225925366992","imei1":"873225925366992","imei2":"873225925366992","popurl":"www.dinkar-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168100,"job_number":"JOB_168100","tr_customer_id":168117,"tr_customer_product_id":168107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Ananta Abbott","mobile_number":"7035814727","email_id":"bheeshma.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"547520397464950","imei1":"547520397464950","imei2":"547520397464950","popurl":"www.tanushri-iyengar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168101,"job_number":"JOB_168101","tr_customer_id":168120,"tr_customer_product_id":168110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Bodhan Jha","mobile_number":"7019352905","email_id":"girija.panicker@yahoo.co.in","dop":"2026-01-17","serial_number":"249888041324613","imei1":"249888041324613","imei2":"249888041324613","popurl":"www.bodhan-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168102,"job_number":"JOB_168102","tr_customer_id":168118,"tr_customer_product_id":168108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Aarya Dhawan","mobile_number":"7009541020","email_id":"pushti.mehrotra@yahoo.co.in","dop":"2026-01-17","serial_number":"461930447346194","imei1":"461930447346194","imei2":"461930447346194","popurl":"www.chandrakin-kaul.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168103,"job_number":"JOB_168103","tr_customer_id":168119,"tr_customer_product_id":168109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Chandni Bharadwaj","mobile_number":"7000435554","email_id":"chandraswaroopa.ganaka@hotmail.com","dop":"2026-01-17","serial_number":"799703476412351","imei1":"799703476412351","imei2":"799703476412351","popurl":"www.sukanya-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168104,"job_number":"JOB_168104","tr_customer_id":168121,"tr_customer_product_id":168111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Shiv Jain","mobile_number":"7021304252","email_id":"anaadi.arora@gmail.com","dop":"2026-01-17","serial_number":"815931614299749","imei1":"815931614299749","imei2":"815931614299749","popurl":"www.bhudeva-johar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168105,"job_number":"JOB_168105","tr_customer_id":168122,"tr_customer_product_id":168112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Parvati Tagore","mobile_number":"7075078350","email_id":"kumar.chaturvedi@gmail.com","dop":"2026-01-17","serial_number":"174404026142835","imei1":"174404026142835","imei2":"174404026142835","popurl":"www.abani-naik.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168106,"job_number":"JOB_168106","tr_customer_id":168123,"tr_customer_product_id":168113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Arindam Iyengar","mobile_number":"7051262696","email_id":"sarla.prajapat@gmail.com","dop":"2026-01-17","serial_number":"801538441827409","imei1":"801538441827409","imei2":"801538441827409","popurl":"www.dhyaneshwar-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168107,"job_number":"JOB_168107","tr_customer_id":168124,"tr_customer_product_id":168114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Amaresh Bhattacharya","mobile_number":"7061713097","email_id":"tanushri.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"927025758856775","imei1":"927025758856775","imei2":"927025758856775","popurl":"www.vinay-agarwal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168108,"job_number":"JOB_168108","tr_customer_id":168125,"tr_customer_product_id":168115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Sudeva Saini","mobile_number":"7033354004","email_id":"meghnad.sharma@gmail.com","dop":"2026-01-17","serial_number":"416797514683630","imei1":"416797514683630","imei2":"416797514683630","popurl":"www.arindam-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168111,"job_number":"JOB_168111","tr_customer_id":168128,"tr_customer_product_id":168118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Opaline Iyer","mobile_number":"7080190857","email_id":"bhaumik.nair@yahoo.co.in","dop":"2026-01-17","serial_number":"277703652598165","imei1":"277703652598165","imei2":"277703652598165","popurl":"www.subodh-nayar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168114,"job_number":"JOB_168114","tr_customer_id":168131,"tr_customer_product_id":168121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Sarisha Patil","mobile_number":"7054498271","email_id":"chaitan.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"409448997239688","imei1":"409448997239688","imei2":"409448997239688","popurl":"www.chiranjeev-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168115,"job_number":"JOB_168115","tr_customer_id":168132,"tr_customer_product_id":168122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Deeptiman Mukhopadhyay","mobile_number":"7036756072","email_id":"amaresh.shah@yahoo.co.in","dop":"2026-01-17","serial_number":"154130403797601","imei1":"154130403797601","imei2":"154130403797601","popurl":"www.himadri-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168116,"job_number":"JOB_168116","tr_customer_id":168134,"tr_customer_product_id":168124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gautam Malik","mobile_number":"7003481251","email_id":"anasooya.marar@hotmail.com","dop":"2026-01-17","serial_number":"534352085791320","imei1":"534352085791320","imei2":"534352085791320","popurl":"www.narinder-johar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168118,"job_number":"JOB_168118","tr_customer_id":168135,"tr_customer_product_id":168125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Charuvrat Joshi","mobile_number":"7056104190","email_id":"lila.reddy@gmail.com","dop":"2026-01-17","serial_number":"856338598873551","imei1":"856338598873551","imei2":"856338598873551","popurl":"www.deveshwar-shah.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168119,"job_number":"JOB_168119","tr_customer_id":168136,"tr_customer_product_id":168126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Preity Marar","mobile_number":"7042454286","email_id":"jagdeep.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"789527067923371","imei1":"789527067923371","imei2":"789527067923371","popurl":"www.aagneya-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168120,"job_number":"JOB_168120","tr_customer_id":168137,"tr_customer_product_id":168127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Chidananda Saini","mobile_number":"7038154119","email_id":"vidya.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"248686736072686","imei1":"248686736072686","imei2":"248686736072686","popurl":"www.akshat-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168123,"job_number":"JOB_168123","tr_customer_id":168140,"tr_customer_product_id":168130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gajbaahu Naik","mobile_number":"7011312659","email_id":"opalina.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"499659301286756","imei1":"499659301286756","imei2":"499659301286756","popurl":"www.chidaatma-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168124,"job_number":"JOB_168124","tr_customer_id":168141,"tr_customer_product_id":168131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Arnesh Naik","mobile_number":"7026502515","email_id":"bhaves.adiga@gmail.com","dop":"2026-01-17","serial_number":"009430159542014","imei1":"009430159542014","imei2":"009430159542014","popurl":"www.dipankar-jha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168125,"job_number":"JOB_168125","tr_customer_id":168142,"tr_customer_product_id":168132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Ekalavya Prajapat","mobile_number":"7027031395","email_id":"girindra.singh@gmail.com","dop":"2026-01-17","serial_number":"625229067885722","imei1":"625229067885722","imei2":"625229067885722","popurl":"www.narinder-gupta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168126,"job_number":"JOB_168126","tr_customer_id":168143,"tr_customer_product_id":168133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Atreyee Mishra","mobile_number":"7042881344","email_id":"kumar.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"760372592354182","imei1":"760372592354182","imei2":"760372592354182","popurl":"www.opalina-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168127,"job_number":"JOB_168127","tr_customer_id":168145,"tr_customer_product_id":168134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Hiranmaya Kapoor","mobile_number":"7000563171","email_id":"chandraprabha.kapoor@hotmail.com","dop":"2026-01-17","serial_number":"203844334287867","imei1":"203844334287867","imei2":"203844334287867","popurl":"www.gautami-gowda.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168128,"job_number":"JOB_168128","tr_customer_id":168144,"tr_customer_product_id":168135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Lalita Naik","mobile_number":"7096134116","email_id":"chinmayananda.gandhi@hotmail.com","dop":"2026-01-17","serial_number":"839850126727197","imei1":"839850126727197","imei2":"839850126727197","popurl":"www.chatur-chopra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168130,"job_number":"JOB_168130","tr_customer_id":168147,"tr_customer_product_id":168137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Harita Nehru","mobile_number":"7028581997","email_id":"bhooshan.iyer@yahoo.co.in","dop":"2026-01-17","serial_number":"411029494786547","imei1":"411029494786547","imei2":"411029494786547","popurl":"www.deb-kaniyar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168131,"job_number":"JOB_168131","tr_customer_id":168148,"tr_customer_product_id":168138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Prem Bandopadhyay","mobile_number":"7057629086","email_id":"suryakantam.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"752692838275909","imei1":"752692838275909","imei2":"752692838275909","popurl":"www.jay-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168132,"job_number":"JOB_168132","tr_customer_id":168149,"tr_customer_product_id":168139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Triloki Reddy","mobile_number":"7074524680","email_id":"daiwik.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"582044519230478","imei1":"582044519230478","imei2":"582044519230478","popurl":"www.chakravartee-pilla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168133,"job_number":"JOB_168133","tr_customer_id":168150,"tr_customer_product_id":168140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Tej Adiga","mobile_number":"7097756946","email_id":"ajit.asan@yahoo.co.in","dop":"2026-01-17","serial_number":"915363317933422","imei1":"915363317933422","imei2":"915363317933422","popurl":"www.aayushmaan-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168134,"job_number":"JOB_168134","tr_customer_id":168151,"tr_customer_product_id":168141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Aditeya Varman","mobile_number":"7059878884","email_id":"girika.devar@gmail.com","dop":"2026-01-17","serial_number":"998877163061849","imei1":"998877163061849","imei2":"998877163061849","popurl":"www.narayan-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168135,"job_number":"JOB_168135","tr_customer_id":168152,"tr_customer_product_id":168142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Anjushree Ahuja","mobile_number":"7093622839","email_id":"param.varma@gmail.com","dop":"2026-01-17","serial_number":"735102050658064","imei1":"735102050658064","imei2":"735102050658064","popurl":"www.anila-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168136,"job_number":"JOB_168136","tr_customer_id":168153,"tr_customer_product_id":168143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ameyatma Panicker","mobile_number":"7009052053","email_id":"sloka.bhat@gmail.com","dop":"2026-01-17","serial_number":"564558063234056","imei1":"564558063234056","imei2":"564558063234056","popurl":"www.mani-desai.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168138,"job_number":"JOB_168138","tr_customer_id":168154,"tr_customer_product_id":168144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Gajbaahu Devar","mobile_number":"7040761451","email_id":"chandraketu.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"301544663395500","imei1":"301544663395500","imei2":"301544663395500","popurl":"www.bhooshit-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168139,"job_number":"JOB_168139","tr_customer_id":168156,"tr_customer_product_id":168146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Brajesh Bhattacharya","mobile_number":"7000755810","email_id":"shankar.deshpande@hotmail.com","dop":"2026-01-17","serial_number":"481619011154954","imei1":"481619011154954","imei2":"481619011154954","popurl":"www.deeksha-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168140,"job_number":"JOB_168140","tr_customer_id":168157,"tr_customer_product_id":168147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Kamla Sethi","mobile_number":"7053092670","email_id":"abhisyanta.dhawan@gmail.com","dop":"2026-01-17","serial_number":"309696347747517","imei1":"309696347747517","imei2":"309696347747517","popurl":"www.sarla-achari.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168141,"job_number":"JOB_168141","tr_customer_id":168159,"tr_customer_product_id":168148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chandan Trivedi","mobile_number":"7082691140","email_id":"shresth.marar@hotmail.com","dop":"2026-01-17","serial_number":"578304891432731","imei1":"578304891432731","imei2":"578304891432731","popurl":"www.shanti-ahuja.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168142,"job_number":"JOB_168142","tr_customer_id":168158,"tr_customer_product_id":168149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Menaka Dubashi","mobile_number":"7063392696","email_id":"eshana.deshpande@gmail.com","dop":"2026-01-17","serial_number":"545804079777901","imei1":"545804079777901","imei2":"545804079777901","popurl":"www.himadri-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168144,"job_number":"JOB_168144","tr_customer_id":168161,"tr_customer_product_id":168151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Umang Dubashi","mobile_number":"7095280293","email_id":"laxman.pillai@hotmail.com","dop":"2026-01-17","serial_number":"668114476052544","imei1":"668114476052544","imei2":"668114476052544","popurl":"www.bhoj-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168145,"job_number":"JOB_168145","tr_customer_id":168162,"tr_customer_product_id":168152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Purnima Chopra","mobile_number":"7062577270","email_id":"tanirika.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"558052995970928","imei1":"558052995970928","imei2":"558052995970928","popurl":"www.satyen-dutta.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168147,"job_number":"JOB_168147","tr_customer_id":168164,"tr_customer_product_id":168154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Radha Bhattathiri","mobile_number":"7046638210","email_id":"ashlesh.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"576693739985423","imei1":"576693739985423","imei2":"576693739985423","popurl":"www.vyas-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168149,"job_number":"JOB_168149","tr_customer_id":168166,"tr_customer_product_id":168156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Agasti Rana","mobile_number":"7013045241","email_id":"ankal.tandon@yahoo.co.in","dop":"2026-01-17","serial_number":"637229060533061","imei1":"637229060533061","imei2":"637229060533061","popurl":"www.mukesh-nair.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168150,"job_number":"JOB_168150","tr_customer_id":168167,"tr_customer_product_id":168157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Atmanand Panicker","mobile_number":"7069046339","email_id":"akshata.bhat@gmail.com","dop":"2026-01-17","serial_number":"741904475795533","imei1":"741904475795533","imei2":"741904475795533","popurl":"www.aashritha-singh.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168151,"job_number":"JOB_168151","tr_customer_id":168168,"tr_customer_product_id":168158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Bhudeva Pilla","mobile_number":"7022462365","email_id":"vijay.rana@gmail.com","dop":"2026-01-17","serial_number":"067699963893899","imei1":"067699963893899","imei2":"067699963893899","popurl":"www.eshana-dutta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168152,"job_number":"JOB_168152","tr_customer_id":168169,"tr_customer_product_id":168159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Trilochan Bhattacharya","mobile_number":"7049030944","email_id":"bhoopati.shukla@hotmail.com","dop":"2026-01-17","serial_number":"207048873057713","imei1":"207048873057713","imei2":"207048873057713","popurl":"www.bhaaswar-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168153,"job_number":"JOB_168153","tr_customer_id":168170,"tr_customer_product_id":168160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Mohinder Arora","mobile_number":"7097518283","email_id":"gautam.marar@yahoo.co.in","dop":"2026-01-17","serial_number":"018857431115019","imei1":"018857431115019","imei2":"018857431115019","popurl":"www.divya-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168154,"job_number":"JOB_168154","tr_customer_id":168171,"tr_customer_product_id":168161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chaturaanan Achari","mobile_number":"7039079297","email_id":"balamani.arora@hotmail.com","dop":"2026-01-17","serial_number":"676863389987819","imei1":"676863389987819","imei2":"676863389987819","popurl":"www.kashyapi-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168156,"job_number":"JOB_168156","tr_customer_id":168173,"tr_customer_product_id":168163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Dron Pilla","mobile_number":"7052554846","email_id":"shridevi.jha@gmail.com","dop":"2026-01-17","serial_number":"279731328437337","imei1":"279731328437337","imei2":"279731328437337","popurl":"www.aasha-bhattacharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168157,"job_number":"JOB_168157","tr_customer_id":168174,"tr_customer_product_id":168164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ankal Naik","mobile_number":"7063539442","email_id":"ravi.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"048709741680835","imei1":"048709741680835","imei2":"048709741680835","popurl":"www.amritambu-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168158,"job_number":"JOB_168158","tr_customer_id":168175,"tr_customer_product_id":168165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Atreyee Jha","mobile_number":"7034372951","email_id":"charvi.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"759582218524096","imei1":"759582218524096","imei2":"759582218524096","popurl":"www.shantanu-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168159,"job_number":"JOB_168159","tr_customer_id":168176,"tr_customer_product_id":168166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jyotsana Desai","mobile_number":"7094033006","email_id":"dipendra.kakkar@yahoo.co.in","dop":"2026-01-17","serial_number":"689594163720650","imei1":"689594163720650","imei2":"689594163720650","popurl":"www.dhyanesh-dubashi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168160,"job_number":"JOB_168160","tr_customer_id":168177,"tr_customer_product_id":168167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Tanirika Dutta","mobile_number":"7094460952","email_id":"suresh.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"298384874434685","imei1":"298384874434685","imei2":"298384874434685","popurl":"www.pramila-guha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168161,"job_number":"JOB_168161","tr_customer_id":168178,"tr_customer_product_id":168168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Dipendra Kaur","mobile_number":"7063934579","email_id":"devi.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"008886117265645","imei1":"008886117265645","imei2":"008886117265645","popurl":"www.jay-bhat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168162,"job_number":"JOB_168162","tr_customer_id":168179,"tr_customer_product_id":168169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Rajan Pillai","mobile_number":"7054303001","email_id":"chakravarti.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"972464126806008","imei1":"972464126806008","imei2":"972464126806008","popurl":"www.nawal-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168164,"job_number":"JOB_168164","tr_customer_id":168182,"tr_customer_product_id":168172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Anal Kapoor","mobile_number":"7092967782","email_id":"shashi.marar@gmail.com","dop":"2026-01-17","serial_number":"365474243514874","imei1":"365474243514874","imei2":"365474243514874","popurl":"www.devvrat-iyer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168165,"job_number":"JOB_168165","tr_customer_id":168181,"tr_customer_product_id":168171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Trilok Bhat","mobile_number":"7061353480","email_id":"laxmi.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"390121326367210","imei1":"390121326367210","imei2":"390121326367210","popurl":"www.surya-menon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168166,"job_number":"JOB_168166","tr_customer_id":168183,"tr_customer_product_id":168173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vasudev Arora","mobile_number":"7096359367","email_id":"brijesh.mehrotra@hotmail.com","dop":"2026-01-17","serial_number":"807427463894279","imei1":"807427463894279","imei2":"807427463894279","popurl":"www.chanda-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168167,"job_number":"JOB_168167","tr_customer_id":168184,"tr_customer_product_id":168174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gudakesa Malik","mobile_number":"7080605948","email_id":"suryakantam.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"951588140678395","imei1":"951588140678395","imei2":"951588140678395","popurl":"www.rudra-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168168,"job_number":"JOB_168168","tr_customer_id":168185,"tr_customer_product_id":168175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jagathi Ahuja","mobile_number":"7027791643","email_id":"tarun.mehra@gmail.com","dop":"2026-01-17","serial_number":"461271118766369","imei1":"461271118766369","imei2":"461271118766369","popurl":"www.dhana-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168170,"job_number":"JOB_168170","tr_customer_id":168187,"tr_customer_product_id":168177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gouranga Namboothiri","mobile_number":"7078335088","email_id":"chitraksh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"871232881901224","imei1":"871232881901224","imei2":"871232881901224","popurl":"www.anshula-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168171,"job_number":"JOB_168171","tr_customer_id":168188,"tr_customer_product_id":168178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Manik Naik","mobile_number":"7098731844","email_id":"anaadi.adiga@gmail.com","dop":"2026-01-17","serial_number":"944365764024148","imei1":"944365764024148","imei2":"944365764024148","popurl":"www.ranjeet-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168172,"job_number":"JOB_168172","tr_customer_id":168189,"tr_customer_product_id":168179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jaimini Saini","mobile_number":"7031287970","email_id":"kailash.khanna@hotmail.com","dop":"2026-01-17","serial_number":"559283513943345","imei1":"559283513943345","imei2":"559283513943345","popurl":"www.bharat-gill.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168173,"job_number":"JOB_168173","tr_customer_id":168190,"tr_customer_product_id":168180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Agnivesh Asan","mobile_number":"7041935288","email_id":"adheesh.agarwal@hotmail.com","dop":"2026-01-17","serial_number":"435415770960833","imei1":"435415770960833","imei2":"435415770960833","popurl":"www.jagdish-menon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168174,"job_number":"JOB_168174","tr_customer_id":168191,"tr_customer_product_id":168181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vaishno Joshi","mobile_number":"7052129887","email_id":"divya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"717050178609297","imei1":"717050178609297","imei2":"717050178609297","popurl":"www.opalina-kaniyar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168175,"job_number":"JOB_168175","tr_customer_id":168192,"tr_customer_product_id":168182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandrani Mishra","mobile_number":"7064597699","email_id":"karunanidhi.devar@yahoo.co.in","dop":"2026-01-17","serial_number":"248544469332468","imei1":"248544469332468","imei2":"248544469332468","popurl":"www.sarvin-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168176,"job_number":"JOB_168176","tr_customer_id":168193,"tr_customer_product_id":168183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandra Verma","mobile_number":"7044521018","email_id":"jaimini.embranthiri@gmail.com","dop":"2026-01-17","serial_number":"645789974821454","imei1":"645789974821454","imei2":"645789974821454","popurl":"www.arjun-devar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168177,"job_number":"JOB_168177","tr_customer_id":168194,"tr_customer_product_id":168184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Shreya Varrier","mobile_number":"7068383646","email_id":"alok.chattopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"389605102861964","imei1":"389605102861964","imei2":"389605102861964","popurl":"www.vimala-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168179,"job_number":"JOB_168179","tr_customer_id":168196,"tr_customer_product_id":168186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Malati Adiga","mobile_number":"7094360070","email_id":"amish.patel@gmail.com","dop":"2026-01-17","serial_number":"110365663258033","imei1":"110365663258033","imei2":"110365663258033","popurl":"www.agnimitra-kapoor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168180,"job_number":"JOB_168180","tr_customer_id":168197,"tr_customer_product_id":168187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vimala Ahluwalia","mobile_number":"7060379205","email_id":"bhaaswar.kaur@gmail.com","dop":"2026-01-17","serial_number":"844536140617269","imei1":"844536140617269","imei2":"844536140617269","popurl":"www.mani-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168181,"job_number":"JOB_168181","tr_customer_id":168198,"tr_customer_product_id":168188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Esha Dwivedi","mobile_number":"7004691045","email_id":"rageshwari.khan@hotmail.com","dop":"2026-01-17","serial_number":"220686204728928","imei1":"220686204728928","imei2":"220686204728928","popurl":"www.mohana-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168182,"job_number":"JOB_168182","tr_customer_id":168199,"tr_customer_product_id":168189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anish Gupta","mobile_number":"7076814182","email_id":"keerti.gupta@yahoo.co.in","dop":"2026-01-17","serial_number":"543748313039813","imei1":"543748313039813","imei2":"543748313039813","popurl":"www.sucheta-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168183,"job_number":"JOB_168183","tr_customer_id":168200,"tr_customer_product_id":168190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ayushmati Iyer","mobile_number":"7082704090","email_id":"deveshwar.sethi@gmail.com","dop":"2026-01-17","serial_number":"291456131511690","imei1":"291456131511690","imei2":"291456131511690","popurl":"www.krishnadasa-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168184,"job_number":"JOB_168184","tr_customer_id":168201,"tr_customer_product_id":168191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kama Butt","mobile_number":"7096618951","email_id":"vaijayanthi.adiga@gmail.com","dop":"2026-01-17","serial_number":"597206991755010","imei1":"597206991755010","imei2":"597206991755010","popurl":"www.anish-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168185,"job_number":"JOB_168185","tr_customer_id":168202,"tr_customer_product_id":168192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ekaparnika Nambeesan","mobile_number":"7084505881","email_id":"deven.joshi@hotmail.com","dop":"2026-01-17","serial_number":"527685975145976","imei1":"527685975145976","imei2":"527685975145976","popurl":"www.durgeshwari-nayar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168186,"job_number":"JOB_168186","tr_customer_id":168203,"tr_customer_product_id":168193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chandramauli Gowda","mobile_number":"7076718782","email_id":"goswamee.butt@hotmail.com","dop":"2026-01-17","serial_number":"325575926878631","imei1":"325575926878631","imei2":"325575926878631","popurl":"www.aagneya-abbott.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168187,"job_number":"JOB_168187","tr_customer_id":168204,"tr_customer_product_id":168194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Puneet Tagore","mobile_number":"7070208753","email_id":"krishnadas.sinha@hotmail.com","dop":"2026-01-17","serial_number":"861937628171568","imei1":"861937628171568","imei2":"861937628171568","popurl":"www.bilwa-mishra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168188,"job_number":"JOB_168188","tr_customer_id":168205,"tr_customer_product_id":168195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balagovind Arora","mobile_number":"7031531462","email_id":"swara.iyengar@gmail.com","dop":"2026-01-17","serial_number":"891818401023159","imei1":"891818401023159","imei2":"891818401023159","popurl":"www.chandraswaroopa-kaul.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168189,"job_number":"JOB_168189","tr_customer_id":168206,"tr_customer_product_id":168196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kin Mahajan","mobile_number":"7072531315","email_id":"ahalya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"999754818649567","imei1":"999754818649567","imei2":"999754818649567","popurl":"www.chetan-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168190,"job_number":"JOB_168190","tr_customer_id":168207,"tr_customer_product_id":168197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balachandra Kakkar","mobile_number":"7032263868","email_id":"devdan.bhat@hotmail.com","dop":"2026-01-17","serial_number":"105468873924195","imei1":"105468873924195","imei2":"105468873924195","popurl":"www.darshwana-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168191,"job_number":"JOB_168191","tr_customer_id":168208,"tr_customer_product_id":168198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Aalok Deshpande","mobile_number":"7072539080","email_id":"gemine.bhat@yahoo.co.in","dop":"2026-01-17","serial_number":"768846817619370","imei1":"768846817619370","imei2":"768846817619370","popurl":"www.narinder-bhat.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168195,"job_number":"JOB_168195","tr_customer_id":168212,"tr_customer_product_id":168202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Suresh Namboothiri","mobile_number":"7069695354","email_id":"prasad.talwar@hotmail.com","dop":"2026-01-17","serial_number":"174630033067530","imei1":"174630033067530","imei2":"174630033067530","popurl":"www.adhrit-menon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168196,"job_number":"JOB_168196","tr_customer_id":168213,"tr_customer_product_id":168203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anil Dhawan","mobile_number":"7070028894","email_id":"kumari.mehra@gmail.com","dop":"2026-01-17","serial_number":"325586393928619","imei1":"325586393928619","imei2":"325586393928619","popurl":"www.chakrika-kaul.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168197,"job_number":"JOB_168197","tr_customer_id":168214,"tr_customer_product_id":168204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Prajapat","mobile_number":"7097444520","email_id":"swara.ganaka@gmail.com","dop":"2026-01-17","serial_number":"914701472395236","imei1":"914701472395236","imei2":"914701472395236","popurl":"www.kama-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168198,"job_number":"JOB_168198","tr_customer_id":168215,"tr_customer_product_id":168205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chakradhar Pillai","mobile_number":"7065856347","email_id":"aatreya.pillai@yahoo.co.in","dop":"2026-01-17","serial_number":"543748323384088","imei1":"543748323384088","imei2":"543748323384088","popurl":"www.trilok-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168199,"job_number":"JOB_168199","tr_customer_id":168216,"tr_customer_product_id":168206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Nambeesan","mobile_number":"7068570208","email_id":"deeptendu.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"590159293640789","imei1":"590159293640789","imei2":"590159293640789","popurl":"www.hiranya-dutta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168200,"job_number":"JOB_168200","tr_customer_id":168217,"tr_customer_product_id":168207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Bhooshit Abbott","mobile_number":"7080102585","email_id":"aaryan.butt@gmail.com","dop":"2026-01-17","serial_number":"706792543344082","imei1":"706792543344082","imei2":"706792543344082","popurl":"www.shashi-varma.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168201,"job_number":"JOB_168201","tr_customer_id":168219,"tr_customer_product_id":168208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Dhara Varman","mobile_number":"7087454376","email_id":"shivakari.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"975768866653230","imei1":"975768866653230","imei2":"975768866653230","popurl":"www.lavanya-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168202,"job_number":"JOB_168202","tr_customer_id":168218,"tr_customer_product_id":168209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Buddhana Mahajan","mobile_number":"7081108320","email_id":"arindam.khatri@hotmail.com","dop":"2026-01-17","serial_number":"739069177439111","imei1":"739069177439111","imei2":"739069177439111","popurl":"www.ramaa-tagore.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168203,"job_number":"JOB_168203","tr_customer_id":168220,"tr_customer_product_id":168210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Deeptimay Ganaka","mobile_number":"7069328342","email_id":"anjaneya.kaur@gmail.com","dop":"2026-01-17","serial_number":"301862860042281","imei1":"301862860042281","imei2":"301862860042281","popurl":"www.gaurang-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168204,"job_number":"JOB_168204","tr_customer_id":168221,"tr_customer_product_id":168211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Gouranga Gupta","mobile_number":"7066851917","email_id":"shivakari.varrier@hotmail.com","dop":"2026-01-17","serial_number":"057270962748011","imei1":"057270962748011","imei2":"057270962748011","popurl":"www.bhargava-shukla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168205,"job_number":"JOB_168205","tr_customer_id":168222,"tr_customer_product_id":168212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Akshita Mehrotra","mobile_number":"7086685963","email_id":"dwaipayana.mahajan@gmail.com","dop":"2026-01-17","serial_number":"086564955613631","imei1":"086564955613631","imei2":"086564955613631","popurl":"www.darshan-bhattacharya.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168207,"job_number":"JOB_168207","tr_customer_id":168224,"tr_customer_product_id":168214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bishnu Dutta","mobile_number":"7051455224","email_id":"anjushri.gill@yahoo.co.in","dop":"2026-01-17","serial_number":"333310769090549","imei1":"333310769090549","imei2":"333310769090549","popurl":"www.bakula-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168208,"job_number":"JOB_168208","tr_customer_id":168225,"tr_customer_product_id":168215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Prema Trivedi","mobile_number":"7068084525","email_id":"vasundhara.marar@hotmail.com","dop":"2026-01-17","serial_number":"205887612107788","imei1":"205887612107788","imei2":"205887612107788","popurl":"www.jagdish-tandon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168209,"job_number":"JOB_168209","tr_customer_id":168226,"tr_customer_product_id":168216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Devdan Dutta","mobile_number":"7027492908","email_id":"chandran.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"858922008389057","imei1":"858922008389057","imei2":"858922008389057","popurl":"www.chandraswaroopa-varman.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168210,"job_number":"JOB_168210","tr_customer_id":168227,"tr_customer_product_id":168217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Ekaling Asan","mobile_number":"7017995918","email_id":"aasa.guha@hotmail.com","dop":"2026-01-17","serial_number":"361064068307831","imei1":"361064068307831","imei2":"361064068307831","popurl":"www.ghanshyam-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168211,"job_number":"JOB_168211","tr_customer_id":168228,"tr_customer_product_id":168218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Jitendra Pillai","mobile_number":"7073043265","email_id":"shantanu.chaturvedi@yahoo.co.in","dop":"2026-01-17","serial_number":"046515445662526","imei1":"046515445662526","imei2":"046515445662526","popurl":"www.eshana-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168212,"job_number":"JOB_168212","tr_customer_id":168229,"tr_customer_product_id":168219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bhooshit Ganaka","mobile_number":"7016630121","email_id":"girija.bhat@hotmail.com","dop":"2026-01-17","serial_number":"140321290638336","imei1":"140321290638336","imei2":"140321290638336","popurl":"www.anagh-chopra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168213,"job_number":"JOB_168213","tr_customer_id":168230,"tr_customer_product_id":168220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Dandak Jain","mobile_number":"7031859260","email_id":"charvi.nambeesan@hotmail.com","dop":"2026-01-17","serial_number":"256378860455060","imei1":"256378860455060","imei2":"256378860455060","popurl":"www.shashi-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168214,"job_number":"JOB_168214","tr_customer_id":168231,"tr_customer_product_id":168221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:09:44.000Z","modified_at":"2026-01-27T12:09:44.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15585732066824","imei1":"15585732066824","imei2":"15585732066824","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168216,"job_number":"JOB_168216","tr_customer_id":168233,"tr_customer_product_id":168223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:00.000Z","modified_at":"2026-01-27T12:10:00.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15888285633922","imei1":"15888285633922","imei2":"15888285633922","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168218,"job_number":"JOB_168218","tr_customer_id":168235,"tr_customer_product_id":168225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:17.000Z","modified_at":"2026-01-27T12:10:17.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16459082111863","imei1":"16459082111863","imei2":"16459082111863","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168220,"job_number":"JOB_168220","tr_customer_id":168237,"tr_customer_product_id":168227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Jai Pillai","mobile_number":"7048987638","email_id":"digambara.dwivedi@hotmail.com","dop":"2026-01-17","serial_number":"351663360147969","imei1":"351663360147969","imei2":"351663360147969","popurl":"www.acaryatanaya-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168221,"job_number":"JOB_168221","tr_customer_id":168239,"tr_customer_product_id":168229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Anasuya Varma","mobile_number":"7056285526","email_id":"shridevi.varrier@hotmail.com","dop":"2026-01-17","serial_number":"884127054365020","imei1":"884127054365020","imei2":"884127054365020","popurl":"www.hari-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168222,"job_number":"JOB_168222","tr_customer_id":168238,"tr_customer_product_id":168228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Harinakshi Mehrotra","mobile_number":"7097412792","email_id":"omana.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"611970057824369","imei1":"611970057824369","imei2":"611970057824369","popurl":"www.tapan-arora.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168223,"job_number":"JOB_168223","tr_customer_id":168241,"tr_customer_product_id":168230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Devesh Kaur","mobile_number":"7098102148","email_id":"yogendra.kaur@gmail.com","dop":"2026-01-17","serial_number":"743193379623075","imei1":"743193379623075","imei2":"743193379623075","popurl":"www.subhasini-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168224,"job_number":"JOB_168224","tr_customer_id":168240,"tr_customer_product_id":168231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Lakshmidhar Malik","mobile_number":"7073899809","email_id":"arindam.tagore@hotmail.com","dop":"2026-01-17","serial_number":"678891533948343","imei1":"678891533948343","imei2":"678891533948343","popurl":"www.aadi-adiga.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168225,"job_number":"JOB_168225","tr_customer_id":168242,"tr_customer_product_id":168232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:36.000Z","modified_at":"2026-01-27T12:22:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16487763938218","imei1":"16487763938218","imei2":"16487763938218","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168227,"job_number":"JOB_168227","tr_customer_id":168244,"tr_customer_product_id":168234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:38.000Z","modified_at":"2026-01-27T12:22:38.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53668157243722","imei1":"53668157243722","imei2":"53668157243722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168228,"job_number":"JOB_168228","tr_customer_id":168245,"tr_customer_product_id":168235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Tanya Bhattacharya","mobile_number":"7059149789","email_id":"deeptiman.kaniyar@gmail.com","dop":"2026-01-17","serial_number":"012788348914751","imei1":"012788348914751","imei2":"012788348914751","popurl":"www.mohana-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168229,"job_number":"JOB_168229","tr_customer_id":168246,"tr_customer_product_id":168236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Vasudev Bharadwaj","mobile_number":"7073845519","email_id":"ajit.guha@hotmail.com","dop":"2026-01-17","serial_number":"967332951939340","imei1":"967332951939340","imei2":"967332951939340","popurl":"www.dayaananda-gowda.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168230,"job_number":"JOB_168230","tr_customer_id":168247,"tr_customer_product_id":168237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Bheeshma Jain","mobile_number":"7059421692","email_id":"prasanna.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"833050871578067","imei1":"833050871578067","imei2":"833050871578067","popurl":"www.vaijayanthi-ahuja.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168231,"job_number":"JOB_168231","tr_customer_id":168248,"tr_customer_product_id":168238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Jaya Kaul","mobile_number":"7053995341","email_id":"girindra.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"445076252064431","imei1":"445076252064431","imei2":"445076252064431","popurl":"www.chaturbhuj-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168232,"job_number":"JOB_168232","tr_customer_id":168249,"tr_customer_product_id":168239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Trisha Johar","mobile_number":"7068949896","email_id":"agrata.iyer@hotmail.com","dop":"2026-01-17","serial_number":"233185802174858","imei1":"233185802174858","imei2":"233185802174858","popurl":"www.ranjeet-agarwal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168233,"job_number":"JOB_168233","tr_customer_id":168251,"tr_customer_product_id":168241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Prayag Johar","mobile_number":"7003652757","email_id":"adheesh.mehrotra@gmail.com","dop":"2026-01-17","serial_number":"304306716864460","imei1":"304306716864460","imei2":"304306716864460","popurl":"www.brahma-jain.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168234,"job_number":"JOB_168234","tr_customer_id":168250,"tr_customer_product_id":168240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Anish Chopra","mobile_number":"7015546136","email_id":"divakar.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"073590567887108","imei1":"073590567887108","imei2":"073590567887108","popurl":"www.deevakar-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168235,"job_number":"JOB_168235","tr_customer_id":168253,"tr_customer_product_id":168242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Aanandaswarup Menon","mobile_number":"7050715808","email_id":"arindam.singh@hotmail.com","dop":"2026-01-17","serial_number":"830722785884696","imei1":"830722785884696","imei2":"830722785884696","popurl":"www.daksha-jain.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168236,"job_number":"JOB_168236","tr_customer_id":168252,"tr_customer_product_id":168243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Amarnath Saini","mobile_number":"7066114456","email_id":"gopee.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"054434794473818","imei1":"054434794473818","imei2":"054434794473818","popurl":"www.bharadwaj-mehra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168237,"job_number":"JOB_168237","tr_customer_id":168254,"tr_customer_product_id":168244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Krishnadas Adiga","mobile_number":"7068260260","email_id":"poornima.verma@hotmail.com","dop":"2026-01-17","serial_number":"033577332190658","imei1":"033577332190658","imei2":"033577332190658","popurl":"www.jyotis-kocchar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168238,"job_number":"JOB_168238","tr_customer_id":168255,"tr_customer_product_id":168245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:20.000Z","modified_at":"2026-01-27T12:23:20.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17953161811409","imei1":"17953161811409","imei2":"17953161811409","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168240,"job_number":"JOB_168240","tr_customer_id":168257,"tr_customer_product_id":168247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:22.000Z","modified_at":"2026-01-27T12:23:22.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"91869338609526","imei1":"91869338609526","imei2":"91869338609526","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168241,"job_number":"JOB_168241","tr_customer_id":168258,"tr_customer_product_id":168248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:04.000Z","modified_at":"2026-01-27T12:24:04.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18019431176168","imei1":"18019431176168","imei2":"18019431176168","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168243,"job_number":"JOB_168243","tr_customer_id":168260,"tr_customer_product_id":168250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:06.000Z","modified_at":"2026-01-27T12:24:06.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94175444839677","imei1":"94175444839677","imei2":"94175444839677","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168244,"job_number":"JOB_168244","tr_customer_id":168261,"tr_customer_product_id":168251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:12.000Z","modified_at":"2026-01-27T12:33:12.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16853693244096","imei1":"16853693244096","imei2":"16853693244096","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168246,"job_number":"JOB_168246","tr_customer_id":168263,"tr_customer_product_id":168253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:14.000Z","modified_at":"2026-01-27T12:33:14.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70322021367703","imei1":"70322021367703","imei2":"70322021367703","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168247,"job_number":"JOB_168247","tr_customer_id":168264,"tr_customer_product_id":168254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:03.000Z","modified_at":"2026-01-27T12:34:03.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19926693469878","imei1":"19926693469878","imei2":"19926693469878","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168249,"job_number":"JOB_168249","tr_customer_id":168266,"tr_customer_product_id":168256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:05.000Z","modified_at":"2026-01-27T12:34:05.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49000460081954","imei1":"49000460081954","imei2":"49000460081954","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168250,"job_number":"JOB_168250","tr_customer_id":168267,"tr_customer_product_id":168257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:55.000Z","modified_at":"2026-01-27T12:34:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11132776219601","imei1":"11132776219601","imei2":"11132776219601","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168252,"job_number":"JOB_168252","tr_customer_id":168269,"tr_customer_product_id":168259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:57.000Z","modified_at":"2026-01-27T12:34:57.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"26009336482955","imei1":"26009336482955","imei2":"26009336482955","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168253,"job_number":"JOB_168253","tr_customer_id":168270,"tr_customer_product_id":168260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"World Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"18844432193440","imei1":"18844432193440","imei2":"18844432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168254,"job_number":"JOB_168254","tr_customer_id":168271,"tr_customer_product_id":168261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"dfdfd Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10944432193440","imei1":"10944432193440","imei2":"10944432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168255,"job_number":"JOB_168255","tr_customer_id":168272,"tr_customer_product_id":168262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"hello Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10942232193440","imei1":"10942232193440","imei2":"10942232193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168256,"job_number":"JOB_168256","tr_customer_id":168273,"tr_customer_product_id":168263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ganaka Ganaka","mobile_number":"7008604529","email_id":"chaturbhuj.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"580968190866739","imei1":"580968190866739","imei2":"580968190866739","popurl":"www.bhoopati-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168257,"job_number":"JOB_168257","tr_customer_id":168274,"tr_customer_product_id":168264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Chidananda Varman","mobile_number":"7081541989","email_id":"bhushan.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"520358638387078","imei1":"520358638387078","imei2":"520358638387078","popurl":"www.abhaidev-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168258,"job_number":"JOB_168258","tr_customer_id":168275,"tr_customer_product_id":168265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Triloki Nath Gill","mobile_number":"7020959627","email_id":"ajeet.shukla@yahoo.co.in","dop":"2026-01-17","serial_number":"154315835505877","imei1":"154315835505877","imei2":"154315835505877","popurl":"www.adhrit-talwar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168259,"job_number":"JOB_168259","tr_customer_id":168276,"tr_customer_product_id":168266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Indra Bandopadhyay","mobile_number":"7084928060","email_id":"sarada.rana@hotmail.com","dop":"2026-01-17","serial_number":"119167337360261","imei1":"119167337360261","imei2":"119167337360261","popurl":"www.atmaja-rana.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168260,"job_number":"JOB_168260","tr_customer_id":168277,"tr_customer_product_id":168267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ekadant Iyengar","mobile_number":"7083283137","email_id":"akshainie.varman@hotmail.com","dop":"2026-01-17","serial_number":"807684574494302","imei1":"807684574494302","imei2":"807684574494302","popurl":"www.anuja-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168261,"job_number":"JOB_168261","tr_customer_id":168278,"tr_customer_product_id":168268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Budhil Kaul","mobile_number":"7007472388","email_id":"vidhya.johar@yahoo.co.in","dop":"2026-01-17","serial_number":"346899966887362","imei1":"346899966887362","imei2":"346899966887362","popurl":"www.dayamayee-pandey.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168262,"job_number":"JOB_168262","tr_customer_id":168279,"tr_customer_product_id":168269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Swara Bandopadhyay","mobile_number":"7016741813","email_id":"aadi.varman@gmail.com","dop":"2026-01-17","serial_number":"447201130297179","imei1":"447201130297179","imei2":"447201130297179","popurl":"www.ekaparnika-ahuja.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168263,"job_number":"JOB_168263","tr_customer_id":168280,"tr_customer_product_id":168270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhuvanesh Arora","mobile_number":"7059618969","email_id":"bhamini.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"030187202982318","imei1":"030187202982318","imei2":"030187202982318","popurl":"www.chaaruchandra-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168264,"job_number":"JOB_168264","tr_customer_id":168281,"tr_customer_product_id":168271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhargava Kapoor","mobile_number":"7017308625","email_id":"ajeet.sinha@gmail.com","dop":"2026-01-17","serial_number":"210483892952342","imei1":"210483892952342","imei2":"210483892952342","popurl":"www.bhishma-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168265,"job_number":"JOB_168265","tr_customer_id":168282,"tr_customer_product_id":168272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:12.000Z","name":"Rakesh Ganaka","mobile_number":"7081162089","email_id":"smriti.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"973373170161546","imei1":"973373170161546","imei2":"973373170161546","popurl":"www.deependra-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168267,"job_number":"JOB_168267","tr_customer_id":168284,"tr_customer_product_id":168274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:16.000Z","modified_at":"2026-01-27T13:44:16.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13972199692843","imei1":"13972199692843","imei2":"13972199692843","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168269,"job_number":"JOB_168269","tr_customer_id":168286,"tr_customer_product_id":168276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:33.000Z","modified_at":"2026-01-27T13:44:33.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11740035973162","imei1":"11740035973162","imei2":"11740035973162","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168271,"job_number":"JOB_168271","tr_customer_id":168288,"tr_customer_product_id":168278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:50.000Z","modified_at":"2026-01-27T13:44:50.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16137037844247","imei1":"16137037844247","imei2":"16137037844247","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168273,"job_number":"JOB_168273","tr_customer_id":168290,"tr_customer_product_id":168280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Anaadi Devar","mobile_number":"7084683703","email_id":"ekaling.namboothiri@hotmail.com","dop":"2026-01-17","serial_number":"656477353144113","imei1":"656477353144113","imei2":"656477353144113","popurl":"www.deepesh-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168274,"job_number":"JOB_168274","tr_customer_id":168292,"tr_customer_product_id":168282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ankal Nair","mobile_number":"7063975020","email_id":"gauraang.joshi@gmail.com","dop":"2026-01-17","serial_number":"907222504346697","imei1":"907222504346697","imei2":"907222504346697","popurl":"www.manoj-varman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168275,"job_number":"JOB_168275","tr_customer_id":168291,"tr_customer_product_id":168281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Pran Dubashi","mobile_number":"7068961883","email_id":"ekaparnika.agarwal@yahoo.co.in","dop":"2026-01-17","serial_number":"286857647138780","imei1":"286857647138780","imei2":"286857647138780","popurl":"www.amrita-embranthiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168276,"job_number":"JOB_168276","tr_customer_id":168293,"tr_customer_product_id":168283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chetanaanand Reddy","mobile_number":"7045392486","email_id":"anal.deshpande@yahoo.co.in","dop":"2026-01-17","serial_number":"408809447341215","imei1":"408809447341215","imei2":"408809447341215","popurl":"www.abhirath-achari.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168277,"job_number":"JOB_168277","tr_customer_id":168294,"tr_customer_product_id":168284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chandi Malik","mobile_number":"7095444726","email_id":"deb.ahuja@yahoo.co.in","dop":"2026-01-17","serial_number":"912578778448772","imei1":"912578778448772","imei2":"912578778448772","popurl":"www.tanushree-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168278,"job_number":"JOB_168278","tr_customer_id":168295,"tr_customer_product_id":168285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhargava Mukhopadhyay","mobile_number":"7026138278","email_id":"anurag.mishra@gmail.com","dop":"2026-01-17","serial_number":"875406830158462","imei1":"875406830158462","imei2":"875406830158462","popurl":"www.kali-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168279,"job_number":"JOB_168279","tr_customer_id":168296,"tr_customer_product_id":168286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ranjit Chopra","mobile_number":"7073725800","email_id":"bhagirathi.guneta@hotmail.com","dop":"2026-01-17","serial_number":"360525324757118","imei1":"360525324757118","imei2":"360525324757118","popurl":"www.jagadish-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168280,"job_number":"JOB_168280","tr_customer_id":168297,"tr_customer_product_id":168287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Lal Ahuja","mobile_number":"7037608651","email_id":"dhanalakshmi.pothuvaal@gmail.com","dop":"2026-01-17","serial_number":"863448801333047","imei1":"863448801333047","imei2":"863448801333047","popurl":"www.jyoti-pothuvaal.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168281,"job_number":"JOB_168281","tr_customer_id":168298,"tr_customer_product_id":168288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhardwaj Shukla","mobile_number":"7025057013","email_id":"mayoor.iyer@hotmail.com","dop":"2026-01-17","serial_number":"135556889699370","imei1":"135556889699370","imei2":"135556889699370","popurl":"www.sharmila-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168282,"job_number":"JOB_168282","tr_customer_id":168299,"tr_customer_product_id":168289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Girish Banerjee","mobile_number":"7048017873","email_id":"aaryan.guneta@hotmail.com","dop":"2026-01-17","serial_number":"740725273090990","imei1":"740725273090990","imei2":"740725273090990","popurl":"www.rati-jha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168283,"job_number":"JOB_168283","tr_customer_id":168300,"tr_customer_product_id":168290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Swarnalata Prajapat","mobile_number":"7099479914","email_id":"balaaditya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"141575034126703","imei1":"141575034126703","imei2":"141575034126703","popurl":"www.narinder-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168284,"job_number":"JOB_168284","tr_customer_id":168301,"tr_customer_product_id":168291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Shanti Bhattathiri","mobile_number":"7016029439","email_id":"oormila.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"247116872323691","imei1":"247116872323691","imei2":"247116872323691","popurl":"www.dayaanidhi-dwivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168285,"job_number":"JOB_168285","tr_customer_id":168302,"tr_customer_product_id":168292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Bhadrak Arora","mobile_number":"7032870005","email_id":"bhishma.acharya@hotmail.com","dop":"2026-01-17","serial_number":"559643001190677","imei1":"559643001190677","imei2":"559643001190677","popurl":"www.anjaneya-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168286,"job_number":"JOB_168286","tr_customer_id":168303,"tr_customer_product_id":168293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dayaamay Khan","mobile_number":"7027838011","email_id":"param.khanna@hotmail.com","dop":"2026-01-17","serial_number":"246434267233391","imei1":"246434267233391","imei2":"246434267233391","popurl":"www.mohinder-malik.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168287,"job_number":"JOB_168287","tr_customer_id":168304,"tr_customer_product_id":168294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Rageshwari Sinha","mobile_number":"7007609666","email_id":"aaryan.mishra@hotmail.com","dop":"2026-01-17","serial_number":"762876885452505","imei1":"762876885452505","imei2":"762876885452505","popurl":"www.dandapaani-kakkar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168288,"job_number":"JOB_168288","tr_customer_id":168305,"tr_customer_product_id":168295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Chandini Panicker","mobile_number":"7041401584","email_id":"nimit.shukla@hotmail.com","dop":"2026-01-17","serial_number":"030455514100990","imei1":"030455514100990","imei2":"030455514100990","popurl":"www.kama-mishra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168289,"job_number":"JOB_168289","tr_customer_id":168306,"tr_customer_product_id":168296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Laxmi Khan","mobile_number":"7044561872","email_id":"amaranaath.mukhopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"798628166538875","imei1":"798628166538875","imei2":"798628166538875","popurl":"www.chakravartee-malik.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168290,"job_number":"JOB_168290","tr_customer_id":168307,"tr_customer_product_id":168297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Param Namboothiri","mobile_number":"7051395959","email_id":"shresth.acharya@gmail.com","dop":"2026-01-17","serial_number":"939906965759411","imei1":"939906965759411","imei2":"939906965759411","popurl":"www.digambar-khatri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168291,"job_number":"JOB_168291","tr_customer_id":168308,"tr_customer_product_id":168298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gitanjali Nehru","mobile_number":"7033196788","email_id":"bhramar.iyer@hotmail.com","dop":"2026-01-17","serial_number":"159118065780587","imei1":"159118065780587","imei2":"159118065780587","popurl":"www.adhrit-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168292,"job_number":"JOB_168292","tr_customer_id":168309,"tr_customer_product_id":168299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Yogendra Rana","mobile_number":"7013127135","email_id":"ekalavya.pandey@hotmail.com","dop":"2026-01-17","serial_number":"181276253587809","imei1":"181276253587809","imei2":"181276253587809","popurl":"www.himadri-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168293,"job_number":"JOB_168293","tr_customer_id":168310,"tr_customer_product_id":168300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gayatri Gill","mobile_number":"7078914110","email_id":"tanya.gowda@yahoo.co.in","dop":"2026-01-17","serial_number":"425618954904736","imei1":"425618954904736","imei2":"425618954904736","popurl":"www.baala-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168294,"job_number":"JOB_168294","tr_customer_id":168311,"tr_customer_product_id":168301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Deeptimoyee Trivedi","mobile_number":"7081075397","email_id":"rupinder.chopra@yahoo.co.in","dop":"2026-01-17","serial_number":"820682428873616","imei1":"820682428873616","imei2":"820682428873616","popurl":"www.jay-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168295,"job_number":"JOB_168295","tr_customer_id":168312,"tr_customer_product_id":168302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Abhisyanta Tagore","mobile_number":"7098322412","email_id":"chaitan.naik@hotmail.com","dop":"2026-01-17","serial_number":"462957100239314","imei1":"462957100239314","imei2":"462957100239314","popurl":"www.gati-nair.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168296,"job_number":"JOB_168296","tr_customer_id":168313,"tr_customer_product_id":168303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Aaryan Varrier","mobile_number":"7086629267","email_id":"shashi.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"297041655924701","imei1":"297041655924701","imei2":"297041655924701","popurl":"www.gajabahu-rana.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168297,"job_number":"JOB_168297","tr_customer_id":168314,"tr_customer_product_id":168304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Nirbhay Chattopadhyay","mobile_number":"7061002611","email_id":"eshana.bhattathiri@hotmail.com","dop":"2026-01-17","serial_number":"297775248264917","imei1":"297775248264917","imei2":"297775248264917","popurl":"www.shubhaprada-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168298,"job_number":"JOB_168298","tr_customer_id":168315,"tr_customer_product_id":168305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Baalagopaal Patil","mobile_number":"7096912025","email_id":"abhirath.mukhopadhyay@hotmail.com","dop":"2026-01-17","serial_number":"757612487874979","imei1":"757612487874979","imei2":"757612487874979","popurl":"www.bhushit-guha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168299,"job_number":"JOB_168299","tr_customer_id":168316,"tr_customer_product_id":168306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Jyoti Bhat","mobile_number":"7026175150","email_id":"bilwa.dubashi@gmail.com","dop":"2026-01-17","serial_number":"143523016490660","imei1":"143523016490660","imei2":"143523016490660","popurl":"www.amritambu-sinha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168300,"job_number":"JOB_168300","tr_customer_id":168317,"tr_customer_product_id":168307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Acaryatanaya Sharma","mobile_number":"7080385131","email_id":"kumuda.desai@gmail.com","dop":"2026-01-17","serial_number":"628297546043480","imei1":"628297546043480","imei2":"628297546043480","popurl":"www.sanka-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168301,"job_number":"JOB_168301","tr_customer_id":168318,"tr_customer_product_id":168308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Krishnadasa Kocchar","mobile_number":"7040706838","email_id":"vidya.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"039277206390215","imei1":"039277206390215","imei2":"039277206390215","popurl":"www.abhisyanta-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168302,"job_number":"JOB_168302","tr_customer_id":168319,"tr_customer_product_id":168309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Eshita Malik","mobile_number":"7019334340","email_id":"charuvrat.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"797082632608609","imei1":"797082632608609","imei2":"797082632608609","popurl":"www.sarla-banerjee.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168303,"job_number":"JOB_168303","tr_customer_id":168320,"tr_customer_product_id":168310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Kanishka Pandey","mobile_number":"7006447166","email_id":"deepesh.prajapat@gmail.com","dop":"2026-01-17","serial_number":"299828941401126","imei1":"299828941401126","imei2":"299828941401126","popurl":"www.aagneya-adiga.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168304,"job_number":"JOB_168304","tr_customer_id":168321,"tr_customer_product_id":168311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dhana Achari","mobile_number":"7027643900","email_id":"bala.deshpande@gmail.com","dop":"2026-01-17","serial_number":"259783489679083","imei1":"259783489679083","imei2":"259783489679083","popurl":"www.dhanesh-prajapat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168305,"job_number":"JOB_168305","tr_customer_id":168322,"tr_customer_product_id":168312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Shanti Chaturvedi","mobile_number":"7074772557","email_id":"rukmin.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"167544080266806","imei1":"167544080266806","imei2":"167544080266806","popurl":"www.karunanidhi-joshi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168306,"job_number":"JOB_168306","tr_customer_id":168323,"tr_customer_product_id":168313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Daiwik Pandey","mobile_number":"7015235624","email_id":"darshwana.saini@gmail.com","dop":"2026-01-17","serial_number":"922710613826902","imei1":"922710613826902","imei2":"922710613826902","popurl":"www.aayushman-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168307,"job_number":"JOB_168307","tr_customer_id":168324,"tr_customer_product_id":168314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bharadwaj Gowda","mobile_number":"7047901798","email_id":"amrit.chopra@hotmail.com","dop":"2026-01-17","serial_number":"691884701084889","imei1":"691884701084889","imei2":"691884701084889","popurl":"www.aarya-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168308,"job_number":"JOB_168308","tr_customer_id":168325,"tr_customer_product_id":168315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Trisha Embranthiri","mobile_number":"7078828412","email_id":"rageswari.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"379590032052216","imei1":"379590032052216","imei2":"379590032052216","popurl":"www.oormila-namboothiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168309,"job_number":"JOB_168309","tr_customer_id":168326,"tr_customer_product_id":168316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Vidur Somayaji","mobile_number":"7073570313","email_id":"dharitri.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"027182720772522","imei1":"027182720772522","imei2":"027182720772522","popurl":"www.girindra-tandon.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168310,"job_number":"JOB_168310","tr_customer_id":168327,"tr_customer_product_id":168317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ritesh Bhattacharya","mobile_number":"7098501414","email_id":"sharmila.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"103975520579777","imei1":"103975520579777","imei2":"103975520579777","popurl":"www.harinarayan-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168311,"job_number":"JOB_168311","tr_customer_id":168328,"tr_customer_product_id":168318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Devesh Mishra","mobile_number":"7033273020","email_id":"chandi.kaniyar@yahoo.co.in","dop":"2026-01-17","serial_number":"932138702134532","imei1":"932138702134532","imei2":"932138702134532","popurl":"www.devani-reddy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168312,"job_number":"JOB_168312","tr_customer_id":168329,"tr_customer_product_id":168319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chiranjeev Ahluwalia","mobile_number":"7009145254","email_id":"geeta.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"643458496795587","imei1":"643458496795587","imei2":"643458496795587","popurl":"www.prem-desai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168313,"job_number":"JOB_168313","tr_customer_id":168330,"tr_customer_product_id":168320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ananda Malik","mobile_number":"7038373963","email_id":"malti.iyer@hotmail.com","dop":"2026-01-17","serial_number":"699733414024462","imei1":"699733414024462","imei2":"699733414024462","popurl":"www.anjushree-marar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168314,"job_number":"JOB_168314","tr_customer_id":168331,"tr_customer_product_id":168321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamlesh Khanna","mobile_number":"7095467911","email_id":"hiranya.marar@hotmail.com","dop":"2026-01-17","serial_number":"135205006698107","imei1":"135205006698107","imei2":"135205006698107","popurl":"www.garuda-pandey.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168315,"job_number":"JOB_168315","tr_customer_id":168332,"tr_customer_product_id":168322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bandhu Mahajan","mobile_number":"7099106728","email_id":"dhruv.joshi@hotmail.com","dop":"2026-01-17","serial_number":"324381924619464","imei1":"324381924619464","imei2":"324381924619464","popurl":"www.shridevi-pothuvaal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168316,"job_number":"JOB_168316","tr_customer_id":168333,"tr_customer_product_id":168323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gajadhar Khatri","mobile_number":"7009021832","email_id":"manik.pilla@hotmail.com","dop":"2026-01-17","serial_number":"824135075165620","imei1":"824135075165620","imei2":"824135075165620","popurl":"www.gaurang-patel.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168317,"job_number":"JOB_168317","tr_customer_id":168334,"tr_customer_product_id":168324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Manisha Chattopadhyay","mobile_number":"7075391580","email_id":"aagneya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"231111320521551","imei1":"231111320521551","imei2":"231111320521551","popurl":"www.dron-dubashi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168318,"job_number":"JOB_168318","tr_customer_id":168335,"tr_customer_product_id":168325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrabhaga Reddy","mobile_number":"7002922500","email_id":"gajadhar.pillai@hotmail.com","dop":"2026-01-17","serial_number":"670466987668843","imei1":"670466987668843","imei2":"670466987668843","popurl":"www.aadidev-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168319,"job_number":"JOB_168319","tr_customer_id":168336,"tr_customer_product_id":168326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Amaresh Mahajan","mobile_number":"7036858631","email_id":"brahmanandam.sharma@gmail.com","dop":"2026-01-17","serial_number":"993215241178645","imei1":"993215241178645","imei2":"993215241178645","popurl":"www.dulari-trivedi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168320,"job_number":"JOB_168320","tr_customer_id":168337,"tr_customer_product_id":168327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamla Pillai","mobile_number":"7025530093","email_id":"devi.bhattacharya@hotmail.com","dop":"2026-01-17","serial_number":"720966471356811","imei1":"720966471356811","imei2":"720966471356811","popurl":"www.chinmayananda-gandhi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168321,"job_number":"JOB_168321","tr_customer_id":168338,"tr_customer_product_id":168328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gauranga Bharadwaj","mobile_number":"7040771236","email_id":"himani.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"963565872947585","imei1":"963565872947585","imei2":"963565872947585","popurl":"www.vishnu-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168322,"job_number":"JOB_168322","tr_customer_id":168339,"tr_customer_product_id":168329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Nanda Ahluwalia","mobile_number":"7061139361","email_id":"bhoopati.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"325520571898873","imei1":"325520571898873","imei2":"325520571898873","popurl":"www.pushti-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168323,"job_number":"JOB_168323","tr_customer_id":168340,"tr_customer_product_id":168330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrakin Chattopadhyay","mobile_number":"7097544273","email_id":"kannan.agarwal@gmail.com","dop":"2026-01-17","serial_number":"692303611362579","imei1":"692303611362579","imei2":"692303611362579","popurl":"www.bilwa-deshpande.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168324,"job_number":"JOB_168324","tr_customer_id":168341,"tr_customer_product_id":168331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Devvrat Asan","mobile_number":"7036837584","email_id":"garuda.menon@hotmail.com","dop":"2026-01-17","serial_number":"186509279222993","imei1":"186509279222993","imei2":"186509279222993","popurl":"www.vaishno-nehru.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168325,"job_number":"JOB_168325","tr_customer_id":168342,"tr_customer_product_id":168332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Manoj Iyer","mobile_number":"7079001143","email_id":"giriraj.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"193173358287905","imei1":"193173358287905","imei2":"193173358287905","popurl":"www.rukmin-kaur.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168326,"job_number":"JOB_168326","tr_customer_id":168343,"tr_customer_product_id":168333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chandraayan Butt","mobile_number":"7010369756","email_id":"agnimitra.somayaji@gmail.com","dop":"2026-01-17","serial_number":"488999732494006","imei1":"488999732494006","imei2":"488999732494006","popurl":"www.gajabahu-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168327,"job_number":"JOB_168327","tr_customer_id":168344,"tr_customer_product_id":168334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dhanapati Mukhopadhyay","mobile_number":"7060625797","email_id":"anasooya.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"677865205290071","imei1":"677865205290071","imei2":"677865205290071","popurl":"www.akshita-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168328,"job_number":"JOB_168328","tr_customer_id":168345,"tr_customer_product_id":168335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Bhishma Ahluwalia","mobile_number":"7070024748","email_id":"gitanjali.patel@gmail.com","dop":"2026-01-17","serial_number":"909928173955236","imei1":"909928173955236","imei2":"909928173955236","popurl":"www.lavanya-ahluwalia.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168329,"job_number":"JOB_168329","tr_customer_id":168346,"tr_customer_product_id":168336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Tanushri Desai","mobile_number":"7029790501","email_id":"bilva.achari@yahoo.co.in","dop":"2026-01-17","serial_number":"635481645607749","imei1":"635481645607749","imei2":"635481645607749","popurl":"www.chapala-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168330,"job_number":"JOB_168330","tr_customer_id":168347,"tr_customer_product_id":168337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girija Johar","mobile_number":"7087953579","email_id":"manoj.jain@gmail.com","dop":"2026-01-17","serial_number":"955820954820200","imei1":"955820954820200","imei2":"955820954820200","popurl":"www.vaishnavi-jha.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168331,"job_number":"JOB_168331","tr_customer_id":168348,"tr_customer_product_id":168338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gautam Khan","mobile_number":"7062693799","email_id":"siddarth.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"391242264746741","imei1":"391242264746741","imei2":"391242264746741","popurl":"www.ananda-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168332,"job_number":"JOB_168332","tr_customer_id":168349,"tr_customer_product_id":168339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ananta Bandopadhyay","mobile_number":"7064038836","email_id":"ujjawal.asan@hotmail.com","dop":"2026-01-17","serial_number":"193785608841020","imei1":"193785608841020","imei2":"193785608841020","popurl":"www.gajabahu-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168333,"job_number":"JOB_168333","tr_customer_id":168350,"tr_customer_product_id":168340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ramaa Ahluwalia","mobile_number":"7043740065","email_id":"krishnadasa.abbott@gmail.com","dop":"2026-01-17","serial_number":"055694745124624","imei1":"055694745124624","imei2":"055694745124624","popurl":"www.anilaabh-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168334,"job_number":"JOB_168334","tr_customer_id":168351,"tr_customer_product_id":168341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Anjushri Kakkar","mobile_number":"7053074102","email_id":"chitraksh.talwar@hotmail.com","dop":"2026-01-17","serial_number":"573357269817417","imei1":"573357269817417","imei2":"573357269817417","popurl":"www.tanya-nair.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168335,"job_number":"JOB_168335","tr_customer_id":168352,"tr_customer_product_id":168342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Adhrit Kapoor","mobile_number":"7027432401","email_id":"aruna.pillai@hotmail.com","dop":"2026-01-17","serial_number":"348584581440138","imei1":"348584581440138","imei2":"348584581440138","popurl":"www.bhargavi-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168336,"job_number":"JOB_168336","tr_customer_id":168353,"tr_customer_product_id":168343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Swarnalata Johar","mobile_number":"7078977856","email_id":"ujjwal.desai@yahoo.co.in","dop":"2026-01-17","serial_number":"868667207996938","imei1":"868667207996938","imei2":"868667207996938","popurl":"www.laxmi-adiga.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168337,"job_number":"JOB_168337","tr_customer_id":168354,"tr_customer_product_id":168344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girik Gowda","mobile_number":"7069755534","email_id":"agrata.guneta@gmail.com","dop":"2026-01-17","serial_number":"006437615865535","imei1":"006437615865535","imei2":"006437615865535","popurl":"www.opalina-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168338,"job_number":"JOB_168338","tr_customer_id":168355,"tr_customer_product_id":168345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Lakshman Malik","mobile_number":"7054809205","email_id":"samir.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"688001834688644","imei1":"688001834688644","imei2":"688001834688644","popurl":"www.parvati-embranthiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168339,"job_number":"JOB_168339","tr_customer_id":168356,"tr_customer_product_id":168346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Abhirath Kocchar","mobile_number":"7095215331","email_id":"nirbhay.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"026538670104231","imei1":"026538670104231","imei2":"026538670104231","popurl":"www.bhilangana-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168340,"job_number":"JOB_168340","tr_customer_id":168357,"tr_customer_product_id":168347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gandharv Mishra","mobile_number":"7037736873","email_id":"chandrakala.asan@hotmail.com","dop":"2026-01-17","serial_number":"054532771311509","imei1":"054532771311509","imei2":"054532771311509","popurl":"www.anshula-gandhi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168341,"job_number":"JOB_168341","tr_customer_id":168358,"tr_customer_product_id":168348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipendra Guneta","mobile_number":"7089022167","email_id":"bhooshit.varrier@yahoo.co.in","dop":"2026-01-17","serial_number":"557394222355725","imei1":"557394222355725","imei2":"557394222355725","popurl":"www.veda-namboothiri.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168342,"job_number":"JOB_168342","tr_customer_id":168359,"tr_customer_product_id":168349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipali Naik","mobile_number":"7046169636","email_id":"adityanandan.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"181904001668628","imei1":"181904001668628","imei2":"181904001668628","popurl":"www.divjot-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168343,"job_number":"JOB_168343","tr_customer_id":168360,"tr_customer_product_id":168350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chitrangada Jain","mobile_number":"7047940952","email_id":"atmaja.somayaji@yahoo.co.in","dop":"2026-01-17","serial_number":"534353500920242","imei1":"534353500920242","imei2":"534353500920242","popurl":"www.dhyanesh-embranthiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168344,"job_number":"JOB_168344","tr_customer_id":168361,"tr_customer_product_id":168351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Eshana Mishra","mobile_number":"7035091717","email_id":"bhardwaj.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"567478943251205","imei1":"567478943251205","imei2":"567478943251205","popurl":"www.tara-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168345,"job_number":"JOB_168345","tr_customer_id":168362,"tr_customer_product_id":168352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bala Tagore","mobile_number":"7002970566","email_id":"uma.khatri@hotmail.com","dop":"2026-01-17","serial_number":"346712173888469","imei1":"346712173888469","imei2":"346712173888469","popurl":"www.vishnu-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168346,"job_number":"JOB_168346","tr_customer_id":168363,"tr_customer_product_id":168353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Vyas Tandon","mobile_number":"7042667205","email_id":"purnima.joshi@yahoo.co.in","dop":"2026-01-17","serial_number":"759616770829453","imei1":"759616770829453","imei2":"759616770829453","popurl":"www.chinmayananda-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168347,"job_number":"JOB_168347","tr_customer_id":168364,"tr_customer_product_id":168354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Apsara Mishra","mobile_number":"7047276167","email_id":"kannan.gowda@hotmail.com","dop":"2026-01-17","serial_number":"565742401215318","imei1":"565742401215318","imei2":"565742401215318","popurl":"www.bhargavi-patel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168348,"job_number":"JOB_168348","tr_customer_id":168365,"tr_customer_product_id":168355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ritesh Reddy","mobile_number":"7090019130","email_id":"bela.mishra@hotmail.com","dop":"2026-01-17","serial_number":"220858470308955","imei1":"220858470308955","imei2":"220858470308955","popurl":"www.nikita-asan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168349,"job_number":"JOB_168349","tr_customer_id":168366,"tr_customer_product_id":168356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Dhanu Dutta","mobile_number":"7018337846","email_id":"dandak.khanna@hotmail.com","dop":"2026-01-17","serial_number":"877052485523200","imei1":"877052485523200","imei2":"877052485523200","popurl":"www.atmanand-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168350,"job_number":"JOB_168350","tr_customer_id":168367,"tr_customer_product_id":168357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Abani Chaturvedi","mobile_number":"7036399880","email_id":"adhiraj.iyengar@hotmail.com","dop":"2026-01-17","serial_number":"106729502802142","imei1":"106729502802142","imei2":"106729502802142","popurl":"www.ahalya-bhat.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168351,"job_number":"JOB_168351","tr_customer_id":168368,"tr_customer_product_id":168358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Heema Pilla","mobile_number":"7064517073","email_id":"prasad.guha@gmail.com","dop":"2026-01-17","serial_number":"964173172956775","imei1":"964173172956775","imei2":"964173172956775","popurl":"www.meghnad-sharma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168352,"job_number":"JOB_168352","tr_customer_id":168369,"tr_customer_product_id":168359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Meghnad Dhawan","mobile_number":"7038382114","email_id":"anjushri.rana@gmail.com","dop":"2026-01-17","serial_number":"469600577233594","imei1":"469600577233594","imei2":"469600577233594","popurl":"www.aadrika-arora.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168353,"job_number":"JOB_168353","tr_customer_id":168370,"tr_customer_product_id":168360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Kumar Iyer","mobile_number":"7087622205","email_id":"bahula.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"810569748036493","imei1":"810569748036493","imei2":"810569748036493","popurl":"www.sher-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168354,"job_number":"JOB_168354","tr_customer_id":168371,"tr_customer_product_id":168361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Krishnadas Saini","mobile_number":"7074823966","email_id":"vrund.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"532303323194966","imei1":"532303323194966","imei2":"532303323194966","popurl":"www.pran-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168355,"job_number":"JOB_168355","tr_customer_id":168372,"tr_customer_product_id":168362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Lila Iyer","mobile_number":"7023393304","email_id":"narendra.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"089434342383766","imei1":"089434342383766","imei2":"089434342383766","popurl":"www.rohit-pillai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168356,"job_number":"JOB_168356","tr_customer_id":168373,"tr_customer_product_id":168363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ravi Mukhopadhyay","mobile_number":"7067186902","email_id":"shivakari.joshi@hotmail.com","dop":"2026-01-17","serial_number":"142948129111347","imei1":"142948129111347","imei2":"142948129111347","popurl":"www.chanda-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168357,"job_number":"JOB_168357","tr_customer_id":168375,"tr_customer_product_id":168365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Aanandaswarup Jha","mobile_number":"7076453342","email_id":"abhirath.adiga@hotmail.com","dop":"2026-01-17","serial_number":"335279886424002","imei1":"335279886424002","imei2":"335279886424002","popurl":"www.dhanapati-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168358,"job_number":"JOB_168358","tr_customer_id":168374,"tr_customer_product_id":168364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Tanya Kapoor","mobile_number":"7016042539","email_id":"udai.tagore@hotmail.com","dop":"2026-01-17","serial_number":"198386518075332","imei1":"198386518075332","imei2":"198386518075332","popurl":"www.dinkar-devar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168359,"job_number":"JOB_168359","tr_customer_id":168376,"tr_customer_product_id":168366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Mahesh Jha","mobile_number":"7038586704","email_id":"ankal.tandon@hotmail.com","dop":"2026-01-17","serial_number":"990013463977407","imei1":"990013463977407","imei2":"990013463977407","popurl":"www.bhuvaneshwar-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168360,"job_number":"JOB_168360","tr_customer_id":168377,"tr_customer_product_id":168367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bhavani Menon","mobile_number":"7051475661","email_id":"goutam.devar@hotmail.com","dop":"2026-01-17","serial_number":"149646746099263","imei1":"149646746099263","imei2":"149646746099263","popurl":"www.geeta-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168361,"job_number":"JOB_168361","tr_customer_id":168378,"tr_customer_product_id":168368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rohit Dhawan","mobile_number":"7010250076","email_id":"manisha.saini@yahoo.co.in","dop":"2026-01-17","serial_number":"817097590402320","imei1":"817097590402320","imei2":"817097590402320","popurl":"www.govinda-nair.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168362,"job_number":"JOB_168362","tr_customer_id":168379,"tr_customer_product_id":168369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rukhmani Nambeesan","mobile_number":"7009156879","email_id":"harit.ahluwalia@yahoo.co.in","dop":"2026-01-17","serial_number":"297676098700538","imei1":"297676098700538","imei2":"297676098700538","popurl":"www.krishna-achari.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168363,"job_number":"JOB_168363","tr_customer_id":168380,"tr_customer_product_id":168370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chakor Gupta","mobile_number":"7009589550","email_id":"shobhana.johar@hotmail.com","dop":"2026-01-17","serial_number":"206538448713779","imei1":"206538448713779","imei2":"206538448713779","popurl":"www.abhirath-dutta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168364,"job_number":"JOB_168364","tr_customer_id":168381,"tr_customer_product_id":168371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chandani Iyengar","mobile_number":"7019505930","email_id":"gauranga.bharadwaj@hotmail.com","dop":"2026-01-17","serial_number":"016636860422462","imei1":"016636860422462","imei2":"016636860422462","popurl":"www.aayushman-naik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168365,"job_number":"JOB_168365","tr_customer_id":168382,"tr_customer_product_id":168372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Akshaj Abbott","mobile_number":"7030785535","email_id":"devika.dhawan@hotmail.com","dop":"2026-01-17","serial_number":"185714094858276","imei1":"185714094858276","imei2":"185714094858276","popurl":"www.karan-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168366,"job_number":"JOB_168366","tr_customer_id":168383,"tr_customer_product_id":168373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Chinmayananda Talwar","mobile_number":"7029867753","email_id":"deepali.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"807692096572906","imei1":"807692096572906","imei2":"807692096572906","popurl":"www.tanirika-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168367,"job_number":"JOB_168367","tr_customer_id":168384,"tr_customer_product_id":168374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Mohana Namboothiri","mobile_number":"7075742815","email_id":"urmila.gandhi@gmail.com","dop":"2026-01-17","serial_number":"145848997681710","imei1":"145848997681710","imei2":"145848997681710","popurl":"www.rakesh-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168368,"job_number":"JOB_168368","tr_customer_id":168385,"tr_customer_product_id":168375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bilwa Adiga","mobile_number":"7051290596","email_id":"nawal.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"593529066480426","imei1":"593529066480426","imei2":"593529066480426","popurl":"www.birjesh-khanna.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168369,"job_number":"JOB_168369","tr_customer_id":168386,"tr_customer_product_id":168376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Kailash Guneta","mobile_number":"7090100585","email_id":"vaidehi.tandon@hotmail.com","dop":"2026-01-17","serial_number":"497105552825981","imei1":"497105552825981","imei2":"497105552825981","popurl":"www.dhatri-pillai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168370,"job_number":"JOB_168370","tr_customer_id":168387,"tr_customer_product_id":168377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Priya Namboothiri","mobile_number":"7013847653","email_id":"dev.iyer@hotmail.com","dop":"2026-01-17","serial_number":"077055695813289","imei1":"077055695813289","imei2":"077055695813289","popurl":"www.lakshmidhar-bhat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168371,"job_number":"JOB_168371","tr_customer_id":168388,"tr_customer_product_id":168378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bhilangana Nair","mobile_number":"7025684781","email_id":"lakshminath.mehra@yahoo.co.in","dop":"2026-01-17","serial_number":"854342691173107","imei1":"854342691173107","imei2":"854342691173107","popurl":"www.vasudeva-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168372,"job_number":"JOB_168372","tr_customer_id":168389,"tr_customer_product_id":168379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bishnu Varrier","mobile_number":"7096180955","email_id":"brajesh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"051797877589302","imei1":"051797877589302","imei2":"051797877589302","popurl":"www.ghanshyam-singh.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168373,"job_number":"JOB_168373","tr_customer_id":168390,"tr_customer_product_id":168380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Vrund Desai","mobile_number":"7001021043","email_id":"guru.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"516058943644872","imei1":"516058943644872","imei2":"516058943644872","popurl":"www.devagya-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168374,"job_number":"JOB_168374","tr_customer_id":168391,"tr_customer_product_id":168381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Akshaj Gowda","mobile_number":"7043120308","email_id":"bhoj.pandey@hotmail.com","dop":"2026-01-17","serial_number":"513976482680773","imei1":"513976482680773","imei2":"513976482680773","popurl":"www.akshita-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168375,"job_number":"JOB_168375","tr_customer_id":168393,"tr_customer_product_id":168383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Kanti Guha","mobile_number":"7080753158","email_id":"krishnadasa.embranthiri@yahoo.co.in","dop":"2026-01-17","serial_number":"780601164464121","imei1":"780601164464121","imei2":"780601164464121","popurl":"www.chaturaanan-marar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168376,"job_number":"JOB_168376","tr_customer_id":168392,"tr_customer_product_id":168382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Sachin Mishra","mobile_number":"7025701307","email_id":"aamod.gandhi@yahoo.co.in","dop":"2026-01-17","serial_number":"652516523757927","imei1":"652516523757927","imei2":"652516523757927","popurl":"www.goutam-tandon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168377,"job_number":"JOB_168377","tr_customer_id":168394,"tr_customer_product_id":168384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Damodara Namboothiri","mobile_number":"7094721194","email_id":"kashyap.agarwal@gmail.com","dop":"2026-01-17","serial_number":"472737749995572","imei1":"472737749995572","imei2":"472737749995572","popurl":"www.kamalesh-nehru.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168378,"job_number":"JOB_168378","tr_customer_id":168395,"tr_customer_product_id":168385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73416323632825","imei1":"73416323632825","imei2":"73416323632825","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168379,"job_number":"JOB_168379","tr_customer_id":168396,"tr_customer_product_id":168386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75245419690268","imei1":"75245419690268","imei2":"75245419690268","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168380,"job_number":"JOB_168380","tr_customer_id":168397,"tr_customer_product_id":168387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39222786266748","imei1":"39222786266748","imei2":"39222786266748","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168381,"job_number":"JOB_168381","tr_customer_id":168398,"tr_customer_product_id":168388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28840266828053","imei1":"28840266828053","imei2":"28840266828053","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168382,"job_number":"JOB_168382","tr_customer_id":168399,"tr_customer_product_id":168389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60030016225827","imei1":"60030016225827","imei2":"60030016225827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168383,"job_number":"JOB_168383","tr_customer_id":168400,"tr_customer_product_id":168390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16085127312844","imei1":"16085127312844","imei2":"16085127312844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168386,"job_number":"JOB_168386","tr_customer_id":168403,"tr_customer_product_id":168393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:08.000Z","modified_at":"2026-01-27T14:01:08.000Z","name":"Emily Strosin","mobile_number":"848-627-4057","email_id":"Luigi74@hotmail.com","dop":"2025-04-06","serial_number":"16407514125384720","imei1":"16407514125384720","imei2":"16407514125384720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168387,"job_number":"JOB_168387","tr_customer_id":168404,"tr_customer_product_id":168394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34977291546936","imei1":"34977291546936","imei2":"34977291546936","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168388,"job_number":"JOB_168388","tr_customer_id":168405,"tr_customer_product_id":168395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86164747961861","imei1":"86164747961861","imei2":"86164747961861","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168389,"job_number":"JOB_168389","tr_customer_id":168406,"tr_customer_product_id":168396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71206279349103","imei1":"71206279349103","imei2":"71206279349103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168390,"job_number":"JOB_168390","tr_customer_id":168407,"tr_customer_product_id":168397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35569371766624","imei1":"35569371766624","imei2":"35569371766624","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168391,"job_number":"JOB_168391","tr_customer_id":168408,"tr_customer_product_id":168398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90416539451323","imei1":"90416539451323","imei2":"90416539451323","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168392,"job_number":"JOB_168392","tr_customer_id":168409,"tr_customer_product_id":168399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:37.000Z","modified_at":"2026-01-27T14:01:37.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73336585358586","imei1":"73336585358586","imei2":"73336585358586","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168394,"job_number":"JOB_168394","tr_customer_id":168411,"tr_customer_product_id":168401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:06.000Z","modified_at":"2026-01-27T14:02:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19783492148115","imei1":"19783492148115","imei2":"19783492148115","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168396,"job_number":"JOB_168396","tr_customer_id":168413,"tr_customer_product_id":168403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:08.000Z","modified_at":"2026-01-27T14:02:08.000Z","name":"Blaise Hirthe","mobile_number":"438-921-7648","email_id":"Adele84@hotmail.com","dop":"2025-04-06","serial_number":"10503958866342878","imei1":"10503958866342878","imei2":"10503958866342878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168397,"job_number":"JOB_168397","tr_customer_id":168414,"tr_customer_product_id":168404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:09.000Z","modified_at":"2026-01-27T14:02:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59578177438508","imei1":"59578177438508","imei2":"59578177438508","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168398,"job_number":"JOB_168398","tr_customer_id":168415,"tr_customer_product_id":168405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55475719196539","imei1":"55475719196539","imei2":"55475719196539","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168399,"job_number":"JOB_168399","tr_customer_id":168416,"tr_customer_product_id":168406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80676074661303","imei1":"80676074661303","imei2":"80676074661303","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168400,"job_number":"JOB_168400","tr_customer_id":168417,"tr_customer_product_id":168407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89300376460928","imei1":"89300376460928","imei2":"89300376460928","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168401,"job_number":"JOB_168401","tr_customer_id":168418,"tr_customer_product_id":168408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50926255704989","imei1":"50926255704989","imei2":"50926255704989","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168402,"job_number":"JOB_168402","tr_customer_id":168419,"tr_customer_product_id":168409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97590247220528","imei1":"97590247220528","imei2":"97590247220528","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168405,"job_number":"JOB_168405","tr_customer_id":168422,"tr_customer_product_id":168412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:55.000Z","modified_at":"2026-01-27T14:02:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182617344206","imei1":"18182617344206","imei2":"18182617344206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168407,"job_number":"JOB_168407","tr_customer_id":168424,"tr_customer_product_id":168414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:57.000Z","modified_at":"2026-01-27T14:02:57.000Z","name":"Carissa Grant","mobile_number":"966-304-0989","email_id":"Jared_Jacobi13@yahoo.com","dop":"2025-04-06","serial_number":"10263970880212450","imei1":"10263970880212450","imei2":"10263970880212450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168409,"job_number":"JOB_168409","tr_customer_id":168426,"tr_customer_product_id":168416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:44.000Z","modified_at":"2026-01-27T14:03:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17336587485706","imei1":"17336587485706","imei2":"17336587485706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168411,"job_number":"JOB_168411","tr_customer_id":168428,"tr_customer_product_id":168418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:45.000Z","modified_at":"2026-01-27T14:03:45.000Z","name":"Norma Murazik","mobile_number":"650-890-5400","email_id":"Keely76@gmail.com","dop":"2025-04-06","serial_number":"13983934307439388","imei1":"13983934307439388","imei2":"13983934307439388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168421,"job_number":"JOB_168421","tr_customer_id":168438,"tr_customer_product_id":168428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10964616645841","imei1":"10964616645841","imei2":"10964616645841","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168423,"job_number":"JOB_168423","tr_customer_id":168440,"tr_customer_product_id":168430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12623175058629","imei1":"12623175058629","imei2":"12623175058629","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168425,"job_number":"JOB_168425","tr_customer_id":168442,"tr_customer_product_id":168432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:43.000Z","modified_at":"2026-01-27T14:22:43.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11825960743819","imei2":"11825960743819","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168426,"job_number":"JOB_168426","tr_customer_id":168443,"tr_customer_product_id":168433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:44.000Z","modified_at":"2026-01-27T14:22:44.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12411704113030","imei1":"12411704113030","imei2":"12411704113030","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168428,"job_number":"JOB_168428","tr_customer_id":168445,"tr_customer_product_id":168435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:45.000Z","modified_at":"2026-01-27T14:22:45.000Z","name":"Mafalda O'Reilly","mobile_number":"960-767-0186","email_id":"Austen88@hotmail.com","dop":"2025-04-06","serial_number":"14025083800533838","imei1":"14025083800533838","imei2":"14025083800533838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168429,"job_number":"JOB_168429","tr_customer_id":168446,"tr_customer_product_id":168436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:59.000Z","modified_at":"2026-01-27T14:22:59.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18119193389560","imei2":"18119193389560","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168431,"job_number":"JOB_168431","tr_customer_id":168448,"tr_customer_product_id":168438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:14.000Z","modified_at":"2026-01-27T14:23:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12539060878127","imei2":"12539060878127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168433,"job_number":"JOB_168433","tr_customer_id":168450,"tr_customer_product_id":168440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:33.000Z","modified_at":"2026-01-27T14:23:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11982015895071","imei1":"11982015895071","imei2":"11982015895071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168435,"job_number":"JOB_168435","tr_customer_id":168452,"tr_customer_product_id":168442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:34.000Z","modified_at":"2026-01-27T14:23:34.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13278662445784","imei1":"13278662445784","imei2":"13278662445784","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168437,"job_number":"JOB_168437","tr_customer_id":168454,"tr_customer_product_id":168444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:35.000Z","modified_at":"2026-01-27T14:23:35.000Z","name":"Antonio Rath","mobile_number":"386-555-7909","email_id":"Talon_Daugherty40@hotmail.com","dop":"2025-04-06","serial_number":"14188275916221208","imei1":"14188275916221208","imei2":"14188275916221208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168438,"job_number":"JOB_168438","tr_customer_id":168455,"tr_customer_product_id":168445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:36.000Z","modified_at":"2026-01-27T14:23:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"77974963574225","imei1":"77974963574225","imei2":"77974963574225","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168439,"job_number":"JOB_168439","tr_customer_id":168456,"tr_customer_product_id":168446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:23.000Z","modified_at":"2026-01-27T14:24:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12764741417890","imei1":"12764741417890","imei2":"12764741417890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168441,"job_number":"JOB_168441","tr_customer_id":168458,"tr_customer_product_id":168448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"Pauline Bosco","mobile_number":"637-209-6954","email_id":"Trey.Metz@hotmail.com","dop":"2025-04-06","serial_number":"18098126248934770","imei1":"18098126248934770","imei2":"18098126248934770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168442,"job_number":"JOB_168442","tr_customer_id":168459,"tr_customer_product_id":168449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18150241088696","imei1":"18150241088696","imei2":"18150241088696","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168444,"job_number":"JOB_168444","tr_customer_id":168461,"tr_customer_product_id":168451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:27.000Z","modified_at":"2026-01-27T14:24:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"38921985501182","imei1":"38921985501182","imei2":"38921985501182","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168445,"job_number":"JOB_168445","tr_customer_id":168462,"tr_customer_product_id":168452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:49.000Z","modified_at":"2026-01-27T14:24:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10264613131218","imei1":"10264613131218","imei2":"10264613131218","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168447,"job_number":"JOB_168447","tr_customer_id":168464,"tr_customer_product_id":168454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:50.000Z","modified_at":"2026-01-27T14:24:50.000Z","name":"Shakira Dickens","mobile_number":"522-320-0638","email_id":"Jewell_Harber@hotmail.com","dop":"2025-06-18","serial_number":"1065927066403027","imei1":"1065927066403027","imei2":"1065927066403027","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168451,"job_number":"JOB_168451","tr_customer_id":168468,"tr_customer_product_id":168458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:36.000Z","modified_at":"2026-01-27T14:25:36.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10817511895228","imei1":"10817511895228","imei2":"10817511895228","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168453,"job_number":"JOB_168453","tr_customer_id":168470,"tr_customer_product_id":168460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:37.000Z","modified_at":"2026-01-27T14:25:37.000Z","name":"Arianna Runte","mobile_number":"527-688-4375","email_id":"Colleen.Adams32@hotmail.com","dop":"2025-06-18","serial_number":"1050319766554530","imei1":"1050319766554530","imei2":"1050319766554530","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168461,"job_number":"JOB_168461","tr_customer_id":168478,"tr_customer_product_id":168468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:19.000Z","modified_at":"2026-01-27T14:27:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14320379351493","imei1":"14320379351493","imei2":"14320379351493","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168463,"job_number":"JOB_168463","tr_customer_id":168480,"tr_customer_product_id":168470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:20.000Z","modified_at":"2026-01-27T14:27:20.000Z","name":"Norwood Armstrong","mobile_number":"719-221-2982","email_id":"Joyce_Mueller@gmail.com","dop":"2025-04-06","serial_number":"14124170153083196","imei1":"14124170153083196","imei2":"14124170153083196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168464,"job_number":"JOB_168464","tr_customer_id":168481,"tr_customer_product_id":168471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:52.000Z","modified_at":"2026-01-27T14:27:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15519760465235","imei1":"15519760465235","imei2":"15519760465235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168466,"job_number":"JOB_168466","tr_customer_id":168483,"tr_customer_product_id":168473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:54.000Z","modified_at":"2026-01-27T14:27:54.000Z","name":"Lizeth Thompson","mobile_number":"204-207-4099","email_id":"Margie31@gmail.com","dop":"2025-04-06","serial_number":"12763104282409418","imei1":"12763104282409418","imei2":"12763104282409418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168470,"job_number":"JOB_168470","tr_customer_id":168487,"tr_customer_product_id":168477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:09.000Z","modified_at":"2026-01-27T14:28:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19562831574480","imei1":"19562831574480","imei2":"19562831574480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168472,"job_number":"JOB_168472","tr_customer_id":168489,"tr_customer_product_id":168479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:11.000Z","modified_at":"2026-01-27T14:28:11.000Z","name":"Leon Keeling","mobile_number":"790-406-3406","email_id":"Saul_Wuckert@hotmail.com","dop":"2025-04-06","serial_number":"11908915713720174","imei1":"11908915713720174","imei2":"11908915713720174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168473,"job_number":"JOB_168473","tr_customer_id":168490,"tr_customer_product_id":168480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:28.000Z","modified_at":"2026-01-27T14:28:28.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"14404252990704","imei1":"14404252990704","imei2":"14404252990704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168475,"job_number":"JOB_168475","tr_customer_id":168492,"tr_customer_product_id":168482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:29.000Z","modified_at":"2026-01-27T14:28:29.000Z","name":"Sigmund Mueller","mobile_number":"421-301-9672","email_id":"Rhoda.Larkin@hotmail.com","dop":"2025-04-06","serial_number":"10448121615233540","imei1":"10448121615233540","imei2":"10448121615233540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168476,"job_number":"JOB_168476","tr_customer_id":168493,"tr_customer_product_id":168483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:41.000Z","modified_at":"2026-01-27T14:28:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10123690691843","imei1":"10123690691843","imei2":"10123690691843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168478,"job_number":"JOB_168478","tr_customer_id":168495,"tr_customer_product_id":168485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:43.000Z","modified_at":"2026-01-27T14:28:43.000Z","name":"Erich Gislason","mobile_number":"352-413-7789","email_id":"Heber_Gutkowski@yahoo.com","dop":"2025-04-06","serial_number":"18770492962576772","imei1":"18770492962576772","imei2":"18770492962576772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168479,"job_number":"JOB_168479","tr_customer_id":168496,"tr_customer_product_id":168486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:57.000Z","modified_at":"2026-01-27T14:28:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14549865475600","imei1":"14549865475600","imei2":"14549865475600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168481,"job_number":"JOB_168481","tr_customer_id":168498,"tr_customer_product_id":168488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18525208861274","imei1":"18525208861274","imei2":"18525208861274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168482,"job_number":"JOB_168482","tr_customer_id":168499,"tr_customer_product_id":168489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"Danika Yost","mobile_number":"647-834-8170","email_id":"Arvid.Medhurst14@hotmail.com","dop":"2025-04-06","serial_number":"11789382839170934","imei1":"11789382839170934","imei2":"11789382839170934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168484,"job_number":"JOB_168484","tr_customer_id":168501,"tr_customer_product_id":168491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:01.000Z","modified_at":"2026-01-27T14:29:01.000Z","name":"Aryanna Dicki","mobile_number":"307-325-5098","email_id":"Meda10@yahoo.com","dop":"2025-04-06","serial_number":"14365797911804354","imei1":"14365797911804354","imei2":"14365797911804354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168485,"job_number":"JOB_168485","tr_customer_id":168502,"tr_customer_product_id":168492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:12.000Z","modified_at":"2026-01-27T14:29:12.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19322513910091","imei1":"19322513910091","imei2":"19322513910091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168487,"job_number":"JOB_168487","tr_customer_id":168504,"tr_customer_product_id":168494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:13.000Z","modified_at":"2026-01-27T14:29:13.000Z","name":"Earl Schmitt","mobile_number":"896-543-4459","email_id":"Vaughn35@hotmail.com","dop":"2025-04-06","serial_number":"17330789803041280","imei1":"17330789803041280","imei2":"17330789803041280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168488,"job_number":"JOB_168488","tr_customer_id":168505,"tr_customer_product_id":168495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:30.000Z","modified_at":"2026-01-27T14:29:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11607751095650","imei1":"11607751095650","imei2":"11607751095650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168490,"job_number":"JOB_168490","tr_customer_id":168507,"tr_customer_product_id":168497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:32.000Z","modified_at":"2026-01-27T14:29:32.000Z","name":"Elmira Reinger","mobile_number":"942-651-9148","email_id":"Jimmie89@gmail.com","dop":"2025-04-06","serial_number":"10126057285107164","imei1":"10126057285107164","imei2":"10126057285107164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168491,"job_number":"JOB_168491","tr_customer_id":168508,"tr_customer_product_id":168498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:44.000Z","modified_at":"2026-01-27T14:29:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17002233766524","imei1":"17002233766524","imei2":"17002233766524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168493,"job_number":"JOB_168493","tr_customer_id":168510,"tr_customer_product_id":168500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:45.000Z","modified_at":"2026-01-27T14:29:45.000Z","name":"Keeley Hintz","mobile_number":"563-690-8723","email_id":"Chesley.Fadel42@gmail.com","dop":"2025-04-06","serial_number":"10724759919489682","imei1":"10724759919489682","imei2":"10724759919489682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168494,"job_number":"JOB_168494","tr_customer_id":168511,"tr_customer_product_id":168501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:56.000Z","modified_at":"2026-01-27T14:29:56.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13740245050293","imei1":"13740245050293","imei2":"13740245050293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168496,"job_number":"JOB_168496","tr_customer_id":168513,"tr_customer_product_id":168503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:58.000Z","modified_at":"2026-01-27T14:29:58.000Z","name":"Guiseppe Zemlak","mobile_number":"718-322-1975","email_id":"Oren_Murray11@gmail.com","dop":"2025-04-06","serial_number":"11598004911748456","imei1":"11598004911748456","imei2":"11598004911748456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168498,"job_number":"JOB_168498","tr_customer_id":168515,"tr_customer_product_id":168505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:25.000Z","modified_at":"2026-01-27T14:30:25.000Z","name":"Damian Berge","mobile_number":"692-250-2732","email_id":"Sophia65@yahoo.com","dop":"2025-04-06","serial_number":"13284192840530582","imei1":"13284192840530582","imei2":"13284192840530582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168499,"job_number":"JOB_168499","tr_customer_id":168516,"tr_customer_product_id":168506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:30.000Z","modified_at":"2026-01-27T14:30:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11682996440726","imei1":"11682996440726","imei2":"11682996440726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168501,"job_number":"JOB_168501","tr_customer_id":168518,"tr_customer_product_id":168508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:32.000Z","modified_at":"2026-01-27T14:30:32.000Z","name":"Emile Hand","mobile_number":"342-498-2232","email_id":"Aida65@yahoo.com","dop":"2025-04-06","serial_number":"13410457103030660","imei1":"13410457103030660","imei2":"13410457103030660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168503,"job_number":"JOB_168503","tr_customer_id":168520,"tr_customer_product_id":168510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:31:17.000Z","modified_at":"2026-01-27T14:31:17.000Z","name":"Sid Leuschke","mobile_number":"293-988-9908","email_id":"Sofia.Johns91@hotmail.com","dop":"2025-04-06","serial_number":"10105466433042800","imei1":"10105466433042800","imei2":"10105466433042800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168504,"job_number":"JOB_168504","tr_customer_id":168521,"tr_customer_product_id":168511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:02.000Z","modified_at":"2026-01-27T14:33:02.000Z","name":"Armand Franecki","mobile_number":"246-564-2962","email_id":"Santos.Corwin@gmail.com","dop":"2025-05-30","serial_number":"10957484441006","imei1":"10957484441006","imei2":"10957484441006","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168505,"job_number":"JOB_168505","tr_customer_id":168522,"tr_customer_product_id":168512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:03.000Z","modified_at":"2026-01-27T14:33:03.000Z","name":"Aliya Thiel","mobile_number":"494-317-6488","email_id":"Clement86@hotmail.com","dop":"2025-05-30","serial_number":"12129825858027","imei1":"12129825858027","imei2":"12129825858027","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168506,"job_number":"JOB_168506","tr_customer_id":168523,"tr_customer_product_id":168513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:04.000Z","modified_at":"2026-01-27T14:33:04.000Z","name":"Jeanie O'Reilly","mobile_number":"796-586-4555","email_id":"Gilbert.Kerluke@gmail.com","dop":"2025-05-30","serial_number":"1695045726112051","imei1":"1695045726112051","imei2":"1695045726112051","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168507,"job_number":"JOB_168507","tr_customer_id":168524,"tr_customer_product_id":168514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:26.000Z","modified_at":"2026-01-27T14:34:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12900428527484","imei1":"12900428527484","imei2":"12900428527484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168509,"job_number":"JOB_168509","tr_customer_id":168526,"tr_customer_product_id":168516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:28.000Z","modified_at":"2026-01-27T14:34:28.000Z","name":"Emmie Yundt","mobile_number":"870-367-3921","email_id":"Carlos40@hotmail.com","dop":"2025-04-06","serial_number":"12401243268094944","imei1":"12401243268094944","imei2":"12401243268094944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168510,"job_number":"JOB_168510","tr_customer_id":168527,"tr_customer_product_id":168517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:51.000Z","modified_at":"2026-01-27T14:34:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16754758835269","imei1":"16754758835269","imei2":"16754758835269","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168512,"job_number":"JOB_168512","tr_customer_id":168529,"tr_customer_product_id":168519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:52.000Z","modified_at":"2026-01-27T14:34:52.000Z","name":"Kathleen Smith","mobile_number":"564-877-7560","email_id":"Anissa87@yahoo.com","dop":"2025-04-06","serial_number":"16714326067981780","imei1":"16714326067981780","imei2":"16714326067981780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168513,"job_number":"JOB_168513","tr_customer_id":168530,"tr_customer_product_id":168520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:13.000Z","modified_at":"2026-01-27T14:35:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12825379195318","imei1":"12825379195318","imei2":"12825379195318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168515,"job_number":"JOB_168515","tr_customer_id":168532,"tr_customer_product_id":168522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:14.000Z","modified_at":"2026-01-27T14:35:14.000Z","name":"Clara Berge","mobile_number":"966-526-1397","email_id":"Antoinette.Gorczany@hotmail.com","dop":"2025-04-06","serial_number":"11201552173895188","imei1":"11201552173895188","imei2":"11201552173895188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168516,"job_number":"JOB_168516","tr_customer_id":168533,"tr_customer_product_id":168523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:35.000Z","modified_at":"2026-01-27T14:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10636780467265","imei1":"10636780467265","imei2":"10636780467265","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168518,"job_number":"JOB_168518","tr_customer_id":168535,"tr_customer_product_id":168525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"Zena Parker","mobile_number":"887-377-9330","email_id":"Javon22@gmail.com","dop":"2025-04-06","serial_number":"14788065448154626","imei1":"14788065448154626","imei2":"14788065448154626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168519,"job_number":"JOB_168519","tr_customer_id":168536,"tr_customer_product_id":168526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10979258076079","imei1":"10979258076079","imei2":"10979258076079","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168521,"job_number":"JOB_168521","tr_customer_id":168538,"tr_customer_product_id":168528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:39.000Z","modified_at":"2026-01-27T14:35:39.000Z","name":"Citlalli Reinger","mobile_number":"466-384-0381","email_id":"Torrey.Nader14@yahoo.com","dop":"2025-04-06","serial_number":"10674827196074330","imei1":"10674827196074330","imei2":"10674827196074330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168527,"job_number":"JOB_168527","tr_customer_id":168544,"tr_customer_product_id":168534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18558828219362","imei1":"18558828219362","imei2":"18558828219362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168531,"job_number":"JOB_168531","tr_customer_id":168548,"tr_customer_product_id":168538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:00.000Z","modified_at":"2026-01-27T14:36:00.000Z","name":"Janet Mann","mobile_number":"766-776-3719","email_id":"Lionel_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"15327572934976914","imei1":"15327572934976914","imei2":"15327572934976914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168536,"job_number":"JOB_168536","tr_customer_id":168553,"tr_customer_product_id":168543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Fern Koch","mobile_number":"748-330-0629","email_id":"Morgan33@yahoo.com","dop":"2025-04-06","serial_number":"13029429243635488","imei1":"13029429243635488","imei2":"13029429243635488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168537,"job_number":"JOB_168537","tr_customer_id":168554,"tr_customer_product_id":168544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:22.000Z","modified_at":"2026-01-27T14:36:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12221313483675","imei1":"12221313483675","imei2":"12221313483675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168539,"job_number":"JOB_168539","tr_customer_id":168556,"tr_customer_product_id":168546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"Meredith Cormier","mobile_number":"307-402-7532","email_id":"Earnest.OKon@gmail.com","dop":"2025-04-06","serial_number":"17124229440146634","imei1":"17124229440146634","imei2":"17124229440146634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168540,"job_number":"JOB_168540","tr_customer_id":168557,"tr_customer_product_id":168547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19433432813257","imei1":"19433432813257","imei2":"19433432813257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168542,"job_number":"JOB_168542","tr_customer_id":168559,"tr_customer_product_id":168549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:25.000Z","modified_at":"2026-01-27T14:36:25.000Z","name":"Buddy Parisian","mobile_number":"855-351-1399","email_id":"Daisy17@hotmail.com","dop":"2025-04-06","serial_number":"15382739782579398","imei1":"15382739782579398","imei2":"15382739782579398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168543,"job_number":"JOB_168543","tr_customer_id":168560,"tr_customer_product_id":168550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:08.000Z","modified_at":"2026-01-27T14:37:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18150468332383","imei1":"18150468332383","imei2":"18150468332383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168545,"job_number":"JOB_168545","tr_customer_id":168562,"tr_customer_product_id":168552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:10.000Z","modified_at":"2026-01-27T14:37:10.000Z","name":"Darryl Tromp","mobile_number":"370-755-6086","email_id":"Delpha.Macejkovic21@yahoo.com","dop":"2025-04-06","serial_number":"14603900081931412","imei1":"14603900081931412","imei2":"14603900081931412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168547,"job_number":"JOB_168547","tr_customer_id":168564,"tr_customer_product_id":168554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:12.000Z","modified_at":"2026-01-27T14:37:12.000Z","name":"Raina Wisoky","mobile_number":"943-967-7925","email_id":"Jazmyn.Huel@gmail.com","dop":"2025-04-06","serial_number":"17122379770844340","imei1":"17122379770844340","imei2":"17122379770844340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168548,"job_number":"JOB_168548","tr_customer_id":168565,"tr_customer_product_id":168555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:19.000Z","modified_at":"2026-01-27T14:38:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16759548521487","imei1":"16759548521487","imei2":"16759548521487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168550,"job_number":"JOB_168550","tr_customer_id":168567,"tr_customer_product_id":168557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:21.000Z","modified_at":"2026-01-27T14:38:21.000Z","name":"Bonnie Gaylord","mobile_number":"264-794-9881","email_id":"Alford.Funk52@gmail.com","dop":"2025-04-06","serial_number":"13725629609368930","imei1":"13725629609368930","imei2":"13725629609368930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168552,"job_number":"JOB_168552","tr_customer_id":168569,"tr_customer_product_id":168559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:27.000Z","modified_at":"2026-01-27T14:38:27.000Z","name":"Katlynn Dickinson","mobile_number":"888-216-5011","email_id":"Rebekah39@yahoo.com","dop":"2025-04-06","serial_number":"18780250777439776","imei1":"18780250777439776","imei2":"18780250777439776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168556,"job_number":"JOB_168556","tr_customer_id":168573,"tr_customer_product_id":168563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:05.000Z","modified_at":"2026-01-27T14:39:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10427653289693","imei1":"10427653289693","imei2":"10427653289693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168558,"job_number":"JOB_168558","tr_customer_id":168575,"tr_customer_product_id":168565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:06.000Z","modified_at":"2026-01-27T14:39:06.000Z","name":"Georgette Jacobs","mobile_number":"247-742-8468","email_id":"Rafael34@hotmail.com","dop":"2025-04-06","serial_number":"14793820117484506","imei1":"14793820117484506","imei2":"14793820117484506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168559,"job_number":"JOB_168559","tr_customer_id":168576,"tr_customer_product_id":168566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:49.000Z","modified_at":"2026-01-27T14:39:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11700268384381","imei1":"11700268384381","imei2":"11700268384381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168561,"job_number":"JOB_168561","tr_customer_id":168578,"tr_customer_product_id":168568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:51.000Z","modified_at":"2026-01-27T14:39:51.000Z","name":"Octavia Lesch","mobile_number":"758-927-2215","email_id":"Nasir42@gmail.com","dop":"2025-04-06","serial_number":"16931637053715728","imei1":"16931637053715728","imei2":"16931637053715728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168562,"job_number":"JOB_168562","tr_customer_id":168579,"tr_customer_product_id":168569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:31.000Z","modified_at":"2026-01-27T14:56:31.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17977304457910","imei1":"17977304457910","imei2":"17977304457910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168564,"job_number":"JOB_168564","tr_customer_id":168581,"tr_customer_product_id":168571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:33.000Z","modified_at":"2026-01-27T14:56:33.000Z","name":"Angelina Ryan","mobile_number":"259-711-2703","email_id":"Mara95@hotmail.com","dop":"2025-04-06","serial_number":"16152303670205284","imei1":"16152303670205284","imei2":"16152303670205284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168565,"job_number":"JOB_168565","tr_customer_id":168582,"tr_customer_product_id":168572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:18.000Z","modified_at":"2026-01-27T14:57:18.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16433155201313","imei1":"16433155201313","imei2":"16433155201313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168567,"job_number":"JOB_168567","tr_customer_id":168584,"tr_customer_product_id":168574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:20.000Z","modified_at":"2026-01-27T14:57:20.000Z","name":"Claude Ritchie","mobile_number":"640-827-9545","email_id":"Kevin.Pollich44@gmail.com","dop":"2025-04-06","serial_number":"12914396569574010","imei1":"12914396569574010","imei2":"12914396569574010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168568,"job_number":"JOB_168568","tr_customer_id":168585,"tr_customer_product_id":168575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:58:26.000Z","modified_at":"2026-01-27T14:58:26.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2025-03-26","serial_number":"234574345423535","imei1":"234574345423535","imei2":"234574345423535","popurl":"2025-03-26T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168570,"job_number":"JOB_168570","tr_customer_id":168587,"tr_customer_product_id":168577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:11.000Z","modified_at":"2026-01-27T15:03:11.000Z","name":"Dandre Metz","mobile_number":"404-647-5022","email_id":"Ayla.Schaden10@hotmail.com","dop":"2025-04-06","serial_number":"12871564774883630","imei1":"12871564774883630","imei2":"12871564774883630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168572,"job_number":"JOB_168572","tr_customer_id":168589,"tr_customer_product_id":168579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:57.000Z","modified_at":"2026-01-27T15:03:57.000Z","name":"Arch Langworth","mobile_number":"541-458-0847","email_id":"Piper.Brakus18@gmail.com","dop":"2025-04-06","serial_number":"13899110267169184","imei1":"13899110267169184","imei2":"13899110267169184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168574,"job_number":"JOB_168574","tr_customer_id":168591,"tr_customer_product_id":168581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:04:44.000Z","modified_at":"2026-01-27T15:04:44.000Z","name":"Mitchel Conn","mobile_number":"430-780-4511","email_id":"Syble18@yahoo.com","dop":"2025-04-06","serial_number":"15469866002304072","imei1":"15469866002304072","imei2":"15469866002304072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:04:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168575,"job_number":"JOB_168575","tr_customer_id":168592,"tr_customer_product_id":168582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:15.000Z","modified_at":"2026-01-27T15:48:15.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109903425247588","imei1":"109903425247588","imei2":"109903425247588","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168577,"job_number":"JOB_168577","tr_customer_id":168594,"tr_customer_product_id":168584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:29.000Z","modified_at":"2026-01-27T15:48:29.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"107279565771392","imei1":"107279565771392","imei2":"107279565771392","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168579,"job_number":"JOB_168579","tr_customer_id":168596,"tr_customer_product_id":168586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:50:38.000Z","modified_at":"2026-01-27T15:50:38.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-27","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-27T15:50:37.630Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168580,"job_number":"JOB_168580","tr_customer_id":168597,"tr_customer_product_id":168587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:27.000Z","modified_at":"2026-01-27T16:16:27.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"26134993278674","imei1":"26134993278674","imei2":"26134993278674","popurl":"2026-01-17T16:16:24.365383100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168581,"job_number":"JOB_168581","tr_customer_id":168598,"tr_customer_product_id":168588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:40.000Z","modified_at":"2026-01-27T16:16:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19879525328995","imei1":"19879525328995","imei2":"19879525328995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168583,"job_number":"JOB_168583","tr_customer_id":168600,"tr_customer_product_id":168590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:41.000Z","modified_at":"2026-01-27T16:16:41.000Z","name":"Tracy Abshire","mobile_number":"502-523-6760","email_id":"Vicente_Gaylord40@hotmail.com","dop":"2025-04-06","serial_number":"19341599533965390","imei1":"19341599533965390","imei2":"19341599533965390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168584,"job_number":"JOB_168584","tr_customer_id":168601,"tr_customer_product_id":168591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:26.000Z","modified_at":"2026-01-27T16:17:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18383213369686","imei1":"18383213369686","imei2":"18383213369686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168586,"job_number":"JOB_168586","tr_customer_id":168603,"tr_customer_product_id":168593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:27.000Z","modified_at":"2026-01-27T16:17:27.000Z","name":"Howell Jacobson","mobile_number":"361-577-6200","email_id":"Bettye99@gmail.com","dop":"2025-04-06","serial_number":"11158835911723754","imei1":"11158835911723754","imei2":"11158835911723754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168587,"job_number":"JOB_168587","tr_customer_id":168604,"tr_customer_product_id":168594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:11.000Z","modified_at":"2026-01-27T16:18:11.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14714863311555","imei1":"14714863311555","imei2":"14714863311555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168589,"job_number":"JOB_168589","tr_customer_id":168606,"tr_customer_product_id":168596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:13.000Z","modified_at":"2026-01-27T16:18:13.000Z","name":"Vivien Smitham","mobile_number":"858-499-2536","email_id":"Antonette78@yahoo.com","dop":"2025-04-06","serial_number":"18109953822130028","imei1":"18109953822130028","imei2":"18109953822130028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168590,"job_number":"JOB_168590","tr_customer_id":168607,"tr_customer_product_id":168597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:22.000Z","modified_at":"2026-01-27T16:31:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16840232757090","imei1":"16840232757090","imei2":"16840232757090","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168592,"job_number":"JOB_168592","tr_customer_id":168609,"tr_customer_product_id":168599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:24.000Z","modified_at":"2026-01-27T16:31:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"109956327037031","imei1":"109956327037031","imei2":"109956327037031","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168593,"job_number":"JOB_168593","tr_customer_id":168610,"tr_customer_product_id":168600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:58.000Z","modified_at":"2026-01-27T16:31:58.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10242320510615","imei1":"10242320510615","imei2":"10242320510615","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168595,"job_number":"JOB_168595","tr_customer_id":168612,"tr_customer_product_id":168602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:00.000Z","modified_at":"2026-01-27T16:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"35289861359381","imei1":"35289861359381","imei2":"35289861359381","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168596,"job_number":"JOB_168596","tr_customer_id":168613,"tr_customer_product_id":168603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:34.000Z","modified_at":"2026-01-27T16:32:34.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15467269520743","imei1":"15467269520743","imei2":"15467269520743","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168598,"job_number":"JOB_168598","tr_customer_id":168615,"tr_customer_product_id":168605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:36.000Z","modified_at":"2026-01-27T16:32:36.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70603217290434","imei1":"70603217290434","imei2":"70603217290434","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168599,"job_number":"JOB_168599","tr_customer_id":168616,"tr_customer_product_id":168606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:39:44.000Z","modified_at":"2026-01-27T16:39:44.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"73596642243346","imei1":"73596642243346","imei2":"73596642243346","popurl":"2026-01-17T16:39:41.482427800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168600,"job_number":"JOB_168600","tr_customer_id":168617,"tr_customer_product_id":168607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:41:27.000Z","modified_at":"2026-01-27T16:41:27.000Z","name":"Sharda Pillai","mobile_number":"8683347037","email_id":"chandranath.guha@gmail.com","dop":"2026-01-17","serial_number":"39843149417090","imei1":"39843149417090","imei2":"39843149417090","popurl":"www.vaishnavi-varrier.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168601,"job_number":"JOB_168601","tr_customer_id":168618,"tr_customer_product_id":168608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:07.000Z","modified_at":"2026-01-27T16:54:07.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"25343391732759","imei1":"25343391732759","imei2":"25343391732759","popurl":"2026-01-17T16:53:57.624039735Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168602,"job_number":"JOB_168602","tr_customer_id":168619,"tr_customer_product_id":168609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:19.000Z","modified_at":"2026-01-27T16:54:19.000Z","name":"Geeta Varma","mobile_number":"8645740548","email_id":"ajit.iyengar@gmail.com","dop":"2026-01-17","serial_number":"80907096314582","imei1":"80907096314582","imei2":"80907096314582","popurl":"www.devasree-gupta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168603,"job_number":"JOB_168603","tr_customer_id":168620,"tr_customer_product_id":168610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:05.000Z","modified_at":"2026-01-27T16:55:05.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"19953254555558","imei1":"19953254555558","imei2":"19953254555558","popurl":"2026-01-17T16:54:55.361742867Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168604,"job_number":"JOB_168604","tr_customer_id":168621,"tr_customer_product_id":168611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:17.000Z","modified_at":"2026-01-27T16:55:17.000Z","name":"Chandravati Chattopadhyay","mobile_number":"8631652004","email_id":"kalyani.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"19520624202631","imei1":"19520624202631","imei2":"19520624202631","popurl":"www.akula-banerjee.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168605,"job_number":"JOB_168605","tr_customer_id":168622,"tr_customer_product_id":168612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:33.000Z","modified_at":"2026-01-27T16:57:33.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-17","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-17T16:57:32.867823459Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168606,"job_number":"JOB_168606","tr_customer_id":168623,"tr_customer_product_id":168613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:52.000Z","modified_at":"2026-01-27T16:57:52.000Z","name":"Goswamee Shukla","mobile_number":"7097990517","email_id":"kamla.marar@hotmail.com","dop":"2026-01-17","serial_number":"484627285911710","imei1":"484627285911710","imei2":"484627285911710","popurl":"www.mahesh-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168607,"job_number":"JOB_168607","tr_customer_id":168624,"tr_customer_product_id":168614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:33.000Z","modified_at":"2026-01-27T16:58:33.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806375566","imei1":"499863806375566","imei2":"499863806375566","popurl":"2026-01-17T16:58:32.562471011Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168608,"job_number":"JOB_168608","tr_customer_id":168625,"tr_customer_product_id":168615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:46.000Z","modified_at":"2026-01-27T16:58:46.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376402","imei1":"499863806376402","imei2":"499863806376402","popurl":"2026-01-17T16:58:45.122655427Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168609,"job_number":"JOB_168609","tr_customer_id":168626,"tr_customer_product_id":168616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:52.000Z","modified_at":"2026-01-27T16:58:52.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2026-01-17T16:58:51.281320551Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168610,"job_number":"JOB_168610","tr_customer_id":168627,"tr_customer_product_id":168617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:59:19.000Z","modified_at":"2026-01-27T16:59:19.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-01-17","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-01-17T16:59:18.674666402Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:59:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168611,"job_number":"JOB_168611","tr_customer_id":168628,"tr_customer_product_id":168618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:02:16.000Z","modified_at":"2026-01-27T17:02:16.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-01-17","serial_number":"87988284085858","imei1":"87988284085858","imei2":"87988284085858","popurl":"2026-01-17T17:02:15.590744627Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168612,"job_number":"JOB_168612","tr_customer_id":168629,"tr_customer_product_id":168619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16296194773734","imei2":"16296194773734","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168614,"job_number":"JOB_168614","tr_customer_id":168631,"tr_customer_product_id":168621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:30.000Z","modified_at":"2026-01-27T17:05:30.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13836594412538","imei2":"13836594412538","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168616,"job_number":"JOB_168616","tr_customer_id":168633,"tr_customer_product_id":168623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:44.000Z","modified_at":"2026-01-27T17:05:44.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18352914639882","imei2":"18352914639882","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168617,"job_number":"JOB_168617","tr_customer_id":168634,"tr_customer_product_id":168624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:44.000Z","modified_at":"2026-01-27T17:05:44.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18490025444105","imei2":"18490025444105","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167545,"job_number":"JOB_167545","tr_customer_id":167562,"tr_customer_product_id":167552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:15.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13453255964591","imei1":"13453255964591","imei2":"13453255964591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167547,"job_number":"JOB_167547","tr_customer_id":167564,"tr_customer_product_id":167554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:17.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13975438843936","imei1":"13975438843936","imei2":"13975438843936","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167580,"job_number":"JOB_167580","tr_customer_id":167597,"tr_customer_product_id":167587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:58.000Z","modified_at":"2026-01-27T03:56:58.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Sonia_Reichel97@hotmail.com","dop":"2025-07-02","serial_number":"19374980428044","imei1":"19374980428044","imei2":"19374980428044","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167589,"job_number":"JOB_167589","tr_customer_id":167606,"tr_customer_product_id":167596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:15.000Z","modified_at":"2026-01-27T03:57:15.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kelsi_Schiller40@hotmail.com","dop":"2025-07-02","serial_number":"18330157911715","imei1":"18330157911715","imei2":"18330157911715","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167610,"job_number":"JOB_167610","tr_customer_id":167627,"tr_customer_product_id":167617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:32.000Z","modified_at":"2026-01-27T03:57:32.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Kim_Senger19@yahoo.com","dop":"2025-07-02","serial_number":"14478206148415","imei1":"14478206148415","imei2":"14478206148415","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167631,"job_number":"JOB_167631","tr_customer_id":167648,"tr_customer_product_id":167638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:46.000Z","modified_at":"2026-01-27T03:57:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113592422631647","imei1":"113592422631647","imei2":"113592422631647","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167632,"job_number":"JOB_167632","tr_customer_id":167649,"tr_customer_product_id":167639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Krystel Mertz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169905397032309","imei1":"169905397032309","imei2":"169905397032309","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167634,"job_number":"JOB_167634","tr_customer_id":167651,"tr_customer_product_id":167641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Constantin Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114120787849256","imei1":"114120787849256","imei2":"114120787849256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167635,"job_number":"JOB_167635","tr_customer_id":167652,"tr_customer_product_id":167642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Kayley Cartwright","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142568640052876","imei1":"142568640052876","imei2":"142568640052876","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167644,"job_number":"JOB_167644","tr_customer_id":167661,"tr_customer_product_id":167651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"160947787121403","imei1":"160947787121403","imei2":"160947787121403","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167645,"job_number":"JOB_167645","tr_customer_id":167662,"tr_customer_product_id":167652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Joesph Wisozk","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180299567372427","imei1":"180299567372427","imei2":"180299567372427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167646,"job_number":"JOB_167646","tr_customer_id":167663,"tr_customer_product_id":167653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"George Wehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162741629655708","imei1":"162741629655708","imei2":"162741629655708","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167647,"job_number":"JOB_167647","tr_customer_id":167664,"tr_customer_product_id":167654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Royce Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187031398724326","imei1":"187031398724326","imei2":"187031398724326","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167686,"job_number":"JOB_167686","tr_customer_id":167703,"tr_customer_product_id":167693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109429601299068","imei1":"109429601299068","imei2":"109429601299068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167690,"job_number":"JOB_167690","tr_customer_id":167707,"tr_customer_product_id":167697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Yasmine O'Conner","mobile_number":"276-226-2059","email_id":"Micheal.Langworth@hotmail.com","dop":"2025-06-09","serial_number":"104117836226352","imei1":"104117836226352","imei2":"104117836226352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167705,"job_number":"JOB_167705","tr_customer_id":167722,"tr_customer_product_id":167712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108554028495768","imei1":"108554028495768","imei2":"108554028495768","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167707,"job_number":"JOB_167707","tr_customer_id":167724,"tr_customer_product_id":167714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Fermin Morar","mobile_number":"734-674-9275","email_id":"Monica.Schroeder@hotmail.com","dop":"2025-06-09","serial_number":"109431696412298","imei1":"109431696412298","imei2":"109431696412298","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167715,"job_number":"JOB_167715","tr_customer_id":167732,"tr_customer_product_id":167722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:12.000Z","modified_at":"2026-01-27T03:59:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109186152508815","imei1":"109186152508815","imei2":"109186152508815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167717,"job_number":"JOB_167717","tr_customer_id":167734,"tr_customer_product_id":167724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:13.000Z","name":"Emie Greenholt","mobile_number":"985-658-9900","email_id":"Rod41@hotmail.com","dop":"2025-06-09","serial_number":"105938978155234","imei1":"105938978155234","imei2":"105938978155234","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167758,"job_number":"JOB_167758","tr_customer_id":167775,"tr_customer_product_id":167765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:13.000Z","modified_at":"2026-01-27T04:39:13.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19392864251321","imei1":"19392864251321","imei2":"19392864251321","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167802,"job_number":"JOB_167802","tr_customer_id":167819,"tr_customer_product_id":167809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:01.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101552759016705","imei1":"101552759016705","imei2":"101552759016705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167804,"job_number":"JOB_167804","tr_customer_id":167821,"tr_customer_product_id":167811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:02.000Z","modified_at":"2026-01-27T06:20:02.000Z","name":"Margarete Runolfsson","mobile_number":"585-678-2135","email_id":"Neha_McCullough@yahoo.com","dop":"2025-06-09","serial_number":"102551438914382","imei1":"102551438914382","imei2":"102551438914382","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167805,"job_number":"JOB_167805","tr_customer_id":167822,"tr_customer_product_id":167812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:17.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107185650913150","imei1":"107185650913150","imei2":"107185650913150","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167807,"job_number":"JOB_167807","tr_customer_id":167824,"tr_customer_product_id":167814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:18.000Z","modified_at":"2026-01-27T06:20:18.000Z","name":"Adan Padberg","mobile_number":"624-381-5378","email_id":"Jessika.Roob@hotmail.com","dop":"2025-06-09","serial_number":"101487988748895","imei1":"101487988748895","imei2":"101487988748895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167811,"job_number":"JOB_167811","tr_customer_id":167828,"tr_customer_product_id":167818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100068897076486","imei1":"100068897076486","imei2":"100068897076486","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167813,"job_number":"JOB_167813","tr_customer_id":167830,"tr_customer_product_id":167820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:34.000Z","modified_at":"2026-01-27T06:20:34.000Z","name":"Sonny Turner","mobile_number":"799-958-6159","email_id":"Donna.MacGyver@yahoo.com","dop":"2025-06-09","serial_number":"103029682528025","imei1":"103029682528025","imei2":"103029682528025","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167954,"job_number":"JOB_167954","tr_customer_id":167971,"tr_customer_product_id":167961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:24.000Z","modified_at":"2026-01-27T07:35:24.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Jovan_Lakin@yahoo.com","dop":"2025-07-02","serial_number":"12311241407709","imei1":"12311241407709","imei2":"12311241407709","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167955,"job_number":"JOB_167955","tr_customer_id":167972,"tr_customer_product_id":167962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:45.000Z","modified_at":"2026-01-27T07:35:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Markus_Morar4@gmail.com","dop":"2025-07-02","serial_number":"11330791329777","imei1":"11330791329777","imei2":"11330791329777","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167956,"job_number":"JOB_167956","tr_customer_id":167973,"tr_customer_product_id":167963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:36:05.000Z","modified_at":"2026-01-27T07:36:05.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Bernita92@hotmail.com","dop":"2025-07-02","serial_number":"19468135399299","imei1":"19468135399299","imei2":"19468135399299","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168412,"job_number":"JOB_168412","tr_customer_id":168429,"tr_customer_product_id":168419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"136721794885198","imei1":"136721794885198","imei2":"136721794885198","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168413,"job_number":"JOB_168413","tr_customer_id":168430,"tr_customer_product_id":168420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Kaitlin Macejkovic","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123011456727925","imei1":"123011456727925","imei2":"123011456727925","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168414,"job_number":"JOB_168414","tr_customer_id":168431,"tr_customer_product_id":168421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Irwin Schulist","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170474120072593","imei1":"170474120072593","imei2":"170474120072593","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168415,"job_number":"JOB_168415","tr_customer_id":168432,"tr_customer_product_id":168422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:49.000Z","modified_at":"2026-01-27T14:19:49.000Z","name":"Lennie Hyatt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128484971475887","imei1":"128484971475887","imei2":"128484971475887","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168416,"job_number":"JOB_168416","tr_customer_id":168433,"tr_customer_product_id":168423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:02.000Z","modified_at":"2026-01-27T14:20:02.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"184639982898047","imei1":"184639982898047","imei2":"184639982898047","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168417,"job_number":"JOB_168417","tr_customer_id":168434,"tr_customer_product_id":168424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Beryl Borer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128719321275112","imei1":"128719321275112","imei2":"128719321275112","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168418,"job_number":"JOB_168418","tr_customer_id":168435,"tr_customer_product_id":168425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Tom Weber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166434105009195","imei1":"166434105009195","imei2":"166434105009195","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168419,"job_number":"JOB_168419","tr_customer_id":168436,"tr_customer_product_id":168426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Herta Muller","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166178795897785","imei1":"166178795897785","imei2":"166178795897785","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168522,"job_number":"JOB_168522","tr_customer_id":168539,"tr_customer_product_id":168529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:41.000Z","modified_at":"2026-01-27T14:35:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109228975100349","imei1":"109228975100349","imei2":"109228975100349","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168524,"job_number":"JOB_168524","tr_customer_id":168541,"tr_customer_product_id":168531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:42.000Z","modified_at":"2026-01-27T14:35:42.000Z","name":"Chaz Bogisich","mobile_number":"392-210-9533","email_id":"Celia_Kris@yahoo.com","dop":"2025-06-09","serial_number":"108671743184142","imei1":"108671743184142","imei2":"108671743184142","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168525,"job_number":"JOB_168525","tr_customer_id":168542,"tr_customer_product_id":168532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:43.000Z","modified_at":"2026-01-27T14:35:43.000Z","name":"Elise Dicki","mobile_number":"458-642-9793","email_id":"Reece.Crist@gmail.com","dop":"2025-06-09","serial_number":"16083747907973634","imei1":"16083747907973634","imei2":"16083747907973634","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168526,"job_number":"JOB_168526","tr_customer_id":168543,"tr_customer_product_id":168533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100344471231049","imei1":"100344471231049","imei2":"100344471231049","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168530,"job_number":"JOB_168530","tr_customer_id":168547,"tr_customer_product_id":168537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Izaiah Kozey","mobile_number":"445-730-8619","email_id":"Tomasa2@hotmail.com","dop":"2025-06-09","serial_number":"105219142185075","imei1":"105219142185075","imei2":"105219142185075","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168533,"job_number":"JOB_168533","tr_customer_id":168550,"tr_customer_product_id":168540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:16.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103570441628619","imei1":"103570441628619","imei2":"103570441628619","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168535,"job_number":"JOB_168535","tr_customer_id":168552,"tr_customer_product_id":168542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Larissa Leuschke","mobile_number":"426-795-3122","email_id":"Elna.Rolfson28@hotmail.com","dop":"2025-06-09","serial_number":"109669950200651","imei1":"109669950200651","imei2":"109669950200651","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167601,"job_number":"JOB_167601","tr_customer_id":167618,"tr_customer_product_id":167608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10001153009440","imei1":"10001153009440","imei2":"10001153009440","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167604,"job_number":"JOB_167604","tr_customer_id":167621,"tr_customer_product_id":167611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:22.000Z","modified_at":"2026-01-27T03:57:22.000Z","name":"Kathlyn Emard","mobile_number":"883-509-2132","email_id":"Flavie_Vandervort@hotmail.com","dop":"2000-01-31","serial_number":"1042892078118244","imei1":"1042892078118244","imei2":"1042892078118244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167656,"job_number":"JOB_167656","tr_customer_id":167673,"tr_customer_product_id":167663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10368661501071","imei1":"10368661501071","imei2":"10368661501071","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167660,"job_number":"JOB_167660","tr_customer_id":167677,"tr_customer_product_id":167667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Lilla Rodriguez","mobile_number":"471-903-4904","email_id":"Miracle77@hotmail.com","dop":"2000-01-31","serial_number":"1003103858390333","imei1":"1003103858390333","imei2":"1003103858390333","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167697,"job_number":"JOB_167697","tr_customer_id":167714,"tr_customer_product_id":167704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10404146666771","imei1":"10404146666771","imei2":"10404146666771","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167701,"job_number":"JOB_167701","tr_customer_id":167718,"tr_customer_product_id":167708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"Gilda Moore","mobile_number":"609-676-5261","email_id":"Wade_Bernier40@hotmail.com","dop":"2000-01-31","serial_number":"1014467587513357","imei1":"1014467587513357","imei2":"1014467587513357","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167724,"job_number":"JOB_167724","tr_customer_id":167741,"tr_customer_product_id":167731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T03:59:34.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10756932133754","imei1":"10756932133754","imei2":"10756932133754","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167726,"job_number":"JOB_167726","tr_customer_id":167743,"tr_customer_product_id":167733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:35.000Z","modified_at":"2026-01-27T03:59:35.000Z","name":"Ansel Durgan","mobile_number":"326-411-8036","email_id":"Geo.Bayer12@yahoo.com","dop":"2000-01-31","serial_number":"1040609851694983","imei1":"1040609851694983","imei2":"1040609851694983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167866,"job_number":"JOB_167866","tr_customer_id":167883,"tr_customer_product_id":167873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:35:47.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10437737016874","imei1":"10437737016874","imei2":"10437737016874","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167868,"job_number":"JOB_167868","tr_customer_id":167885,"tr_customer_product_id":167875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:49.000Z","modified_at":"2026-01-27T06:35:49.000Z","name":"Marcelle Zieme","mobile_number":"348-753-9040","email_id":"Lottie_Schiller95@hotmail.com","dop":"2000-01-31","serial_number":"1044629435192454","imei1":"1044629435192454","imei2":"1044629435192454","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167874,"job_number":"JOB_167874","tr_customer_id":167891,"tr_customer_product_id":167881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:31.000Z","modified_at":"2026-01-27T06:36:31.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10620499692264","imei1":"10620499692264","imei2":"10620499692264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167876,"job_number":"JOB_167876","tr_customer_id":167893,"tr_customer_product_id":167883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:33.000Z","modified_at":"2026-01-27T06:36:33.000Z","name":"Princess Bartell","mobile_number":"610-243-2625","email_id":"Frederique.Nienow41@gmail.com","dop":"2000-01-31","serial_number":"1008582811372429","imei1":"1008582811372429","imei2":"1008582811372429","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167885,"job_number":"JOB_167885","tr_customer_id":167902,"tr_customer_product_id":167892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:15.000Z","modified_at":"2026-01-27T06:37:15.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10975522372856","imei1":"10975522372856","imei2":"10975522372856","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167887,"job_number":"JOB_167887","tr_customer_id":167904,"tr_customer_product_id":167894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:17.000Z","modified_at":"2026-01-27T06:37:17.000Z","name":"Phyllis Stoltenberg","mobile_number":"269-487-7127","email_id":"Enos.Ernser@yahoo.com","dop":"2000-01-31","serial_number":"1017361775799387","imei1":"1017361775799387","imei2":"1017361775799387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167891,"job_number":"JOB_167891","tr_customer_id":167908,"tr_customer_product_id":167898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:59.000Z","modified_at":"2026-01-27T06:37:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10174215740446","imei1":"10174215740446","imei2":"10174215740446","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167893,"job_number":"JOB_167893","tr_customer_id":167910,"tr_customer_product_id":167900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:01.000Z","modified_at":"2026-01-27T06:38:01.000Z","name":"Jonatan Boyle","mobile_number":"565-294-8891","email_id":"Domenica_Bosco@gmail.com","dop":"2000-01-31","serial_number":"1030009739899854","imei1":"1030009739899854","imei2":"1030009739899854","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168448,"job_number":"JOB_168448","tr_customer_id":168465,"tr_customer_product_id":168455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:25.000Z","modified_at":"2026-01-27T14:25:25.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10058359478847","imei1":"10058359478847","imei2":"10058359478847","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168450,"job_number":"JOB_168450","tr_customer_id":168467,"tr_customer_product_id":168457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:27.000Z","modified_at":"2026-01-27T14:25:27.000Z","name":"Alessandro Brekke","mobile_number":"308-295-0330","email_id":"Brionna_Wolff12@gmail.com","dop":"2000-01-31","serial_number":"1050533870084755","imei1":"1050533870084755","imei2":"1050533870084755","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168455,"job_number":"JOB_168455","tr_customer_id":168472,"tr_customer_product_id":168462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:19.000Z","modified_at":"2026-01-27T14:26:19.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10008870097241","imei1":"10008870097241","imei2":"10008870097241","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168457,"job_number":"JOB_168457","tr_customer_id":168474,"tr_customer_product_id":168464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:21.000Z","modified_at":"2026-01-27T14:26:21.000Z","name":"Valerie Hayes","mobile_number":"990-952-5100","email_id":"Odell.Lowe@yahoo.com","dop":"2000-01-31","serial_number":"1048247811600389","imei1":"1048247811600389","imei2":"1048247811600389","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168458,"job_number":"JOB_168458","tr_customer_id":168475,"tr_customer_product_id":168465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:12.000Z","modified_at":"2026-01-27T14:27:12.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10272219680675","imei1":"10272219680675","imei2":"10272219680675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168460,"job_number":"JOB_168460","tr_customer_id":168477,"tr_customer_product_id":168467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:14.000Z","modified_at":"2026-01-27T14:27:14.000Z","name":"Mossie Lindgren","mobile_number":"897-460-5705","email_id":"Keara.Funk@yahoo.com","dop":"2000-01-31","serial_number":"1076906634427195","imei1":"1076906634427195","imei2":"1076906634427195","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168467,"job_number":"JOB_168467","tr_customer_id":168484,"tr_customer_product_id":168474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:05.000Z","modified_at":"2026-01-27T14:28:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10669631252517","imei1":"10669631252517","imei2":"10669631252517","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168469,"job_number":"JOB_168469","tr_customer_id":168486,"tr_customer_product_id":168476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:07.000Z","modified_at":"2026-01-27T14:28:07.000Z","name":"Callie Bernhard","mobile_number":"870-614-3117","email_id":"Walton_Jakubowski30@yahoo.com","dop":"2000-01-31","serial_number":"1030842983708839","imei1":"1030842983708839","imei2":"1030842983708839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDZ9.4lB-hQZVwJ7WSiOQ0z07q66OvjwFqTh4Wmc_NMUjLmA
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9335890e-d058-4337-bb4b-4b947e3cddce
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151330,"engineer_id":2}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDZ9.4lB-hQZVwJ7WSiOQ0z07q66OvjwFqTh4Wmc_NMUjLmA
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0aeadf2d-afaa-485e-8ed5-dd26d3018ee1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
        	"job_id": 168617,
        	"engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3faeb-4IFrQYqjzlsjVT/I3jrBtnWPN68"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 313ms
Mean size per request: 743.31KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDZ9.4lB-hQZVwJ7WSiOQ0z07q66OvjwFqTh4Wmc_NMUjLmA
Connection keep-alive
If-None-Match W/"3faeb-4IFrQYqjzlsjVT/I3jrBtnWPN68"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 59a9b33d-3047-4708-819e-1c9ff41fff18
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"b9d3e-wKKaOOYHScJG5At+ZeQrByC8bIw"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":167534,"job_number":"JOB_167534","tr_customer_id":167551,"tr_customer_product_id":167541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:47:51.000Z","modified_at":"2026-01-26T19:47:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191112","imei1":"13549925191112","imei2":"13549925191112","popurl":"2026-01-21T19:47:51.047536695Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167535,"job_number":"JOB_167535","tr_customer_id":167552,"tr_customer_product_id":167542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:49:19.000Z","modified_at":"2026-01-26T19:49:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191113","imei1":"13549925191113","imei2":"13549925191113","popurl":"2026-01-21T19:49:19.462367500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167536,"job_number":"JOB_167536","tr_customer_id":167553,"tr_customer_product_id":167543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:55:51.000Z","modified_at":"2026-01-26T19:55:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191114","imei1":"13549925191114","imei2":"13549925191114","popurl":"2026-01-21T19:55:50.501349002Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167537,"job_number":"JOB_167537","tr_customer_id":167554,"tr_customer_product_id":167544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:26:19.000Z","modified_at":"2026-01-26T20:26:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191115","imei1":"13549925191115","imei2":"13549925191115","popurl":"2026-01-21T20:26:18.793331516Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167538,"job_number":"JOB_167538","tr_customer_id":167555,"tr_customer_product_id":167545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:39.000Z","modified_at":"2026-01-26T20:34:39.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191116","imei1":"13549925191116","imei2":"13549925191116","popurl":"2026-01-21T20:34:38.309420072Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167539,"job_number":"JOB_167539","tr_customer_id":167556,"tr_customer_product_id":167546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:41.000Z","modified_at":"2026-01-26T20:34:41.000Z","name":"Zulminan Ahmed","mobile_number":"9876543210","email_id":"ahmedzulminan@gmail.com","dop":"2026-01-16","serial_number":"86991365683924","imei1":"86991365683924","imei2":"86991365683924","popurl":"2026-01-16T20:34:41.725781Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167540,"job_number":"JOB_167540","tr_customer_id":167557,"tr_customer_product_id":167547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:49.000Z","modified_at":"2026-01-26T23:41:49.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-16T23:41:49.233421871Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167541,"job_number":"JOB_167541","tr_customer_id":167558,"tr_customer_product_id":167548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:50.000Z","modified_at":"2026-01-26T23:41:50.000Z","name":"Chaturbhuj Asan","mobile_number":"7096793640","email_id":"rati.shukla@yahoo.co.in","dop":"2026-01-16","serial_number":"765332067084013","imei1":"765332067084013","imei2":"765332067084013","popurl":"www.abhisyanta-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167542,"job_number":"JOB_167542","tr_customer_id":167559,"tr_customer_product_id":167549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:44:15.000Z","modified_at":"2026-01-26T23:44:15.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-16T23:44:14.816301966Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167543,"job_number":"JOB_167543","tr_customer_id":167560,"tr_customer_product_id":167550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T01:31:06.000Z","modified_at":"2026-01-27T01:31:06.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-17","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-17T01:31:05.469619446Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T01:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167548,"job_number":"JOB_167548","tr_customer_id":167565,"tr_customer_product_id":167555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:03:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14540231857564","imei1":"14540231857564","imei2":"14540231857564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167550,"job_number":"JOB_167550","tr_customer_id":167567,"tr_customer_product_id":167557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:54.000Z","modified_at":"2026-01-27T03:03:54.000Z","name":"Jayce Olson","mobile_number":"471-289-5640","email_id":"Sister83@gmail.com","dop":"2025-04-06","serial_number":"16134674822616796","imei1":"16134674822616796","imei2":"16134674822616796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167551,"job_number":"JOB_167551","tr_customer_id":167568,"tr_customer_product_id":167558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:04:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11769976971366","imei1":"11769976971366","imei2":"11769976971366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167553,"job_number":"JOB_167553","tr_customer_id":167570,"tr_customer_product_id":167560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:37.000Z","modified_at":"2026-01-27T03:04:37.000Z","name":"Donato Labadie","mobile_number":"458-864-3903","email_id":"Osbaldo.Skiles@yahoo.com","dop":"2025-04-06","serial_number":"16685826357599888","imei1":"16685826357599888","imei2":"16685826357599888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167554,"job_number":"JOB_167554","tr_customer_id":167571,"tr_customer_product_id":167561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:17.000Z","modified_at":"2026-01-27T03:05:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14795401254556","imei1":"14795401254556","imei2":"14795401254556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167556,"job_number":"JOB_167556","tr_customer_id":167573,"tr_customer_product_id":167563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:19.000Z","modified_at":"2026-01-27T03:05:19.000Z","name":"Alvena Williamson","mobile_number":"423-695-9416","email_id":"Ralph_Daniel99@gmail.com","dop":"2025-04-06","serial_number":"13929952924531452","imei1":"13929952924531452","imei2":"13929952924531452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167559,"job_number":"JOB_167559","tr_customer_id":167576,"tr_customer_product_id":167566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:28.000Z","modified_at":"2026-01-27T03:56:28.000Z","name":"Deron Sanford","mobile_number":"639-632-3468","email_id":"Rey.Kiehn35@yahoo.com","dop":"2025-04-06","serial_number":"18509899910406510","imei1":"18509899910406510","imei2":"18509899910406510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167561,"job_number":"JOB_167561","tr_customer_id":167578,"tr_customer_product_id":167568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:56:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13427742008225","imei1":"13427742008225","imei2":"13427742008225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167563,"job_number":"JOB_167563","tr_customer_id":167580,"tr_customer_product_id":167570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:41.000Z","modified_at":"2026-01-27T03:56:41.000Z","name":"Lisandro Bruen","mobile_number":"911-424-7644","email_id":"Jodie_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13282450462299732","imei1":"13282450462299732","imei2":"13282450462299732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167565,"job_number":"JOB_167565","tr_customer_id":167582,"tr_customer_product_id":167572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:49.000Z","modified_at":"2026-01-27T03:56:49.000Z","name":"Julie Welch","mobile_number":"571-317-7787","email_id":"Raymond93@hotmail.com","dop":"2025-04-06","serial_number":"19012616646092010","imei1":"19012616646092010","imei2":"19012616646092010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167566,"job_number":"JOB_167566","tr_customer_id":167583,"tr_customer_product_id":167573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:56:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10377252459264","imei1":"10377252459264","imei2":"10377252459264","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167569,"job_number":"JOB_167569","tr_customer_id":167586,"tr_customer_product_id":167576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"Brionna Lakin","mobile_number":"382-873-6677","email_id":"Desiree.Carroll36@gmail.com","dop":"2025-06-18","serial_number":"1066996724856225","imei1":"1066996724856225","imei2":"1066996724856225","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167570,"job_number":"JOB_167570","tr_customer_id":167587,"tr_customer_product_id":167577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12442143109962","imei1":"12442143109962","imei2":"12442143109962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167572,"job_number":"JOB_167572","tr_customer_id":167589,"tr_customer_product_id":167579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:56:52.000Z","name":"Vicky Haag","mobile_number":"371-669-9415","email_id":"Braden83@yahoo.com","dop":"2025-04-06","serial_number":"17866526886439260","imei1":"17866526886439260","imei2":"17866526886439260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167574,"job_number":"JOB_167574","tr_customer_id":167591,"tr_customer_product_id":167581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:53.000Z","modified_at":"2026-01-27T03:56:53.000Z","name":"Mertie Bruen","mobile_number":"690-491-2264","email_id":"Zion.Goyette@hotmail.com","dop":"2025-04-06","serial_number":"15584272345159952","imei1":"15584272345159952","imei2":"15584272345159952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167575,"job_number":"JOB_167575","tr_customer_id":167592,"tr_customer_product_id":167582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"Shany Skiles","mobile_number":"343-313-8058","email_id":"Blaze70@hotmail.com","dop":"2025-04-06","serial_number":"15894210290610844","imei1":"15894210290610844","imei2":"15894210290610844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167576,"job_number":"JOB_167576","tr_customer_id":167593,"tr_customer_product_id":167583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15299749897933","imei1":"15299749897933","imei2":"15299749897933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167578,"job_number":"JOB_167578","tr_customer_id":167595,"tr_customer_product_id":167585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:56.000Z","modified_at":"2026-01-27T03:56:56.000Z","name":"Gabrielle Lesch","mobile_number":"230-823-5194","email_id":"Modesta.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"18158410318607250","imei1":"18158410318607250","imei2":"18158410318607250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167582,"job_number":"JOB_167582","tr_customer_id":167599,"tr_customer_product_id":167589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:02.000Z","modified_at":"2026-01-27T03:57:02.000Z","name":"Orrin O'Reilly","mobile_number":"946-754-6258","email_id":"Palma_Kassulke@hotmail.com","dop":"2025-04-06","serial_number":"18298148128893764","imei1":"18298148128893764","imei2":"18298148128893764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167585,"job_number":"JOB_167585","tr_customer_id":167602,"tr_customer_product_id":167592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:11.000Z","modified_at":"2026-01-27T03:57:11.000Z","name":"Emmy Fisher","mobile_number":"650-427-0306","email_id":"Duane_Lueilwitz57@gmail.com","dop":"2025-04-06","serial_number":"11336384071000982","imei1":"11336384071000982","imei2":"11336384071000982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167586,"job_number":"JOB_167586","tr_customer_id":167603,"tr_customer_product_id":167593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13215400182104","imei1":"13215400182104","imei2":"13215400182104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167588,"job_number":"JOB_167588","tr_customer_id":167605,"tr_customer_product_id":167595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:14.000Z","modified_at":"2026-01-27T03:57:14.000Z","name":"Jarod Romaguera","mobile_number":"883-986-3014","email_id":"Veda.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"11033018324819376","imei1":"11033018324819376","imei2":"11033018324819376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167590,"job_number":"JOB_167590","tr_customer_id":167607,"tr_customer_product_id":167597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15246673098955","imei1":"15246673098955","imei2":"15246673098955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167592,"job_number":"JOB_167592","tr_customer_id":167609,"tr_customer_product_id":167599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12906189910328","imei2":"12906189910328","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167594,"job_number":"JOB_167594","tr_customer_id":167611,"tr_customer_product_id":167601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"Leanne Bergnaum","mobile_number":"640-423-3191","email_id":"Newton0@gmail.com","dop":"2025-04-06","serial_number":"16213996860965236","imei1":"16213996860965236","imei2":"16213996860965236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167595,"job_number":"JOB_167595","tr_customer_id":167612,"tr_customer_product_id":167602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11356138290626","imei1":"11356138290626","imei2":"11356138290626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167597,"job_number":"JOB_167597","tr_customer_id":167614,"tr_customer_product_id":167604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19110931384626","imei1":"19110931384626","imei2":"19110931384626","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167599,"job_number":"JOB_167599","tr_customer_id":167616,"tr_customer_product_id":167606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Jeremy Herzog","mobile_number":"282-555-4118","email_id":"Ena.Bechtelar65@gmail.com","dop":"2025-04-06","serial_number":"10173421977002996","imei1":"10173421977002996","imei2":"10173421977002996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167603,"job_number":"JOB_167603","tr_customer_id":167620,"tr_customer_product_id":167610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:21.000Z","modified_at":"2026-01-27T03:57:21.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68516838558450","imei1":"68516838558450","imei2":"68516838558450","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167605,"job_number":"JOB_167605","tr_customer_id":167622,"tr_customer_product_id":167612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:26.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19051448305296","imei1":"19051448305296","imei2":"19051448305296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167607,"job_number":"JOB_167607","tr_customer_id":167624,"tr_customer_product_id":167614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:28.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Jacey Collins","mobile_number":"944-652-7578","email_id":"Elfrieda.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"19632183660748910","imei1":"19632183660748910","imei2":"19632183660748910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167608,"job_number":"JOB_167608","tr_customer_id":167625,"tr_customer_product_id":167615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:29.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10001369553073","imei2":"10001369553073","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167611,"job_number":"JOB_167611","tr_customer_id":167628,"tr_customer_product_id":167618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11217777692370","imei1":"11217777692370","imei2":"11217777692370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167612,"job_number":"JOB_167612","tr_customer_id":167629,"tr_customer_product_id":167619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10855843315205","imei1":"10855843315205","imei2":"10855843315205","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167616,"job_number":"JOB_167616","tr_customer_id":167633,"tr_customer_product_id":167623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jacinto Kerluke","mobile_number":"466-294-4601","email_id":"Isadore_Gerhold@hotmail.com","dop":"2025-06-18","serial_number":"1003114341051045","imei1":"1003114341051045","imei2":"1003114341051045","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167617,"job_number":"JOB_167617","tr_customer_id":167634,"tr_customer_product_id":167624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Arlie Goyette","mobile_number":"774-884-8093","email_id":"Gabriella.Kiehn@gmail.com","dop":"2025-05-30","serial_number":"18680927987810","imei1":"18680927987810","imei2":"18680927987810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167618,"job_number":"JOB_167618","tr_customer_id":167635,"tr_customer_product_id":167625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jerad Considine","mobile_number":"716-463-1971","email_id":"Karina_Mertz@yahoo.com","dop":"2025-04-06","serial_number":"17065802865327806","imei1":"17065802865327806","imei2":"17065802865327806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167619,"job_number":"JOB_167619","tr_customer_id":167636,"tr_customer_product_id":167626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:37.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Justice Stroman","mobile_number":"432-530-0600","email_id":"Edgar41@gmail.com","dop":"2025-05-30","serial_number":"1961560333862636","imei1":"1961560333862636","imei2":"1961560333862636","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167620,"job_number":"JOB_167620","tr_customer_id":167637,"tr_customer_product_id":167627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:38.000Z","modified_at":"2026-01-27T03:57:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18682989177130","imei1":"18682989177130","imei2":"18682989177130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167622,"job_number":"JOB_167622","tr_customer_id":167639,"tr_customer_product_id":167629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16786630480147","imei1":"16786630480147","imei2":"16786630480147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167624,"job_number":"JOB_167624","tr_customer_id":167641,"tr_customer_product_id":167631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Carmelo Hudson","mobile_number":"287-770-1385","email_id":"Elmore_Wiegand26@gmail.com","dop":"2025-04-06","serial_number":"13661757631461158","imei1":"13661757631461158","imei2":"13661757631461158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167625,"job_number":"JOB_167625","tr_customer_id":167642,"tr_customer_product_id":167632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Juana Kuhn","mobile_number":"932-705-7734","email_id":"Will.Schinner@gmail.com","dop":"2025-04-06","serial_number":"12582442804487736","imei1":"12582442804487736","imei2":"12582442804487736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167626,"job_number":"JOB_167626","tr_customer_id":167643,"tr_customer_product_id":167633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:57:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13397876407749","imei1":"13397876407749","imei2":"13397876407749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167628,"job_number":"JOB_167628","tr_customer_id":167645,"tr_customer_product_id":167635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15979907799204","imei2":"15979907799204","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167630,"job_number":"JOB_167630","tr_customer_id":167647,"tr_customer_product_id":167637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Aryanna Schmidt","mobile_number":"786-202-1752","email_id":"Herta.Terry@hotmail.com","dop":"2025-04-06","serial_number":"19423229681970136","imei1":"19423229681970136","imei2":"19423229681970136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167636,"job_number":"JOB_167636","tr_customer_id":167653,"tr_customer_product_id":167643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:57:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12031893215833","imei1":"12031893215833","imei2":"12031893215833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167638,"job_number":"JOB_167638","tr_customer_id":167655,"tr_customer_product_id":167645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:54.000Z","modified_at":"2026-01-27T03:57:54.000Z","name":"Reece Trantow","mobile_number":"302-541-3363","email_id":"Mack.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"17585914696480564","imei1":"17585914696480564","imei2":"17585914696480564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167639,"job_number":"JOB_167639","tr_customer_id":167656,"tr_customer_product_id":167646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:57:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18017191928328","imei1":"18017191928328","imei2":"18017191928328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167641,"job_number":"JOB_167641","tr_customer_id":167658,"tr_customer_product_id":167648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Louvenia Davis","mobile_number":"553-560-1286","email_id":"Schuyler_Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11329337661782124","imei1":"11329337661782124","imei2":"11329337661782124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167642,"job_number":"JOB_167642","tr_customer_id":167659,"tr_customer_product_id":167649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13690465004998","imei1":"13690465004998","imei2":"13690465004998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167648,"job_number":"JOB_167648","tr_customer_id":167665,"tr_customer_product_id":167655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Ena Skiles","mobile_number":"298-265-4144","email_id":"Carolyn.Daniel@gmail.com","dop":"2025-04-06","serial_number":"14437299231964732","imei1":"14437299231964732","imei2":"14437299231964732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167649,"job_number":"JOB_167649","tr_customer_id":167666,"tr_customer_product_id":167656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13548679991903","imei1":"13548679991903","imei2":"13548679991903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167651,"job_number":"JOB_167651","tr_customer_id":167668,"tr_customer_product_id":167658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18941925353118","imei1":"18941925353118","imei2":"18941925353118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167653,"job_number":"JOB_167653","tr_customer_id":167670,"tr_customer_product_id":167660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Asha Torphy","mobile_number":"843-641-3938","email_id":"Isaac14@gmail.com","dop":"2025-04-06","serial_number":"10240867845893942","imei1":"10240867845893942","imei2":"10240867845893942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167654,"job_number":"JOB_167654","tr_customer_id":167671,"tr_customer_product_id":167661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Gerda Cormier","mobile_number":"613-921-9054","email_id":"Erwin.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"12704528046663076","imei1":"12704528046663076","imei2":"12704528046663076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167655,"job_number":"JOB_167655","tr_customer_id":167672,"tr_customer_product_id":167662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13403960447968","imei1":"13403960447968","imei2":"13403960447968","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167659,"job_number":"JOB_167659","tr_customer_id":167676,"tr_customer_product_id":167666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51229279347468","imei1":"51229279347468","imei2":"51229279347468","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167661,"job_number":"JOB_167661","tr_customer_id":167678,"tr_customer_product_id":167668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:14.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19698683003812","imei1":"19698683003812","imei2":"19698683003812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167663,"job_number":"JOB_167663","tr_customer_id":167680,"tr_customer_product_id":167670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:16.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Francesca Murphy","mobile_number":"621-475-6586","email_id":"Shakira49@yahoo.com","dop":"2025-04-06","serial_number":"17519966068101636","imei1":"17519966068101636","imei2":"17519966068101636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167664,"job_number":"JOB_167664","tr_customer_id":167681,"tr_customer_product_id":167671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14442196169883","imei1":"14442196169883","imei2":"14442196169883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167666,"job_number":"JOB_167666","tr_customer_id":167683,"tr_customer_product_id":167673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:20.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Tyler Watsica","mobile_number":"349-948-0788","email_id":"Bell.Nolan52@gmail.com","dop":"2025-04-06","serial_number":"13879215740009048","imei1":"13879215740009048","imei2":"13879215740009048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167667,"job_number":"JOB_167667","tr_customer_id":167684,"tr_customer_product_id":167674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:22.000Z","modified_at":"2026-01-27T03:58:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17305399664989","imei1":"17305399664989","imei2":"17305399664989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167669,"job_number":"JOB_167669","tr_customer_id":167686,"tr_customer_product_id":167676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19373817541206","imei1":"19373817541206","imei2":"19373817541206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167671,"job_number":"JOB_167671","tr_customer_id":167688,"tr_customer_product_id":167678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:24.000Z","modified_at":"2026-01-27T03:58:24.000Z","name":"Daphne Kub","mobile_number":"467-731-6481","email_id":"Jake_Mann14@hotmail.com","dop":"2025-04-06","serial_number":"14942007399332052","imei1":"14942007399332052","imei2":"14942007399332052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167672,"job_number":"JOB_167672","tr_customer_id":167689,"tr_customer_product_id":167679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:25.000Z","modified_at":"2026-01-27T03:58:25.000Z","name":"Kamryn Grady","mobile_number":"862-360-9767","email_id":"Karli11@hotmail.com","dop":"2025-04-06","serial_number":"12026280895334058","imei1":"12026280895334058","imei2":"12026280895334058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167673,"job_number":"JOB_167673","tr_customer_id":167690,"tr_customer_product_id":167680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:58:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19734921860320","imei1":"19734921860320","imei2":"19734921860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167675,"job_number":"JOB_167675","tr_customer_id":167692,"tr_customer_product_id":167682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17256386993031","imei1":"17256386993031","imei2":"17256386993031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167676,"job_number":"JOB_167676","tr_customer_id":167693,"tr_customer_product_id":167683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"Aida Cummings","mobile_number":"665-428-6820","email_id":"Beth_Reinger82@hotmail.com","dop":"2025-04-06","serial_number":"11263284855498930","imei1":"11263284855498930","imei2":"11263284855498930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167678,"job_number":"JOB_167678","tr_customer_id":167695,"tr_customer_product_id":167685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:31.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Sabryna Prohaska","mobile_number":"474-710-1560","email_id":"Eleazar_Daniel46@gmail.com","dop":"2025-04-06","serial_number":"11237624186230580","imei1":"11237624186230580","imei2":"11237624186230580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167679,"job_number":"JOB_167679","tr_customer_id":167696,"tr_customer_product_id":167686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:38.000Z","modified_at":"2026-01-27T03:58:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17290529992797","imei1":"17290529992797","imei2":"17290529992797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167681,"job_number":"JOB_167681","tr_customer_id":167698,"tr_customer_product_id":167688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12578106237988","imei1":"12578106237988","imei2":"12578106237988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167682,"job_number":"JOB_167682","tr_customer_id":167699,"tr_customer_product_id":167689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597778340898","imei1":"15597778340898","imei2":"15597778340898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167685,"job_number":"JOB_167685","tr_customer_id":167702,"tr_customer_product_id":167692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:58:40.000Z","name":"Conner Hilpert","mobile_number":"396-688-0700","email_id":"Gilda.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"14712767531465108","imei1":"14712767531465108","imei2":"14712767531465108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167687,"job_number":"JOB_167687","tr_customer_id":167704,"tr_customer_product_id":167694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Keely Gleason","mobile_number":"753-466-1947","email_id":"Francisco23@gmail.com","dop":"2025-04-06","serial_number":"16512057136923444","imei1":"16512057136923444","imei2":"16512057136923444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167689,"job_number":"JOB_167689","tr_customer_id":167706,"tr_customer_product_id":167696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Jamarcus Conn","mobile_number":"258-569-2257","email_id":"Olin94@gmail.com","dop":"2025-04-06","serial_number":"14336684273308248","imei1":"14336684273308248","imei2":"14336684273308248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167691,"job_number":"JOB_167691","tr_customer_id":167708,"tr_customer_product_id":167698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16061707656514","imei1":"16061707656514","imei2":"16061707656514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167692,"job_number":"JOB_167692","tr_customer_id":167709,"tr_customer_product_id":167699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16413009223480","imei1":"16413009223480","imei2":"16413009223480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167695,"job_number":"JOB_167695","tr_customer_id":167712,"tr_customer_product_id":167702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Thalia Volkman","mobile_number":"462-730-8924","email_id":"Hazel30@hotmail.com","dop":"2025-04-06","serial_number":"17868655623113104","imei1":"17868655623113104","imei2":"17868655623113104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167696,"job_number":"JOB_167696","tr_customer_id":167713,"tr_customer_product_id":167703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Kathryne Windler","mobile_number":"871-332-1922","email_id":"Irwin.Denesik@gmail.com","dop":"2025-04-06","serial_number":"11471488602647400","imei1":"11471488602647400","imei2":"11471488602647400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167698,"job_number":"JOB_167698","tr_customer_id":167715,"tr_customer_product_id":167705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18722576579872","imei1":"18722576579872","imei2":"18722576579872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167702,"job_number":"JOB_167702","tr_customer_id":167719,"tr_customer_product_id":167709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14534040176453","imei1":"14534040176453","imei2":"14534040176453","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167703,"job_number":"JOB_167703","tr_customer_id":167720,"tr_customer_product_id":167710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:58:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15568245128975","imei1":"15568245128975","imei2":"15568245128975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167708,"job_number":"JOB_167708","tr_customer_id":167725,"tr_customer_product_id":167715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Betsy Beatty","mobile_number":"962-207-0290","email_id":"Bell.Orn3@gmail.com","dop":"2025-04-06","serial_number":"14434650120704726","imei1":"14434650120704726","imei2":"14434650120704726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167709,"job_number":"JOB_167709","tr_customer_id":167726,"tr_customer_product_id":167716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15598275721214","imei1":"15598275721214","imei2":"15598275721214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167711,"job_number":"JOB_167711","tr_customer_id":167728,"tr_customer_product_id":167718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11985838423999","imei1":"11985838423999","imei2":"11985838423999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167712,"job_number":"JOB_167712","tr_customer_id":167729,"tr_customer_product_id":167719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Rusty Rosenbaum","mobile_number":"266-273-5065","email_id":"Herminio31@hotmail.com","dop":"2025-04-06","serial_number":"10406673123257408","imei1":"10406673123257408","imei2":"10406673123257408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167714,"job_number":"JOB_167714","tr_customer_id":167731,"tr_customer_product_id":167721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:09.000Z","modified_at":"2026-01-27T03:59:09.000Z","name":"Gwendolyn Marquardt","mobile_number":"397-315-5494","email_id":"Ida.Block4@yahoo.com","dop":"2025-04-06","serial_number":"12069322754066996","imei1":"12069322754066996","imei2":"12069322754066996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167718,"job_number":"JOB_167718","tr_customer_id":167735,"tr_customer_product_id":167725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17008880227135","imei1":"17008880227135","imei2":"17008880227135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167720,"job_number":"JOB_167720","tr_customer_id":167737,"tr_customer_product_id":167727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:15.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Baron Gleichner","mobile_number":"569-974-0764","email_id":"Tillman67@yahoo.com","dop":"2025-04-06","serial_number":"16696866616047820","imei1":"16696866616047820","imei2":"16696866616047820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167721,"job_number":"JOB_167721","tr_customer_id":167738,"tr_customer_product_id":167728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T03:59:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11172627533643","imei1":"11172627533643","imei2":"11172627533643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167723,"job_number":"JOB_167723","tr_customer_id":167740,"tr_customer_product_id":167730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:27.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Larissa Wilderman","mobile_number":"612-596-5819","email_id":"Cassie_King98@yahoo.com","dop":"2025-04-06","serial_number":"17988825406305388","imei1":"17988825406305388","imei2":"17988825406305388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167727,"job_number":"JOB_167727","tr_customer_id":167744,"tr_customer_product_id":167734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T03:59:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18169069886721","imei1":"18169069886721","imei2":"18169069886721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167729,"job_number":"JOB_167729","tr_customer_id":167746,"tr_customer_product_id":167736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:41.000Z","modified_at":"2026-01-27T03:59:41.000Z","name":"Leonie Stoltenberg","mobile_number":"632-793-6650","email_id":"Lia98@yahoo.com","dop":"2025-04-06","serial_number":"18862572585037620","imei1":"18862572585037620","imei2":"18862572585037620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167730,"job_number":"JOB_167730","tr_customer_id":167747,"tr_customer_product_id":167737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T03:59:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16140328322120","imei1":"16140328322120","imei2":"16140328322120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167732,"job_number":"JOB_167732","tr_customer_id":167749,"tr_customer_product_id":167739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:00.000Z","modified_at":"2026-01-27T04:00:00.000Z","name":"Amparo Stroman","mobile_number":"652-396-9062","email_id":"Theodora_Cormier@yahoo.com","dop":"2025-04-06","serial_number":"12770672414828126","imei1":"12770672414828126","imei2":"12770672414828126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167733,"job_number":"JOB_167733","tr_customer_id":167750,"tr_customer_product_id":167740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:00:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11149211780437","imei1":"11149211780437","imei2":"11149211780437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167735,"job_number":"JOB_167735","tr_customer_id":167752,"tr_customer_product_id":167742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:26.000Z","modified_at":"2026-01-27T04:00:26.000Z","name":"Alessandro Klein","mobile_number":"249-949-3079","email_id":"Antonette_Ward49@hotmail.com","dop":"2025-04-06","serial_number":"16760489880667088","imei1":"16760489880667088","imei2":"16760489880667088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167736,"job_number":"JOB_167736","tr_customer_id":167753,"tr_customer_product_id":167743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68750095402755","imei1":"68750095402755","imei2":"68750095402755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167737,"job_number":"JOB_167737","tr_customer_id":167754,"tr_customer_product_id":167744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87908979667028","imei1":"87908979667028","imei2":"87908979667028","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167738,"job_number":"JOB_167738","tr_customer_id":167755,"tr_customer_product_id":167745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69648210848652","imei1":"69648210848652","imei2":"69648210848652","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167739,"job_number":"JOB_167739","tr_customer_id":167756,"tr_customer_product_id":167746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23206692471066","imei1":"23206692471066","imei2":"23206692471066","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167740,"job_number":"JOB_167740","tr_customer_id":167757,"tr_customer_product_id":167747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25474750557996","imei1":"25474750557996","imei2":"25474750557996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167741,"job_number":"JOB_167741","tr_customer_id":167758,"tr_customer_product_id":167748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18506977235583","imei1":"18506977235583","imei2":"18506977235583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167743,"job_number":"JOB_167743","tr_customer_id":167760,"tr_customer_product_id":167750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46488600950401","imei1":"46488600950401","imei2":"46488600950401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167744,"job_number":"JOB_167744","tr_customer_id":167761,"tr_customer_product_id":167751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84840740161320","imei1":"84840740161320","imei2":"84840740161320","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167745,"job_number":"JOB_167745","tr_customer_id":167762,"tr_customer_product_id":167752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46523212624438","imei1":"46523212624438","imei2":"46523212624438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167746,"job_number":"JOB_167746","tr_customer_id":167763,"tr_customer_product_id":167753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53625626675668","imei1":"53625626675668","imei2":"53625626675668","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167747,"job_number":"JOB_167747","tr_customer_id":167764,"tr_customer_product_id":167754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63891004325201","imei1":"63891004325201","imei2":"63891004325201","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167748,"job_number":"JOB_167748","tr_customer_id":167765,"tr_customer_product_id":167755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41394992103667","imei1":"41394992103667","imei2":"41394992103667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167750,"job_number":"JOB_167750","tr_customer_id":167767,"tr_customer_product_id":167757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12920615173484","imei1":"12920615173484","imei2":"12920615173484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167751,"job_number":"JOB_167751","tr_customer_id":167768,"tr_customer_product_id":167758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73599827046103","imei1":"73599827046103","imei2":"73599827046103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167752,"job_number":"JOB_167752","tr_customer_id":167769,"tr_customer_product_id":167759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13224128065911","imei1":"13224128065911","imei2":"13224128065911","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167753,"job_number":"JOB_167753","tr_customer_id":167770,"tr_customer_product_id":167760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46674199155380","imei1":"46674199155380","imei2":"46674199155380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167754,"job_number":"JOB_167754","tr_customer_id":167771,"tr_customer_product_id":167761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15031952061543","imei1":"15031952061543","imei2":"15031952061543","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167755,"job_number":"JOB_167755","tr_customer_id":167772,"tr_customer_product_id":167762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40729081242918","imei1":"40729081242918","imei2":"40729081242918","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167759,"job_number":"JOB_167759","tr_customer_id":167776,"tr_customer_product_id":167766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:41:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10503948481380","imei1":"10503948481380","imei2":"10503948481380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167761,"job_number":"JOB_167761","tr_customer_id":167778,"tr_customer_product_id":167768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:29.000Z","modified_at":"2026-01-27T04:41:29.000Z","name":"Jonathon Kohler","mobile_number":"323-332-8852","email_id":"Hollis.Hegmann72@gmail.com","dop":"2025-04-06","serial_number":"16750184270928274","imei1":"16750184270928274","imei2":"16750184270928274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167762,"job_number":"JOB_167762","tr_customer_id":167779,"tr_customer_product_id":167769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:15.000Z","modified_at":"2026-01-27T04:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18798652558941","imei1":"18798652558941","imei2":"18798652558941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167764,"job_number":"JOB_167764","tr_customer_id":167781,"tr_customer_product_id":167771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:17.000Z","modified_at":"2026-01-27T04:42:17.000Z","name":"Jabari Wyman","mobile_number":"655-718-3360","email_id":"Roosevelt.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"14727302101919016","imei1":"14727302101919016","imei2":"14727302101919016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167765,"job_number":"JOB_167765","tr_customer_id":167782,"tr_customer_product_id":167772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:03.000Z","modified_at":"2026-01-27T04:43:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19948686107370","imei1":"19948686107370","imei2":"19948686107370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167767,"job_number":"JOB_167767","tr_customer_id":167784,"tr_customer_product_id":167774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:05.000Z","modified_at":"2026-01-27T04:43:05.000Z","name":"Brycen Hartmann","mobile_number":"920-423-2523","email_id":"Billy38@yahoo.com","dop":"2025-04-06","serial_number":"17160575372195656","imei1":"17160575372195656","imei2":"17160575372195656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167768,"job_number":"JOB_167768","tr_customer_id":167785,"tr_customer_product_id":167775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:07.000Z","modified_at":"2026-01-27T04:43:07.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"15444292375424","imei1":"15444292375424","imei2":"15444292375424","popurl":"2026-01-17T04:43:07.439793018Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167769,"job_number":"JOB_167769","tr_customer_id":167786,"tr_customer_product_id":167776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:32.000Z","modified_at":"2026-01-27T04:43:32.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"79668445389652","imei1":"79668445389652","imei2":"79668445389652","popurl":"2026-01-17T04:43:32.109403420Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167770,"job_number":"JOB_167770","tr_customer_id":167787,"tr_customer_product_id":167777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103498957615061","imei1":"103498957615061","imei2":"103498957615061","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167772,"job_number":"JOB_167772","tr_customer_id":167789,"tr_customer_product_id":167779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:51:55.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100099889244294","imei1":"100099889244294","imei2":"100099889244294","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167775,"job_number":"JOB_167775","tr_customer_id":167792,"tr_customer_product_id":167782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:39.000Z","modified_at":"2026-01-27T04:57:39.000Z","name":"Diego Bayer","mobile_number":"665-414-9415","email_id":"Mara.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"11332008650035692","imei1":"11332008650035692","imei2":"11332008650035692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167777,"job_number":"JOB_167777","tr_customer_id":167794,"tr_customer_product_id":167784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:25.000Z","modified_at":"2026-01-27T04:58:25.000Z","name":"Tillman Schultz","mobile_number":"358-708-5320","email_id":"Helena_Kuhic@gmail.com","dop":"2025-04-06","serial_number":"13321667553343650","imei1":"13321667553343650","imei2":"13321667553343650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167779,"job_number":"JOB_167779","tr_customer_id":167796,"tr_customer_product_id":167786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:11.000Z","modified_at":"2026-01-27T04:59:11.000Z","name":"Gene Effertz","mobile_number":"977-611-6671","email_id":"Javier.Rutherford@gmail.com","dop":"2025-04-06","serial_number":"19594496775397960","imei1":"19594496775397960","imei2":"19594496775397960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167781,"job_number":"JOB_167781","tr_customer_id":167798,"tr_customer_product_id":167788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:54.000Z","modified_at":"2026-01-27T05:00:54.000Z","name":"Celia Hamill","mobile_number":"980-656-1254","email_id":"Jayme80@yahoo.com","dop":"2025-04-06","serial_number":"17093614278677168","imei1":"17093614278677168","imei2":"17093614278677168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167783,"job_number":"JOB_167783","tr_customer_id":167800,"tr_customer_product_id":167790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:12.000Z","modified_at":"2026-01-27T05:01:12.000Z","name":"Lucinda Smith","mobile_number":"711-707-2038","email_id":"Raven_Tromp68@hotmail.com","dop":"2025-04-06","serial_number":"18435660998000900","imei1":"18435660998000900","imei2":"18435660998000900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167784,"job_number":"JOB_167784","tr_customer_id":167801,"tr_customer_product_id":167791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:08.000Z","modified_at":"2026-01-27T05:18:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18105688226137","imei1":"18105688226137","imei2":"18105688226137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167786,"job_number":"JOB_167786","tr_customer_id":167803,"tr_customer_product_id":167793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:10.000Z","modified_at":"2026-01-27T05:18:10.000Z","name":"Concepcion Kling","mobile_number":"485-572-1549","email_id":"Gwendolyn_Prohaska74@hotmail.com","dop":"2025-04-06","serial_number":"15864204710609916","imei1":"15864204710609916","imei2":"15864204710609916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167787,"job_number":"JOB_167787","tr_customer_id":167804,"tr_customer_product_id":167794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:53.000Z","modified_at":"2026-01-27T05:18:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17393390155661","imei1":"17393390155661","imei2":"17393390155661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167789,"job_number":"JOB_167789","tr_customer_id":167806,"tr_customer_product_id":167796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:55.000Z","modified_at":"2026-01-27T05:18:55.000Z","name":"Samantha Heidenreich","mobile_number":"264-977-5406","email_id":"Alanna.Keebler55@hotmail.com","dop":"2025-04-06","serial_number":"17862732445518564","imei1":"17862732445518564","imei2":"17862732445518564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167790,"job_number":"JOB_167790","tr_customer_id":167807,"tr_customer_product_id":167797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:38.000Z","modified_at":"2026-01-27T05:19:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12162921804378","imei1":"12162921804378","imei2":"12162921804378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167792,"job_number":"JOB_167792","tr_customer_id":167809,"tr_customer_product_id":167799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:40.000Z","modified_at":"2026-01-27T05:19:40.000Z","name":"Vella Smitham","mobile_number":"409-455-6807","email_id":"Theresa.Collins@gmail.com","dop":"2025-04-06","serial_number":"11657422336501164","imei1":"11657422336501164","imei2":"11657422336501164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167796,"job_number":"JOB_167796","tr_customer_id":167813,"tr_customer_product_id":167803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11730143042933","imei1":"11730143042933","imei2":"11730143042933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167798,"job_number":"JOB_167798","tr_customer_id":167815,"tr_customer_product_id":167805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:04.000Z","modified_at":"2026-01-27T06:19:04.000Z","name":"Brown Bednar","mobile_number":"861-977-4122","email_id":"Karlie_Green48@gmail.com","dop":"2025-04-06","serial_number":"18532545821601696","imei1":"18532545821601696","imei2":"18532545821601696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167799,"job_number":"JOB_167799","tr_customer_id":167816,"tr_customer_product_id":167806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18187635174485","imei1":"18187635174485","imei2":"18187635174485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167801,"job_number":"JOB_167801","tr_customer_id":167818,"tr_customer_product_id":167808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:48.000Z","modified_at":"2026-01-27T06:19:48.000Z","name":"Clarissa Gerlach","mobile_number":"329-576-0565","email_id":"Amani46@hotmail.com","dop":"2025-04-06","serial_number":"19841535420662280","imei1":"19841535420662280","imei2":"19841535420662280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167808,"job_number":"JOB_167808","tr_customer_id":167825,"tr_customer_product_id":167815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:30.000Z","modified_at":"2026-01-27T06:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16491092711122","imei1":"16491092711122","imei2":"16491092711122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167810,"job_number":"JOB_167810","tr_customer_id":167827,"tr_customer_product_id":167817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:32.000Z","modified_at":"2026-01-27T06:20:32.000Z","name":"Hipolito Hermiston","mobile_number":"643-640-8790","email_id":"Minnie50@yahoo.com","dop":"2025-04-06","serial_number":"16738148478419176","imei1":"16738148478419176","imei2":"16738148478419176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167816,"job_number":"JOB_167816","tr_customer_id":167833,"tr_customer_product_id":167823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10590065726560","imei1":"10590065726560","imei2":"10590065726560","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167817,"job_number":"JOB_167817","tr_customer_id":167834,"tr_customer_product_id":167824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"Dedrick Sawayn","mobile_number":"606-435-9603","email_id":"Cedrick18@gmail.com","dop":"2025-04-06","serial_number":"14284034712076870","imei1":"14284034712076870","imei2":"14284034712076870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167819,"job_number":"JOB_167819","tr_customer_id":167836,"tr_customer_product_id":167826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:06.000Z","modified_at":"2026-01-27T06:23:06.000Z","name":"Aniya Mueller","mobile_number":"546-393-9663","email_id":"Chanelle2@hotmail.com","dop":"2025-06-18","serial_number":"1072434199213766","imei1":"1072434199213766","imei2":"1072434199213766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167820,"job_number":"JOB_167820","tr_customer_id":167837,"tr_customer_product_id":167827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:23:48.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10101267317766","imei1":"10101267317766","imei2":"10101267317766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167822,"job_number":"JOB_167822","tr_customer_id":167839,"tr_customer_product_id":167829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:49.000Z","modified_at":"2026-01-27T06:23:49.000Z","name":"Stefanie Lemke","mobile_number":"292-504-2515","email_id":"Kali24@gmail.com","dop":"2025-06-18","serial_number":"1067109977151928","imei1":"1067109977151928","imei2":"1067109977151928","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167823,"job_number":"JOB_167823","tr_customer_id":167840,"tr_customer_product_id":167830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:24:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11740984830074","imei1":"11740984830074","imei2":"11740984830074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167825,"job_number":"JOB_167825","tr_customer_id":167842,"tr_customer_product_id":167832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:37.000Z","modified_at":"2026-01-27T06:24:37.000Z","name":"Kaleb Beahan","mobile_number":"242-722-0254","email_id":"Sunny81@hotmail.com","dop":"2025-04-06","serial_number":"18555023955379372","imei1":"18555023955379372","imei2":"18555023955379372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167826,"job_number":"JOB_167826","tr_customer_id":167843,"tr_customer_product_id":167833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:26.000Z","modified_at":"2026-01-27T06:25:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12338518242380","imei1":"12338518242380","imei2":"12338518242380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167828,"job_number":"JOB_167828","tr_customer_id":167845,"tr_customer_product_id":167835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:28.000Z","modified_at":"2026-01-27T06:25:28.000Z","name":"Ramon Hilll","mobile_number":"811-699-6550","email_id":"Brook56@gmail.com","dop":"2025-04-06","serial_number":"19695958491683900","imei1":"19695958491683900","imei2":"19695958491683900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167829,"job_number":"JOB_167829","tr_customer_id":167846,"tr_customer_product_id":167836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:26:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15802935641808","imei1":"15802935641808","imei2":"15802935641808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167831,"job_number":"JOB_167831","tr_customer_id":167848,"tr_customer_product_id":167838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:19.000Z","modified_at":"2026-01-27T06:26:19.000Z","name":"Lazaro Hoppe","mobile_number":"805-669-5412","email_id":"Leland_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"18267334371696710","imei1":"18267334371696710","imei2":"18267334371696710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167832,"job_number":"JOB_167832","tr_customer_id":167849,"tr_customer_product_id":167839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:27:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11615152671057","imei1":"11615152671057","imei2":"11615152671057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167834,"job_number":"JOB_167834","tr_customer_id":167851,"tr_customer_product_id":167841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:39.000Z","modified_at":"2026-01-27T06:27:39.000Z","name":"Hettie Brakus","mobile_number":"920-884-7742","email_id":"Lillian.Steuber98@gmail.com","dop":"2025-04-06","serial_number":"17652142820175848","imei1":"17652142820175848","imei2":"17652142820175848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167835,"job_number":"JOB_167835","tr_customer_id":167852,"tr_customer_product_id":167842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19904485216653","imei1":"19904485216653","imei2":"19904485216653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167837,"job_number":"JOB_167837","tr_customer_id":167854,"tr_customer_product_id":167844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:23.000Z","modified_at":"2026-01-27T06:28:23.000Z","name":"Bobby Bogan","mobile_number":"519-540-8511","email_id":"Moriah.Torp35@gmail.com","dop":"2025-04-06","serial_number":"10461022854004748","imei1":"10461022854004748","imei2":"10461022854004748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167838,"job_number":"JOB_167838","tr_customer_id":167855,"tr_customer_product_id":167845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19420379464284","imei1":"19420379464284","imei2":"19420379464284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167840,"job_number":"JOB_167840","tr_customer_id":167857,"tr_customer_product_id":167847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:06.000Z","modified_at":"2026-01-27T06:29:06.000Z","name":"Anastacio Ebert","mobile_number":"971-557-1170","email_id":"Reba3@hotmail.com","dop":"2025-04-06","serial_number":"14007303508030568","imei1":"14007303508030568","imei2":"14007303508030568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167843,"job_number":"JOB_167843","tr_customer_id":167860,"tr_customer_product_id":167850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17339423269073","imei1":"17339423269073","imei2":"17339423269073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167845,"job_number":"JOB_167845","tr_customer_id":167862,"tr_customer_product_id":167852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:17.000Z","name":"Modesto Sauer","mobile_number":"424-849-3916","email_id":"Delilah_Treutel27@hotmail.com","dop":"2025-04-06","serial_number":"11996959230079538","imei1":"11996959230079538","imei2":"11996959230079538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167847,"job_number":"JOB_167847","tr_customer_id":167864,"tr_customer_product_id":167854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15985961373989","imei1":"15985961373989","imei2":"15985961373989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167849,"job_number":"JOB_167849","tr_customer_id":167866,"tr_customer_product_id":167856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:05.000Z","modified_at":"2026-01-27T06:31:05.000Z","name":"Giovani McKenzie","mobile_number":"898-307-0001","email_id":"Brady_Leannon@hotmail.com","dop":"2025-04-06","serial_number":"19451465414718350","imei1":"19451465414718350","imei2":"19451465414718350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167850,"job_number":"JOB_167850","tr_customer_id":167867,"tr_customer_product_id":167857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:31:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10477906422672","imei2":"10477906422672","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167852,"job_number":"JOB_167852","tr_customer_id":167869,"tr_customer_product_id":167859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:31:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11373056543091","imei1":"11373056543091","imei2":"11373056543091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167854,"job_number":"JOB_167854","tr_customer_id":167871,"tr_customer_product_id":167861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:52.000Z","modified_at":"2026-01-27T06:31:52.000Z","name":"Sadye Sipes","mobile_number":"779-875-8270","email_id":"Ebony.Hirthe@gmail.com","dop":"2025-04-06","serial_number":"10349692400180752","imei1":"10349692400180752","imei2":"10349692400180752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167855,"job_number":"JOB_167855","tr_customer_id":167872,"tr_customer_product_id":167862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14206461523702","imei2":"14206461523702","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167857,"job_number":"JOB_167857","tr_customer_id":167874,"tr_customer_product_id":167864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:17.000Z","modified_at":"2026-01-27T06:32:17.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12347251322045","imei2":"12347251322045","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167860,"job_number":"JOB_167860","tr_customer_id":167877,"tr_customer_product_id":167867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:28.000Z","modified_at":"2026-01-27T06:34:28.000Z","name":"Felton Jones","mobile_number":"461-830-5368","email_id":"Donald_Muller@gmail.com","dop":"2025-04-06","serial_number":"15954666796721888","imei1":"15954666796721888","imei2":"15954666796721888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167861,"job_number":"JOB_167861","tr_customer_id":167878,"tr_customer_product_id":167868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:06.000Z","modified_at":"2026-01-27T06:35:06.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17343592327259","imei1":"17343592327259","imei2":"17343592327259","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167863,"job_number":"JOB_167863","tr_customer_id":167880,"tr_customer_product_id":167870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:28.000Z","modified_at":"2026-01-27T06:35:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12322716487394","imei1":"12322716487394","imei2":"12322716487394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167865,"job_number":"JOB_167865","tr_customer_id":167882,"tr_customer_product_id":167872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:30.000Z","modified_at":"2026-01-27T06:35:30.000Z","name":"Omer Maggio","mobile_number":"655-959-8696","email_id":"Hershel99@gmail.com","dop":"2025-04-06","serial_number":"11488347981559736","imei1":"11488347981559736","imei2":"11488347981559736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167869,"job_number":"JOB_167869","tr_customer_id":167886,"tr_customer_product_id":167876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:54.000Z","modified_at":"2026-01-27T06:35:54.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17324433358007","imei1":"17324433358007","imei2":"17324433358007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167871,"job_number":"JOB_167871","tr_customer_id":167888,"tr_customer_product_id":167878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:15.000Z","modified_at":"2026-01-27T06:36:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18948317579051","imei1":"18948317579051","imei2":"18948317579051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167873,"job_number":"JOB_167873","tr_customer_id":167890,"tr_customer_product_id":167880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:17.000Z","modified_at":"2026-01-27T06:36:17.000Z","name":"Maye Rodriguez","mobile_number":"655-525-8401","email_id":"Edward.Walsh28@gmail.com","dop":"2025-04-06","serial_number":"18172135488968240","imei1":"18172135488968240","imei2":"18172135488968240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167877,"job_number":"JOB_167877","tr_customer_id":167894,"tr_customer_product_id":167884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:36:42.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16171174787922","imei1":"16171174787922","imei2":"16171174787922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167879,"job_number":"JOB_167879","tr_customer_id":167896,"tr_customer_product_id":167886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797132248973","imei1":"12797132248973","imei2":"12797132248973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167880,"job_number":"JOB_167880","tr_customer_id":167897,"tr_customer_product_id":167887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15941554825756","imei1":"15941554825756","imei2":"15941554825756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167883,"job_number":"JOB_167883","tr_customer_id":167900,"tr_customer_product_id":167890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Avis Fadel","mobile_number":"908-634-0138","email_id":"Norene.Raynor@gmail.com","dop":"2025-04-06","serial_number":"18320246082397332","imei1":"18320246082397332","imei2":"18320246082397332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167884,"job_number":"JOB_167884","tr_customer_id":167901,"tr_customer_product_id":167891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Wyatt Friesen","mobile_number":"592-951-6370","email_id":"Willard57@yahoo.com","dop":"2025-04-06","serial_number":"18984968440466710","imei1":"18984968440466710","imei2":"18984968440466710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167888,"job_number":"JOB_167888","tr_customer_id":167905,"tr_customer_product_id":167895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:37:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10244847596438","imei1":"10244847596438","imei2":"10244847596438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167890,"job_number":"JOB_167890","tr_customer_id":167907,"tr_customer_product_id":167897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:49.000Z","modified_at":"2026-01-27T06:37:49.000Z","name":"Davion Gaylord","mobile_number":"478-883-2288","email_id":"Alejandrin_OKeefe47@gmail.com","dop":"2025-04-06","serial_number":"11487920209396314","imei1":"11487920209396314","imei2":"11487920209396314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167894,"job_number":"JOB_167894","tr_customer_id":167911,"tr_customer_product_id":167901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:31.000Z","modified_at":"2026-01-27T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14777744687360","imei1":"14777744687360","imei2":"14777744687360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167896,"job_number":"JOB_167896","tr_customer_id":167913,"tr_customer_product_id":167903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:33.000Z","modified_at":"2026-01-27T06:38:33.000Z","name":"Marty Corkery","mobile_number":"727-204-3064","email_id":"Domenico.Huels@yahoo.com","dop":"2025-04-06","serial_number":"10948488540603988","imei1":"10948488540603988","imei2":"10948488540603988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167897,"job_number":"JOB_167897","tr_customer_id":167914,"tr_customer_product_id":167904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18231155699279","imei1":"18231155699279","imei2":"18231155699279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167899,"job_number":"JOB_167899","tr_customer_id":167916,"tr_customer_product_id":167906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:06.000Z","modified_at":"2026-01-27T06:42:06.000Z","name":"Lisa Zulauf","mobile_number":"250-618-8688","email_id":"Chelsea9@yahoo.com","dop":"2025-04-06","serial_number":"17611184738963124","imei1":"17611184738963124","imei2":"17611184738963124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167900,"job_number":"JOB_167900","tr_customer_id":167917,"tr_customer_product_id":167907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:42:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17079659156633","imei1":"17079659156633","imei2":"17079659156633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167902,"job_number":"JOB_167902","tr_customer_id":167919,"tr_customer_product_id":167909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:56.000Z","modified_at":"2026-01-27T06:42:56.000Z","name":"Ned Dach","mobile_number":"535-612-0082","email_id":"Adolfo_Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15430774571147254","imei1":"15430774571147254","imei2":"15430774571147254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167903,"job_number":"JOB_167903","tr_customer_id":167920,"tr_customer_product_id":167910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:01.000Z","modified_at":"2026-01-27T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14958910419154","imei1":"14958910419154","imei2":"14958910419154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167905,"job_number":"JOB_167905","tr_customer_id":167922,"tr_customer_product_id":167912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:03.000Z","modified_at":"2026-01-27T06:43:03.000Z","name":"Roy Aufderhar","mobile_number":"826-647-3721","email_id":"Sheila.Murphy83@yahoo.com","dop":"2025-04-06","serial_number":"10699411250399026","imei1":"10699411250399026","imei2":"10699411250399026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167906,"job_number":"JOB_167906","tr_customer_id":167923,"tr_customer_product_id":167913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:43:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15646928553703","imei1":"15646928553703","imei2":"15646928553703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167908,"job_number":"JOB_167908","tr_customer_id":167925,"tr_customer_product_id":167915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:44.000Z","modified_at":"2026-01-27T06:43:44.000Z","name":"Victor Schroeder","mobile_number":"473-540-3534","email_id":"Dexter_Marks@gmail.com","dop":"2025-04-06","serial_number":"16447744665311734","imei1":"16447744665311734","imei2":"16447744665311734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167910,"job_number":"JOB_167910","tr_customer_id":167927,"tr_customer_product_id":167917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:46.000Z","modified_at":"2026-01-27T06:43:46.000Z","name":"Percy Crist","mobile_number":"935-950-9106","email_id":"Krystel.Ankunding67@yahoo.com","dop":"2025-04-06","serial_number":"18545814363637170","imei1":"18545814363637170","imei2":"18545814363637170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167911,"job_number":"JOB_167911","tr_customer_id":167928,"tr_customer_product_id":167918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:49.000Z","modified_at":"2026-01-27T06:43:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13742475805245","imei1":"13742475805245","imei2":"13742475805245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167913,"job_number":"JOB_167913","tr_customer_id":167930,"tr_customer_product_id":167920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:51.000Z","modified_at":"2026-01-27T06:43:51.000Z","name":"Serenity Boyer","mobile_number":"339-974-1255","email_id":"Carleton.Marvin98@gmail.com","dop":"2025-04-06","serial_number":"15255955352476028","imei1":"15255955352476028","imei2":"15255955352476028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167915,"job_number":"JOB_167915","tr_customer_id":167932,"tr_customer_product_id":167922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:18.000Z","modified_at":"2026-01-27T06:44:18.000Z","name":"Ariane Hamill","mobile_number":"398-734-1884","email_id":"Ryleigh.Tremblay42@hotmail.com","dop":"2025-04-06","serial_number":"10595233660109322","imei1":"10595233660109322","imei2":"10595233660109322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167916,"job_number":"JOB_167916","tr_customer_id":167933,"tr_customer_product_id":167923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17063374650545","imei1":"17063374650545","imei2":"17063374650545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167918,"job_number":"JOB_167918","tr_customer_id":167935,"tr_customer_product_id":167925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:39.000Z","modified_at":"2026-01-27T06:44:39.000Z","name":"Golden Brown","mobile_number":"840-732-0041","email_id":"Hailie73@hotmail.com","dop":"2025-04-06","serial_number":"15818286366602872","imei1":"15818286366602872","imei2":"15818286366602872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167919,"job_number":"JOB_167919","tr_customer_id":167936,"tr_customer_product_id":167926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:49:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17402848540623","imei1":"17402848540623","imei2":"17402848540623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167921,"job_number":"JOB_167921","tr_customer_id":167938,"tr_customer_product_id":167928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:26.000Z","modified_at":"2026-01-27T06:49:26.000Z","name":"Garry Haag","mobile_number":"330-706-5364","email_id":"Lenna35@hotmail.com","dop":"2025-04-06","serial_number":"11179143080451844","imei1":"11179143080451844","imei2":"11179143080451844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167923,"job_number":"JOB_167923","tr_customer_id":167940,"tr_customer_product_id":167930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:30.000Z","modified_at":"2026-01-27T06:49:30.000Z","name":"Milton Bartell","mobile_number":"357-620-1896","email_id":"Kian46@hotmail.com","dop":"2025-04-06","serial_number":"17118551920422780","imei1":"17118551920422780","imei2":"17118551920422780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167924,"job_number":"JOB_167924","tr_customer_id":167941,"tr_customer_product_id":167931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:49:52.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10934874410701","imei1":"10934874410701","imei2":"10934874410701","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167926,"job_number":"JOB_167926","tr_customer_id":167943,"tr_customer_product_id":167933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:54.000Z","modified_at":"2026-01-27T06:49:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"90321257518944","imei1":"90321257518944","imei2":"90321257518944","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167927,"job_number":"JOB_167927","tr_customer_id":167944,"tr_customer_product_id":167934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13203431323945","imei1":"13203431323945","imei2":"13203431323945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167929,"job_number":"JOB_167929","tr_customer_id":167946,"tr_customer_product_id":167936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:13.000Z","modified_at":"2026-01-27T06:50:13.000Z","name":"Arno Kessler","mobile_number":"230-754-1794","email_id":"Stanley57@hotmail.com","dop":"2025-04-06","serial_number":"18194212640282856","imei1":"18194212640282856","imei2":"18194212640282856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167930,"job_number":"JOB_167930","tr_customer_id":167947,"tr_customer_product_id":167937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:50:40.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11366144519689","imei1":"11366144519689","imei2":"11366144519689","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167932,"job_number":"JOB_167932","tr_customer_id":167949,"tr_customer_product_id":167939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:42.000Z","modified_at":"2026-01-27T06:50:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42969104263391","imei1":"42969104263391","imei2":"42969104263391","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167933,"job_number":"JOB_167933","tr_customer_id":167950,"tr_customer_product_id":167940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:50:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16248942148525","imei1":"16248942148525","imei2":"16248942148525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167935,"job_number":"JOB_167935","tr_customer_id":167952,"tr_customer_product_id":167942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:00.000Z","modified_at":"2026-01-27T06:51:00.000Z","name":"Abe Borer","mobile_number":"232-802-4714","email_id":"Alfreda56@hotmail.com","dop":"2025-04-06","serial_number":"14248653361242728","imei1":"14248653361242728","imei2":"14248653361242728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167936,"job_number":"JOB_167936","tr_customer_id":167953,"tr_customer_product_id":167943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:25.000Z","modified_at":"2026-01-27T06:51:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11495474994629","imei1":"11495474994629","imei2":"11495474994629","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167938,"job_number":"JOB_167938","tr_customer_id":167955,"tr_customer_product_id":167945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:27.000Z","modified_at":"2026-01-27T06:51:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10931088604581","imei1":"10931088604581","imei2":"10931088604581","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167939,"job_number":"JOB_167939","tr_customer_id":167956,"tr_customer_product_id":167946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14442504887526","imei1":"14442504887526","imei2":"14442504887526","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167941,"job_number":"JOB_167941","tr_customer_id":167958,"tr_customer_product_id":167948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:53:57.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15533783976054","imei1":"15533783976054","imei2":"15533783976054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167943,"job_number":"JOB_167943","tr_customer_id":167960,"tr_customer_product_id":167950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:15.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"14875645655732","imei1":"14875645655732","imei2":"14875645655732","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167946,"job_number":"JOB_167946","tr_customer_id":167963,"tr_customer_product_id":167953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:46.000Z","modified_at":"2026-01-27T07:03:46.000Z","name":"Esperanza Roberts","mobile_number":"363-465-4153","email_id":"Cleo_Jacobi1@gmail.com","dop":"2025-04-06","serial_number":"18899724181012810","imei1":"18899724181012810","imei2":"18899724181012810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167948,"job_number":"JOB_167948","tr_customer_id":167965,"tr_customer_product_id":167955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:31.000Z","modified_at":"2026-01-27T07:04:31.000Z","name":"Miller Hagenes","mobile_number":"363-948-0072","email_id":"Antwon.Kiehn95@hotmail.com","dop":"2025-04-06","serial_number":"14549798314648444","imei1":"14549798314648444","imei2":"14549798314648444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:04:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167950,"job_number":"JOB_167950","tr_customer_id":167967,"tr_customer_product_id":167957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:15.000Z","modified_at":"2026-01-27T07:05:15.000Z","name":"Kellie Lubowitz","mobile_number":"217-327-9980","email_id":"Selina_Pacocha9@yahoo.com","dop":"2025-04-06","serial_number":"14946686752066788","imei1":"14946686752066788","imei2":"14946686752066788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167957,"job_number":"JOB_167957","tr_customer_id":167974,"tr_customer_product_id":167964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:37.000Z","modified_at":"2026-01-27T07:40:37.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17738472759011","imei1":"17738472759011","imei2":"17738472759011","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167959,"job_number":"JOB_167959","tr_customer_id":167976,"tr_customer_product_id":167966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:40:54.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"12836241188214","imei1":"12836241188214","imei2":"12836241188214","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167961,"job_number":"JOB_167961","tr_customer_id":167978,"tr_customer_product_id":167968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:10.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12826889896801","imei1":"12826889896801","imei2":"12826889896801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167963,"job_number":"JOB_167963","tr_customer_id":167980,"tr_customer_product_id":167970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:44:58.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13067462755559","imei1":"13067462755559","imei2":"13067462755559","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167965,"job_number":"JOB_167965","tr_customer_id":167982,"tr_customer_product_id":167972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19818407352524","imei1":"19818407352524","imei2":"19818407352524","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167967,"job_number":"JOB_167967","tr_customer_id":167984,"tr_customer_product_id":167974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:34.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16020089347172","imei1":"16020089347172","imei2":"16020089347172","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167970,"job_number":"JOB_167970","tr_customer_id":167987,"tr_customer_product_id":167977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:57.000Z","modified_at":"2026-01-27T07:46:57.000Z","name":"Addie Mertz","mobile_number":"296-519-9094","email_id":"Lambert.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10321152826079464","imei1":"10321152826079464","imei2":"10321152826079464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167974,"job_number":"JOB_167974","tr_customer_id":167991,"tr_customer_product_id":167981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:44.000Z","name":"Kristian Gibson","mobile_number":"551-888-9007","email_id":"Clement.Haag@hotmail.com","dop":"2025-04-06","serial_number":"19625716723951844","imei1":"19625716723951844","imei2":"19625716723951844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167976,"job_number":"JOB_167976","tr_customer_id":167993,"tr_customer_product_id":167983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:31.000Z","modified_at":"2026-01-27T07:59:31.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17369535765768","imei1":"17369535765768","imei2":"17369535765768","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167978,"job_number":"JOB_167978","tr_customer_id":167995,"tr_customer_product_id":167985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:47.000Z","modified_at":"2026-01-27T07:59:47.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14742460549015","imei1":"14742460549015","imei2":"14742460549015","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167980,"job_number":"JOB_167980","tr_customer_id":167997,"tr_customer_product_id":167987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:00:03.000Z","modified_at":"2026-01-27T08:00:03.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16634399654249","imei1":"16634399654249","imei2":"16634399654249","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167982,"job_number":"JOB_167982","tr_customer_id":167999,"tr_customer_product_id":167989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:03:56.000Z","modified_at":"2026-01-27T08:03:56.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"78948745849733","imei1":"78948745849733","imei2":"78948745849733","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167983,"job_number":"JOB_167983","tr_customer_id":168000,"tr_customer_product_id":167990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:32.000Z","modified_at":"2026-01-27T08:18:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10992418351194","imei1":"10992418351194","imei2":"10992418351194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167985,"job_number":"JOB_167985","tr_customer_id":168002,"tr_customer_product_id":167992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:33.000Z","modified_at":"2026-01-27T08:18:33.000Z","name":"Derick Rohan","mobile_number":"943-371-0272","email_id":"Joesph58@yahoo.com","dop":"2025-04-06","serial_number":"19714674691620584","imei1":"19714674691620584","imei2":"19714674691620584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167986,"job_number":"JOB_167986","tr_customer_id":168003,"tr_customer_product_id":167993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:17.000Z","modified_at":"2026-01-27T08:19:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14876666988513","imei1":"14876666988513","imei2":"14876666988513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167988,"job_number":"JOB_167988","tr_customer_id":168005,"tr_customer_product_id":167995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:18.000Z","modified_at":"2026-01-27T08:19:18.000Z","name":"Electa Casper","mobile_number":"671-854-5386","email_id":"Keeley_Kessler75@yahoo.com","dop":"2025-04-06","serial_number":"10993514331888866","imei1":"10993514331888866","imei2":"10993514331888866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167989,"job_number":"JOB_167989","tr_customer_id":168006,"tr_customer_product_id":167996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:01.000Z","modified_at":"2026-01-27T08:20:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16228039361944","imei1":"16228039361944","imei2":"16228039361944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167991,"job_number":"JOB_167991","tr_customer_id":168008,"tr_customer_product_id":167998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:03.000Z","modified_at":"2026-01-27T08:20:03.000Z","name":"Rosalind Kreiger","mobile_number":"334-544-9200","email_id":"Hunter.Schamberger@yahoo.com","dop":"2025-04-06","serial_number":"10419097285708058","imei1":"10419097285708058","imei2":"10419097285708058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167992,"job_number":"JOB_167992","tr_customer_id":168009,"tr_customer_product_id":167999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:31.000Z","modified_at":"2026-01-27T08:30:31.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"18595240715145","imei1":"18595240715145","imei2":"18595240715145","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167993,"job_number":"JOB_167993","tr_customer_id":168010,"tr_customer_product_id":168000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:49.000Z","modified_at":"2026-01-27T08:30:49.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"16937654532065","imei1":"16937654532065","imei2":"16937654532065","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167994,"job_number":"JOB_167994","tr_customer_id":168011,"tr_customer_product_id":168001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:55.000Z","modified_at":"2026-01-27T08:30:55.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"10256589793129","imei1":"10256589793129","imei2":"10256589793129","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167995,"job_number":"JOB_167995","tr_customer_id":168012,"tr_customer_product_id":168002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:36:40.000Z","modified_at":"2026-01-27T08:36:40.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"19248780212751","imei1":"19248780212751","imei2":"19248780212751","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:36:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167996,"job_number":"JOB_167996","tr_customer_id":168013,"tr_customer_product_id":168003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:39:37.000Z","modified_at":"2026-01-27T08:39:37.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"13765835130561","imei1":"13765835130561","imei2":"13765835130561","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:39:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167997,"job_number":"JOB_167997","tr_customer_id":168014,"tr_customer_product_id":168004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:40:01.000Z","modified_at":"2026-01-27T08:40:01.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"14732742119680","imei1":"14732742119680","imei2":"14732742119680","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167998,"job_number":"JOB_167998","tr_customer_id":168015,"tr_customer_product_id":168005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:14.000Z","modified_at":"2026-01-27T08:42:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14259892350420","imei1":"14259892350420","imei2":"14259892350420","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168000,"job_number":"JOB_168000","tr_customer_id":168017,"tr_customer_product_id":168007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:30.000Z","modified_at":"2026-01-27T08:42:30.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11958109097406","imei1":"11958109097406","imei2":"11958109097406","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168002,"job_number":"JOB_168002","tr_customer_id":168019,"tr_customer_product_id":168009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:46.000Z","modified_at":"2026-01-27T08:42:46.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"13316918075108","imei1":"13316918075108","imei2":"13316918075108","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168005,"job_number":"JOB_168005","tr_customer_id":168022,"tr_customer_product_id":168012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:12:02.000Z","modified_at":"2026-01-27T09:12:02.000Z","name":"Vivek Yadav","mobile_number":"8788138617","email_id":"ccivivek123@gmail.com","dop":"2026-01-17","serial_number":"891398385161723","imei1":"891398385161723","imei2":"891398385161723","popurl":"2026-01-17T09:12:01.481590051Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:12:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168006,"job_number":"JOB_168006","tr_customer_id":168023,"tr_customer_product_id":168013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:03.000Z","modified_at":"2026-01-27T09:22:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11865609686049","imei1":"11865609686049","imei2":"11865609686049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168008,"job_number":"JOB_168008","tr_customer_id":168025,"tr_customer_product_id":168015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:05.000Z","modified_at":"2026-01-27T09:22:05.000Z","name":"Barrett Krajcik","mobile_number":"525-447-1327","email_id":"Hertha.Hansen3@hotmail.com","dop":"2025-04-06","serial_number":"16518029229351820","imei1":"16518029229351820","imei2":"16518029229351820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168009,"job_number":"JOB_168009","tr_customer_id":168026,"tr_customer_product_id":168016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:52.000Z","modified_at":"2026-01-27T09:22:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11379433404838","imei1":"11379433404838","imei2":"11379433404838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168011,"job_number":"JOB_168011","tr_customer_id":168028,"tr_customer_product_id":168018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:53.000Z","modified_at":"2026-01-27T09:22:53.000Z","name":"Hettie Herman","mobile_number":"478-577-7605","email_id":"Buddy_McDermott79@gmail.com","dop":"2025-04-06","serial_number":"15580317961174560","imei1":"15580317961174560","imei2":"15580317961174560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168012,"job_number":"JOB_168012","tr_customer_id":168029,"tr_customer_product_id":168019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:40.000Z","modified_at":"2026-01-27T09:23:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11487792491978","imei1":"11487792491978","imei2":"11487792491978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168014,"job_number":"JOB_168014","tr_customer_id":168031,"tr_customer_product_id":168021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:41.000Z","modified_at":"2026-01-27T09:23:41.000Z","name":"Darwin Hirthe","mobile_number":"355-725-9085","email_id":"Jamir_Mante@hotmail.com","dop":"2025-04-06","serial_number":"19124045741107572","imei1":"19124045741107572","imei2":"19124045741107572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168015,"job_number":"JOB_168015","tr_customer_id":168032,"tr_customer_product_id":168022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:15.000Z","modified_at":"2026-01-27T09:31:15.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10511466909083","imei1":"10511466909083","imei2":"10511466909083","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168017,"job_number":"JOB_168017","tr_customer_id":168034,"tr_customer_product_id":168024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:17.000Z","modified_at":"2026-01-27T09:31:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"48564958011580","imei1":"48564958011580","imei2":"48564958011580","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168018,"job_number":"JOB_168018","tr_customer_id":168035,"tr_customer_product_id":168025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:00.000Z","modified_at":"2026-01-27T09:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13574165691530","imei1":"13574165691530","imei2":"13574165691530","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168020,"job_number":"JOB_168020","tr_customer_id":168037,"tr_customer_product_id":168027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:01.000Z","modified_at":"2026-01-27T09:32:01.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106111584816717","imei1":"106111584816717","imei2":"106111584816717","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168021,"job_number":"JOB_168021","tr_customer_id":168038,"tr_customer_product_id":168028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:45.000Z","modified_at":"2026-01-27T09:32:45.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15077719249563","imei1":"15077719249563","imei2":"15077719249563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168023,"job_number":"JOB_168023","tr_customer_id":168040,"tr_customer_product_id":168030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:47.000Z","modified_at":"2026-01-27T09:32:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"56838812347357","imei1":"56838812347357","imei2":"56838812347357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168025,"job_number":"JOB_168025","tr_customer_id":168042,"tr_customer_product_id":168032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:57.000Z","modified_at":"2026-01-27T09:47:57.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13147707996685","imei1":"13147707996685","imei2":"13147707996685","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168027,"job_number":"JOB_168027","tr_customer_id":168044,"tr_customer_product_id":168034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:59.000Z","modified_at":"2026-01-27T09:47:59.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101295640004756","imei1":"101295640004756","imei2":"101295640004756","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168028,"job_number":"JOB_168028","tr_customer_id":168045,"tr_customer_product_id":168035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:42.000Z","modified_at":"2026-01-27T09:48:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16235870868165","imei1":"16235870868165","imei2":"16235870868165","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168030,"job_number":"JOB_168030","tr_customer_id":168047,"tr_customer_product_id":168037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:44.000Z","modified_at":"2026-01-27T09:48:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"58312133565411","imei1":"58312133565411","imei2":"58312133565411","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168031,"job_number":"JOB_168031","tr_customer_id":168048,"tr_customer_product_id":168038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:27.000Z","modified_at":"2026-01-27T09:49:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13132742559880","imei1":"13132742559880","imei2":"13132742559880","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168033,"job_number":"JOB_168033","tr_customer_id":168050,"tr_customer_product_id":168040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:29.000Z","modified_at":"2026-01-27T09:49:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"102925169068228","imei1":"102925169068228","imei2":"102925169068228","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168034,"job_number":"JOB_168034","tr_customer_id":168051,"tr_customer_product_id":168041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:20.000Z","modified_at":"2026-01-27T10:01:20.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15799047576521","imei1":"15799047576521","imei2":"15799047576521","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168036,"job_number":"JOB_168036","tr_customer_id":168053,"tr_customer_product_id":168043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:22.000Z","modified_at":"2026-01-27T10:01:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15984186970614","imei1":"15984186970614","imei2":"15984186970614","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168038,"job_number":"JOB_168038","tr_customer_id":168055,"tr_customer_product_id":168045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:24.000Z","modified_at":"2026-01-27T10:01:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"71404026316495","imei1":"71404026316495","imei2":"71404026316495","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168039,"job_number":"JOB_168039","tr_customer_id":168056,"tr_customer_product_id":168046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:36.000Z","modified_at":"2026-01-27T10:01:36.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"13883489966333","imei1":"13883489966333","imei2":"13883489966333","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168041,"job_number":"JOB_168041","tr_customer_id":168058,"tr_customer_product_id":168048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:52.000Z","modified_at":"2026-01-27T10:01:52.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18807163856024","imei1":"18807163856024","imei2":"18807163856024","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168043,"job_number":"JOB_168043","tr_customer_id":168060,"tr_customer_product_id":168050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:10.000Z","modified_at":"2026-01-27T10:02:10.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15333739332560","imei1":"15333739332560","imei2":"15333739332560","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168045,"job_number":"JOB_168045","tr_customer_id":168062,"tr_customer_product_id":168052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:11.000Z","modified_at":"2026-01-27T10:02:11.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15197467892503","imei1":"15197467892503","imei2":"15197467892503","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168047,"job_number":"JOB_168047","tr_customer_id":168064,"tr_customer_product_id":168054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:13.000Z","modified_at":"2026-01-27T10:02:13.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49829973315619","imei1":"49829973315619","imei2":"49829973315619","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168048,"job_number":"JOB_168048","tr_customer_id":168065,"tr_customer_product_id":168055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:26.000Z","modified_at":"2026-01-27T10:02:26.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15535990488868","imei1":"15535990488868","imei2":"15535990488868","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168050,"job_number":"JOB_168050","tr_customer_id":168067,"tr_customer_product_id":168057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:42.000Z","modified_at":"2026-01-27T10:02:42.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12713579852426","imei1":"12713579852426","imei2":"12713579852426","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168052,"job_number":"JOB_168052","tr_customer_id":168069,"tr_customer_product_id":168059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:00.000Z","modified_at":"2026-01-27T10:03:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14121883814283","imei1":"14121883814283","imei2":"14121883814283","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168054,"job_number":"JOB_168054","tr_customer_id":168071,"tr_customer_product_id":168061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:02.000Z","modified_at":"2026-01-27T10:03:02.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21023390899357","imei1":"21023390899357","imei2":"21023390899357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168057,"job_number":"JOB_168057","tr_customer_id":168074,"tr_customer_product_id":168064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:17.000Z","modified_at":"2026-01-27T10:26:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15008487771068","imei1":"15008487771068","imei2":"15008487771068","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168059,"job_number":"JOB_168059","tr_customer_id":168076,"tr_customer_product_id":168066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:19.000Z","modified_at":"2026-01-27T10:26:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70090916724970","imei1":"70090916724970","imei2":"70090916724970","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168060,"job_number":"JOB_168060","tr_customer_id":168077,"tr_customer_product_id":168067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:02.000Z","modified_at":"2026-01-27T10:27:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15196187490723","imei1":"15196187490723","imei2":"15196187490723","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168062,"job_number":"JOB_168062","tr_customer_id":168079,"tr_customer_product_id":168069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:04.000Z","modified_at":"2026-01-27T10:27:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"105262706836429","imei1":"105262706836429","imei2":"105262706836429","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168063,"job_number":"JOB_168063","tr_customer_id":168080,"tr_customer_product_id":168070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:47.000Z","modified_at":"2026-01-27T10:27:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10086722086397","imei1":"10086722086397","imei2":"10086722086397","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168065,"job_number":"JOB_168065","tr_customer_id":168082,"tr_customer_product_id":168072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:49.000Z","modified_at":"2026-01-27T10:27:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"85525624946737","imei1":"85525624946737","imei2":"85525624946737","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168067,"job_number":"JOB_168067","tr_customer_id":168084,"tr_customer_product_id":168074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:52.000Z","modified_at":"2026-01-27T10:29:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-17T10:29:52.116647678Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168068,"job_number":"JOB_168068","tr_customer_id":168085,"tr_customer_product_id":168075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:53.000Z","modified_at":"2026-01-27T10:29:53.000Z","name":"Chandraswaroopa Banerjee","mobile_number":"7027267191","email_id":"param.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"330044600363053","imei1":"330044600363053","imei2":"330044600363053","popurl":"www.hiranmaya-varrier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168069,"job_number":"JOB_168069","tr_customer_id":168086,"tr_customer_product_id":168076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-17T10:29:53.581159372Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168070,"job_number":"JOB_168070","tr_customer_id":168087,"tr_customer_product_id":168077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-17T10:29:54.227274578Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168071,"job_number":"JOB_168071","tr_customer_id":168088,"tr_customer_product_id":168078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:30:13.000Z","modified_at":"2026-01-27T10:30:13.000Z","name":"Trilokesh Marar","mobile_number":"7032987427","email_id":"chaaruchandra.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"726115221745062","imei1":"726115221745062","imei2":"726115221745062","popurl":"www.chandranath-chaturvedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168072,"job_number":"JOB_168072","tr_customer_id":168089,"tr_customer_product_id":168079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:57.000Z","modified_at":"2026-01-27T10:31:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13051487611195","imei1":"13051487611195","imei2":"13051487611195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168074,"job_number":"JOB_168074","tr_customer_id":168091,"tr_customer_product_id":168081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:59.000Z","modified_at":"2026-01-27T10:31:59.000Z","name":"Spencer Bradtke","mobile_number":"766-232-9018","email_id":"Bertram.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"16456366235064740","imei1":"16456366235064740","imei2":"16456366235064740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168075,"job_number":"JOB_168075","tr_customer_id":168092,"tr_customer_product_id":168082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:50.000Z","modified_at":"2026-01-27T10:32:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18370379783433","imei1":"18370379783433","imei2":"18370379783433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168077,"job_number":"JOB_168077","tr_customer_id":168094,"tr_customer_product_id":168084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:52.000Z","modified_at":"2026-01-27T10:32:52.000Z","name":"Kiley Jacobi","mobile_number":"907-604-4678","email_id":"Vada_Kautzer@yahoo.com","dop":"2025-04-06","serial_number":"12166755076229060","imei1":"12166755076229060","imei2":"12166755076229060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168078,"job_number":"JOB_168078","tr_customer_id":168095,"tr_customer_product_id":168085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:42.000Z","modified_at":"2026-01-27T10:33:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13897299528519","imei1":"13897299528519","imei2":"13897299528519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168080,"job_number":"JOB_168080","tr_customer_id":168097,"tr_customer_product_id":168087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:44.000Z","modified_at":"2026-01-27T10:33:44.000Z","name":"Bethany Blick","mobile_number":"910-264-4532","email_id":"Krystina87@hotmail.com","dop":"2025-04-06","serial_number":"14656868258073714","imei1":"14656868258073714","imei2":"14656868258073714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168081,"job_number":"JOB_168081","tr_customer_id":168098,"tr_customer_product_id":168088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:49:01.000Z","modified_at":"2026-01-27T10:49:01.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-17","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-17T10:48:52.186039238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168082,"job_number":"JOB_168082","tr_customer_id":168099,"tr_customer_product_id":168089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:00:50.000Z","modified_at":"2026-01-27T11:00:50.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17940614096082","imei1":"17940614096082","imei2":"17940614096082","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168084,"job_number":"JOB_168084","tr_customer_id":168101,"tr_customer_product_id":168091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:07.000Z","modified_at":"2026-01-27T11:01:07.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"18180244718360","imei1":"18180244718360","imei2":"18180244718360","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168086,"job_number":"JOB_168086","tr_customer_id":168103,"tr_customer_product_id":168093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:24.000Z","modified_at":"2026-01-27T11:01:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19579458966174","imei1":"19579458966174","imei2":"19579458966174","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168089,"job_number":"JOB_168089","tr_customer_id":168106,"tr_customer_product_id":168096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:14.000Z","modified_at":"2026-01-27T11:14:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14568324586099","imei1":"14568324586099","imei2":"14568324586099","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168091,"job_number":"JOB_168091","tr_customer_id":168108,"tr_customer_product_id":168098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:32.000Z","modified_at":"2026-01-27T11:14:32.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14373295899167","imei1":"14373295899167","imei2":"14373295899167","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168093,"job_number":"JOB_168093","tr_customer_id":168110,"tr_customer_product_id":168100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:49.000Z","modified_at":"2026-01-27T11:14:49.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19142688776222","imei1":"19142688776222","imei2":"19142688776222","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168096,"job_number":"JOB_168096","tr_customer_id":168113,"tr_customer_product_id":168103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:34:44.000Z","modified_at":"2026-01-27T11:34:44.000Z","name":"Millie Moore","mobile_number":"283-938-0730","email_id":"Raleigh.West48@hotmail.com","dop":"2025-04-06","serial_number":"18214233132792","imei1":"18214233132792","imei2":"18214233132792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168099,"job_number":"JOB_168099","tr_customer_id":168116,"tr_customer_product_id":168106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Amarnath Bandopadhyay","mobile_number":"7006474379","email_id":"sumitra.jain@gmail.com","dop":"2026-01-17","serial_number":"873225925366992","imei1":"873225925366992","imei2":"873225925366992","popurl":"www.dinkar-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168100,"job_number":"JOB_168100","tr_customer_id":168117,"tr_customer_product_id":168107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Ananta Abbott","mobile_number":"7035814727","email_id":"bheeshma.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"547520397464950","imei1":"547520397464950","imei2":"547520397464950","popurl":"www.tanushri-iyengar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168101,"job_number":"JOB_168101","tr_customer_id":168120,"tr_customer_product_id":168110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Bodhan Jha","mobile_number":"7019352905","email_id":"girija.panicker@yahoo.co.in","dop":"2026-01-17","serial_number":"249888041324613","imei1":"249888041324613","imei2":"249888041324613","popurl":"www.bodhan-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168102,"job_number":"JOB_168102","tr_customer_id":168118,"tr_customer_product_id":168108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Aarya Dhawan","mobile_number":"7009541020","email_id":"pushti.mehrotra@yahoo.co.in","dop":"2026-01-17","serial_number":"461930447346194","imei1":"461930447346194","imei2":"461930447346194","popurl":"www.chandrakin-kaul.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168103,"job_number":"JOB_168103","tr_customer_id":168119,"tr_customer_product_id":168109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Chandni Bharadwaj","mobile_number":"7000435554","email_id":"chandraswaroopa.ganaka@hotmail.com","dop":"2026-01-17","serial_number":"799703476412351","imei1":"799703476412351","imei2":"799703476412351","popurl":"www.sukanya-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168104,"job_number":"JOB_168104","tr_customer_id":168121,"tr_customer_product_id":168111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Shiv Jain","mobile_number":"7021304252","email_id":"anaadi.arora@gmail.com","dop":"2026-01-17","serial_number":"815931614299749","imei1":"815931614299749","imei2":"815931614299749","popurl":"www.bhudeva-johar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168105,"job_number":"JOB_168105","tr_customer_id":168122,"tr_customer_product_id":168112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Parvati Tagore","mobile_number":"7075078350","email_id":"kumar.chaturvedi@gmail.com","dop":"2026-01-17","serial_number":"174404026142835","imei1":"174404026142835","imei2":"174404026142835","popurl":"www.abani-naik.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168106,"job_number":"JOB_168106","tr_customer_id":168123,"tr_customer_product_id":168113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Arindam Iyengar","mobile_number":"7051262696","email_id":"sarla.prajapat@gmail.com","dop":"2026-01-17","serial_number":"801538441827409","imei1":"801538441827409","imei2":"801538441827409","popurl":"www.dhyaneshwar-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168107,"job_number":"JOB_168107","tr_customer_id":168124,"tr_customer_product_id":168114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Amaresh Bhattacharya","mobile_number":"7061713097","email_id":"tanushri.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"927025758856775","imei1":"927025758856775","imei2":"927025758856775","popurl":"www.vinay-agarwal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168108,"job_number":"JOB_168108","tr_customer_id":168125,"tr_customer_product_id":168115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Sudeva Saini","mobile_number":"7033354004","email_id":"meghnad.sharma@gmail.com","dop":"2026-01-17","serial_number":"416797514683630","imei1":"416797514683630","imei2":"416797514683630","popurl":"www.arindam-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168111,"job_number":"JOB_168111","tr_customer_id":168128,"tr_customer_product_id":168118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Opaline Iyer","mobile_number":"7080190857","email_id":"bhaumik.nair@yahoo.co.in","dop":"2026-01-17","serial_number":"277703652598165","imei1":"277703652598165","imei2":"277703652598165","popurl":"www.subodh-nayar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168114,"job_number":"JOB_168114","tr_customer_id":168131,"tr_customer_product_id":168121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Sarisha Patil","mobile_number":"7054498271","email_id":"chaitan.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"409448997239688","imei1":"409448997239688","imei2":"409448997239688","popurl":"www.chiranjeev-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168115,"job_number":"JOB_168115","tr_customer_id":168132,"tr_customer_product_id":168122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Deeptiman Mukhopadhyay","mobile_number":"7036756072","email_id":"amaresh.shah@yahoo.co.in","dop":"2026-01-17","serial_number":"154130403797601","imei1":"154130403797601","imei2":"154130403797601","popurl":"www.himadri-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168116,"job_number":"JOB_168116","tr_customer_id":168134,"tr_customer_product_id":168124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gautam Malik","mobile_number":"7003481251","email_id":"anasooya.marar@hotmail.com","dop":"2026-01-17","serial_number":"534352085791320","imei1":"534352085791320","imei2":"534352085791320","popurl":"www.narinder-johar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168118,"job_number":"JOB_168118","tr_customer_id":168135,"tr_customer_product_id":168125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Charuvrat Joshi","mobile_number":"7056104190","email_id":"lila.reddy@gmail.com","dop":"2026-01-17","serial_number":"856338598873551","imei1":"856338598873551","imei2":"856338598873551","popurl":"www.deveshwar-shah.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168119,"job_number":"JOB_168119","tr_customer_id":168136,"tr_customer_product_id":168126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Preity Marar","mobile_number":"7042454286","email_id":"jagdeep.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"789527067923371","imei1":"789527067923371","imei2":"789527067923371","popurl":"www.aagneya-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168120,"job_number":"JOB_168120","tr_customer_id":168137,"tr_customer_product_id":168127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Chidananda Saini","mobile_number":"7038154119","email_id":"vidya.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"248686736072686","imei1":"248686736072686","imei2":"248686736072686","popurl":"www.akshat-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168123,"job_number":"JOB_168123","tr_customer_id":168140,"tr_customer_product_id":168130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gajbaahu Naik","mobile_number":"7011312659","email_id":"opalina.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"499659301286756","imei1":"499659301286756","imei2":"499659301286756","popurl":"www.chidaatma-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168124,"job_number":"JOB_168124","tr_customer_id":168141,"tr_customer_product_id":168131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Arnesh Naik","mobile_number":"7026502515","email_id":"bhaves.adiga@gmail.com","dop":"2026-01-17","serial_number":"009430159542014","imei1":"009430159542014","imei2":"009430159542014","popurl":"www.dipankar-jha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168125,"job_number":"JOB_168125","tr_customer_id":168142,"tr_customer_product_id":168132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Ekalavya Prajapat","mobile_number":"7027031395","email_id":"girindra.singh@gmail.com","dop":"2026-01-17","serial_number":"625229067885722","imei1":"625229067885722","imei2":"625229067885722","popurl":"www.narinder-gupta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168126,"job_number":"JOB_168126","tr_customer_id":168143,"tr_customer_product_id":168133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Atreyee Mishra","mobile_number":"7042881344","email_id":"kumar.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"760372592354182","imei1":"760372592354182","imei2":"760372592354182","popurl":"www.opalina-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168127,"job_number":"JOB_168127","tr_customer_id":168145,"tr_customer_product_id":168134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Hiranmaya Kapoor","mobile_number":"7000563171","email_id":"chandraprabha.kapoor@hotmail.com","dop":"2026-01-17","serial_number":"203844334287867","imei1":"203844334287867","imei2":"203844334287867","popurl":"www.gautami-gowda.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168128,"job_number":"JOB_168128","tr_customer_id":168144,"tr_customer_product_id":168135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Lalita Naik","mobile_number":"7096134116","email_id":"chinmayananda.gandhi@hotmail.com","dop":"2026-01-17","serial_number":"839850126727197","imei1":"839850126727197","imei2":"839850126727197","popurl":"www.chatur-chopra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168130,"job_number":"JOB_168130","tr_customer_id":168147,"tr_customer_product_id":168137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Harita Nehru","mobile_number":"7028581997","email_id":"bhooshan.iyer@yahoo.co.in","dop":"2026-01-17","serial_number":"411029494786547","imei1":"411029494786547","imei2":"411029494786547","popurl":"www.deb-kaniyar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168131,"job_number":"JOB_168131","tr_customer_id":168148,"tr_customer_product_id":168138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Prem Bandopadhyay","mobile_number":"7057629086","email_id":"suryakantam.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"752692838275909","imei1":"752692838275909","imei2":"752692838275909","popurl":"www.jay-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168132,"job_number":"JOB_168132","tr_customer_id":168149,"tr_customer_product_id":168139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Triloki Reddy","mobile_number":"7074524680","email_id":"daiwik.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"582044519230478","imei1":"582044519230478","imei2":"582044519230478","popurl":"www.chakravartee-pilla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168133,"job_number":"JOB_168133","tr_customer_id":168150,"tr_customer_product_id":168140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Tej Adiga","mobile_number":"7097756946","email_id":"ajit.asan@yahoo.co.in","dop":"2026-01-17","serial_number":"915363317933422","imei1":"915363317933422","imei2":"915363317933422","popurl":"www.aayushmaan-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168134,"job_number":"JOB_168134","tr_customer_id":168151,"tr_customer_product_id":168141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Aditeya Varman","mobile_number":"7059878884","email_id":"girika.devar@gmail.com","dop":"2026-01-17","serial_number":"998877163061849","imei1":"998877163061849","imei2":"998877163061849","popurl":"www.narayan-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168135,"job_number":"JOB_168135","tr_customer_id":168152,"tr_customer_product_id":168142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Anjushree Ahuja","mobile_number":"7093622839","email_id":"param.varma@gmail.com","dop":"2026-01-17","serial_number":"735102050658064","imei1":"735102050658064","imei2":"735102050658064","popurl":"www.anila-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168136,"job_number":"JOB_168136","tr_customer_id":168153,"tr_customer_product_id":168143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ameyatma Panicker","mobile_number":"7009052053","email_id":"sloka.bhat@gmail.com","dop":"2026-01-17","serial_number":"564558063234056","imei1":"564558063234056","imei2":"564558063234056","popurl":"www.mani-desai.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168138,"job_number":"JOB_168138","tr_customer_id":168154,"tr_customer_product_id":168144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Gajbaahu Devar","mobile_number":"7040761451","email_id":"chandraketu.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"301544663395500","imei1":"301544663395500","imei2":"301544663395500","popurl":"www.bhooshit-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168139,"job_number":"JOB_168139","tr_customer_id":168156,"tr_customer_product_id":168146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Brajesh Bhattacharya","mobile_number":"7000755810","email_id":"shankar.deshpande@hotmail.com","dop":"2026-01-17","serial_number":"481619011154954","imei1":"481619011154954","imei2":"481619011154954","popurl":"www.deeksha-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168140,"job_number":"JOB_168140","tr_customer_id":168157,"tr_customer_product_id":168147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Kamla Sethi","mobile_number":"7053092670","email_id":"abhisyanta.dhawan@gmail.com","dop":"2026-01-17","serial_number":"309696347747517","imei1":"309696347747517","imei2":"309696347747517","popurl":"www.sarla-achari.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168141,"job_number":"JOB_168141","tr_customer_id":168159,"tr_customer_product_id":168148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chandan Trivedi","mobile_number":"7082691140","email_id":"shresth.marar@hotmail.com","dop":"2026-01-17","serial_number":"578304891432731","imei1":"578304891432731","imei2":"578304891432731","popurl":"www.shanti-ahuja.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168142,"job_number":"JOB_168142","tr_customer_id":168158,"tr_customer_product_id":168149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Menaka Dubashi","mobile_number":"7063392696","email_id":"eshana.deshpande@gmail.com","dop":"2026-01-17","serial_number":"545804079777901","imei1":"545804079777901","imei2":"545804079777901","popurl":"www.himadri-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168144,"job_number":"JOB_168144","tr_customer_id":168161,"tr_customer_product_id":168151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Umang Dubashi","mobile_number":"7095280293","email_id":"laxman.pillai@hotmail.com","dop":"2026-01-17","serial_number":"668114476052544","imei1":"668114476052544","imei2":"668114476052544","popurl":"www.bhoj-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168145,"job_number":"JOB_168145","tr_customer_id":168162,"tr_customer_product_id":168152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Purnima Chopra","mobile_number":"7062577270","email_id":"tanirika.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"558052995970928","imei1":"558052995970928","imei2":"558052995970928","popurl":"www.satyen-dutta.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168147,"job_number":"JOB_168147","tr_customer_id":168164,"tr_customer_product_id":168154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Radha Bhattathiri","mobile_number":"7046638210","email_id":"ashlesh.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"576693739985423","imei1":"576693739985423","imei2":"576693739985423","popurl":"www.vyas-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168149,"job_number":"JOB_168149","tr_customer_id":168166,"tr_customer_product_id":168156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Agasti Rana","mobile_number":"7013045241","email_id":"ankal.tandon@yahoo.co.in","dop":"2026-01-17","serial_number":"637229060533061","imei1":"637229060533061","imei2":"637229060533061","popurl":"www.mukesh-nair.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168150,"job_number":"JOB_168150","tr_customer_id":168167,"tr_customer_product_id":168157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Atmanand Panicker","mobile_number":"7069046339","email_id":"akshata.bhat@gmail.com","dop":"2026-01-17","serial_number":"741904475795533","imei1":"741904475795533","imei2":"741904475795533","popurl":"www.aashritha-singh.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168151,"job_number":"JOB_168151","tr_customer_id":168168,"tr_customer_product_id":168158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Bhudeva Pilla","mobile_number":"7022462365","email_id":"vijay.rana@gmail.com","dop":"2026-01-17","serial_number":"067699963893899","imei1":"067699963893899","imei2":"067699963893899","popurl":"www.eshana-dutta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168152,"job_number":"JOB_168152","tr_customer_id":168169,"tr_customer_product_id":168159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Trilochan Bhattacharya","mobile_number":"7049030944","email_id":"bhoopati.shukla@hotmail.com","dop":"2026-01-17","serial_number":"207048873057713","imei1":"207048873057713","imei2":"207048873057713","popurl":"www.bhaaswar-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168153,"job_number":"JOB_168153","tr_customer_id":168170,"tr_customer_product_id":168160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Mohinder Arora","mobile_number":"7097518283","email_id":"gautam.marar@yahoo.co.in","dop":"2026-01-17","serial_number":"018857431115019","imei1":"018857431115019","imei2":"018857431115019","popurl":"www.divya-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168154,"job_number":"JOB_168154","tr_customer_id":168171,"tr_customer_product_id":168161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chaturaanan Achari","mobile_number":"7039079297","email_id":"balamani.arora@hotmail.com","dop":"2026-01-17","serial_number":"676863389987819","imei1":"676863389987819","imei2":"676863389987819","popurl":"www.kashyapi-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168156,"job_number":"JOB_168156","tr_customer_id":168173,"tr_customer_product_id":168163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Dron Pilla","mobile_number":"7052554846","email_id":"shridevi.jha@gmail.com","dop":"2026-01-17","serial_number":"279731328437337","imei1":"279731328437337","imei2":"279731328437337","popurl":"www.aasha-bhattacharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168157,"job_number":"JOB_168157","tr_customer_id":168174,"tr_customer_product_id":168164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ankal Naik","mobile_number":"7063539442","email_id":"ravi.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"048709741680835","imei1":"048709741680835","imei2":"048709741680835","popurl":"www.amritambu-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168158,"job_number":"JOB_168158","tr_customer_id":168175,"tr_customer_product_id":168165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Atreyee Jha","mobile_number":"7034372951","email_id":"charvi.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"759582218524096","imei1":"759582218524096","imei2":"759582218524096","popurl":"www.shantanu-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168159,"job_number":"JOB_168159","tr_customer_id":168176,"tr_customer_product_id":168166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jyotsana Desai","mobile_number":"7094033006","email_id":"dipendra.kakkar@yahoo.co.in","dop":"2026-01-17","serial_number":"689594163720650","imei1":"689594163720650","imei2":"689594163720650","popurl":"www.dhyanesh-dubashi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168160,"job_number":"JOB_168160","tr_customer_id":168177,"tr_customer_product_id":168167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Tanirika Dutta","mobile_number":"7094460952","email_id":"suresh.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"298384874434685","imei1":"298384874434685","imei2":"298384874434685","popurl":"www.pramila-guha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168161,"job_number":"JOB_168161","tr_customer_id":168178,"tr_customer_product_id":168168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Dipendra Kaur","mobile_number":"7063934579","email_id":"devi.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"008886117265645","imei1":"008886117265645","imei2":"008886117265645","popurl":"www.jay-bhat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168162,"job_number":"JOB_168162","tr_customer_id":168179,"tr_customer_product_id":168169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Rajan Pillai","mobile_number":"7054303001","email_id":"chakravarti.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"972464126806008","imei1":"972464126806008","imei2":"972464126806008","popurl":"www.nawal-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168164,"job_number":"JOB_168164","tr_customer_id":168182,"tr_customer_product_id":168172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Anal Kapoor","mobile_number":"7092967782","email_id":"shashi.marar@gmail.com","dop":"2026-01-17","serial_number":"365474243514874","imei1":"365474243514874","imei2":"365474243514874","popurl":"www.devvrat-iyer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168165,"job_number":"JOB_168165","tr_customer_id":168181,"tr_customer_product_id":168171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Trilok Bhat","mobile_number":"7061353480","email_id":"laxmi.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"390121326367210","imei1":"390121326367210","imei2":"390121326367210","popurl":"www.surya-menon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168166,"job_number":"JOB_168166","tr_customer_id":168183,"tr_customer_product_id":168173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vasudev Arora","mobile_number":"7096359367","email_id":"brijesh.mehrotra@hotmail.com","dop":"2026-01-17","serial_number":"807427463894279","imei1":"807427463894279","imei2":"807427463894279","popurl":"www.chanda-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168167,"job_number":"JOB_168167","tr_customer_id":168184,"tr_customer_product_id":168174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gudakesa Malik","mobile_number":"7080605948","email_id":"suryakantam.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"951588140678395","imei1":"951588140678395","imei2":"951588140678395","popurl":"www.rudra-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168168,"job_number":"JOB_168168","tr_customer_id":168185,"tr_customer_product_id":168175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jagathi Ahuja","mobile_number":"7027791643","email_id":"tarun.mehra@gmail.com","dop":"2026-01-17","serial_number":"461271118766369","imei1":"461271118766369","imei2":"461271118766369","popurl":"www.dhana-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168170,"job_number":"JOB_168170","tr_customer_id":168187,"tr_customer_product_id":168177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gouranga Namboothiri","mobile_number":"7078335088","email_id":"chitraksh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"871232881901224","imei1":"871232881901224","imei2":"871232881901224","popurl":"www.anshula-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168171,"job_number":"JOB_168171","tr_customer_id":168188,"tr_customer_product_id":168178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Manik Naik","mobile_number":"7098731844","email_id":"anaadi.adiga@gmail.com","dop":"2026-01-17","serial_number":"944365764024148","imei1":"944365764024148","imei2":"944365764024148","popurl":"www.ranjeet-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168172,"job_number":"JOB_168172","tr_customer_id":168189,"tr_customer_product_id":168179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jaimini Saini","mobile_number":"7031287970","email_id":"kailash.khanna@hotmail.com","dop":"2026-01-17","serial_number":"559283513943345","imei1":"559283513943345","imei2":"559283513943345","popurl":"www.bharat-gill.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168173,"job_number":"JOB_168173","tr_customer_id":168190,"tr_customer_product_id":168180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Agnivesh Asan","mobile_number":"7041935288","email_id":"adheesh.agarwal@hotmail.com","dop":"2026-01-17","serial_number":"435415770960833","imei1":"435415770960833","imei2":"435415770960833","popurl":"www.jagdish-menon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168174,"job_number":"JOB_168174","tr_customer_id":168191,"tr_customer_product_id":168181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vaishno Joshi","mobile_number":"7052129887","email_id":"divya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"717050178609297","imei1":"717050178609297","imei2":"717050178609297","popurl":"www.opalina-kaniyar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168175,"job_number":"JOB_168175","tr_customer_id":168192,"tr_customer_product_id":168182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandrani Mishra","mobile_number":"7064597699","email_id":"karunanidhi.devar@yahoo.co.in","dop":"2026-01-17","serial_number":"248544469332468","imei1":"248544469332468","imei2":"248544469332468","popurl":"www.sarvin-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168176,"job_number":"JOB_168176","tr_customer_id":168193,"tr_customer_product_id":168183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandra Verma","mobile_number":"7044521018","email_id":"jaimini.embranthiri@gmail.com","dop":"2026-01-17","serial_number":"645789974821454","imei1":"645789974821454","imei2":"645789974821454","popurl":"www.arjun-devar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168177,"job_number":"JOB_168177","tr_customer_id":168194,"tr_customer_product_id":168184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Shreya Varrier","mobile_number":"7068383646","email_id":"alok.chattopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"389605102861964","imei1":"389605102861964","imei2":"389605102861964","popurl":"www.vimala-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168179,"job_number":"JOB_168179","tr_customer_id":168196,"tr_customer_product_id":168186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Malati Adiga","mobile_number":"7094360070","email_id":"amish.patel@gmail.com","dop":"2026-01-17","serial_number":"110365663258033","imei1":"110365663258033","imei2":"110365663258033","popurl":"www.agnimitra-kapoor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168180,"job_number":"JOB_168180","tr_customer_id":168197,"tr_customer_product_id":168187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vimala Ahluwalia","mobile_number":"7060379205","email_id":"bhaaswar.kaur@gmail.com","dop":"2026-01-17","serial_number":"844536140617269","imei1":"844536140617269","imei2":"844536140617269","popurl":"www.mani-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168181,"job_number":"JOB_168181","tr_customer_id":168198,"tr_customer_product_id":168188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Esha Dwivedi","mobile_number":"7004691045","email_id":"rageshwari.khan@hotmail.com","dop":"2026-01-17","serial_number":"220686204728928","imei1":"220686204728928","imei2":"220686204728928","popurl":"www.mohana-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168182,"job_number":"JOB_168182","tr_customer_id":168199,"tr_customer_product_id":168189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anish Gupta","mobile_number":"7076814182","email_id":"keerti.gupta@yahoo.co.in","dop":"2026-01-17","serial_number":"543748313039813","imei1":"543748313039813","imei2":"543748313039813","popurl":"www.sucheta-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168183,"job_number":"JOB_168183","tr_customer_id":168200,"tr_customer_product_id":168190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ayushmati Iyer","mobile_number":"7082704090","email_id":"deveshwar.sethi@gmail.com","dop":"2026-01-17","serial_number":"291456131511690","imei1":"291456131511690","imei2":"291456131511690","popurl":"www.krishnadasa-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168184,"job_number":"JOB_168184","tr_customer_id":168201,"tr_customer_product_id":168191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kama Butt","mobile_number":"7096618951","email_id":"vaijayanthi.adiga@gmail.com","dop":"2026-01-17","serial_number":"597206991755010","imei1":"597206991755010","imei2":"597206991755010","popurl":"www.anish-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168185,"job_number":"JOB_168185","tr_customer_id":168202,"tr_customer_product_id":168192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ekaparnika Nambeesan","mobile_number":"7084505881","email_id":"deven.joshi@hotmail.com","dop":"2026-01-17","serial_number":"527685975145976","imei1":"527685975145976","imei2":"527685975145976","popurl":"www.durgeshwari-nayar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168186,"job_number":"JOB_168186","tr_customer_id":168203,"tr_customer_product_id":168193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chandramauli Gowda","mobile_number":"7076718782","email_id":"goswamee.butt@hotmail.com","dop":"2026-01-17","serial_number":"325575926878631","imei1":"325575926878631","imei2":"325575926878631","popurl":"www.aagneya-abbott.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168187,"job_number":"JOB_168187","tr_customer_id":168204,"tr_customer_product_id":168194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Puneet Tagore","mobile_number":"7070208753","email_id":"krishnadas.sinha@hotmail.com","dop":"2026-01-17","serial_number":"861937628171568","imei1":"861937628171568","imei2":"861937628171568","popurl":"www.bilwa-mishra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168188,"job_number":"JOB_168188","tr_customer_id":168205,"tr_customer_product_id":168195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balagovind Arora","mobile_number":"7031531462","email_id":"swara.iyengar@gmail.com","dop":"2026-01-17","serial_number":"891818401023159","imei1":"891818401023159","imei2":"891818401023159","popurl":"www.chandraswaroopa-kaul.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168189,"job_number":"JOB_168189","tr_customer_id":168206,"tr_customer_product_id":168196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kin Mahajan","mobile_number":"7072531315","email_id":"ahalya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"999754818649567","imei1":"999754818649567","imei2":"999754818649567","popurl":"www.chetan-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168190,"job_number":"JOB_168190","tr_customer_id":168207,"tr_customer_product_id":168197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balachandra Kakkar","mobile_number":"7032263868","email_id":"devdan.bhat@hotmail.com","dop":"2026-01-17","serial_number":"105468873924195","imei1":"105468873924195","imei2":"105468873924195","popurl":"www.darshwana-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168191,"job_number":"JOB_168191","tr_customer_id":168208,"tr_customer_product_id":168198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Aalok Deshpande","mobile_number":"7072539080","email_id":"gemine.bhat@yahoo.co.in","dop":"2026-01-17","serial_number":"768846817619370","imei1":"768846817619370","imei2":"768846817619370","popurl":"www.narinder-bhat.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168195,"job_number":"JOB_168195","tr_customer_id":168212,"tr_customer_product_id":168202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Suresh Namboothiri","mobile_number":"7069695354","email_id":"prasad.talwar@hotmail.com","dop":"2026-01-17","serial_number":"174630033067530","imei1":"174630033067530","imei2":"174630033067530","popurl":"www.adhrit-menon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168196,"job_number":"JOB_168196","tr_customer_id":168213,"tr_customer_product_id":168203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anil Dhawan","mobile_number":"7070028894","email_id":"kumari.mehra@gmail.com","dop":"2026-01-17","serial_number":"325586393928619","imei1":"325586393928619","imei2":"325586393928619","popurl":"www.chakrika-kaul.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168197,"job_number":"JOB_168197","tr_customer_id":168214,"tr_customer_product_id":168204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Prajapat","mobile_number":"7097444520","email_id":"swara.ganaka@gmail.com","dop":"2026-01-17","serial_number":"914701472395236","imei1":"914701472395236","imei2":"914701472395236","popurl":"www.kama-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168198,"job_number":"JOB_168198","tr_customer_id":168215,"tr_customer_product_id":168205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chakradhar Pillai","mobile_number":"7065856347","email_id":"aatreya.pillai@yahoo.co.in","dop":"2026-01-17","serial_number":"543748323384088","imei1":"543748323384088","imei2":"543748323384088","popurl":"www.trilok-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168199,"job_number":"JOB_168199","tr_customer_id":168216,"tr_customer_product_id":168206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Nambeesan","mobile_number":"7068570208","email_id":"deeptendu.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"590159293640789","imei1":"590159293640789","imei2":"590159293640789","popurl":"www.hiranya-dutta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168200,"job_number":"JOB_168200","tr_customer_id":168217,"tr_customer_product_id":168207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Bhooshit Abbott","mobile_number":"7080102585","email_id":"aaryan.butt@gmail.com","dop":"2026-01-17","serial_number":"706792543344082","imei1":"706792543344082","imei2":"706792543344082","popurl":"www.shashi-varma.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168201,"job_number":"JOB_168201","tr_customer_id":168219,"tr_customer_product_id":168208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Dhara Varman","mobile_number":"7087454376","email_id":"shivakari.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"975768866653230","imei1":"975768866653230","imei2":"975768866653230","popurl":"www.lavanya-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168202,"job_number":"JOB_168202","tr_customer_id":168218,"tr_customer_product_id":168209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Buddhana Mahajan","mobile_number":"7081108320","email_id":"arindam.khatri@hotmail.com","dop":"2026-01-17","serial_number":"739069177439111","imei1":"739069177439111","imei2":"739069177439111","popurl":"www.ramaa-tagore.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168203,"job_number":"JOB_168203","tr_customer_id":168220,"tr_customer_product_id":168210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Deeptimay Ganaka","mobile_number":"7069328342","email_id":"anjaneya.kaur@gmail.com","dop":"2026-01-17","serial_number":"301862860042281","imei1":"301862860042281","imei2":"301862860042281","popurl":"www.gaurang-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168204,"job_number":"JOB_168204","tr_customer_id":168221,"tr_customer_product_id":168211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Gouranga Gupta","mobile_number":"7066851917","email_id":"shivakari.varrier@hotmail.com","dop":"2026-01-17","serial_number":"057270962748011","imei1":"057270962748011","imei2":"057270962748011","popurl":"www.bhargava-shukla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168205,"job_number":"JOB_168205","tr_customer_id":168222,"tr_customer_product_id":168212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Akshita Mehrotra","mobile_number":"7086685963","email_id":"dwaipayana.mahajan@gmail.com","dop":"2026-01-17","serial_number":"086564955613631","imei1":"086564955613631","imei2":"086564955613631","popurl":"www.darshan-bhattacharya.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168207,"job_number":"JOB_168207","tr_customer_id":168224,"tr_customer_product_id":168214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bishnu Dutta","mobile_number":"7051455224","email_id":"anjushri.gill@yahoo.co.in","dop":"2026-01-17","serial_number":"333310769090549","imei1":"333310769090549","imei2":"333310769090549","popurl":"www.bakula-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168208,"job_number":"JOB_168208","tr_customer_id":168225,"tr_customer_product_id":168215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Prema Trivedi","mobile_number":"7068084525","email_id":"vasundhara.marar@hotmail.com","dop":"2026-01-17","serial_number":"205887612107788","imei1":"205887612107788","imei2":"205887612107788","popurl":"www.jagdish-tandon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168209,"job_number":"JOB_168209","tr_customer_id":168226,"tr_customer_product_id":168216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Devdan Dutta","mobile_number":"7027492908","email_id":"chandran.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"858922008389057","imei1":"858922008389057","imei2":"858922008389057","popurl":"www.chandraswaroopa-varman.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168210,"job_number":"JOB_168210","tr_customer_id":168227,"tr_customer_product_id":168217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Ekaling Asan","mobile_number":"7017995918","email_id":"aasa.guha@hotmail.com","dop":"2026-01-17","serial_number":"361064068307831","imei1":"361064068307831","imei2":"361064068307831","popurl":"www.ghanshyam-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168211,"job_number":"JOB_168211","tr_customer_id":168228,"tr_customer_product_id":168218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Jitendra Pillai","mobile_number":"7073043265","email_id":"shantanu.chaturvedi@yahoo.co.in","dop":"2026-01-17","serial_number":"046515445662526","imei1":"046515445662526","imei2":"046515445662526","popurl":"www.eshana-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168212,"job_number":"JOB_168212","tr_customer_id":168229,"tr_customer_product_id":168219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bhooshit Ganaka","mobile_number":"7016630121","email_id":"girija.bhat@hotmail.com","dop":"2026-01-17","serial_number":"140321290638336","imei1":"140321290638336","imei2":"140321290638336","popurl":"www.anagh-chopra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168213,"job_number":"JOB_168213","tr_customer_id":168230,"tr_customer_product_id":168220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Dandak Jain","mobile_number":"7031859260","email_id":"charvi.nambeesan@hotmail.com","dop":"2026-01-17","serial_number":"256378860455060","imei1":"256378860455060","imei2":"256378860455060","popurl":"www.shashi-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168214,"job_number":"JOB_168214","tr_customer_id":168231,"tr_customer_product_id":168221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:09:44.000Z","modified_at":"2026-01-27T12:09:44.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15585732066824","imei1":"15585732066824","imei2":"15585732066824","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168216,"job_number":"JOB_168216","tr_customer_id":168233,"tr_customer_product_id":168223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:00.000Z","modified_at":"2026-01-27T12:10:00.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15888285633922","imei1":"15888285633922","imei2":"15888285633922","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168218,"job_number":"JOB_168218","tr_customer_id":168235,"tr_customer_product_id":168225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:17.000Z","modified_at":"2026-01-27T12:10:17.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16459082111863","imei1":"16459082111863","imei2":"16459082111863","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168220,"job_number":"JOB_168220","tr_customer_id":168237,"tr_customer_product_id":168227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Jai Pillai","mobile_number":"7048987638","email_id":"digambara.dwivedi@hotmail.com","dop":"2026-01-17","serial_number":"351663360147969","imei1":"351663360147969","imei2":"351663360147969","popurl":"www.acaryatanaya-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168221,"job_number":"JOB_168221","tr_customer_id":168239,"tr_customer_product_id":168229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Anasuya Varma","mobile_number":"7056285526","email_id":"shridevi.varrier@hotmail.com","dop":"2026-01-17","serial_number":"884127054365020","imei1":"884127054365020","imei2":"884127054365020","popurl":"www.hari-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168222,"job_number":"JOB_168222","tr_customer_id":168238,"tr_customer_product_id":168228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Harinakshi Mehrotra","mobile_number":"7097412792","email_id":"omana.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"611970057824369","imei1":"611970057824369","imei2":"611970057824369","popurl":"www.tapan-arora.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168223,"job_number":"JOB_168223","tr_customer_id":168241,"tr_customer_product_id":168230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Devesh Kaur","mobile_number":"7098102148","email_id":"yogendra.kaur@gmail.com","dop":"2026-01-17","serial_number":"743193379623075","imei1":"743193379623075","imei2":"743193379623075","popurl":"www.subhasini-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168224,"job_number":"JOB_168224","tr_customer_id":168240,"tr_customer_product_id":168231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Lakshmidhar Malik","mobile_number":"7073899809","email_id":"arindam.tagore@hotmail.com","dop":"2026-01-17","serial_number":"678891533948343","imei1":"678891533948343","imei2":"678891533948343","popurl":"www.aadi-adiga.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168225,"job_number":"JOB_168225","tr_customer_id":168242,"tr_customer_product_id":168232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:36.000Z","modified_at":"2026-01-27T12:22:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16487763938218","imei1":"16487763938218","imei2":"16487763938218","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168227,"job_number":"JOB_168227","tr_customer_id":168244,"tr_customer_product_id":168234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:38.000Z","modified_at":"2026-01-27T12:22:38.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53668157243722","imei1":"53668157243722","imei2":"53668157243722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168228,"job_number":"JOB_168228","tr_customer_id":168245,"tr_customer_product_id":168235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Tanya Bhattacharya","mobile_number":"7059149789","email_id":"deeptiman.kaniyar@gmail.com","dop":"2026-01-17","serial_number":"012788348914751","imei1":"012788348914751","imei2":"012788348914751","popurl":"www.mohana-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168229,"job_number":"JOB_168229","tr_customer_id":168246,"tr_customer_product_id":168236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Vasudev Bharadwaj","mobile_number":"7073845519","email_id":"ajit.guha@hotmail.com","dop":"2026-01-17","serial_number":"967332951939340","imei1":"967332951939340","imei2":"967332951939340","popurl":"www.dayaananda-gowda.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168230,"job_number":"JOB_168230","tr_customer_id":168247,"tr_customer_product_id":168237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Bheeshma Jain","mobile_number":"7059421692","email_id":"prasanna.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"833050871578067","imei1":"833050871578067","imei2":"833050871578067","popurl":"www.vaijayanthi-ahuja.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168231,"job_number":"JOB_168231","tr_customer_id":168248,"tr_customer_product_id":168238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Jaya Kaul","mobile_number":"7053995341","email_id":"girindra.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"445076252064431","imei1":"445076252064431","imei2":"445076252064431","popurl":"www.chaturbhuj-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168232,"job_number":"JOB_168232","tr_customer_id":168249,"tr_customer_product_id":168239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Trisha Johar","mobile_number":"7068949896","email_id":"agrata.iyer@hotmail.com","dop":"2026-01-17","serial_number":"233185802174858","imei1":"233185802174858","imei2":"233185802174858","popurl":"www.ranjeet-agarwal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168233,"job_number":"JOB_168233","tr_customer_id":168251,"tr_customer_product_id":168241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Prayag Johar","mobile_number":"7003652757","email_id":"adheesh.mehrotra@gmail.com","dop":"2026-01-17","serial_number":"304306716864460","imei1":"304306716864460","imei2":"304306716864460","popurl":"www.brahma-jain.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168234,"job_number":"JOB_168234","tr_customer_id":168250,"tr_customer_product_id":168240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Anish Chopra","mobile_number":"7015546136","email_id":"divakar.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"073590567887108","imei1":"073590567887108","imei2":"073590567887108","popurl":"www.deevakar-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168235,"job_number":"JOB_168235","tr_customer_id":168253,"tr_customer_product_id":168242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Aanandaswarup Menon","mobile_number":"7050715808","email_id":"arindam.singh@hotmail.com","dop":"2026-01-17","serial_number":"830722785884696","imei1":"830722785884696","imei2":"830722785884696","popurl":"www.daksha-jain.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168236,"job_number":"JOB_168236","tr_customer_id":168252,"tr_customer_product_id":168243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Amarnath Saini","mobile_number":"7066114456","email_id":"gopee.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"054434794473818","imei1":"054434794473818","imei2":"054434794473818","popurl":"www.bharadwaj-mehra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168237,"job_number":"JOB_168237","tr_customer_id":168254,"tr_customer_product_id":168244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Krishnadas Adiga","mobile_number":"7068260260","email_id":"poornima.verma@hotmail.com","dop":"2026-01-17","serial_number":"033577332190658","imei1":"033577332190658","imei2":"033577332190658","popurl":"www.jyotis-kocchar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168238,"job_number":"JOB_168238","tr_customer_id":168255,"tr_customer_product_id":168245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:20.000Z","modified_at":"2026-01-27T12:23:20.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17953161811409","imei1":"17953161811409","imei2":"17953161811409","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168240,"job_number":"JOB_168240","tr_customer_id":168257,"tr_customer_product_id":168247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:22.000Z","modified_at":"2026-01-27T12:23:22.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"91869338609526","imei1":"91869338609526","imei2":"91869338609526","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168241,"job_number":"JOB_168241","tr_customer_id":168258,"tr_customer_product_id":168248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:04.000Z","modified_at":"2026-01-27T12:24:04.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18019431176168","imei1":"18019431176168","imei2":"18019431176168","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168243,"job_number":"JOB_168243","tr_customer_id":168260,"tr_customer_product_id":168250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:06.000Z","modified_at":"2026-01-27T12:24:06.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94175444839677","imei1":"94175444839677","imei2":"94175444839677","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168244,"job_number":"JOB_168244","tr_customer_id":168261,"tr_customer_product_id":168251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:12.000Z","modified_at":"2026-01-27T12:33:12.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16853693244096","imei1":"16853693244096","imei2":"16853693244096","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168246,"job_number":"JOB_168246","tr_customer_id":168263,"tr_customer_product_id":168253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:14.000Z","modified_at":"2026-01-27T12:33:14.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70322021367703","imei1":"70322021367703","imei2":"70322021367703","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168247,"job_number":"JOB_168247","tr_customer_id":168264,"tr_customer_product_id":168254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:03.000Z","modified_at":"2026-01-27T12:34:03.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19926693469878","imei1":"19926693469878","imei2":"19926693469878","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168249,"job_number":"JOB_168249","tr_customer_id":168266,"tr_customer_product_id":168256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:05.000Z","modified_at":"2026-01-27T12:34:05.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49000460081954","imei1":"49000460081954","imei2":"49000460081954","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168250,"job_number":"JOB_168250","tr_customer_id":168267,"tr_customer_product_id":168257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:55.000Z","modified_at":"2026-01-27T12:34:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11132776219601","imei1":"11132776219601","imei2":"11132776219601","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168252,"job_number":"JOB_168252","tr_customer_id":168269,"tr_customer_product_id":168259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:57.000Z","modified_at":"2026-01-27T12:34:57.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"26009336482955","imei1":"26009336482955","imei2":"26009336482955","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168253,"job_number":"JOB_168253","tr_customer_id":168270,"tr_customer_product_id":168260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"World Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"18844432193440","imei1":"18844432193440","imei2":"18844432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168254,"job_number":"JOB_168254","tr_customer_id":168271,"tr_customer_product_id":168261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"dfdfd Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10944432193440","imei1":"10944432193440","imei2":"10944432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168255,"job_number":"JOB_168255","tr_customer_id":168272,"tr_customer_product_id":168262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"hello Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10942232193440","imei1":"10942232193440","imei2":"10942232193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168256,"job_number":"JOB_168256","tr_customer_id":168273,"tr_customer_product_id":168263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ganaka Ganaka","mobile_number":"7008604529","email_id":"chaturbhuj.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"580968190866739","imei1":"580968190866739","imei2":"580968190866739","popurl":"www.bhoopati-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168257,"job_number":"JOB_168257","tr_customer_id":168274,"tr_customer_product_id":168264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Chidananda Varman","mobile_number":"7081541989","email_id":"bhushan.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"520358638387078","imei1":"520358638387078","imei2":"520358638387078","popurl":"www.abhaidev-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168258,"job_number":"JOB_168258","tr_customer_id":168275,"tr_customer_product_id":168265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Triloki Nath Gill","mobile_number":"7020959627","email_id":"ajeet.shukla@yahoo.co.in","dop":"2026-01-17","serial_number":"154315835505877","imei1":"154315835505877","imei2":"154315835505877","popurl":"www.adhrit-talwar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168259,"job_number":"JOB_168259","tr_customer_id":168276,"tr_customer_product_id":168266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Indra Bandopadhyay","mobile_number":"7084928060","email_id":"sarada.rana@hotmail.com","dop":"2026-01-17","serial_number":"119167337360261","imei1":"119167337360261","imei2":"119167337360261","popurl":"www.atmaja-rana.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168260,"job_number":"JOB_168260","tr_customer_id":168277,"tr_customer_product_id":168267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ekadant Iyengar","mobile_number":"7083283137","email_id":"akshainie.varman@hotmail.com","dop":"2026-01-17","serial_number":"807684574494302","imei1":"807684574494302","imei2":"807684574494302","popurl":"www.anuja-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168261,"job_number":"JOB_168261","tr_customer_id":168278,"tr_customer_product_id":168268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Budhil Kaul","mobile_number":"7007472388","email_id":"vidhya.johar@yahoo.co.in","dop":"2026-01-17","serial_number":"346899966887362","imei1":"346899966887362","imei2":"346899966887362","popurl":"www.dayamayee-pandey.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168262,"job_number":"JOB_168262","tr_customer_id":168279,"tr_customer_product_id":168269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Swara Bandopadhyay","mobile_number":"7016741813","email_id":"aadi.varman@gmail.com","dop":"2026-01-17","serial_number":"447201130297179","imei1":"447201130297179","imei2":"447201130297179","popurl":"www.ekaparnika-ahuja.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168263,"job_number":"JOB_168263","tr_customer_id":168280,"tr_customer_product_id":168270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhuvanesh Arora","mobile_number":"7059618969","email_id":"bhamini.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"030187202982318","imei1":"030187202982318","imei2":"030187202982318","popurl":"www.chaaruchandra-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168264,"job_number":"JOB_168264","tr_customer_id":168281,"tr_customer_product_id":168271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhargava Kapoor","mobile_number":"7017308625","email_id":"ajeet.sinha@gmail.com","dop":"2026-01-17","serial_number":"210483892952342","imei1":"210483892952342","imei2":"210483892952342","popurl":"www.bhishma-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168265,"job_number":"JOB_168265","tr_customer_id":168282,"tr_customer_product_id":168272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:12.000Z","name":"Rakesh Ganaka","mobile_number":"7081162089","email_id":"smriti.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"973373170161546","imei1":"973373170161546","imei2":"973373170161546","popurl":"www.deependra-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168267,"job_number":"JOB_168267","tr_customer_id":168284,"tr_customer_product_id":168274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:16.000Z","modified_at":"2026-01-27T13:44:16.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13972199692843","imei1":"13972199692843","imei2":"13972199692843","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168269,"job_number":"JOB_168269","tr_customer_id":168286,"tr_customer_product_id":168276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:33.000Z","modified_at":"2026-01-27T13:44:33.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11740035973162","imei1":"11740035973162","imei2":"11740035973162","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168271,"job_number":"JOB_168271","tr_customer_id":168288,"tr_customer_product_id":168278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:50.000Z","modified_at":"2026-01-27T13:44:50.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16137037844247","imei1":"16137037844247","imei2":"16137037844247","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168273,"job_number":"JOB_168273","tr_customer_id":168290,"tr_customer_product_id":168280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Anaadi Devar","mobile_number":"7084683703","email_id":"ekaling.namboothiri@hotmail.com","dop":"2026-01-17","serial_number":"656477353144113","imei1":"656477353144113","imei2":"656477353144113","popurl":"www.deepesh-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168274,"job_number":"JOB_168274","tr_customer_id":168292,"tr_customer_product_id":168282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ankal Nair","mobile_number":"7063975020","email_id":"gauraang.joshi@gmail.com","dop":"2026-01-17","serial_number":"907222504346697","imei1":"907222504346697","imei2":"907222504346697","popurl":"www.manoj-varman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168275,"job_number":"JOB_168275","tr_customer_id":168291,"tr_customer_product_id":168281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Pran Dubashi","mobile_number":"7068961883","email_id":"ekaparnika.agarwal@yahoo.co.in","dop":"2026-01-17","serial_number":"286857647138780","imei1":"286857647138780","imei2":"286857647138780","popurl":"www.amrita-embranthiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168276,"job_number":"JOB_168276","tr_customer_id":168293,"tr_customer_product_id":168283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chetanaanand Reddy","mobile_number":"7045392486","email_id":"anal.deshpande@yahoo.co.in","dop":"2026-01-17","serial_number":"408809447341215","imei1":"408809447341215","imei2":"408809447341215","popurl":"www.abhirath-achari.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168277,"job_number":"JOB_168277","tr_customer_id":168294,"tr_customer_product_id":168284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chandi Malik","mobile_number":"7095444726","email_id":"deb.ahuja@yahoo.co.in","dop":"2026-01-17","serial_number":"912578778448772","imei1":"912578778448772","imei2":"912578778448772","popurl":"www.tanushree-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168278,"job_number":"JOB_168278","tr_customer_id":168295,"tr_customer_product_id":168285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhargava Mukhopadhyay","mobile_number":"7026138278","email_id":"anurag.mishra@gmail.com","dop":"2026-01-17","serial_number":"875406830158462","imei1":"875406830158462","imei2":"875406830158462","popurl":"www.kali-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168279,"job_number":"JOB_168279","tr_customer_id":168296,"tr_customer_product_id":168286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ranjit Chopra","mobile_number":"7073725800","email_id":"bhagirathi.guneta@hotmail.com","dop":"2026-01-17","serial_number":"360525324757118","imei1":"360525324757118","imei2":"360525324757118","popurl":"www.jagadish-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168280,"job_number":"JOB_168280","tr_customer_id":168297,"tr_customer_product_id":168287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Lal Ahuja","mobile_number":"7037608651","email_id":"dhanalakshmi.pothuvaal@gmail.com","dop":"2026-01-17","serial_number":"863448801333047","imei1":"863448801333047","imei2":"863448801333047","popurl":"www.jyoti-pothuvaal.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168281,"job_number":"JOB_168281","tr_customer_id":168298,"tr_customer_product_id":168288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhardwaj Shukla","mobile_number":"7025057013","email_id":"mayoor.iyer@hotmail.com","dop":"2026-01-17","serial_number":"135556889699370","imei1":"135556889699370","imei2":"135556889699370","popurl":"www.sharmila-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168282,"job_number":"JOB_168282","tr_customer_id":168299,"tr_customer_product_id":168289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Girish Banerjee","mobile_number":"7048017873","email_id":"aaryan.guneta@hotmail.com","dop":"2026-01-17","serial_number":"740725273090990","imei1":"740725273090990","imei2":"740725273090990","popurl":"www.rati-jha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168283,"job_number":"JOB_168283","tr_customer_id":168300,"tr_customer_product_id":168290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Swarnalata Prajapat","mobile_number":"7099479914","email_id":"balaaditya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"141575034126703","imei1":"141575034126703","imei2":"141575034126703","popurl":"www.narinder-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168284,"job_number":"JOB_168284","tr_customer_id":168301,"tr_customer_product_id":168291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Shanti Bhattathiri","mobile_number":"7016029439","email_id":"oormila.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"247116872323691","imei1":"247116872323691","imei2":"247116872323691","popurl":"www.dayaanidhi-dwivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168285,"job_number":"JOB_168285","tr_customer_id":168302,"tr_customer_product_id":168292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Bhadrak Arora","mobile_number":"7032870005","email_id":"bhishma.acharya@hotmail.com","dop":"2026-01-17","serial_number":"559643001190677","imei1":"559643001190677","imei2":"559643001190677","popurl":"www.anjaneya-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168286,"job_number":"JOB_168286","tr_customer_id":168303,"tr_customer_product_id":168293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dayaamay Khan","mobile_number":"7027838011","email_id":"param.khanna@hotmail.com","dop":"2026-01-17","serial_number":"246434267233391","imei1":"246434267233391","imei2":"246434267233391","popurl":"www.mohinder-malik.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168287,"job_number":"JOB_168287","tr_customer_id":168304,"tr_customer_product_id":168294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Rageshwari Sinha","mobile_number":"7007609666","email_id":"aaryan.mishra@hotmail.com","dop":"2026-01-17","serial_number":"762876885452505","imei1":"762876885452505","imei2":"762876885452505","popurl":"www.dandapaani-kakkar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168288,"job_number":"JOB_168288","tr_customer_id":168305,"tr_customer_product_id":168295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Chandini Panicker","mobile_number":"7041401584","email_id":"nimit.shukla@hotmail.com","dop":"2026-01-17","serial_number":"030455514100990","imei1":"030455514100990","imei2":"030455514100990","popurl":"www.kama-mishra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168289,"job_number":"JOB_168289","tr_customer_id":168306,"tr_customer_product_id":168296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Laxmi Khan","mobile_number":"7044561872","email_id":"amaranaath.mukhopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"798628166538875","imei1":"798628166538875","imei2":"798628166538875","popurl":"www.chakravartee-malik.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168290,"job_number":"JOB_168290","tr_customer_id":168307,"tr_customer_product_id":168297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Param Namboothiri","mobile_number":"7051395959","email_id":"shresth.acharya@gmail.com","dop":"2026-01-17","serial_number":"939906965759411","imei1":"939906965759411","imei2":"939906965759411","popurl":"www.digambar-khatri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168291,"job_number":"JOB_168291","tr_customer_id":168308,"tr_customer_product_id":168298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gitanjali Nehru","mobile_number":"7033196788","email_id":"bhramar.iyer@hotmail.com","dop":"2026-01-17","serial_number":"159118065780587","imei1":"159118065780587","imei2":"159118065780587","popurl":"www.adhrit-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168292,"job_number":"JOB_168292","tr_customer_id":168309,"tr_customer_product_id":168299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Yogendra Rana","mobile_number":"7013127135","email_id":"ekalavya.pandey@hotmail.com","dop":"2026-01-17","serial_number":"181276253587809","imei1":"181276253587809","imei2":"181276253587809","popurl":"www.himadri-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168293,"job_number":"JOB_168293","tr_customer_id":168310,"tr_customer_product_id":168300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gayatri Gill","mobile_number":"7078914110","email_id":"tanya.gowda@yahoo.co.in","dop":"2026-01-17","serial_number":"425618954904736","imei1":"425618954904736","imei2":"425618954904736","popurl":"www.baala-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168294,"job_number":"JOB_168294","tr_customer_id":168311,"tr_customer_product_id":168301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Deeptimoyee Trivedi","mobile_number":"7081075397","email_id":"rupinder.chopra@yahoo.co.in","dop":"2026-01-17","serial_number":"820682428873616","imei1":"820682428873616","imei2":"820682428873616","popurl":"www.jay-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168295,"job_number":"JOB_168295","tr_customer_id":168312,"tr_customer_product_id":168302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Abhisyanta Tagore","mobile_number":"7098322412","email_id":"chaitan.naik@hotmail.com","dop":"2026-01-17","serial_number":"462957100239314","imei1":"462957100239314","imei2":"462957100239314","popurl":"www.gati-nair.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168296,"job_number":"JOB_168296","tr_customer_id":168313,"tr_customer_product_id":168303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Aaryan Varrier","mobile_number":"7086629267","email_id":"shashi.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"297041655924701","imei1":"297041655924701","imei2":"297041655924701","popurl":"www.gajabahu-rana.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168297,"job_number":"JOB_168297","tr_customer_id":168314,"tr_customer_product_id":168304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Nirbhay Chattopadhyay","mobile_number":"7061002611","email_id":"eshana.bhattathiri@hotmail.com","dop":"2026-01-17","serial_number":"297775248264917","imei1":"297775248264917","imei2":"297775248264917","popurl":"www.shubhaprada-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168298,"job_number":"JOB_168298","tr_customer_id":168315,"tr_customer_product_id":168305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Baalagopaal Patil","mobile_number":"7096912025","email_id":"abhirath.mukhopadhyay@hotmail.com","dop":"2026-01-17","serial_number":"757612487874979","imei1":"757612487874979","imei2":"757612487874979","popurl":"www.bhushit-guha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168299,"job_number":"JOB_168299","tr_customer_id":168316,"tr_customer_product_id":168306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Jyoti Bhat","mobile_number":"7026175150","email_id":"bilwa.dubashi@gmail.com","dop":"2026-01-17","serial_number":"143523016490660","imei1":"143523016490660","imei2":"143523016490660","popurl":"www.amritambu-sinha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168300,"job_number":"JOB_168300","tr_customer_id":168317,"tr_customer_product_id":168307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Acaryatanaya Sharma","mobile_number":"7080385131","email_id":"kumuda.desai@gmail.com","dop":"2026-01-17","serial_number":"628297546043480","imei1":"628297546043480","imei2":"628297546043480","popurl":"www.sanka-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168301,"job_number":"JOB_168301","tr_customer_id":168318,"tr_customer_product_id":168308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Krishnadasa Kocchar","mobile_number":"7040706838","email_id":"vidya.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"039277206390215","imei1":"039277206390215","imei2":"039277206390215","popurl":"www.abhisyanta-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168302,"job_number":"JOB_168302","tr_customer_id":168319,"tr_customer_product_id":168309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Eshita Malik","mobile_number":"7019334340","email_id":"charuvrat.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"797082632608609","imei1":"797082632608609","imei2":"797082632608609","popurl":"www.sarla-banerjee.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168303,"job_number":"JOB_168303","tr_customer_id":168320,"tr_customer_product_id":168310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Kanishka Pandey","mobile_number":"7006447166","email_id":"deepesh.prajapat@gmail.com","dop":"2026-01-17","serial_number":"299828941401126","imei1":"299828941401126","imei2":"299828941401126","popurl":"www.aagneya-adiga.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168304,"job_number":"JOB_168304","tr_customer_id":168321,"tr_customer_product_id":168311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dhana Achari","mobile_number":"7027643900","email_id":"bala.deshpande@gmail.com","dop":"2026-01-17","serial_number":"259783489679083","imei1":"259783489679083","imei2":"259783489679083","popurl":"www.dhanesh-prajapat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168305,"job_number":"JOB_168305","tr_customer_id":168322,"tr_customer_product_id":168312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Shanti Chaturvedi","mobile_number":"7074772557","email_id":"rukmin.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"167544080266806","imei1":"167544080266806","imei2":"167544080266806","popurl":"www.karunanidhi-joshi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168306,"job_number":"JOB_168306","tr_customer_id":168323,"tr_customer_product_id":168313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Daiwik Pandey","mobile_number":"7015235624","email_id":"darshwana.saini@gmail.com","dop":"2026-01-17","serial_number":"922710613826902","imei1":"922710613826902","imei2":"922710613826902","popurl":"www.aayushman-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168307,"job_number":"JOB_168307","tr_customer_id":168324,"tr_customer_product_id":168314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bharadwaj Gowda","mobile_number":"7047901798","email_id":"amrit.chopra@hotmail.com","dop":"2026-01-17","serial_number":"691884701084889","imei1":"691884701084889","imei2":"691884701084889","popurl":"www.aarya-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168308,"job_number":"JOB_168308","tr_customer_id":168325,"tr_customer_product_id":168315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Trisha Embranthiri","mobile_number":"7078828412","email_id":"rageswari.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"379590032052216","imei1":"379590032052216","imei2":"379590032052216","popurl":"www.oormila-namboothiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168309,"job_number":"JOB_168309","tr_customer_id":168326,"tr_customer_product_id":168316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Vidur Somayaji","mobile_number":"7073570313","email_id":"dharitri.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"027182720772522","imei1":"027182720772522","imei2":"027182720772522","popurl":"www.girindra-tandon.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168310,"job_number":"JOB_168310","tr_customer_id":168327,"tr_customer_product_id":168317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ritesh Bhattacharya","mobile_number":"7098501414","email_id":"sharmila.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"103975520579777","imei1":"103975520579777","imei2":"103975520579777","popurl":"www.harinarayan-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168311,"job_number":"JOB_168311","tr_customer_id":168328,"tr_customer_product_id":168318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Devesh Mishra","mobile_number":"7033273020","email_id":"chandi.kaniyar@yahoo.co.in","dop":"2026-01-17","serial_number":"932138702134532","imei1":"932138702134532","imei2":"932138702134532","popurl":"www.devani-reddy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168312,"job_number":"JOB_168312","tr_customer_id":168329,"tr_customer_product_id":168319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chiranjeev Ahluwalia","mobile_number":"7009145254","email_id":"geeta.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"643458496795587","imei1":"643458496795587","imei2":"643458496795587","popurl":"www.prem-desai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168313,"job_number":"JOB_168313","tr_customer_id":168330,"tr_customer_product_id":168320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ananda Malik","mobile_number":"7038373963","email_id":"malti.iyer@hotmail.com","dop":"2026-01-17","serial_number":"699733414024462","imei1":"699733414024462","imei2":"699733414024462","popurl":"www.anjushree-marar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168314,"job_number":"JOB_168314","tr_customer_id":168331,"tr_customer_product_id":168321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamlesh Khanna","mobile_number":"7095467911","email_id":"hiranya.marar@hotmail.com","dop":"2026-01-17","serial_number":"135205006698107","imei1":"135205006698107","imei2":"135205006698107","popurl":"www.garuda-pandey.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168315,"job_number":"JOB_168315","tr_customer_id":168332,"tr_customer_product_id":168322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bandhu Mahajan","mobile_number":"7099106728","email_id":"dhruv.joshi@hotmail.com","dop":"2026-01-17","serial_number":"324381924619464","imei1":"324381924619464","imei2":"324381924619464","popurl":"www.shridevi-pothuvaal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168316,"job_number":"JOB_168316","tr_customer_id":168333,"tr_customer_product_id":168323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gajadhar Khatri","mobile_number":"7009021832","email_id":"manik.pilla@hotmail.com","dop":"2026-01-17","serial_number":"824135075165620","imei1":"824135075165620","imei2":"824135075165620","popurl":"www.gaurang-patel.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168317,"job_number":"JOB_168317","tr_customer_id":168334,"tr_customer_product_id":168324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Manisha Chattopadhyay","mobile_number":"7075391580","email_id":"aagneya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"231111320521551","imei1":"231111320521551","imei2":"231111320521551","popurl":"www.dron-dubashi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168318,"job_number":"JOB_168318","tr_customer_id":168335,"tr_customer_product_id":168325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrabhaga Reddy","mobile_number":"7002922500","email_id":"gajadhar.pillai@hotmail.com","dop":"2026-01-17","serial_number":"670466987668843","imei1":"670466987668843","imei2":"670466987668843","popurl":"www.aadidev-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168319,"job_number":"JOB_168319","tr_customer_id":168336,"tr_customer_product_id":168326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Amaresh Mahajan","mobile_number":"7036858631","email_id":"brahmanandam.sharma@gmail.com","dop":"2026-01-17","serial_number":"993215241178645","imei1":"993215241178645","imei2":"993215241178645","popurl":"www.dulari-trivedi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168320,"job_number":"JOB_168320","tr_customer_id":168337,"tr_customer_product_id":168327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamla Pillai","mobile_number":"7025530093","email_id":"devi.bhattacharya@hotmail.com","dop":"2026-01-17","serial_number":"720966471356811","imei1":"720966471356811","imei2":"720966471356811","popurl":"www.chinmayananda-gandhi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168321,"job_number":"JOB_168321","tr_customer_id":168338,"tr_customer_product_id":168328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gauranga Bharadwaj","mobile_number":"7040771236","email_id":"himani.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"963565872947585","imei1":"963565872947585","imei2":"963565872947585","popurl":"www.vishnu-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168322,"job_number":"JOB_168322","tr_customer_id":168339,"tr_customer_product_id":168329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Nanda Ahluwalia","mobile_number":"7061139361","email_id":"bhoopati.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"325520571898873","imei1":"325520571898873","imei2":"325520571898873","popurl":"www.pushti-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168323,"job_number":"JOB_168323","tr_customer_id":168340,"tr_customer_product_id":168330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrakin Chattopadhyay","mobile_number":"7097544273","email_id":"kannan.agarwal@gmail.com","dop":"2026-01-17","serial_number":"692303611362579","imei1":"692303611362579","imei2":"692303611362579","popurl":"www.bilwa-deshpande.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168324,"job_number":"JOB_168324","tr_customer_id":168341,"tr_customer_product_id":168331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Devvrat Asan","mobile_number":"7036837584","email_id":"garuda.menon@hotmail.com","dop":"2026-01-17","serial_number":"186509279222993","imei1":"186509279222993","imei2":"186509279222993","popurl":"www.vaishno-nehru.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168325,"job_number":"JOB_168325","tr_customer_id":168342,"tr_customer_product_id":168332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Manoj Iyer","mobile_number":"7079001143","email_id":"giriraj.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"193173358287905","imei1":"193173358287905","imei2":"193173358287905","popurl":"www.rukmin-kaur.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168326,"job_number":"JOB_168326","tr_customer_id":168343,"tr_customer_product_id":168333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chandraayan Butt","mobile_number":"7010369756","email_id":"agnimitra.somayaji@gmail.com","dop":"2026-01-17","serial_number":"488999732494006","imei1":"488999732494006","imei2":"488999732494006","popurl":"www.gajabahu-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168327,"job_number":"JOB_168327","tr_customer_id":168344,"tr_customer_product_id":168334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dhanapati Mukhopadhyay","mobile_number":"7060625797","email_id":"anasooya.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"677865205290071","imei1":"677865205290071","imei2":"677865205290071","popurl":"www.akshita-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168328,"job_number":"JOB_168328","tr_customer_id":168345,"tr_customer_product_id":168335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Bhishma Ahluwalia","mobile_number":"7070024748","email_id":"gitanjali.patel@gmail.com","dop":"2026-01-17","serial_number":"909928173955236","imei1":"909928173955236","imei2":"909928173955236","popurl":"www.lavanya-ahluwalia.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168329,"job_number":"JOB_168329","tr_customer_id":168346,"tr_customer_product_id":168336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Tanushri Desai","mobile_number":"7029790501","email_id":"bilva.achari@yahoo.co.in","dop":"2026-01-17","serial_number":"635481645607749","imei1":"635481645607749","imei2":"635481645607749","popurl":"www.chapala-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168330,"job_number":"JOB_168330","tr_customer_id":168347,"tr_customer_product_id":168337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girija Johar","mobile_number":"7087953579","email_id":"manoj.jain@gmail.com","dop":"2026-01-17","serial_number":"955820954820200","imei1":"955820954820200","imei2":"955820954820200","popurl":"www.vaishnavi-jha.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168331,"job_number":"JOB_168331","tr_customer_id":168348,"tr_customer_product_id":168338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gautam Khan","mobile_number":"7062693799","email_id":"siddarth.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"391242264746741","imei1":"391242264746741","imei2":"391242264746741","popurl":"www.ananda-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168332,"job_number":"JOB_168332","tr_customer_id":168349,"tr_customer_product_id":168339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ananta Bandopadhyay","mobile_number":"7064038836","email_id":"ujjawal.asan@hotmail.com","dop":"2026-01-17","serial_number":"193785608841020","imei1":"193785608841020","imei2":"193785608841020","popurl":"www.gajabahu-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168333,"job_number":"JOB_168333","tr_customer_id":168350,"tr_customer_product_id":168340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ramaa Ahluwalia","mobile_number":"7043740065","email_id":"krishnadasa.abbott@gmail.com","dop":"2026-01-17","serial_number":"055694745124624","imei1":"055694745124624","imei2":"055694745124624","popurl":"www.anilaabh-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168334,"job_number":"JOB_168334","tr_customer_id":168351,"tr_customer_product_id":168341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Anjushri Kakkar","mobile_number":"7053074102","email_id":"chitraksh.talwar@hotmail.com","dop":"2026-01-17","serial_number":"573357269817417","imei1":"573357269817417","imei2":"573357269817417","popurl":"www.tanya-nair.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168335,"job_number":"JOB_168335","tr_customer_id":168352,"tr_customer_product_id":168342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Adhrit Kapoor","mobile_number":"7027432401","email_id":"aruna.pillai@hotmail.com","dop":"2026-01-17","serial_number":"348584581440138","imei1":"348584581440138","imei2":"348584581440138","popurl":"www.bhargavi-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168336,"job_number":"JOB_168336","tr_customer_id":168353,"tr_customer_product_id":168343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Swarnalata Johar","mobile_number":"7078977856","email_id":"ujjwal.desai@yahoo.co.in","dop":"2026-01-17","serial_number":"868667207996938","imei1":"868667207996938","imei2":"868667207996938","popurl":"www.laxmi-adiga.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168337,"job_number":"JOB_168337","tr_customer_id":168354,"tr_customer_product_id":168344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girik Gowda","mobile_number":"7069755534","email_id":"agrata.guneta@gmail.com","dop":"2026-01-17","serial_number":"006437615865535","imei1":"006437615865535","imei2":"006437615865535","popurl":"www.opalina-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168338,"job_number":"JOB_168338","tr_customer_id":168355,"tr_customer_product_id":168345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Lakshman Malik","mobile_number":"7054809205","email_id":"samir.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"688001834688644","imei1":"688001834688644","imei2":"688001834688644","popurl":"www.parvati-embranthiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168339,"job_number":"JOB_168339","tr_customer_id":168356,"tr_customer_product_id":168346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Abhirath Kocchar","mobile_number":"7095215331","email_id":"nirbhay.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"026538670104231","imei1":"026538670104231","imei2":"026538670104231","popurl":"www.bhilangana-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168340,"job_number":"JOB_168340","tr_customer_id":168357,"tr_customer_product_id":168347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gandharv Mishra","mobile_number":"7037736873","email_id":"chandrakala.asan@hotmail.com","dop":"2026-01-17","serial_number":"054532771311509","imei1":"054532771311509","imei2":"054532771311509","popurl":"www.anshula-gandhi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168341,"job_number":"JOB_168341","tr_customer_id":168358,"tr_customer_product_id":168348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipendra Guneta","mobile_number":"7089022167","email_id":"bhooshit.varrier@yahoo.co.in","dop":"2026-01-17","serial_number":"557394222355725","imei1":"557394222355725","imei2":"557394222355725","popurl":"www.veda-namboothiri.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168342,"job_number":"JOB_168342","tr_customer_id":168359,"tr_customer_product_id":168349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipali Naik","mobile_number":"7046169636","email_id":"adityanandan.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"181904001668628","imei1":"181904001668628","imei2":"181904001668628","popurl":"www.divjot-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168343,"job_number":"JOB_168343","tr_customer_id":168360,"tr_customer_product_id":168350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chitrangada Jain","mobile_number":"7047940952","email_id":"atmaja.somayaji@yahoo.co.in","dop":"2026-01-17","serial_number":"534353500920242","imei1":"534353500920242","imei2":"534353500920242","popurl":"www.dhyanesh-embranthiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168344,"job_number":"JOB_168344","tr_customer_id":168361,"tr_customer_product_id":168351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Eshana Mishra","mobile_number":"7035091717","email_id":"bhardwaj.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"567478943251205","imei1":"567478943251205","imei2":"567478943251205","popurl":"www.tara-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168345,"job_number":"JOB_168345","tr_customer_id":168362,"tr_customer_product_id":168352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bala Tagore","mobile_number":"7002970566","email_id":"uma.khatri@hotmail.com","dop":"2026-01-17","serial_number":"346712173888469","imei1":"346712173888469","imei2":"346712173888469","popurl":"www.vishnu-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168346,"job_number":"JOB_168346","tr_customer_id":168363,"tr_customer_product_id":168353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Vyas Tandon","mobile_number":"7042667205","email_id":"purnima.joshi@yahoo.co.in","dop":"2026-01-17","serial_number":"759616770829453","imei1":"759616770829453","imei2":"759616770829453","popurl":"www.chinmayananda-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168347,"job_number":"JOB_168347","tr_customer_id":168364,"tr_customer_product_id":168354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Apsara Mishra","mobile_number":"7047276167","email_id":"kannan.gowda@hotmail.com","dop":"2026-01-17","serial_number":"565742401215318","imei1":"565742401215318","imei2":"565742401215318","popurl":"www.bhargavi-patel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168348,"job_number":"JOB_168348","tr_customer_id":168365,"tr_customer_product_id":168355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ritesh Reddy","mobile_number":"7090019130","email_id":"bela.mishra@hotmail.com","dop":"2026-01-17","serial_number":"220858470308955","imei1":"220858470308955","imei2":"220858470308955","popurl":"www.nikita-asan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168349,"job_number":"JOB_168349","tr_customer_id":168366,"tr_customer_product_id":168356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Dhanu Dutta","mobile_number":"7018337846","email_id":"dandak.khanna@hotmail.com","dop":"2026-01-17","serial_number":"877052485523200","imei1":"877052485523200","imei2":"877052485523200","popurl":"www.atmanand-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168350,"job_number":"JOB_168350","tr_customer_id":168367,"tr_customer_product_id":168357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Abani Chaturvedi","mobile_number":"7036399880","email_id":"adhiraj.iyengar@hotmail.com","dop":"2026-01-17","serial_number":"106729502802142","imei1":"106729502802142","imei2":"106729502802142","popurl":"www.ahalya-bhat.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168351,"job_number":"JOB_168351","tr_customer_id":168368,"tr_customer_product_id":168358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Heema Pilla","mobile_number":"7064517073","email_id":"prasad.guha@gmail.com","dop":"2026-01-17","serial_number":"964173172956775","imei1":"964173172956775","imei2":"964173172956775","popurl":"www.meghnad-sharma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168352,"job_number":"JOB_168352","tr_customer_id":168369,"tr_customer_product_id":168359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Meghnad Dhawan","mobile_number":"7038382114","email_id":"anjushri.rana@gmail.com","dop":"2026-01-17","serial_number":"469600577233594","imei1":"469600577233594","imei2":"469600577233594","popurl":"www.aadrika-arora.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168353,"job_number":"JOB_168353","tr_customer_id":168370,"tr_customer_product_id":168360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Kumar Iyer","mobile_number":"7087622205","email_id":"bahula.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"810569748036493","imei1":"810569748036493","imei2":"810569748036493","popurl":"www.sher-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168354,"job_number":"JOB_168354","tr_customer_id":168371,"tr_customer_product_id":168361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Krishnadas Saini","mobile_number":"7074823966","email_id":"vrund.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"532303323194966","imei1":"532303323194966","imei2":"532303323194966","popurl":"www.pran-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168355,"job_number":"JOB_168355","tr_customer_id":168372,"tr_customer_product_id":168362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Lila Iyer","mobile_number":"7023393304","email_id":"narendra.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"089434342383766","imei1":"089434342383766","imei2":"089434342383766","popurl":"www.rohit-pillai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168356,"job_number":"JOB_168356","tr_customer_id":168373,"tr_customer_product_id":168363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ravi Mukhopadhyay","mobile_number":"7067186902","email_id":"shivakari.joshi@hotmail.com","dop":"2026-01-17","serial_number":"142948129111347","imei1":"142948129111347","imei2":"142948129111347","popurl":"www.chanda-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168357,"job_number":"JOB_168357","tr_customer_id":168375,"tr_customer_product_id":168365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Aanandaswarup Jha","mobile_number":"7076453342","email_id":"abhirath.adiga@hotmail.com","dop":"2026-01-17","serial_number":"335279886424002","imei1":"335279886424002","imei2":"335279886424002","popurl":"www.dhanapati-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168358,"job_number":"JOB_168358","tr_customer_id":168374,"tr_customer_product_id":168364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Tanya Kapoor","mobile_number":"7016042539","email_id":"udai.tagore@hotmail.com","dop":"2026-01-17","serial_number":"198386518075332","imei1":"198386518075332","imei2":"198386518075332","popurl":"www.dinkar-devar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168359,"job_number":"JOB_168359","tr_customer_id":168376,"tr_customer_product_id":168366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Mahesh Jha","mobile_number":"7038586704","email_id":"ankal.tandon@hotmail.com","dop":"2026-01-17","serial_number":"990013463977407","imei1":"990013463977407","imei2":"990013463977407","popurl":"www.bhuvaneshwar-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168360,"job_number":"JOB_168360","tr_customer_id":168377,"tr_customer_product_id":168367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bhavani Menon","mobile_number":"7051475661","email_id":"goutam.devar@hotmail.com","dop":"2026-01-17","serial_number":"149646746099263","imei1":"149646746099263","imei2":"149646746099263","popurl":"www.geeta-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168361,"job_number":"JOB_168361","tr_customer_id":168378,"tr_customer_product_id":168368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rohit Dhawan","mobile_number":"7010250076","email_id":"manisha.saini@yahoo.co.in","dop":"2026-01-17","serial_number":"817097590402320","imei1":"817097590402320","imei2":"817097590402320","popurl":"www.govinda-nair.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168362,"job_number":"JOB_168362","tr_customer_id":168379,"tr_customer_product_id":168369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rukhmani Nambeesan","mobile_number":"7009156879","email_id":"harit.ahluwalia@yahoo.co.in","dop":"2026-01-17","serial_number":"297676098700538","imei1":"297676098700538","imei2":"297676098700538","popurl":"www.krishna-achari.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168363,"job_number":"JOB_168363","tr_customer_id":168380,"tr_customer_product_id":168370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chakor Gupta","mobile_number":"7009589550","email_id":"shobhana.johar@hotmail.com","dop":"2026-01-17","serial_number":"206538448713779","imei1":"206538448713779","imei2":"206538448713779","popurl":"www.abhirath-dutta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168364,"job_number":"JOB_168364","tr_customer_id":168381,"tr_customer_product_id":168371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chandani Iyengar","mobile_number":"7019505930","email_id":"gauranga.bharadwaj@hotmail.com","dop":"2026-01-17","serial_number":"016636860422462","imei1":"016636860422462","imei2":"016636860422462","popurl":"www.aayushman-naik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168365,"job_number":"JOB_168365","tr_customer_id":168382,"tr_customer_product_id":168372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Akshaj Abbott","mobile_number":"7030785535","email_id":"devika.dhawan@hotmail.com","dop":"2026-01-17","serial_number":"185714094858276","imei1":"185714094858276","imei2":"185714094858276","popurl":"www.karan-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168366,"job_number":"JOB_168366","tr_customer_id":168383,"tr_customer_product_id":168373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Chinmayananda Talwar","mobile_number":"7029867753","email_id":"deepali.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"807692096572906","imei1":"807692096572906","imei2":"807692096572906","popurl":"www.tanirika-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168367,"job_number":"JOB_168367","tr_customer_id":168384,"tr_customer_product_id":168374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Mohana Namboothiri","mobile_number":"7075742815","email_id":"urmila.gandhi@gmail.com","dop":"2026-01-17","serial_number":"145848997681710","imei1":"145848997681710","imei2":"145848997681710","popurl":"www.rakesh-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168368,"job_number":"JOB_168368","tr_customer_id":168385,"tr_customer_product_id":168375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bilwa Adiga","mobile_number":"7051290596","email_id":"nawal.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"593529066480426","imei1":"593529066480426","imei2":"593529066480426","popurl":"www.birjesh-khanna.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168369,"job_number":"JOB_168369","tr_customer_id":168386,"tr_customer_product_id":168376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Kailash Guneta","mobile_number":"7090100585","email_id":"vaidehi.tandon@hotmail.com","dop":"2026-01-17","serial_number":"497105552825981","imei1":"497105552825981","imei2":"497105552825981","popurl":"www.dhatri-pillai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168370,"job_number":"JOB_168370","tr_customer_id":168387,"tr_customer_product_id":168377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Priya Namboothiri","mobile_number":"7013847653","email_id":"dev.iyer@hotmail.com","dop":"2026-01-17","serial_number":"077055695813289","imei1":"077055695813289","imei2":"077055695813289","popurl":"www.lakshmidhar-bhat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168371,"job_number":"JOB_168371","tr_customer_id":168388,"tr_customer_product_id":168378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bhilangana Nair","mobile_number":"7025684781","email_id":"lakshminath.mehra@yahoo.co.in","dop":"2026-01-17","serial_number":"854342691173107","imei1":"854342691173107","imei2":"854342691173107","popurl":"www.vasudeva-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168372,"job_number":"JOB_168372","tr_customer_id":168389,"tr_customer_product_id":168379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bishnu Varrier","mobile_number":"7096180955","email_id":"brajesh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"051797877589302","imei1":"051797877589302","imei2":"051797877589302","popurl":"www.ghanshyam-singh.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168373,"job_number":"JOB_168373","tr_customer_id":168390,"tr_customer_product_id":168380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Vrund Desai","mobile_number":"7001021043","email_id":"guru.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"516058943644872","imei1":"516058943644872","imei2":"516058943644872","popurl":"www.devagya-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168374,"job_number":"JOB_168374","tr_customer_id":168391,"tr_customer_product_id":168381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Akshaj Gowda","mobile_number":"7043120308","email_id":"bhoj.pandey@hotmail.com","dop":"2026-01-17","serial_number":"513976482680773","imei1":"513976482680773","imei2":"513976482680773","popurl":"www.akshita-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168375,"job_number":"JOB_168375","tr_customer_id":168393,"tr_customer_product_id":168383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Kanti Guha","mobile_number":"7080753158","email_id":"krishnadasa.embranthiri@yahoo.co.in","dop":"2026-01-17","serial_number":"780601164464121","imei1":"780601164464121","imei2":"780601164464121","popurl":"www.chaturaanan-marar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168376,"job_number":"JOB_168376","tr_customer_id":168392,"tr_customer_product_id":168382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Sachin Mishra","mobile_number":"7025701307","email_id":"aamod.gandhi@yahoo.co.in","dop":"2026-01-17","serial_number":"652516523757927","imei1":"652516523757927","imei2":"652516523757927","popurl":"www.goutam-tandon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168377,"job_number":"JOB_168377","tr_customer_id":168394,"tr_customer_product_id":168384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Damodara Namboothiri","mobile_number":"7094721194","email_id":"kashyap.agarwal@gmail.com","dop":"2026-01-17","serial_number":"472737749995572","imei1":"472737749995572","imei2":"472737749995572","popurl":"www.kamalesh-nehru.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168378,"job_number":"JOB_168378","tr_customer_id":168395,"tr_customer_product_id":168385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73416323632825","imei1":"73416323632825","imei2":"73416323632825","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168379,"job_number":"JOB_168379","tr_customer_id":168396,"tr_customer_product_id":168386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75245419690268","imei1":"75245419690268","imei2":"75245419690268","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168380,"job_number":"JOB_168380","tr_customer_id":168397,"tr_customer_product_id":168387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39222786266748","imei1":"39222786266748","imei2":"39222786266748","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168381,"job_number":"JOB_168381","tr_customer_id":168398,"tr_customer_product_id":168388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28840266828053","imei1":"28840266828053","imei2":"28840266828053","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168382,"job_number":"JOB_168382","tr_customer_id":168399,"tr_customer_product_id":168389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60030016225827","imei1":"60030016225827","imei2":"60030016225827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168383,"job_number":"JOB_168383","tr_customer_id":168400,"tr_customer_product_id":168390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16085127312844","imei1":"16085127312844","imei2":"16085127312844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168386,"job_number":"JOB_168386","tr_customer_id":168403,"tr_customer_product_id":168393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:08.000Z","modified_at":"2026-01-27T14:01:08.000Z","name":"Emily Strosin","mobile_number":"848-627-4057","email_id":"Luigi74@hotmail.com","dop":"2025-04-06","serial_number":"16407514125384720","imei1":"16407514125384720","imei2":"16407514125384720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168387,"job_number":"JOB_168387","tr_customer_id":168404,"tr_customer_product_id":168394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34977291546936","imei1":"34977291546936","imei2":"34977291546936","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168388,"job_number":"JOB_168388","tr_customer_id":168405,"tr_customer_product_id":168395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86164747961861","imei1":"86164747961861","imei2":"86164747961861","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168389,"job_number":"JOB_168389","tr_customer_id":168406,"tr_customer_product_id":168396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71206279349103","imei1":"71206279349103","imei2":"71206279349103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168390,"job_number":"JOB_168390","tr_customer_id":168407,"tr_customer_product_id":168397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35569371766624","imei1":"35569371766624","imei2":"35569371766624","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168391,"job_number":"JOB_168391","tr_customer_id":168408,"tr_customer_product_id":168398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90416539451323","imei1":"90416539451323","imei2":"90416539451323","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168392,"job_number":"JOB_168392","tr_customer_id":168409,"tr_customer_product_id":168399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:37.000Z","modified_at":"2026-01-27T14:01:37.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73336585358586","imei1":"73336585358586","imei2":"73336585358586","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168394,"job_number":"JOB_168394","tr_customer_id":168411,"tr_customer_product_id":168401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:06.000Z","modified_at":"2026-01-27T14:02:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19783492148115","imei1":"19783492148115","imei2":"19783492148115","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168396,"job_number":"JOB_168396","tr_customer_id":168413,"tr_customer_product_id":168403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:08.000Z","modified_at":"2026-01-27T14:02:08.000Z","name":"Blaise Hirthe","mobile_number":"438-921-7648","email_id":"Adele84@hotmail.com","dop":"2025-04-06","serial_number":"10503958866342878","imei1":"10503958866342878","imei2":"10503958866342878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168397,"job_number":"JOB_168397","tr_customer_id":168414,"tr_customer_product_id":168404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:09.000Z","modified_at":"2026-01-27T14:02:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59578177438508","imei1":"59578177438508","imei2":"59578177438508","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168398,"job_number":"JOB_168398","tr_customer_id":168415,"tr_customer_product_id":168405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55475719196539","imei1":"55475719196539","imei2":"55475719196539","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168399,"job_number":"JOB_168399","tr_customer_id":168416,"tr_customer_product_id":168406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80676074661303","imei1":"80676074661303","imei2":"80676074661303","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168400,"job_number":"JOB_168400","tr_customer_id":168417,"tr_customer_product_id":168407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89300376460928","imei1":"89300376460928","imei2":"89300376460928","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168401,"job_number":"JOB_168401","tr_customer_id":168418,"tr_customer_product_id":168408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50926255704989","imei1":"50926255704989","imei2":"50926255704989","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168402,"job_number":"JOB_168402","tr_customer_id":168419,"tr_customer_product_id":168409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97590247220528","imei1":"97590247220528","imei2":"97590247220528","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168405,"job_number":"JOB_168405","tr_customer_id":168422,"tr_customer_product_id":168412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:55.000Z","modified_at":"2026-01-27T14:02:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182617344206","imei1":"18182617344206","imei2":"18182617344206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168407,"job_number":"JOB_168407","tr_customer_id":168424,"tr_customer_product_id":168414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:57.000Z","modified_at":"2026-01-27T14:02:57.000Z","name":"Carissa Grant","mobile_number":"966-304-0989","email_id":"Jared_Jacobi13@yahoo.com","dop":"2025-04-06","serial_number":"10263970880212450","imei1":"10263970880212450","imei2":"10263970880212450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168409,"job_number":"JOB_168409","tr_customer_id":168426,"tr_customer_product_id":168416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:44.000Z","modified_at":"2026-01-27T14:03:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17336587485706","imei1":"17336587485706","imei2":"17336587485706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168411,"job_number":"JOB_168411","tr_customer_id":168428,"tr_customer_product_id":168418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:45.000Z","modified_at":"2026-01-27T14:03:45.000Z","name":"Norma Murazik","mobile_number":"650-890-5400","email_id":"Keely76@gmail.com","dop":"2025-04-06","serial_number":"13983934307439388","imei1":"13983934307439388","imei2":"13983934307439388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168421,"job_number":"JOB_168421","tr_customer_id":168438,"tr_customer_product_id":168428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10964616645841","imei1":"10964616645841","imei2":"10964616645841","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168423,"job_number":"JOB_168423","tr_customer_id":168440,"tr_customer_product_id":168430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12623175058629","imei1":"12623175058629","imei2":"12623175058629","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168425,"job_number":"JOB_168425","tr_customer_id":168442,"tr_customer_product_id":168432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:43.000Z","modified_at":"2026-01-27T14:22:43.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11825960743819","imei2":"11825960743819","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168426,"job_number":"JOB_168426","tr_customer_id":168443,"tr_customer_product_id":168433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:44.000Z","modified_at":"2026-01-27T14:22:44.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12411704113030","imei1":"12411704113030","imei2":"12411704113030","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168428,"job_number":"JOB_168428","tr_customer_id":168445,"tr_customer_product_id":168435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:45.000Z","modified_at":"2026-01-27T14:22:45.000Z","name":"Mafalda O'Reilly","mobile_number":"960-767-0186","email_id":"Austen88@hotmail.com","dop":"2025-04-06","serial_number":"14025083800533838","imei1":"14025083800533838","imei2":"14025083800533838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168429,"job_number":"JOB_168429","tr_customer_id":168446,"tr_customer_product_id":168436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:59.000Z","modified_at":"2026-01-27T14:22:59.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18119193389560","imei2":"18119193389560","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168431,"job_number":"JOB_168431","tr_customer_id":168448,"tr_customer_product_id":168438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:14.000Z","modified_at":"2026-01-27T14:23:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12539060878127","imei2":"12539060878127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168433,"job_number":"JOB_168433","tr_customer_id":168450,"tr_customer_product_id":168440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:33.000Z","modified_at":"2026-01-27T14:23:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11982015895071","imei1":"11982015895071","imei2":"11982015895071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168435,"job_number":"JOB_168435","tr_customer_id":168452,"tr_customer_product_id":168442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:34.000Z","modified_at":"2026-01-27T14:23:34.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13278662445784","imei1":"13278662445784","imei2":"13278662445784","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168437,"job_number":"JOB_168437","tr_customer_id":168454,"tr_customer_product_id":168444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:35.000Z","modified_at":"2026-01-27T14:23:35.000Z","name":"Antonio Rath","mobile_number":"386-555-7909","email_id":"Talon_Daugherty40@hotmail.com","dop":"2025-04-06","serial_number":"14188275916221208","imei1":"14188275916221208","imei2":"14188275916221208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168438,"job_number":"JOB_168438","tr_customer_id":168455,"tr_customer_product_id":168445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:36.000Z","modified_at":"2026-01-27T14:23:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"77974963574225","imei1":"77974963574225","imei2":"77974963574225","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168439,"job_number":"JOB_168439","tr_customer_id":168456,"tr_customer_product_id":168446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:23.000Z","modified_at":"2026-01-27T14:24:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12764741417890","imei1":"12764741417890","imei2":"12764741417890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168441,"job_number":"JOB_168441","tr_customer_id":168458,"tr_customer_product_id":168448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"Pauline Bosco","mobile_number":"637-209-6954","email_id":"Trey.Metz@hotmail.com","dop":"2025-04-06","serial_number":"18098126248934770","imei1":"18098126248934770","imei2":"18098126248934770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168442,"job_number":"JOB_168442","tr_customer_id":168459,"tr_customer_product_id":168449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18150241088696","imei1":"18150241088696","imei2":"18150241088696","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168444,"job_number":"JOB_168444","tr_customer_id":168461,"tr_customer_product_id":168451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:27.000Z","modified_at":"2026-01-27T14:24:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"38921985501182","imei1":"38921985501182","imei2":"38921985501182","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168445,"job_number":"JOB_168445","tr_customer_id":168462,"tr_customer_product_id":168452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:49.000Z","modified_at":"2026-01-27T14:24:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10264613131218","imei1":"10264613131218","imei2":"10264613131218","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168447,"job_number":"JOB_168447","tr_customer_id":168464,"tr_customer_product_id":168454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:50.000Z","modified_at":"2026-01-27T14:24:50.000Z","name":"Shakira Dickens","mobile_number":"522-320-0638","email_id":"Jewell_Harber@hotmail.com","dop":"2025-06-18","serial_number":"1065927066403027","imei1":"1065927066403027","imei2":"1065927066403027","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168451,"job_number":"JOB_168451","tr_customer_id":168468,"tr_customer_product_id":168458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:36.000Z","modified_at":"2026-01-27T14:25:36.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10817511895228","imei1":"10817511895228","imei2":"10817511895228","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168453,"job_number":"JOB_168453","tr_customer_id":168470,"tr_customer_product_id":168460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:37.000Z","modified_at":"2026-01-27T14:25:37.000Z","name":"Arianna Runte","mobile_number":"527-688-4375","email_id":"Colleen.Adams32@hotmail.com","dop":"2025-06-18","serial_number":"1050319766554530","imei1":"1050319766554530","imei2":"1050319766554530","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168461,"job_number":"JOB_168461","tr_customer_id":168478,"tr_customer_product_id":168468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:19.000Z","modified_at":"2026-01-27T14:27:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14320379351493","imei1":"14320379351493","imei2":"14320379351493","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168463,"job_number":"JOB_168463","tr_customer_id":168480,"tr_customer_product_id":168470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:20.000Z","modified_at":"2026-01-27T14:27:20.000Z","name":"Norwood Armstrong","mobile_number":"719-221-2982","email_id":"Joyce_Mueller@gmail.com","dop":"2025-04-06","serial_number":"14124170153083196","imei1":"14124170153083196","imei2":"14124170153083196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168464,"job_number":"JOB_168464","tr_customer_id":168481,"tr_customer_product_id":168471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:52.000Z","modified_at":"2026-01-27T14:27:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15519760465235","imei1":"15519760465235","imei2":"15519760465235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168466,"job_number":"JOB_168466","tr_customer_id":168483,"tr_customer_product_id":168473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:54.000Z","modified_at":"2026-01-27T14:27:54.000Z","name":"Lizeth Thompson","mobile_number":"204-207-4099","email_id":"Margie31@gmail.com","dop":"2025-04-06","serial_number":"12763104282409418","imei1":"12763104282409418","imei2":"12763104282409418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168470,"job_number":"JOB_168470","tr_customer_id":168487,"tr_customer_product_id":168477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:09.000Z","modified_at":"2026-01-27T14:28:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19562831574480","imei1":"19562831574480","imei2":"19562831574480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168472,"job_number":"JOB_168472","tr_customer_id":168489,"tr_customer_product_id":168479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:11.000Z","modified_at":"2026-01-27T14:28:11.000Z","name":"Leon Keeling","mobile_number":"790-406-3406","email_id":"Saul_Wuckert@hotmail.com","dop":"2025-04-06","serial_number":"11908915713720174","imei1":"11908915713720174","imei2":"11908915713720174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168473,"job_number":"JOB_168473","tr_customer_id":168490,"tr_customer_product_id":168480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:28.000Z","modified_at":"2026-01-27T14:28:28.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"14404252990704","imei1":"14404252990704","imei2":"14404252990704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168475,"job_number":"JOB_168475","tr_customer_id":168492,"tr_customer_product_id":168482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:29.000Z","modified_at":"2026-01-27T14:28:29.000Z","name":"Sigmund Mueller","mobile_number":"421-301-9672","email_id":"Rhoda.Larkin@hotmail.com","dop":"2025-04-06","serial_number":"10448121615233540","imei1":"10448121615233540","imei2":"10448121615233540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168476,"job_number":"JOB_168476","tr_customer_id":168493,"tr_customer_product_id":168483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:41.000Z","modified_at":"2026-01-27T14:28:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10123690691843","imei1":"10123690691843","imei2":"10123690691843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168478,"job_number":"JOB_168478","tr_customer_id":168495,"tr_customer_product_id":168485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:43.000Z","modified_at":"2026-01-27T14:28:43.000Z","name":"Erich Gislason","mobile_number":"352-413-7789","email_id":"Heber_Gutkowski@yahoo.com","dop":"2025-04-06","serial_number":"18770492962576772","imei1":"18770492962576772","imei2":"18770492962576772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168479,"job_number":"JOB_168479","tr_customer_id":168496,"tr_customer_product_id":168486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:57.000Z","modified_at":"2026-01-27T14:28:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14549865475600","imei1":"14549865475600","imei2":"14549865475600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168481,"job_number":"JOB_168481","tr_customer_id":168498,"tr_customer_product_id":168488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18525208861274","imei1":"18525208861274","imei2":"18525208861274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168482,"job_number":"JOB_168482","tr_customer_id":168499,"tr_customer_product_id":168489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"Danika Yost","mobile_number":"647-834-8170","email_id":"Arvid.Medhurst14@hotmail.com","dop":"2025-04-06","serial_number":"11789382839170934","imei1":"11789382839170934","imei2":"11789382839170934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168484,"job_number":"JOB_168484","tr_customer_id":168501,"tr_customer_product_id":168491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:01.000Z","modified_at":"2026-01-27T14:29:01.000Z","name":"Aryanna Dicki","mobile_number":"307-325-5098","email_id":"Meda10@yahoo.com","dop":"2025-04-06","serial_number":"14365797911804354","imei1":"14365797911804354","imei2":"14365797911804354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168485,"job_number":"JOB_168485","tr_customer_id":168502,"tr_customer_product_id":168492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:12.000Z","modified_at":"2026-01-27T14:29:12.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19322513910091","imei1":"19322513910091","imei2":"19322513910091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168487,"job_number":"JOB_168487","tr_customer_id":168504,"tr_customer_product_id":168494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:13.000Z","modified_at":"2026-01-27T14:29:13.000Z","name":"Earl Schmitt","mobile_number":"896-543-4459","email_id":"Vaughn35@hotmail.com","dop":"2025-04-06","serial_number":"17330789803041280","imei1":"17330789803041280","imei2":"17330789803041280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168488,"job_number":"JOB_168488","tr_customer_id":168505,"tr_customer_product_id":168495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:30.000Z","modified_at":"2026-01-27T14:29:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11607751095650","imei1":"11607751095650","imei2":"11607751095650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168490,"job_number":"JOB_168490","tr_customer_id":168507,"tr_customer_product_id":168497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:32.000Z","modified_at":"2026-01-27T14:29:32.000Z","name":"Elmira Reinger","mobile_number":"942-651-9148","email_id":"Jimmie89@gmail.com","dop":"2025-04-06","serial_number":"10126057285107164","imei1":"10126057285107164","imei2":"10126057285107164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168491,"job_number":"JOB_168491","tr_customer_id":168508,"tr_customer_product_id":168498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:44.000Z","modified_at":"2026-01-27T14:29:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17002233766524","imei1":"17002233766524","imei2":"17002233766524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168493,"job_number":"JOB_168493","tr_customer_id":168510,"tr_customer_product_id":168500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:45.000Z","modified_at":"2026-01-27T14:29:45.000Z","name":"Keeley Hintz","mobile_number":"563-690-8723","email_id":"Chesley.Fadel42@gmail.com","dop":"2025-04-06","serial_number":"10724759919489682","imei1":"10724759919489682","imei2":"10724759919489682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168494,"job_number":"JOB_168494","tr_customer_id":168511,"tr_customer_product_id":168501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:56.000Z","modified_at":"2026-01-27T14:29:56.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13740245050293","imei1":"13740245050293","imei2":"13740245050293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168496,"job_number":"JOB_168496","tr_customer_id":168513,"tr_customer_product_id":168503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:58.000Z","modified_at":"2026-01-27T14:29:58.000Z","name":"Guiseppe Zemlak","mobile_number":"718-322-1975","email_id":"Oren_Murray11@gmail.com","dop":"2025-04-06","serial_number":"11598004911748456","imei1":"11598004911748456","imei2":"11598004911748456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168498,"job_number":"JOB_168498","tr_customer_id":168515,"tr_customer_product_id":168505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:25.000Z","modified_at":"2026-01-27T14:30:25.000Z","name":"Damian Berge","mobile_number":"692-250-2732","email_id":"Sophia65@yahoo.com","dop":"2025-04-06","serial_number":"13284192840530582","imei1":"13284192840530582","imei2":"13284192840530582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168499,"job_number":"JOB_168499","tr_customer_id":168516,"tr_customer_product_id":168506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:30.000Z","modified_at":"2026-01-27T14:30:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11682996440726","imei1":"11682996440726","imei2":"11682996440726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168501,"job_number":"JOB_168501","tr_customer_id":168518,"tr_customer_product_id":168508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:32.000Z","modified_at":"2026-01-27T14:30:32.000Z","name":"Emile Hand","mobile_number":"342-498-2232","email_id":"Aida65@yahoo.com","dop":"2025-04-06","serial_number":"13410457103030660","imei1":"13410457103030660","imei2":"13410457103030660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168503,"job_number":"JOB_168503","tr_customer_id":168520,"tr_customer_product_id":168510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:31:17.000Z","modified_at":"2026-01-27T14:31:17.000Z","name":"Sid Leuschke","mobile_number":"293-988-9908","email_id":"Sofia.Johns91@hotmail.com","dop":"2025-04-06","serial_number":"10105466433042800","imei1":"10105466433042800","imei2":"10105466433042800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168504,"job_number":"JOB_168504","tr_customer_id":168521,"tr_customer_product_id":168511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:02.000Z","modified_at":"2026-01-27T14:33:02.000Z","name":"Armand Franecki","mobile_number":"246-564-2962","email_id":"Santos.Corwin@gmail.com","dop":"2025-05-30","serial_number":"10957484441006","imei1":"10957484441006","imei2":"10957484441006","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168505,"job_number":"JOB_168505","tr_customer_id":168522,"tr_customer_product_id":168512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:03.000Z","modified_at":"2026-01-27T14:33:03.000Z","name":"Aliya Thiel","mobile_number":"494-317-6488","email_id":"Clement86@hotmail.com","dop":"2025-05-30","serial_number":"12129825858027","imei1":"12129825858027","imei2":"12129825858027","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168506,"job_number":"JOB_168506","tr_customer_id":168523,"tr_customer_product_id":168513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:04.000Z","modified_at":"2026-01-27T14:33:04.000Z","name":"Jeanie O'Reilly","mobile_number":"796-586-4555","email_id":"Gilbert.Kerluke@gmail.com","dop":"2025-05-30","serial_number":"1695045726112051","imei1":"1695045726112051","imei2":"1695045726112051","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168507,"job_number":"JOB_168507","tr_customer_id":168524,"tr_customer_product_id":168514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:26.000Z","modified_at":"2026-01-27T14:34:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12900428527484","imei1":"12900428527484","imei2":"12900428527484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168509,"job_number":"JOB_168509","tr_customer_id":168526,"tr_customer_product_id":168516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:28.000Z","modified_at":"2026-01-27T14:34:28.000Z","name":"Emmie Yundt","mobile_number":"870-367-3921","email_id":"Carlos40@hotmail.com","dop":"2025-04-06","serial_number":"12401243268094944","imei1":"12401243268094944","imei2":"12401243268094944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168510,"job_number":"JOB_168510","tr_customer_id":168527,"tr_customer_product_id":168517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:51.000Z","modified_at":"2026-01-27T14:34:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16754758835269","imei1":"16754758835269","imei2":"16754758835269","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168512,"job_number":"JOB_168512","tr_customer_id":168529,"tr_customer_product_id":168519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:52.000Z","modified_at":"2026-01-27T14:34:52.000Z","name":"Kathleen Smith","mobile_number":"564-877-7560","email_id":"Anissa87@yahoo.com","dop":"2025-04-06","serial_number":"16714326067981780","imei1":"16714326067981780","imei2":"16714326067981780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168513,"job_number":"JOB_168513","tr_customer_id":168530,"tr_customer_product_id":168520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:13.000Z","modified_at":"2026-01-27T14:35:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12825379195318","imei1":"12825379195318","imei2":"12825379195318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168515,"job_number":"JOB_168515","tr_customer_id":168532,"tr_customer_product_id":168522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:14.000Z","modified_at":"2026-01-27T14:35:14.000Z","name":"Clara Berge","mobile_number":"966-526-1397","email_id":"Antoinette.Gorczany@hotmail.com","dop":"2025-04-06","serial_number":"11201552173895188","imei1":"11201552173895188","imei2":"11201552173895188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168516,"job_number":"JOB_168516","tr_customer_id":168533,"tr_customer_product_id":168523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:35.000Z","modified_at":"2026-01-27T14:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10636780467265","imei1":"10636780467265","imei2":"10636780467265","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168518,"job_number":"JOB_168518","tr_customer_id":168535,"tr_customer_product_id":168525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"Zena Parker","mobile_number":"887-377-9330","email_id":"Javon22@gmail.com","dop":"2025-04-06","serial_number":"14788065448154626","imei1":"14788065448154626","imei2":"14788065448154626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168519,"job_number":"JOB_168519","tr_customer_id":168536,"tr_customer_product_id":168526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10979258076079","imei1":"10979258076079","imei2":"10979258076079","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168521,"job_number":"JOB_168521","tr_customer_id":168538,"tr_customer_product_id":168528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:39.000Z","modified_at":"2026-01-27T14:35:39.000Z","name":"Citlalli Reinger","mobile_number":"466-384-0381","email_id":"Torrey.Nader14@yahoo.com","dop":"2025-04-06","serial_number":"10674827196074330","imei1":"10674827196074330","imei2":"10674827196074330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168527,"job_number":"JOB_168527","tr_customer_id":168544,"tr_customer_product_id":168534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18558828219362","imei1":"18558828219362","imei2":"18558828219362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168531,"job_number":"JOB_168531","tr_customer_id":168548,"tr_customer_product_id":168538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:00.000Z","modified_at":"2026-01-27T14:36:00.000Z","name":"Janet Mann","mobile_number":"766-776-3719","email_id":"Lionel_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"15327572934976914","imei1":"15327572934976914","imei2":"15327572934976914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168536,"job_number":"JOB_168536","tr_customer_id":168553,"tr_customer_product_id":168543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Fern Koch","mobile_number":"748-330-0629","email_id":"Morgan33@yahoo.com","dop":"2025-04-06","serial_number":"13029429243635488","imei1":"13029429243635488","imei2":"13029429243635488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168537,"job_number":"JOB_168537","tr_customer_id":168554,"tr_customer_product_id":168544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:22.000Z","modified_at":"2026-01-27T14:36:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12221313483675","imei1":"12221313483675","imei2":"12221313483675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168539,"job_number":"JOB_168539","tr_customer_id":168556,"tr_customer_product_id":168546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"Meredith Cormier","mobile_number":"307-402-7532","email_id":"Earnest.OKon@gmail.com","dop":"2025-04-06","serial_number":"17124229440146634","imei1":"17124229440146634","imei2":"17124229440146634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168540,"job_number":"JOB_168540","tr_customer_id":168557,"tr_customer_product_id":168547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19433432813257","imei1":"19433432813257","imei2":"19433432813257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168542,"job_number":"JOB_168542","tr_customer_id":168559,"tr_customer_product_id":168549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:25.000Z","modified_at":"2026-01-27T14:36:25.000Z","name":"Buddy Parisian","mobile_number":"855-351-1399","email_id":"Daisy17@hotmail.com","dop":"2025-04-06","serial_number":"15382739782579398","imei1":"15382739782579398","imei2":"15382739782579398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168543,"job_number":"JOB_168543","tr_customer_id":168560,"tr_customer_product_id":168550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:08.000Z","modified_at":"2026-01-27T14:37:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18150468332383","imei1":"18150468332383","imei2":"18150468332383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168545,"job_number":"JOB_168545","tr_customer_id":168562,"tr_customer_product_id":168552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:10.000Z","modified_at":"2026-01-27T14:37:10.000Z","name":"Darryl Tromp","mobile_number":"370-755-6086","email_id":"Delpha.Macejkovic21@yahoo.com","dop":"2025-04-06","serial_number":"14603900081931412","imei1":"14603900081931412","imei2":"14603900081931412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168547,"job_number":"JOB_168547","tr_customer_id":168564,"tr_customer_product_id":168554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:12.000Z","modified_at":"2026-01-27T14:37:12.000Z","name":"Raina Wisoky","mobile_number":"943-967-7925","email_id":"Jazmyn.Huel@gmail.com","dop":"2025-04-06","serial_number":"17122379770844340","imei1":"17122379770844340","imei2":"17122379770844340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168548,"job_number":"JOB_168548","tr_customer_id":168565,"tr_customer_product_id":168555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:19.000Z","modified_at":"2026-01-27T14:38:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16759548521487","imei1":"16759548521487","imei2":"16759548521487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168550,"job_number":"JOB_168550","tr_customer_id":168567,"tr_customer_product_id":168557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:21.000Z","modified_at":"2026-01-27T14:38:21.000Z","name":"Bonnie Gaylord","mobile_number":"264-794-9881","email_id":"Alford.Funk52@gmail.com","dop":"2025-04-06","serial_number":"13725629609368930","imei1":"13725629609368930","imei2":"13725629609368930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168552,"job_number":"JOB_168552","tr_customer_id":168569,"tr_customer_product_id":168559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:27.000Z","modified_at":"2026-01-27T14:38:27.000Z","name":"Katlynn Dickinson","mobile_number":"888-216-5011","email_id":"Rebekah39@yahoo.com","dop":"2025-04-06","serial_number":"18780250777439776","imei1":"18780250777439776","imei2":"18780250777439776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168556,"job_number":"JOB_168556","tr_customer_id":168573,"tr_customer_product_id":168563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:05.000Z","modified_at":"2026-01-27T14:39:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10427653289693","imei1":"10427653289693","imei2":"10427653289693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168558,"job_number":"JOB_168558","tr_customer_id":168575,"tr_customer_product_id":168565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:06.000Z","modified_at":"2026-01-27T14:39:06.000Z","name":"Georgette Jacobs","mobile_number":"247-742-8468","email_id":"Rafael34@hotmail.com","dop":"2025-04-06","serial_number":"14793820117484506","imei1":"14793820117484506","imei2":"14793820117484506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168559,"job_number":"JOB_168559","tr_customer_id":168576,"tr_customer_product_id":168566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:49.000Z","modified_at":"2026-01-27T14:39:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11700268384381","imei1":"11700268384381","imei2":"11700268384381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168561,"job_number":"JOB_168561","tr_customer_id":168578,"tr_customer_product_id":168568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:51.000Z","modified_at":"2026-01-27T14:39:51.000Z","name":"Octavia Lesch","mobile_number":"758-927-2215","email_id":"Nasir42@gmail.com","dop":"2025-04-06","serial_number":"16931637053715728","imei1":"16931637053715728","imei2":"16931637053715728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168562,"job_number":"JOB_168562","tr_customer_id":168579,"tr_customer_product_id":168569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:31.000Z","modified_at":"2026-01-27T14:56:31.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17977304457910","imei1":"17977304457910","imei2":"17977304457910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168564,"job_number":"JOB_168564","tr_customer_id":168581,"tr_customer_product_id":168571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:33.000Z","modified_at":"2026-01-27T14:56:33.000Z","name":"Angelina Ryan","mobile_number":"259-711-2703","email_id":"Mara95@hotmail.com","dop":"2025-04-06","serial_number":"16152303670205284","imei1":"16152303670205284","imei2":"16152303670205284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168565,"job_number":"JOB_168565","tr_customer_id":168582,"tr_customer_product_id":168572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:18.000Z","modified_at":"2026-01-27T14:57:18.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16433155201313","imei1":"16433155201313","imei2":"16433155201313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168567,"job_number":"JOB_168567","tr_customer_id":168584,"tr_customer_product_id":168574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:20.000Z","modified_at":"2026-01-27T14:57:20.000Z","name":"Claude Ritchie","mobile_number":"640-827-9545","email_id":"Kevin.Pollich44@gmail.com","dop":"2025-04-06","serial_number":"12914396569574010","imei1":"12914396569574010","imei2":"12914396569574010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168568,"job_number":"JOB_168568","tr_customer_id":168585,"tr_customer_product_id":168575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:58:26.000Z","modified_at":"2026-01-27T14:58:26.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2025-03-26","serial_number":"234574345423535","imei1":"234574345423535","imei2":"234574345423535","popurl":"2025-03-26T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168570,"job_number":"JOB_168570","tr_customer_id":168587,"tr_customer_product_id":168577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:11.000Z","modified_at":"2026-01-27T15:03:11.000Z","name":"Dandre Metz","mobile_number":"404-647-5022","email_id":"Ayla.Schaden10@hotmail.com","dop":"2025-04-06","serial_number":"12871564774883630","imei1":"12871564774883630","imei2":"12871564774883630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168572,"job_number":"JOB_168572","tr_customer_id":168589,"tr_customer_product_id":168579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:57.000Z","modified_at":"2026-01-27T15:03:57.000Z","name":"Arch Langworth","mobile_number":"541-458-0847","email_id":"Piper.Brakus18@gmail.com","dop":"2025-04-06","serial_number":"13899110267169184","imei1":"13899110267169184","imei2":"13899110267169184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168574,"job_number":"JOB_168574","tr_customer_id":168591,"tr_customer_product_id":168581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:04:44.000Z","modified_at":"2026-01-27T15:04:44.000Z","name":"Mitchel Conn","mobile_number":"430-780-4511","email_id":"Syble18@yahoo.com","dop":"2025-04-06","serial_number":"15469866002304072","imei1":"15469866002304072","imei2":"15469866002304072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:04:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168575,"job_number":"JOB_168575","tr_customer_id":168592,"tr_customer_product_id":168582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:15.000Z","modified_at":"2026-01-27T15:48:15.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109903425247588","imei1":"109903425247588","imei2":"109903425247588","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168577,"job_number":"JOB_168577","tr_customer_id":168594,"tr_customer_product_id":168584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:29.000Z","modified_at":"2026-01-27T15:48:29.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"107279565771392","imei1":"107279565771392","imei2":"107279565771392","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168579,"job_number":"JOB_168579","tr_customer_id":168596,"tr_customer_product_id":168586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:50:38.000Z","modified_at":"2026-01-27T15:50:38.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-27","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-27T15:50:37.630Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168580,"job_number":"JOB_168580","tr_customer_id":168597,"tr_customer_product_id":168587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:27.000Z","modified_at":"2026-01-27T16:16:27.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"26134993278674","imei1":"26134993278674","imei2":"26134993278674","popurl":"2026-01-17T16:16:24.365383100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168581,"job_number":"JOB_168581","tr_customer_id":168598,"tr_customer_product_id":168588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:40.000Z","modified_at":"2026-01-27T16:16:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19879525328995","imei1":"19879525328995","imei2":"19879525328995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168583,"job_number":"JOB_168583","tr_customer_id":168600,"tr_customer_product_id":168590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:41.000Z","modified_at":"2026-01-27T16:16:41.000Z","name":"Tracy Abshire","mobile_number":"502-523-6760","email_id":"Vicente_Gaylord40@hotmail.com","dop":"2025-04-06","serial_number":"19341599533965390","imei1":"19341599533965390","imei2":"19341599533965390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168584,"job_number":"JOB_168584","tr_customer_id":168601,"tr_customer_product_id":168591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:26.000Z","modified_at":"2026-01-27T16:17:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18383213369686","imei1":"18383213369686","imei2":"18383213369686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168586,"job_number":"JOB_168586","tr_customer_id":168603,"tr_customer_product_id":168593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:27.000Z","modified_at":"2026-01-27T16:17:27.000Z","name":"Howell Jacobson","mobile_number":"361-577-6200","email_id":"Bettye99@gmail.com","dop":"2025-04-06","serial_number":"11158835911723754","imei1":"11158835911723754","imei2":"11158835911723754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168587,"job_number":"JOB_168587","tr_customer_id":168604,"tr_customer_product_id":168594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:11.000Z","modified_at":"2026-01-27T16:18:11.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14714863311555","imei1":"14714863311555","imei2":"14714863311555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168589,"job_number":"JOB_168589","tr_customer_id":168606,"tr_customer_product_id":168596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:13.000Z","modified_at":"2026-01-27T16:18:13.000Z","name":"Vivien Smitham","mobile_number":"858-499-2536","email_id":"Antonette78@yahoo.com","dop":"2025-04-06","serial_number":"18109953822130028","imei1":"18109953822130028","imei2":"18109953822130028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168590,"job_number":"JOB_168590","tr_customer_id":168607,"tr_customer_product_id":168597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:22.000Z","modified_at":"2026-01-27T16:31:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16840232757090","imei1":"16840232757090","imei2":"16840232757090","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168592,"job_number":"JOB_168592","tr_customer_id":168609,"tr_customer_product_id":168599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:24.000Z","modified_at":"2026-01-27T16:31:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"109956327037031","imei1":"109956327037031","imei2":"109956327037031","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168593,"job_number":"JOB_168593","tr_customer_id":168610,"tr_customer_product_id":168600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:58.000Z","modified_at":"2026-01-27T16:31:58.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10242320510615","imei1":"10242320510615","imei2":"10242320510615","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168595,"job_number":"JOB_168595","tr_customer_id":168612,"tr_customer_product_id":168602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:00.000Z","modified_at":"2026-01-27T16:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"35289861359381","imei1":"35289861359381","imei2":"35289861359381","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168596,"job_number":"JOB_168596","tr_customer_id":168613,"tr_customer_product_id":168603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:34.000Z","modified_at":"2026-01-27T16:32:34.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15467269520743","imei1":"15467269520743","imei2":"15467269520743","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168598,"job_number":"JOB_168598","tr_customer_id":168615,"tr_customer_product_id":168605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:36.000Z","modified_at":"2026-01-27T16:32:36.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70603217290434","imei1":"70603217290434","imei2":"70603217290434","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168599,"job_number":"JOB_168599","tr_customer_id":168616,"tr_customer_product_id":168606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:39:44.000Z","modified_at":"2026-01-27T16:39:44.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"73596642243346","imei1":"73596642243346","imei2":"73596642243346","popurl":"2026-01-17T16:39:41.482427800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168600,"job_number":"JOB_168600","tr_customer_id":168617,"tr_customer_product_id":168607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:41:27.000Z","modified_at":"2026-01-27T16:41:27.000Z","name":"Sharda Pillai","mobile_number":"8683347037","email_id":"chandranath.guha@gmail.com","dop":"2026-01-17","serial_number":"39843149417090","imei1":"39843149417090","imei2":"39843149417090","popurl":"www.vaishnavi-varrier.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168601,"job_number":"JOB_168601","tr_customer_id":168618,"tr_customer_product_id":168608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:07.000Z","modified_at":"2026-01-27T16:54:07.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"25343391732759","imei1":"25343391732759","imei2":"25343391732759","popurl":"2026-01-17T16:53:57.624039735Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168602,"job_number":"JOB_168602","tr_customer_id":168619,"tr_customer_product_id":168609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:19.000Z","modified_at":"2026-01-27T16:54:19.000Z","name":"Geeta Varma","mobile_number":"8645740548","email_id":"ajit.iyengar@gmail.com","dop":"2026-01-17","serial_number":"80907096314582","imei1":"80907096314582","imei2":"80907096314582","popurl":"www.devasree-gupta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168603,"job_number":"JOB_168603","tr_customer_id":168620,"tr_customer_product_id":168610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:05.000Z","modified_at":"2026-01-27T16:55:05.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"19953254555558","imei1":"19953254555558","imei2":"19953254555558","popurl":"2026-01-17T16:54:55.361742867Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168604,"job_number":"JOB_168604","tr_customer_id":168621,"tr_customer_product_id":168611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:17.000Z","modified_at":"2026-01-27T16:55:17.000Z","name":"Chandravati Chattopadhyay","mobile_number":"8631652004","email_id":"kalyani.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"19520624202631","imei1":"19520624202631","imei2":"19520624202631","popurl":"www.akula-banerjee.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168605,"job_number":"JOB_168605","tr_customer_id":168622,"tr_customer_product_id":168612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:33.000Z","modified_at":"2026-01-27T16:57:33.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-17","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-17T16:57:32.867823459Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168606,"job_number":"JOB_168606","tr_customer_id":168623,"tr_customer_product_id":168613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:52.000Z","modified_at":"2026-01-27T16:57:52.000Z","name":"Goswamee Shukla","mobile_number":"7097990517","email_id":"kamla.marar@hotmail.com","dop":"2026-01-17","serial_number":"484627285911710","imei1":"484627285911710","imei2":"484627285911710","popurl":"www.mahesh-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168607,"job_number":"JOB_168607","tr_customer_id":168624,"tr_customer_product_id":168614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:33.000Z","modified_at":"2026-01-27T16:58:33.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806375566","imei1":"499863806375566","imei2":"499863806375566","popurl":"2026-01-17T16:58:32.562471011Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168608,"job_number":"JOB_168608","tr_customer_id":168625,"tr_customer_product_id":168615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:46.000Z","modified_at":"2026-01-27T16:58:46.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376402","imei1":"499863806376402","imei2":"499863806376402","popurl":"2026-01-17T16:58:45.122655427Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168609,"job_number":"JOB_168609","tr_customer_id":168626,"tr_customer_product_id":168616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:52.000Z","modified_at":"2026-01-27T16:58:52.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2026-01-17T16:58:51.281320551Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168610,"job_number":"JOB_168610","tr_customer_id":168627,"tr_customer_product_id":168617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:59:19.000Z","modified_at":"2026-01-27T16:59:19.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-01-17","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-01-17T16:59:18.674666402Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:59:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168611,"job_number":"JOB_168611","tr_customer_id":168628,"tr_customer_product_id":168618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:02:16.000Z","modified_at":"2026-01-27T17:02:16.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-01-17","serial_number":"87988284085858","imei1":"87988284085858","imei2":"87988284085858","popurl":"2026-01-17T17:02:15.590744627Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168612,"job_number":"JOB_168612","tr_customer_id":168629,"tr_customer_product_id":168619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16296194773734","imei2":"16296194773734","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168614,"job_number":"JOB_168614","tr_customer_id":168631,"tr_customer_product_id":168621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:30.000Z","modified_at":"2026-01-27T17:05:30.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13836594412538","imei2":"13836594412538","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168616,"job_number":"JOB_168616","tr_customer_id":168633,"tr_customer_product_id":168623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:44.000Z","modified_at":"2026-01-27T17:05:44.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18352914639882","imei2":"18352914639882","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167545,"job_number":"JOB_167545","tr_customer_id":167562,"tr_customer_product_id":167552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:15.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13453255964591","imei1":"13453255964591","imei2":"13453255964591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167547,"job_number":"JOB_167547","tr_customer_id":167564,"tr_customer_product_id":167554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:17.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13975438843936","imei1":"13975438843936","imei2":"13975438843936","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167580,"job_number":"JOB_167580","tr_customer_id":167597,"tr_customer_product_id":167587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:58.000Z","modified_at":"2026-01-27T03:56:58.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Sonia_Reichel97@hotmail.com","dop":"2025-07-02","serial_number":"19374980428044","imei1":"19374980428044","imei2":"19374980428044","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167589,"job_number":"JOB_167589","tr_customer_id":167606,"tr_customer_product_id":167596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:15.000Z","modified_at":"2026-01-27T03:57:15.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kelsi_Schiller40@hotmail.com","dop":"2025-07-02","serial_number":"18330157911715","imei1":"18330157911715","imei2":"18330157911715","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167610,"job_number":"JOB_167610","tr_customer_id":167627,"tr_customer_product_id":167617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:32.000Z","modified_at":"2026-01-27T03:57:32.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Kim_Senger19@yahoo.com","dop":"2025-07-02","serial_number":"14478206148415","imei1":"14478206148415","imei2":"14478206148415","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167631,"job_number":"JOB_167631","tr_customer_id":167648,"tr_customer_product_id":167638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:46.000Z","modified_at":"2026-01-27T03:57:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113592422631647","imei1":"113592422631647","imei2":"113592422631647","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167632,"job_number":"JOB_167632","tr_customer_id":167649,"tr_customer_product_id":167639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Krystel Mertz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169905397032309","imei1":"169905397032309","imei2":"169905397032309","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167634,"job_number":"JOB_167634","tr_customer_id":167651,"tr_customer_product_id":167641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Constantin Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114120787849256","imei1":"114120787849256","imei2":"114120787849256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167635,"job_number":"JOB_167635","tr_customer_id":167652,"tr_customer_product_id":167642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Kayley Cartwright","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142568640052876","imei1":"142568640052876","imei2":"142568640052876","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167644,"job_number":"JOB_167644","tr_customer_id":167661,"tr_customer_product_id":167651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"160947787121403","imei1":"160947787121403","imei2":"160947787121403","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167645,"job_number":"JOB_167645","tr_customer_id":167662,"tr_customer_product_id":167652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Joesph Wisozk","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180299567372427","imei1":"180299567372427","imei2":"180299567372427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167646,"job_number":"JOB_167646","tr_customer_id":167663,"tr_customer_product_id":167653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"George Wehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162741629655708","imei1":"162741629655708","imei2":"162741629655708","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167647,"job_number":"JOB_167647","tr_customer_id":167664,"tr_customer_product_id":167654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Royce Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187031398724326","imei1":"187031398724326","imei2":"187031398724326","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167686,"job_number":"JOB_167686","tr_customer_id":167703,"tr_customer_product_id":167693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109429601299068","imei1":"109429601299068","imei2":"109429601299068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167690,"job_number":"JOB_167690","tr_customer_id":167707,"tr_customer_product_id":167697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Yasmine O'Conner","mobile_number":"276-226-2059","email_id":"Micheal.Langworth@hotmail.com","dop":"2025-06-09","serial_number":"104117836226352","imei1":"104117836226352","imei2":"104117836226352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167705,"job_number":"JOB_167705","tr_customer_id":167722,"tr_customer_product_id":167712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108554028495768","imei1":"108554028495768","imei2":"108554028495768","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167707,"job_number":"JOB_167707","tr_customer_id":167724,"tr_customer_product_id":167714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Fermin Morar","mobile_number":"734-674-9275","email_id":"Monica.Schroeder@hotmail.com","dop":"2025-06-09","serial_number":"109431696412298","imei1":"109431696412298","imei2":"109431696412298","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167715,"job_number":"JOB_167715","tr_customer_id":167732,"tr_customer_product_id":167722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:12.000Z","modified_at":"2026-01-27T03:59:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109186152508815","imei1":"109186152508815","imei2":"109186152508815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167717,"job_number":"JOB_167717","tr_customer_id":167734,"tr_customer_product_id":167724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:13.000Z","name":"Emie Greenholt","mobile_number":"985-658-9900","email_id":"Rod41@hotmail.com","dop":"2025-06-09","serial_number":"105938978155234","imei1":"105938978155234","imei2":"105938978155234","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167758,"job_number":"JOB_167758","tr_customer_id":167775,"tr_customer_product_id":167765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:13.000Z","modified_at":"2026-01-27T04:39:13.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19392864251321","imei1":"19392864251321","imei2":"19392864251321","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167802,"job_number":"JOB_167802","tr_customer_id":167819,"tr_customer_product_id":167809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:01.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101552759016705","imei1":"101552759016705","imei2":"101552759016705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167804,"job_number":"JOB_167804","tr_customer_id":167821,"tr_customer_product_id":167811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:02.000Z","modified_at":"2026-01-27T06:20:02.000Z","name":"Margarete Runolfsson","mobile_number":"585-678-2135","email_id":"Neha_McCullough@yahoo.com","dop":"2025-06-09","serial_number":"102551438914382","imei1":"102551438914382","imei2":"102551438914382","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167805,"job_number":"JOB_167805","tr_customer_id":167822,"tr_customer_product_id":167812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:17.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107185650913150","imei1":"107185650913150","imei2":"107185650913150","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167807,"job_number":"JOB_167807","tr_customer_id":167824,"tr_customer_product_id":167814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:18.000Z","modified_at":"2026-01-27T06:20:18.000Z","name":"Adan Padberg","mobile_number":"624-381-5378","email_id":"Jessika.Roob@hotmail.com","dop":"2025-06-09","serial_number":"101487988748895","imei1":"101487988748895","imei2":"101487988748895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167811,"job_number":"JOB_167811","tr_customer_id":167828,"tr_customer_product_id":167818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100068897076486","imei1":"100068897076486","imei2":"100068897076486","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167813,"job_number":"JOB_167813","tr_customer_id":167830,"tr_customer_product_id":167820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:34.000Z","modified_at":"2026-01-27T06:20:34.000Z","name":"Sonny Turner","mobile_number":"799-958-6159","email_id":"Donna.MacGyver@yahoo.com","dop":"2025-06-09","serial_number":"103029682528025","imei1":"103029682528025","imei2":"103029682528025","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167954,"job_number":"JOB_167954","tr_customer_id":167971,"tr_customer_product_id":167961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:24.000Z","modified_at":"2026-01-27T07:35:24.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Jovan_Lakin@yahoo.com","dop":"2025-07-02","serial_number":"12311241407709","imei1":"12311241407709","imei2":"12311241407709","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167955,"job_number":"JOB_167955","tr_customer_id":167972,"tr_customer_product_id":167962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:45.000Z","modified_at":"2026-01-27T07:35:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Markus_Morar4@gmail.com","dop":"2025-07-02","serial_number":"11330791329777","imei1":"11330791329777","imei2":"11330791329777","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167956,"job_number":"JOB_167956","tr_customer_id":167973,"tr_customer_product_id":167963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:36:05.000Z","modified_at":"2026-01-27T07:36:05.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Bernita92@hotmail.com","dop":"2025-07-02","serial_number":"19468135399299","imei1":"19468135399299","imei2":"19468135399299","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168412,"job_number":"JOB_168412","tr_customer_id":168429,"tr_customer_product_id":168419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"136721794885198","imei1":"136721794885198","imei2":"136721794885198","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168413,"job_number":"JOB_168413","tr_customer_id":168430,"tr_customer_product_id":168420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Kaitlin Macejkovic","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123011456727925","imei1":"123011456727925","imei2":"123011456727925","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168414,"job_number":"JOB_168414","tr_customer_id":168431,"tr_customer_product_id":168421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Irwin Schulist","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170474120072593","imei1":"170474120072593","imei2":"170474120072593","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168415,"job_number":"JOB_168415","tr_customer_id":168432,"tr_customer_product_id":168422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:49.000Z","modified_at":"2026-01-27T14:19:49.000Z","name":"Lennie Hyatt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128484971475887","imei1":"128484971475887","imei2":"128484971475887","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168416,"job_number":"JOB_168416","tr_customer_id":168433,"tr_customer_product_id":168423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:02.000Z","modified_at":"2026-01-27T14:20:02.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"184639982898047","imei1":"184639982898047","imei2":"184639982898047","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168417,"job_number":"JOB_168417","tr_customer_id":168434,"tr_customer_product_id":168424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Beryl Borer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128719321275112","imei1":"128719321275112","imei2":"128719321275112","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168418,"job_number":"JOB_168418","tr_customer_id":168435,"tr_customer_product_id":168425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Tom Weber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166434105009195","imei1":"166434105009195","imei2":"166434105009195","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168419,"job_number":"JOB_168419","tr_customer_id":168436,"tr_customer_product_id":168426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Herta Muller","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166178795897785","imei1":"166178795897785","imei2":"166178795897785","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168522,"job_number":"JOB_168522","tr_customer_id":168539,"tr_customer_product_id":168529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:41.000Z","modified_at":"2026-01-27T14:35:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109228975100349","imei1":"109228975100349","imei2":"109228975100349","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168524,"job_number":"JOB_168524","tr_customer_id":168541,"tr_customer_product_id":168531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:42.000Z","modified_at":"2026-01-27T14:35:42.000Z","name":"Chaz Bogisich","mobile_number":"392-210-9533","email_id":"Celia_Kris@yahoo.com","dop":"2025-06-09","serial_number":"108671743184142","imei1":"108671743184142","imei2":"108671743184142","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168525,"job_number":"JOB_168525","tr_customer_id":168542,"tr_customer_product_id":168532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:43.000Z","modified_at":"2026-01-27T14:35:43.000Z","name":"Elise Dicki","mobile_number":"458-642-9793","email_id":"Reece.Crist@gmail.com","dop":"2025-06-09","serial_number":"16083747907973634","imei1":"16083747907973634","imei2":"16083747907973634","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168526,"job_number":"JOB_168526","tr_customer_id":168543,"tr_customer_product_id":168533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100344471231049","imei1":"100344471231049","imei2":"100344471231049","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168530,"job_number":"JOB_168530","tr_customer_id":168547,"tr_customer_product_id":168537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Izaiah Kozey","mobile_number":"445-730-8619","email_id":"Tomasa2@hotmail.com","dop":"2025-06-09","serial_number":"105219142185075","imei1":"105219142185075","imei2":"105219142185075","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168533,"job_number":"JOB_168533","tr_customer_id":168550,"tr_customer_product_id":168540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:16.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103570441628619","imei1":"103570441628619","imei2":"103570441628619","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168535,"job_number":"JOB_168535","tr_customer_id":168552,"tr_customer_product_id":168542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Larissa Leuschke","mobile_number":"426-795-3122","email_id":"Elna.Rolfson28@hotmail.com","dop":"2025-06-09","serial_number":"109669950200651","imei1":"109669950200651","imei2":"109669950200651","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167601,"job_number":"JOB_167601","tr_customer_id":167618,"tr_customer_product_id":167608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10001153009440","imei1":"10001153009440","imei2":"10001153009440","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167604,"job_number":"JOB_167604","tr_customer_id":167621,"tr_customer_product_id":167611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:22.000Z","modified_at":"2026-01-27T03:57:22.000Z","name":"Kathlyn Emard","mobile_number":"883-509-2132","email_id":"Flavie_Vandervort@hotmail.com","dop":"2000-01-31","serial_number":"1042892078118244","imei1":"1042892078118244","imei2":"1042892078118244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167656,"job_number":"JOB_167656","tr_customer_id":167673,"tr_customer_product_id":167663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10368661501071","imei1":"10368661501071","imei2":"10368661501071","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167660,"job_number":"JOB_167660","tr_customer_id":167677,"tr_customer_product_id":167667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Lilla Rodriguez","mobile_number":"471-903-4904","email_id":"Miracle77@hotmail.com","dop":"2000-01-31","serial_number":"1003103858390333","imei1":"1003103858390333","imei2":"1003103858390333","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167697,"job_number":"JOB_167697","tr_customer_id":167714,"tr_customer_product_id":167704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10404146666771","imei1":"10404146666771","imei2":"10404146666771","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167701,"job_number":"JOB_167701","tr_customer_id":167718,"tr_customer_product_id":167708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"Gilda Moore","mobile_number":"609-676-5261","email_id":"Wade_Bernier40@hotmail.com","dop":"2000-01-31","serial_number":"1014467587513357","imei1":"1014467587513357","imei2":"1014467587513357","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167724,"job_number":"JOB_167724","tr_customer_id":167741,"tr_customer_product_id":167731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T03:59:34.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10756932133754","imei1":"10756932133754","imei2":"10756932133754","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167726,"job_number":"JOB_167726","tr_customer_id":167743,"tr_customer_product_id":167733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:35.000Z","modified_at":"2026-01-27T03:59:35.000Z","name":"Ansel Durgan","mobile_number":"326-411-8036","email_id":"Geo.Bayer12@yahoo.com","dop":"2000-01-31","serial_number":"1040609851694983","imei1":"1040609851694983","imei2":"1040609851694983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167866,"job_number":"JOB_167866","tr_customer_id":167883,"tr_customer_product_id":167873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:35:47.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10437737016874","imei1":"10437737016874","imei2":"10437737016874","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167868,"job_number":"JOB_167868","tr_customer_id":167885,"tr_customer_product_id":167875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:49.000Z","modified_at":"2026-01-27T06:35:49.000Z","name":"Marcelle Zieme","mobile_number":"348-753-9040","email_id":"Lottie_Schiller95@hotmail.com","dop":"2000-01-31","serial_number":"1044629435192454","imei1":"1044629435192454","imei2":"1044629435192454","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167874,"job_number":"JOB_167874","tr_customer_id":167891,"tr_customer_product_id":167881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:31.000Z","modified_at":"2026-01-27T06:36:31.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10620499692264","imei1":"10620499692264","imei2":"10620499692264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167876,"job_number":"JOB_167876","tr_customer_id":167893,"tr_customer_product_id":167883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:33.000Z","modified_at":"2026-01-27T06:36:33.000Z","name":"Princess Bartell","mobile_number":"610-243-2625","email_id":"Frederique.Nienow41@gmail.com","dop":"2000-01-31","serial_number":"1008582811372429","imei1":"1008582811372429","imei2":"1008582811372429","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167885,"job_number":"JOB_167885","tr_customer_id":167902,"tr_customer_product_id":167892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:15.000Z","modified_at":"2026-01-27T06:37:15.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10975522372856","imei1":"10975522372856","imei2":"10975522372856","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167887,"job_number":"JOB_167887","tr_customer_id":167904,"tr_customer_product_id":167894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:17.000Z","modified_at":"2026-01-27T06:37:17.000Z","name":"Phyllis Stoltenberg","mobile_number":"269-487-7127","email_id":"Enos.Ernser@yahoo.com","dop":"2000-01-31","serial_number":"1017361775799387","imei1":"1017361775799387","imei2":"1017361775799387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167891,"job_number":"JOB_167891","tr_customer_id":167908,"tr_customer_product_id":167898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:59.000Z","modified_at":"2026-01-27T06:37:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10174215740446","imei1":"10174215740446","imei2":"10174215740446","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167893,"job_number":"JOB_167893","tr_customer_id":167910,"tr_customer_product_id":167900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:01.000Z","modified_at":"2026-01-27T06:38:01.000Z","name":"Jonatan Boyle","mobile_number":"565-294-8891","email_id":"Domenica_Bosco@gmail.com","dop":"2000-01-31","serial_number":"1030009739899854","imei1":"1030009739899854","imei2":"1030009739899854","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168448,"job_number":"JOB_168448","tr_customer_id":168465,"tr_customer_product_id":168455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:25.000Z","modified_at":"2026-01-27T14:25:25.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10058359478847","imei1":"10058359478847","imei2":"10058359478847","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168450,"job_number":"JOB_168450","tr_customer_id":168467,"tr_customer_product_id":168457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:27.000Z","modified_at":"2026-01-27T14:25:27.000Z","name":"Alessandro Brekke","mobile_number":"308-295-0330","email_id":"Brionna_Wolff12@gmail.com","dop":"2000-01-31","serial_number":"1050533870084755","imei1":"1050533870084755","imei2":"1050533870084755","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168455,"job_number":"JOB_168455","tr_customer_id":168472,"tr_customer_product_id":168462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:19.000Z","modified_at":"2026-01-27T14:26:19.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10008870097241","imei1":"10008870097241","imei2":"10008870097241","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168457,"job_number":"JOB_168457","tr_customer_id":168474,"tr_customer_product_id":168464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:21.000Z","modified_at":"2026-01-27T14:26:21.000Z","name":"Valerie Hayes","mobile_number":"990-952-5100","email_id":"Odell.Lowe@yahoo.com","dop":"2000-01-31","serial_number":"1048247811600389","imei1":"1048247811600389","imei2":"1048247811600389","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168458,"job_number":"JOB_168458","tr_customer_id":168475,"tr_customer_product_id":168465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:12.000Z","modified_at":"2026-01-27T14:27:12.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10272219680675","imei1":"10272219680675","imei2":"10272219680675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168460,"job_number":"JOB_168460","tr_customer_id":168477,"tr_customer_product_id":168467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:14.000Z","modified_at":"2026-01-27T14:27:14.000Z","name":"Mossie Lindgren","mobile_number":"897-460-5705","email_id":"Keara.Funk@yahoo.com","dop":"2000-01-31","serial_number":"1076906634427195","imei1":"1076906634427195","imei2":"1076906634427195","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168467,"job_number":"JOB_168467","tr_customer_id":168484,"tr_customer_product_id":168474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:05.000Z","modified_at":"2026-01-27T14:28:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10669631252517","imei1":"10669631252517","imei2":"10669631252517","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168469,"job_number":"JOB_168469","tr_customer_id":168486,"tr_customer_product_id":168476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:07.000Z","modified_at":"2026-01-27T14:28:07.000Z","name":"Callie Bernhard","mobile_number":"870-614-3117","email_id":"Walton_Jakubowski30@yahoo.com","dop":"2000-01-31","serial_number":"1030842983708839","imei1":"1030842983708839","imei2":"1030842983708839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token d827e8e8-bdf9-4908-95b5-49d3e7ac1a96
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 59
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-8+82tHt5pY61XO3yruQ7NQ5rMWc"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDh9.ELgvwFpiKNx-W7b-Rz9PDmBgnOoj5zkgqw6sAwKvQnE"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDk2MTV9.EDOC39xbUnNPJQTK7YJ60-VvEgmOIsJt1wN-TQ54hn0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDh9.ELgvwFpiKNx-W7b-Rz9PDmBgnOoj5zkgqw6sAwKvQnE
Connection keep-alive
If-None-Match W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 744f6188-a991-4658-8b87-42c464fa1c89
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDk2MTV9.EDOC39xbUnNPJQTK7YJ60-VvEgmOIsJt1wN-TQ54hn0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f9-BjC4atcJFXwDRx590XRVnnbLGdc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDh9.ELgvwFpiKNx-W7b-Rz9PDmBgnOoj5zkgqw6sAwKvQnE
Connection keep-alive
If-None-Match W/"f9-BjC4atcJFXwDRx590XRVnnbLGdc"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 591889c2-e10d-4bcf-881a-18f4a5dcab33
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-JSf9atfRMnSCToUeLVNevlTX0J0"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":295}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 999B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDh9.ELgvwFpiKNx-W7b-Rz9PDmBgnOoj5zkgqw6sAwKvQnE
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token d72df75e-5a37-4a74-8163-d8d22d3194d3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 999
ETag W/"3e7-tvJi/q+VQwcH2KmJrkzqPKdbCEM"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":168617,"job_number":"JOB_168617","tr_customer_id":168634,"tr_customer_product_id":168624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:44.000Z","modified_at":"2026-01-27T17:05:47.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18490025444105","imei2":"18490025444105","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-27T17:05:47.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDh9.ELgvwFpiKNx-W7b-Rz9PDmBgnOoj5zkgqw6sAwKvQnE
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token f1f41864-ddfe-4b4c-8fcb-7bb2c3d48d5f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 34
Request Body
{"details_key":"repair_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 404ms
Mean size per request: 1.17KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDh9.ELgvwFpiKNx-W7b-Rz9PDmBgnOoj5zkgqw6sAwKvQnE
Connection keep-alive
If-None-Match W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token b077d059-1781-4e6b-afc4-801b8d4fe1e2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4b2-u8+nOWiHIAUY3LYVIJZYwAJgCEM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168617,"job_number":"JOB_168617","tr_customer_id":168634,"tr_customer_product_id":168624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:44.000Z","modified_at":"2026-01-27T17:05:47.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18490025444105","imei2":"18490025444105","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-27T17:05:47.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":168617,"remark":"phone slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-27T17:05:44.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDh9.ELgvwFpiKNx-W7b-Rz9PDmBgnOoj5zkgqw6sAwKvQnE
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 416b898d-c90e-4f07-8a2b-99ddc93159f2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151329,"problems":[{"id":1,"remark":"updated os"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDh9.ELgvwFpiKNx-W7b-Rz9PDmBgnOoj5zkgqw6sAwKvQnE
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token f6fda447-dd73-4b63-ba4f-a2fbe2b14261
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 133
Request Body
{
            "job_id": 168617,
            "problems": [
                {
                    "id": 1,
                    "remark": "updated os"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 418ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDh9.ELgvwFpiKNx-W7b-Rz9PDmBgnOoj5zkgqw6sAwKvQnE
Connection keep-alive
If-None-Match W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 5b410719-26f1-4485-8c55-e463f67f9605
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 224ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 9eaf2c00-c5fe-4b86-8b4d-1f7834717a54
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 42
Request Body
{"username":"iamqc","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-lHjZy3iXuLJCGGTCOjSyi78FldU"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzU1MH0.v-EPXMmLiil68TBBm5Q0qDe_LuSYmELBbuo9UKDVhjE"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzU1MH0.v-EPXMmLiil68TBBm5Q0qDe_LuSYmELBbuo9UKDVhjE
Connection keep-alive
If-None-Match W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 3c7b7833-b6b5-49fa-9e42-603ff9b849d4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a4-vGLOU1E6+pS2LyHZKcJ627Iq4i8"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzU1MH0.v-EPXMmLiil68TBBm5Q0qDe_LuSYmELBbuo9UKDVhjE
Connection keep-alive
If-None-Match W/"a4-vGLOU1E6+pS2LyHZKcJ627Iq4i8"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token e8ea06a5-264b-4bcc-9900-24e75474f502
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-bqgvQBeuWbdjeSXB7jObrM3F7v8"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":295},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 228ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzU1MH0.v-EPXMmLiil68TBBm5Q0qDe_LuSYmELBbuo9UKDVhjE
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token a44283ae-7366-49e9-b8f1-3fe44242632c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 319ms
Mean size per request: 285KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzU1MH0.v-EPXMmLiil68TBBm5Q0qDe_LuSYmELBbuo9UKDVhjE
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token a06a4eac-f04e-41ea-b865-01ec751395e7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"47402-x+5YYt/J3TVSM23syapc6iGQqwg"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168555,"job_number":"JOB_168555","tr_customer_id":168572,"tr_customer_product_id":168562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:04.000Z","modified_at":"2026-01-27T14:39:14.000Z","name":"giyu tomiaka","mobile_number":"664-638-8499","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"942601100539197","imei1":"942601100539197","imei2":"942601100539197","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168554,"job_number":"JOB_168554","tr_customer_id":168571,"tr_customer_product_id":168561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:52.000Z","modified_at":"2026-01-27T14:39:02.000Z","name":"tanjiro kamado","mobile_number":"433-273-3217","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"207073624441731","imei1":"207073624441731","imei2":"207073624441731","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168553,"job_number":"JOB_168553","tr_customer_id":168570,"tr_customer_product_id":168560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:40.000Z","modified_at":"2026-01-27T14:38:50.000Z","name":"saitama sensei","mobile_number":"339-446-2160","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"875463016242838","imei1":"875463016242838","imei2":"875463016242838","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168534,"job_number":"JOB_168534","tr_customer_id":168551,"tr_customer_product_id":168541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:29.000Z","name":"Garfield Farrell","mobile_number":"952-254-4057","email_id":"Domenick87@hotmail.com","dop":"2025-06-09","serial_number":"100645100343978","imei1":"100645100343978","imei2":"100645100343978","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168528,"job_number":"JOB_168528","tr_customer_id":168545,"tr_customer_product_id":168535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:36:11.000Z","name":"Blanche VonRueden","mobile_number":"500-940-1093","email_id":"Andre.Schmidt@yahoo.com","dop":"2025-06-09","serial_number":"103384821840244","imei1":"103384821840244","imei2":"103384821840244","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168523,"job_number":"JOB_168523","tr_customer_id":168540,"tr_customer_product_id":168530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:41.000Z","modified_at":"2026-01-27T14:35:54.000Z","name":"Godfrey Dickens","mobile_number":"885-371-1600","email_id":"Cecelia.Satterfield13@yahoo.com","dop":"2025-06-09","serial_number":"107593543432128","imei1":"107593543432128","imei2":"107593543432128","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168420,"job_number":"JOB_168420","tr_customer_id":168437,"tr_customer_product_id":168427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:08.000Z","modified_at":"2026-01-27T14:20:32.000Z","name":"Jalyn Roberts","mobile_number":"622-230-0011","email_id":"Jess.Grant61@yahoo.com","dop":"2025-10-01","serial_number":"11790772838237","imei1":"11790772838237","imei2":"11790772838237","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168408,"job_number":"JOB_168408","tr_customer_id":168425,"tr_customer_product_id":168415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:03.000Z","modified_at":"2026-01-27T14:03:15.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"61244624026113","imei1":"61244624026113","imei2":"61244624026113","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:03:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168404,"job_number":"JOB_168404","tr_customer_id":168421,"tr_customer_product_id":168411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:47.000Z","modified_at":"2026-01-27T14:02:59.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"83368626841605","imei1":"83368626841605","imei2":"83368626841605","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168024,"job_number":"JOB_168024","tr_customer_id":168041,"tr_customer_product_id":168031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:44:16.000Z","modified_at":"2026-01-27T16:39:15.000Z","name":"Nitin Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"97707161098983","imei1":"97707161098983","imei2":"97707161098983","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167975,"job_number":"JOB_167975","tr_customer_id":167992,"tr_customer_product_id":167982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:57.000Z","name":"Tyra Bode","mobile_number":"345-387-5492","email_id":"Vinnie_Hansen8@hotmail.com","dop":"2025-11-04","serial_number":"15467931154278","imei1":"15467931154278","imei2":"15467931154278","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167972,"job_number":"JOB_167972","tr_customer_id":167989,"tr_customer_product_id":167979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:27.000Z","modified_at":"2026-01-27T07:47:40.000Z","name":"Myrtie Von","mobile_number":"535-695-3663","email_id":"Garry.Deckow@gmail.com","dop":"2025-11-04","serial_number":"55820820197905","imei1":"55820820197905","imei2":"55820820197905","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167971,"job_number":"JOB_167971","tr_customer_id":167988,"tr_customer_product_id":167978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:10.000Z","modified_at":"2026-01-27T07:47:22.000Z","name":"Hailey Rath","mobile_number":"746-636-4364","email_id":"George0@yahoo.com","dop":"2025-11-04","serial_number":"84569898271866","imei1":"84569898271866","imei2":"84569898271866","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167953,"job_number":"JOB_167953","tr_customer_id":167970,"tr_customer_product_id":167960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:28:10.000Z","modified_at":"2026-01-27T07:28:21.000Z","name":"Emie Bergstrom","mobile_number":"359-635-2065","email_id":"Marjorie.Larkin@yahoo.com","dop":"2025-11-04","serial_number":"32225753709504","imei1":"32225753709504","imei2":"32225753709504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167952,"job_number":"JOB_167952","tr_customer_id":167969,"tr_customer_product_id":167959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:55.000Z","modified_at":"2026-01-27T07:28:06.000Z","name":"Hubert Rolfson","mobile_number":"399-357-0889","email_id":"Giuseppe18@yahoo.com","dop":"2025-11-04","serial_number":"52472548051072","imei1":"52472548051072","imei2":"52472548051072","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167951,"job_number":"JOB_167951","tr_customer_id":167968,"tr_customer_product_id":167958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:39.000Z","modified_at":"2026-01-27T07:27:51.000Z","name":"Bernita Johnston","mobile_number":"924-316-2364","email_id":"Sylvester.Thompson@yahoo.com","dop":"2025-11-04","serial_number":"51972504316060","imei1":"51972504316060","imei2":"51972504316060","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167846,"job_number":"JOB_167846","tr_customer_id":167863,"tr_customer_product_id":167853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"63418459119098","imei1":"63418459119098","imei2":"63418459119098","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167842,"job_number":"JOB_167842","tr_customer_id":167859,"tr_customer_product_id":167849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:59.000Z","modified_at":"2026-01-27T06:30:12.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"14949087610513","imei1":"14949087610513","imei2":"14949087610513","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167841,"job_number":"JOB_167841","tr_customer_id":167858,"tr_customer_product_id":167848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:41.000Z","modified_at":"2026-01-27T06:29:54.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"83346861180614","imei1":"83346861180614","imei2":"83346861180614","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167814,"job_number":"JOB_167814","tr_customer_id":167831,"tr_customer_product_id":167821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:22:09.000Z","modified_at":"2026-01-27T06:22:36.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"87489460908188","imei1":"87489460908188","imei2":"87489460908188","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167812,"job_number":"JOB_167812","tr_customer_id":167829,"tr_customer_product_id":167819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:44.000Z","name":"Bryce Leffler","mobile_number":"385-608-7314","email_id":"Eleanora34@gmail.com","dop":"2025-06-09","serial_number":"101447873691916","imei1":"101447873691916","imei2":"101447873691916","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167806,"job_number":"JOB_167806","tr_customer_id":167823,"tr_customer_product_id":167813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:29.000Z","name":"Ruben Christiansen","mobile_number":"731-322-8089","email_id":"Rylan70@gmail.com","dop":"2025-06-09","serial_number":"101454981814787","imei1":"101454981814787","imei2":"101454981814787","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167803,"job_number":"JOB_167803","tr_customer_id":167820,"tr_customer_product_id":167810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:13.000Z","name":"Rashad Fritsch","mobile_number":"226-706-0013","email_id":"Jan_Boyle4@hotmail.com","dop":"2025-06-09","serial_number":"109276788223497","imei1":"109276788223497","imei2":"109276788223497","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167795,"job_number":"JOB_167795","tr_customer_id":167812,"tr_customer_product_id":167802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:18:21.000Z","modified_at":"2026-01-27T06:18:44.000Z","name":"Enrico Kirlin","mobile_number":"251-555-3855","email_id":"Eli72@yahoo.com","dop":"2025-10-01","serial_number":"11322837650533","imei1":"11322837650533","imei2":"11322837650533","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167794,"job_number":"JOB_167794","tr_customer_id":167811,"tr_customer_product_id":167801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:35.000Z","modified_at":"2026-01-27T06:18:02.000Z","name":"Troy Langworth","mobile_number":"692-491-3396","email_id":"Bernadine.Runolfsdottir@hotmail.com","dop":"2025-11-04","serial_number":"84989457462321","imei1":"84989457462321","imei2":"84989457462321","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167793,"job_number":"JOB_167793","tr_customer_id":167810,"tr_customer_product_id":167800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:19.000Z","modified_at":"2026-01-27T06:17:30.000Z","name":"Wilhelmine Nienow","mobile_number":"634-944-3525","email_id":"Vena.Toy@gmail.com","dop":"2025-11-04","serial_number":"50739144913283","imei1":"50739144913283","imei2":"50739144913283","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167757,"job_number":"JOB_167757","tr_customer_id":167774,"tr_customer_product_id":167764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:12.000Z","modified_at":"2026-01-27T04:39:22.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15588334816566","imei1":"15588334816566","imei2":"15588334816566","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167716,"job_number":"JOB_167716","tr_customer_id":167733,"tr_customer_product_id":167723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:24.000Z","name":"Bennie Franecki","mobile_number":"802-828-9137","email_id":"Mario.Sanford@yahoo.com","dop":"2025-06-09","serial_number":"108192504023156","imei1":"108192504023156","imei2":"108192504023156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167706,"job_number":"JOB_167706","tr_customer_id":167723,"tr_customer_product_id":167713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Kayley Grant","mobile_number":"987-283-8009","email_id":"Germaine16@gmail.com","dop":"2025-06-09","serial_number":"102323060459001","imei1":"102323060459001","imei2":"102323060459001","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167688,"job_number":"JOB_167688","tr_customer_id":167705,"tr_customer_product_id":167695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:52.000Z","name":"Devyn Jerde","mobile_number":"833-279-3346","email_id":"Deja72@yahoo.com","dop":"2025-06-09","serial_number":"103696049142109","imei1":"103696049142109","imei2":"103696049142109","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167633,"job_number":"JOB_167633","tr_customer_id":167650,"tr_customer_product_id":167640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Tanner Bernhard","mobile_number":"590-234-8156","email_id":"Hardy74@yahoo.com","dop":"2025-10-01","serial_number":"12083728362528","imei1":"12083728362528","imei2":"12083728362528","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167598,"job_number":"JOB_167598","tr_customer_id":167615,"tr_customer_product_id":167605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"giyu tomiaka","mobile_number":"325-918-4615","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"898295578132122","imei1":"898295578132122","imei2":"898295578132122","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167583,"job_number":"JOB_167583","tr_customer_id":167600,"tr_customer_product_id":167590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:08.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"tanjiro kamado","mobile_number":"491-800-0516","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"186981793403282","imei1":"186981793403282","imei2":"186981793403282","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167579,"job_number":"JOB_167579","tr_customer_id":167596,"tr_customer_product_id":167586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:57.000Z","modified_at":"2026-01-27T03:57:06.000Z","name":"saitama sensei","mobile_number":"241-714-5923","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"720202871951017","imei1":"720202871951017","imei2":"720202871951017","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167546,"job_number":"JOB_167546","tr_customer_id":167563,"tr_customer_product_id":167553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:26.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19803285126055","imei1":"19803285126055","imei2":"19803285126055","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167544,"job_number":"JOB_167544","tr_customer_id":167561,"tr_customer_product_id":167551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:24.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16856548964448","imei1":"16856548964448","imei2":"16856548964448","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168615,"job_number":"JOB_168615","tr_customer_id":168632,"tr_customer_product_id":168622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:30.000Z","modified_at":"2026-01-27T17:05:40.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19544426198673","imei2":"19544426198673","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T17:05:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168613,"job_number":"JOB_168613","tr_customer_id":168630,"tr_customer_product_id":168620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19220833279008","imei2":"19220833279008","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T17:05:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168597,"job_number":"JOB_168597","tr_customer_id":168614,"tr_customer_product_id":168604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:35.000Z","modified_at":"2026-01-27T16:33:04.000Z","name":"Florida Renner","mobile_number":"473-632-9627","email_id":"Filomena.Lindgren91@gmail.com","dop":"2026-01-04","serial_number":"10975282029036","imei1":"10975282029036","imei2":"10975282029036","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168594,"job_number":"JOB_168594","tr_customer_id":168611,"tr_customer_product_id":168601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:59.000Z","modified_at":"2026-01-27T16:32:29.000Z","name":"Onie Wehner","mobile_number":"525-707-7386","email_id":"Guiseppe10@yahoo.com","dop":"2026-01-04","serial_number":"19591251401430","imei1":"19591251401430","imei2":"19591251401430","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168591,"job_number":"JOB_168591","tr_customer_id":168608,"tr_customer_product_id":168598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:22.000Z","modified_at":"2026-01-27T16:31:53.000Z","name":"Jewel Jakubowski","mobile_number":"344-549-8027","email_id":"Emmanuel.Gorczany85@yahoo.com","dop":"2026-01-04","serial_number":"13123661182437","imei1":"13123661182437","imei2":"13123661182437","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168588,"job_number":"JOB_168588","tr_customer_id":168605,"tr_customer_product_id":168595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:12.000Z","modified_at":"2026-01-27T16:18:50.000Z","name":"Vicenta Hickle","mobile_number":"903-700-9662","email_id":"Jolie_Goodwin99@gmail.com","dop":"2025-04-06","serial_number":"14823471304770","imei1":"14823471304770","imei2":"14823471304770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:18:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168585,"job_number":"JOB_168585","tr_customer_id":168602,"tr_customer_product_id":168592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:26.000Z","modified_at":"2026-01-27T16:18:05.000Z","name":"Nathan Bailey","mobile_number":"314-431-0996","email_id":"Christop_McDermott@hotmail.com","dop":"2025-04-06","serial_number":"14199266172636","imei1":"14199266172636","imei2":"14199266172636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:18:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168582,"job_number":"JOB_168582","tr_customer_id":168599,"tr_customer_product_id":168589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:40.000Z","modified_at":"2026-01-27T16:17:19.000Z","name":"Elouise Turner","mobile_number":"281-714-2653","email_id":"Vincenzo_Watsica@hotmail.com","dop":"2025-04-06","serial_number":"13726058481533","imei1":"13726058481533","imei2":"13726058481533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:17:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168578,"job_number":"JOB_168578","tr_customer_id":168595,"tr_customer_product_id":168585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:29.000Z","modified_at":"2026-01-27T15:48:39.000Z","name":"Alison Kuvalis","mobile_number":"379-968-0460","email_id":"Kirk66@hotmail.com","dop":"2025-07-01","serial_number":"101065600915747","imei1":"101065600915747","imei2":"101065600915747","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168576,"job_number":"JOB_168576","tr_customer_id":168593,"tr_customer_product_id":168583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:15.000Z","modified_at":"2026-01-27T15:48:27.000Z","name":"Juvenal Shanahan","mobile_number":"384-532-4924","email_id":"Pauline_Smitham@hotmail.com","dop":"2025-07-01","serial_number":"101202221373248","imei1":"101202221373248","imei2":"101202221373248","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168573,"job_number":"JOB_168573","tr_customer_id":168590,"tr_customer_product_id":168580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:04:43.000Z","modified_at":"2026-01-27T15:05:22.000Z","name":"Wayne Jaskolski","mobile_number":"298-435-5449","email_id":"Earnest.Miller@yahoo.com","dop":"2025-04-06","serial_number":"15831377211719","imei1":"15831377211719","imei2":"15831377211719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168571,"job_number":"JOB_168571","tr_customer_id":168588,"tr_customer_product_id":168578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:56.000Z","modified_at":"2026-01-27T15:04:35.000Z","name":"Victor Howell","mobile_number":"916-657-6218","email_id":"Granville37@hotmail.com","dop":"2025-04-06","serial_number":"19659009122260","imei1":"19659009122260","imei2":"19659009122260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168569,"job_number":"JOB_168569","tr_customer_id":168586,"tr_customer_product_id":168576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:09.000Z","modified_at":"2026-01-27T15:03:49.000Z","name":"Jany McLaughlin","mobile_number":"915-529-7776","email_id":"Arturo_Robel@yahoo.com","dop":"2025-04-06","serial_number":"15921801393310","imei1":"15921801393310","imei2":"15921801393310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168566,"job_number":"JOB_168566","tr_customer_id":168583,"tr_customer_product_id":168573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:18.000Z","modified_at":"2026-01-27T14:57:58.000Z","name":"Sammie Wunsch","mobile_number":"867-740-9117","email_id":"Sabrina.Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"14635524139974","imei1":"14635524139974","imei2":"14635524139974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168563,"job_number":"JOB_168563","tr_customer_id":168580,"tr_customer_product_id":168570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:32.000Z","modified_at":"2026-01-27T14:57:11.000Z","name":"Oran Kassulke","mobile_number":"968-259-9104","email_id":"Greyson94@yahoo.com","dop":"2025-04-06","serial_number":"16625743983442","imei1":"16625743983442","imei2":"16625743983442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168560,"job_number":"JOB_168560","tr_customer_id":168577,"tr_customer_product_id":168567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:50.000Z","modified_at":"2026-01-27T14:40:27.000Z","name":"Kristopher Hamill","mobile_number":"613-408-5068","email_id":"Marjory_Rempel6@hotmail.com","dop":"2025-04-06","serial_number":"11700184577754","imei1":"11700184577754","imei2":"11700184577754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:40:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168557,"job_number":"JOB_168557","tr_customer_id":168574,"tr_customer_product_id":168564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:05.000Z","modified_at":"2026-01-27T14:39:43.000Z","name":"Chasity Kilback","mobile_number":"444-243-6395","email_id":"Cortez_Koepp18@yahoo.com","dop":"2025-04-06","serial_number":"17632027953923","imei1":"17632027953923","imei2":"17632027953923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168551,"job_number":"JOB_168551","tr_customer_id":168568,"tr_customer_product_id":168558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:26.000Z","modified_at":"2026-01-27T14:39:04.000Z","name":"Malinda McKenzie","mobile_number":"582-354-7667","email_id":"Ashly.Von@yahoo.com","dop":"2025-04-06","serial_number":"14561773128151","imei1":"14561773128151","imei2":"14561773128151","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168549,"job_number":"JOB_168549","tr_customer_id":168566,"tr_customer_product_id":168556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:20.000Z","modified_at":"2026-01-27T14:38:58.000Z","name":"Stephan Hayes","mobile_number":"380-772-1851","email_id":"Marc_Spencer@yahoo.com","dop":"2025-04-06","serial_number":"10304152059222","imei1":"10304152059222","imei2":"10304152059222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:38:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168546,"job_number":"JOB_168546","tr_customer_id":168563,"tr_customer_product_id":168553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:11.000Z","modified_at":"2026-01-27T14:37:50.000Z","name":"Barton Medhurst","mobile_number":"320-834-1312","email_id":"Delmer42@gmail.com","dop":"2025-04-06","serial_number":"12439773307184","imei1":"12439773307184","imei2":"12439773307184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168544,"job_number":"JOB_168544","tr_customer_id":168561,"tr_customer_product_id":168551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:09.000Z","modified_at":"2026-01-27T14:37:48.000Z","name":"Daphne Reichel","mobile_number":"301-537-9725","email_id":"Hosea79@hotmail.com","dop":"2025-04-06","serial_number":"19073611825661","imei1":"19073611825661","imei2":"19073611825661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168541,"job_number":"JOB_168541","tr_customer_id":168558,"tr_customer_product_id":168548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:37:03.000Z","name":"Jewel Sawayn","mobile_number":"785-939-7834","email_id":"Janessa.Bogisich61@gmail.com","dop":"2025-04-06","serial_number":"16278040109455","imei1":"16278040109455","imei2":"16278040109455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168538,"job_number":"JOB_168538","tr_customer_id":168555,"tr_customer_product_id":168545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:22.000Z","modified_at":"2026-01-27T14:37:01.000Z","name":"Morgan Hirthe","mobile_number":"906-638-8200","email_id":"Reanna.Schamberger52@yahoo.com","dop":"2025-04-06","serial_number":"15074619278145","imei1":"15074619278145","imei2":"15074619278145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168532,"job_number":"JOB_168532","tr_customer_id":168549,"tr_customer_product_id":168539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:54.000Z","name":"Nettie Konopelski","mobile_number":"681-473-6639","email_id":"Dewayne.Klocko40@yahoo.com","dop":"2025-04-06","serial_number":"15704777803318","imei1":"15704777803318","imei2":"15704777803318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168529,"job_number":"JOB_168529","tr_customer_id":168546,"tr_customer_product_id":168536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:36:38.000Z","name":"Mavis Sawayn","mobile_number":"376-753-5722","email_id":"Nat44@yahoo.com","dop":"2025-04-06","serial_number":"12295726618343","imei1":"12295726618343","imei2":"12295726618343","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168520,"job_number":"JOB_168520","tr_customer_id":168537,"tr_customer_product_id":168527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:38.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Misty Mayer","mobile_number":"941-555-8417","email_id":"Benton.Reilly63@yahoo.com","dop":"2025-04-06","serial_number":"14657368347101","imei1":"14657368347101","imei2":"14657368347101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168517,"job_number":"JOB_168517","tr_customer_id":168534,"tr_customer_product_id":168524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:35.000Z","modified_at":"2026-01-27T14:36:15.000Z","name":"Loma Haley","mobile_number":"295-685-6185","email_id":"Luna_Kuhn75@yahoo.com","dop":"2025-04-06","serial_number":"10897302547055","imei1":"10897302547055","imei2":"10897302547055","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168514,"job_number":"JOB_168514","tr_customer_id":168531,"tr_customer_product_id":168521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:13.000Z","modified_at":"2026-01-27T14:35:52.000Z","name":"Linda Kuhn","mobile_number":"486-238-1290","email_id":"Genoveva_Boyer@yahoo.com","dop":"2025-04-06","serial_number":"12209293410742","imei1":"12209293410742","imei2":"12209293410742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168511,"job_number":"JOB_168511","tr_customer_id":168528,"tr_customer_product_id":168518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:51.000Z","modified_at":"2026-01-27T14:35:30.000Z","name":"Scotty Effertz","mobile_number":"345-626-3325","email_id":"Sofia.Hintz77@hotmail.com","dop":"2025-04-06","serial_number":"15028614031468","imei1":"15028614031468","imei2":"15028614031468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168508,"job_number":"JOB_168508","tr_customer_id":168525,"tr_customer_product_id":168515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:27.000Z","modified_at":"2026-01-27T14:35:06.000Z","name":"Raoul Schuster","mobile_number":"673-377-6936","email_id":"Chandler_Corkery@gmail.com","dop":"2025-04-06","serial_number":"14774245487869","imei1":"14774245487869","imei2":"14774245487869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168502,"job_number":"JOB_168502","tr_customer_id":168519,"tr_customer_product_id":168509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:31:16.000Z","modified_at":"2026-01-27T14:31:58.000Z","name":"Gwendolyn Streich","mobile_number":"469-863-0493","email_id":"Jarvis.Pacocha95@yahoo.com","dop":"2025-04-06","serial_number":"19254133947770","imei1":"19254133947770","imei2":"19254133947770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168500,"job_number":"JOB_168500","tr_customer_id":168517,"tr_customer_product_id":168507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:30.000Z","modified_at":"2026-01-27T14:31:09.000Z","name":"Hassie Gleichner","mobile_number":"222-593-1144","email_id":"Favian.Bosco71@yahoo.com","dop":"2025-04-06","serial_number":"17275651875635","imei1":"17275651875635","imei2":"17275651875635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168497,"job_number":"JOB_168497","tr_customer_id":168514,"tr_customer_product_id":168504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:24.000Z","modified_at":"2026-01-27T14:31:03.000Z","name":"Bertha Sauer","mobile_number":"316-503-5802","email_id":"Maynard_Wolff50@gmail.com","dop":"2025-04-06","serial_number":"16503633279422","imei1":"16503633279422","imei2":"16503633279422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168495,"job_number":"JOB_168495","tr_customer_id":168512,"tr_customer_product_id":168502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:56.000Z","modified_at":"2026-01-27T14:30:34.000Z","name":"Selmer Lindgren","mobile_number":"492-260-8399","email_id":"Bill9@hotmail.com","dop":"2025-04-06","serial_number":"18294610486986","imei1":"18294610486986","imei2":"18294610486986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168492,"job_number":"JOB_168492","tr_customer_id":168509,"tr_customer_product_id":168499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:44.000Z","modified_at":"2026-01-27T14:30:23.000Z","name":"Lila Weimann","mobile_number":"644-325-2914","email_id":"Ray_Kihn21@hotmail.com","dop":"2025-04-06","serial_number":"16320084019248","imei1":"16320084019248","imei2":"16320084019248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168489,"job_number":"JOB_168489","tr_customer_id":168506,"tr_customer_product_id":168496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:30.000Z","modified_at":"2026-01-27T14:30:11.000Z","name":"Jennifer Vandervort","mobile_number":"955-783-1567","email_id":"Shany57@yahoo.com","dop":"2025-04-06","serial_number":"16066213290316","imei1":"16066213290316","imei2":"16066213290316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168486,"job_number":"JOB_168486","tr_customer_id":168503,"tr_customer_product_id":168493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:12.000Z","modified_at":"2026-01-27T14:29:49.000Z","name":"Cassie Murphy","mobile_number":"541-654-6783","email_id":"Charlene_Padberg@hotmail.com","dop":"2025-04-06","serial_number":"19150919557924","imei1":"19150919557924","imei2":"19150919557924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168483,"job_number":"JOB_168483","tr_customer_id":168500,"tr_customer_product_id":168490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:29:41.000Z","name":"Abdullah Hauck","mobile_number":"559-913-9317","email_id":"Loma.Lowe9@yahoo.com","dop":"2025-04-06","serial_number":"10645030354603","imei1":"10645030354603","imei2":"10645030354603","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168480,"job_number":"JOB_168480","tr_customer_id":168497,"tr_customer_product_id":168487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:58.000Z","modified_at":"2026-01-27T14:29:37.000Z","name":"Shaina Bayer","mobile_number":"930-876-8174","email_id":"Vena.Waters4@hotmail.com","dop":"2025-04-06","serial_number":"19678374557526","imei1":"19678374557526","imei2":"19678374557526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168477,"job_number":"JOB_168477","tr_customer_id":168494,"tr_customer_product_id":168484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:42.000Z","modified_at":"2026-01-27T14:29:23.000Z","name":"Alba Windler","mobile_number":"674-675-1997","email_id":"Emory_Hand@hotmail.com","dop":"2025-04-06","serial_number":"18381171344050","imei1":"18381171344050","imei2":"18381171344050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168474,"job_number":"JOB_168474","tr_customer_id":168491,"tr_customer_product_id":168481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:28.000Z","modified_at":"2026-01-27T14:29:05.000Z","name":"Aliya Veum","mobile_number":"670-431-3876","email_id":"Ryley_Beer49@gmail.com","dop":"2025-04-06","serial_number":"14168131166077","imei1":"14168131166077","imei2":"14168131166077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168471,"job_number":"JOB_168471","tr_customer_id":168488,"tr_customer_product_id":168478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:09.000Z","modified_at":"2026-01-27T14:28:51.000Z","name":"Earline Robel","mobile_number":"400-971-7194","email_id":"Ola38@yahoo.com","dop":"2025-04-06","serial_number":"13212992354154","imei1":"13212992354154","imei2":"13212992354154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168468,"job_number":"JOB_168468","tr_customer_id":168485,"tr_customer_product_id":168475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:05.000Z","modified_at":"2026-01-27T14:28:49.000Z","name":"Melba Nitzsche","mobile_number":"905-321-4795","email_id":"Prudence91@gmail.com","dop":"2000-01-31","serial_number":"10747505259247","imei1":"10747505259247","imei2":"10747505259247","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168465,"job_number":"JOB_168465","tr_customer_id":168482,"tr_customer_product_id":168472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:53.000Z","modified_at":"2026-01-27T14:28:34.000Z","name":"Erling Reichert","mobile_number":"558-595-2787","email_id":"Terrell.Braun@yahoo.com","dop":"2025-04-06","serial_number":"12395829403793","imei1":"12395829403793","imei2":"12395829403793","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168462,"job_number":"JOB_168462","tr_customer_id":168479,"tr_customer_product_id":168469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:19.000Z","modified_at":"2026-01-27T14:28:01.000Z","name":"Marcelle Brown","mobile_number":"376-883-0965","email_id":"Royce_Veum@gmail.com","dop":"2025-04-06","serial_number":"19661842626993","imei1":"19661842626993","imei2":"19661842626993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168459,"job_number":"JOB_168459","tr_customer_id":168476,"tr_customer_product_id":168466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:12.000Z","modified_at":"2026-01-27T14:27:57.000Z","name":"Makenzie Crooks","mobile_number":"882-926-5596","email_id":"Hope_Prosacco58@yahoo.com","dop":"2000-01-31","serial_number":"10480260514171","imei1":"10480260514171","imei2":"10480260514171","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168456,"job_number":"JOB_168456","tr_customer_id":168473,"tr_customer_product_id":168463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:20.000Z","modified_at":"2026-01-27T14:27:04.000Z","name":"Rafael Cummerata","mobile_number":"727-415-9791","email_id":"Zachery49@hotmail.com","dop":"2000-01-31","serial_number":"10903185794672","imei1":"10903185794672","imei2":"10903185794672","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168452,"job_number":"JOB_168452","tr_customer_id":168469,"tr_customer_product_id":168459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:36.000Z","modified_at":"2026-01-27T14:26:15.000Z","name":"Sydney DuBuque","mobile_number":"601-924-2471","email_id":"Trenton_King75@gmail.com","dop":"2025-06-18","serial_number":"10943029013252","imei1":"10943029013252","imei2":"10943029013252","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168449,"job_number":"JOB_168449","tr_customer_id":168466,"tr_customer_product_id":168456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:25.000Z","modified_at":"2026-01-27T14:26:11.000Z","name":"Ryann Beier","mobile_number":"993-563-2024","email_id":"Joanie.Hane@hotmail.com","dop":"2000-01-31","serial_number":"10794428457491","imei1":"10794428457491","imei2":"10794428457491","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168446,"job_number":"JOB_168446","tr_customer_id":168463,"tr_customer_product_id":168453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:50.000Z","modified_at":"2026-01-27T14:25:29.000Z","name":"Shirley Hyatt","mobile_number":"202-527-9476","email_id":"Omer.Lind0@yahoo.com","dop":"2025-06-18","serial_number":"10792666762015","imei1":"10792666762015","imei2":"10792666762015","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168443,"job_number":"JOB_168443","tr_customer_id":168460,"tr_customer_product_id":168450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:25:09.000Z","name":"Malinda Kub","mobile_number":"419-985-6718","email_id":"Ursula_Braun@gmail.com","dop":"2026-01-04","serial_number":"12189692618636","imei1":"12189692618636","imei2":"12189692618636","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168440,"job_number":"JOB_168440","tr_customer_id":168457,"tr_customer_product_id":168447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:23.000Z","modified_at":"2026-01-27T14:25:05.000Z","name":"Sherman Fisher","mobile_number":"832-226-1707","email_id":"Leland.Gleason@hotmail.com","dop":"2025-04-06","serial_number":"13197785768191","imei1":"13197785768191","imei2":"13197785768191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168436,"job_number":"JOB_168436","tr_customer_id":168453,"tr_customer_product_id":168443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:34.000Z","modified_at":"2026-01-27T14:24:17.000Z","name":"Lonnie Dietrich","mobile_number":"227-656-1271","email_id":"Jayda_Ward24@hotmail.com","dop":"2026-01-04","serial_number":"10420070579461","imei1":"10420070579461","imei2":"10420070579461","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168434,"job_number":"JOB_168434","tr_customer_id":168451,"tr_customer_product_id":168441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:33.000Z","modified_at":"2026-01-27T14:24:15.000Z","name":"Oda Satterfield","mobile_number":"447-523-5988","email_id":"Ibrahim_Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15292049429215","imei1":"15292049429215","imei2":"15292049429215","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168432,"job_number":"JOB_168432","tr_customer_id":168449,"tr_customer_product_id":168439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:15.000Z","modified_at":"2026-01-27T14:23:25.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19234762927208","imei2":"19234762927208","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168430,"job_number":"JOB_168430","tr_customer_id":168447,"tr_customer_product_id":168437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:00.000Z","modified_at":"2026-01-27T14:23:10.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13128104420663","imei2":"13128104420663","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168427,"job_number":"JOB_168427","tr_customer_id":168444,"tr_customer_product_id":168434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:44.000Z","modified_at":"2026-01-27T14:22:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11282810467512","imei2":"11282810467512","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168424,"job_number":"JOB_168424","tr_customer_id":168441,"tr_customer_product_id":168431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:43.000Z","modified_at":"2026-01-27T14:23:26.000Z","name":"Donavon Bergnaum","mobile_number":"313-856-0625","email_id":"Katheryn.Hand@gmail.com","dop":"2025-04-06","serial_number":"15138241422236","imei1":"15138241422236","imei2":"15138241422236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168422,"job_number":"JOB_168422","tr_customer_id":168439,"tr_customer_product_id":168429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:23:25.000Z","name":"Antone Rau","mobile_number":"710-877-1160","email_id":"Dariana90@gmail.com","dop":"2026-01-04","serial_number":"10727130797859","imei1":"10727130797859","imei2":"10727130797859","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168410,"job_number":"JOB_168410","tr_customer_id":168427,"tr_customer_product_id":168417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:44.000Z","modified_at":"2026-01-27T14:04:25.000Z","name":"Madalyn Gerhold","mobile_number":"288-565-3531","email_id":"Jeffry93@yahoo.com","dop":"2025-04-06","serial_number":"14981408932552","imei1":"14981408932552","imei2":"14981408932552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:04:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168406,"job_number":"JOB_168406","tr_customer_id":168423,"tr_customer_product_id":168413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:55.000Z","modified_at":"2026-01-27T14:03:37.000Z","name":"Myrtis Keeling","mobile_number":"555-705-0085","email_id":"Arjun.Tillman@gmail.com","dop":"2025-04-06","serial_number":"14297321024410","imei1":"14297321024410","imei2":"14297321024410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168403,"job_number":"JOB_168403","tr_customer_id":168420,"tr_customer_product_id":168410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:37.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17153397138612","imei1":"17153397138612","imei2":"17153397138612","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168395,"job_number":"JOB_168395","tr_customer_id":168412,"tr_customer_product_id":168402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:07.000Z","modified_at":"2026-01-27T14:02:48.000Z","name":"Paula Hamill","mobile_number":"366-595-0793","email_id":"Chauncey82@gmail.com","dop":"2025-04-06","serial_number":"18438797548175","imei1":"18438797548175","imei2":"18438797548175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168393,"job_number":"JOB_168393","tr_customer_id":168410,"tr_customer_product_id":168400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:37.000Z","modified_at":"2026-01-27T14:02:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12751623846732","imei1":"12751623846732","imei2":"12751623846732","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168385,"job_number":"JOB_168385","tr_customer_id":168402,"tr_customer_product_id":168392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:07.000Z","modified_at":"2026-01-27T14:01:49.000Z","name":"Hortense Graham","mobile_number":"942-815-7603","email_id":"Shakira.Rath86@hotmail.com","dop":"2025-04-06","serial_number":"11468741649776","imei1":"11468741649776","imei2":"11468741649776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:01:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168384,"job_number":"JOB_168384","tr_customer_id":168401,"tr_customer_product_id":168391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36136714056796","imei1":"36136714056796","imei2":"36136714056796","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168272,"job_number":"JOB_168272","tr_customer_id":168289,"tr_customer_product_id":168279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:50.000Z","modified_at":"2026-01-27T13:45:02.000Z","name":"Oscar Ritchie","mobile_number":"719-318-1867","email_id":"Monserrate19@gmail.com","dop":"2025-12-01","serial_number":"17540098712072","imei1":"17540098712072","imei2":"17540098712072","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:45:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168270,"job_number":"JOB_168270","tr_customer_id":168287,"tr_customer_product_id":168277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:34.000Z","modified_at":"2026-01-27T13:44:46.000Z","name":"Camylle Mertz","mobile_number":"942-200-2028","email_id":"Retha.Koss41@hotmail.com","dop":"2025-12-01","serial_number":"12355772743331","imei1":"12355772743331","imei2":"12355772743331","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168268,"job_number":"JOB_168268","tr_customer_id":168285,"tr_customer_product_id":168275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:17.000Z","modified_at":"2026-01-27T13:44:29.000Z","name":"Janie Predovic","mobile_number":"221-782-5093","email_id":"Gladys_Hilpert73@hotmail.com","dop":"2025-12-01","serial_number":"15696191062648","imei1":"15696191062648","imei2":"15696191062648","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168266,"job_number":"JOB_168266","tr_customer_id":168283,"tr_customer_product_id":168273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:18.000Z","modified_at":"2026-01-27T15:29:54.000Z","name":"Ena Jakubowski","mobile_number":"767-899-9822","email_id":"Conor_Gleason71@yahoo.com","dop":"2025-02-01","serial_number":"53730589633809","imei1":"53730589633809","imei2":"53730589633809","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T15:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168251,"job_number":"JOB_168251","tr_customer_id":168268,"tr_customer_product_id":168258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:55.000Z","modified_at":"2026-01-27T12:35:37.000Z","name":"Josianne Crooks","mobile_number":"541-260-9025","email_id":"Kyle_Kertzmann@yahoo.com","dop":"2026-01-04","serial_number":"15505682942558","imei1":"15505682942558","imei2":"15505682942558","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168248,"job_number":"JOB_168248","tr_customer_id":168265,"tr_customer_product_id":168255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:03.000Z","modified_at":"2026-01-27T12:34:46.000Z","name":"Maybelle Anderson","mobile_number":"329-623-8818","email_id":"Ariane63@gmail.com","dop":"2026-01-04","serial_number":"16242676039586","imei1":"16242676039586","imei2":"16242676039586","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168245,"job_number":"JOB_168245","tr_customer_id":168262,"tr_customer_product_id":168252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:12.000Z","modified_at":"2026-01-27T12:33:55.000Z","name":"Jerald Legros","mobile_number":"452-600-9203","email_id":"Hunter2@yahoo.com","dop":"2026-01-04","serial_number":"19900223977702","imei1":"19900223977702","imei2":"19900223977702","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168242,"job_number":"JOB_168242","tr_customer_id":168259,"tr_customer_product_id":168249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:04.000Z","modified_at":"2026-01-27T12:24:41.000Z","name":"Electa Bode","mobile_number":"377-553-5681","email_id":"Jadon.Hilpert23@yahoo.com","dop":"2026-01-04","serial_number":"18677593505476","imei1":"18677593505476","imei2":"18677593505476","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:24:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168239,"job_number":"JOB_168239","tr_customer_id":168256,"tr_customer_product_id":168246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:21.000Z","modified_at":"2026-01-27T12:23:57.000Z","name":"Abdiel Mann","mobile_number":"414-359-7351","email_id":"Audra.Walker@gmail.com","dop":"2026-01-04","serial_number":"11613712934841","imei1":"11613712934841","imei2":"11613712934841","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:23:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168226,"job_number":"JOB_168226","tr_customer_id":168243,"tr_customer_product_id":168233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:37.000Z","modified_at":"2026-01-27T12:23:13.000Z","name":"Jayme Langosh","mobile_number":"560-299-9535","email_id":"Lorenzo_Davis95@gmail.com","dop":"2026-01-04","serial_number":"10318885661706","imei1":"10318885661706","imei2":"10318885661706","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:23:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168219,"job_number":"JOB_168219","tr_customer_id":168236,"tr_customer_product_id":168226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:17.000Z","modified_at":"2026-01-27T12:10:29.000Z","name":"Miller Doyle","mobile_number":"858-538-7878","email_id":"Barton_Schumm@hotmail.com","dop":"2025-12-01","serial_number":"12648511043464","imei1":"12648511043464","imei2":"12648511043464","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168217,"job_number":"JOB_168217","tr_customer_id":168234,"tr_customer_product_id":168224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:01.000Z","modified_at":"2026-01-27T12:10:13.000Z","name":"Verdie Kessler","mobile_number":"847-994-3783","email_id":"Emmanuel20@yahoo.com","dop":"2025-12-01","serial_number":"16460719711611","imei1":"16460719711611","imei2":"16460719711611","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:10:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168215,"job_number":"JOB_168215","tr_customer_id":168232,"tr_customer_product_id":168222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:09:44.000Z","modified_at":"2026-01-27T12:09:56.000Z","name":"Cruz DuBuque","mobile_number":"241-624-0192","email_id":"Marielle.Effertz@hotmail.com","dop":"2025-12-01","serial_number":"10648418062851","imei1":"10648418062851","imei2":"10648418062851","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168094,"job_number":"JOB_168094","tr_customer_id":168111,"tr_customer_product_id":168101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:49.000Z","modified_at":"2026-01-27T11:15:02.000Z","name":"Dallin Gislason","mobile_number":"567-614-0674","email_id":"Asa.Dickens2@hotmail.com","dop":"2025-12-01","serial_number":"19252033319325","imei1":"19252033319325","imei2":"19252033319325","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:15:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168092,"job_number":"JOB_168092","tr_customer_id":168109,"tr_customer_product_id":168099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:32.000Z","modified_at":"2026-01-27T11:14:45.000Z","name":"Jace Goyette","mobile_number":"220-994-9442","email_id":"Eldon.Collins79@hotmail.com","dop":"2025-12-01","serial_number":"12901445906599","imei1":"12901445906599","imei2":"12901445906599","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:14:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168090,"job_number":"JOB_168090","tr_customer_id":168107,"tr_customer_product_id":168097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:15.000Z","modified_at":"2026-01-27T11:14:27.000Z","name":"Tierra Wisoky","mobile_number":"796-535-6757","email_id":"Juliet_DAmore64@yahoo.com","dop":"2025-12-01","serial_number":"17080372061804","imei1":"17080372061804","imei2":"17080372061804","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:14:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168088,"job_number":"JOB_168088","tr_customer_id":168105,"tr_customer_product_id":168095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:03:33.000Z","modified_at":"2026-01-27T11:03:40.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"11927539170002","imei1":"11927539170002","imei2":"11927539170002","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:03:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168087,"job_number":"JOB_168087","tr_customer_id":168104,"tr_customer_product_id":168094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:25.000Z","modified_at":"2026-01-27T11:01:37.000Z","name":"Susan Herzog","mobile_number":"679-937-8561","email_id":"Lawrence.Davis@gmail.com","dop":"2025-12-01","serial_number":"15544212656046","imei1":"15544212656046","imei2":"15544212656046","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168085,"job_number":"JOB_168085","tr_customer_id":168102,"tr_customer_product_id":168092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:08.000Z","modified_at":"2026-01-27T11:01:20.000Z","name":"Hailie Kiehn","mobile_number":"570-647-7279","email_id":"Alda.Glover87@hotmail.com","dop":"2025-12-01","serial_number":"12695029066728","imei1":"12695029066728","imei2":"12695029066728","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168083,"job_number":"JOB_168083","tr_customer_id":168100,"tr_customer_product_id":168090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:00:50.000Z","modified_at":"2026-01-27T11:01:03.000Z","name":"Viola Bode","mobile_number":"373-683-2937","email_id":"Valentina.Ernser9@gmail.com","dop":"2025-12-01","serial_number":"18806189003434","imei1":"18806189003434","imei2":"18806189003434","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168079,"job_number":"JOB_168079","tr_customer_id":168096,"tr_customer_product_id":168086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:42.000Z","modified_at":"2026-01-27T10:34:26.000Z","name":"Ezekiel Hartmann","mobile_number":"324-276-6526","email_id":"Ashleigh_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"14122225292562","imei1":"14122225292562","imei2":"14122225292562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168076,"job_number":"JOB_168076","tr_customer_id":168093,"tr_customer_product_id":168083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:50.000Z","modified_at":"2026-01-27T10:33:34.000Z","name":"Jannie Johnston","mobile_number":"519-667-6296","email_id":"Gina2@yahoo.com","dop":"2025-04-06","serial_number":"15319421858389","imei1":"15319421858389","imei2":"15319421858389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168073,"job_number":"JOB_168073","tr_customer_id":168090,"tr_customer_product_id":168080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:58.000Z","modified_at":"2026-01-27T10:32:42.000Z","name":"Johnathan Rosenbaum","mobile_number":"237-569-0610","email_id":"Rebekah.Jast21@yahoo.com","dop":"2025-04-06","serial_number":"19110824912225","imei1":"19110824912225","imei2":"19110824912225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:32:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168066,"job_number":"JOB_168066","tr_customer_id":168083,"tr_customer_product_id":168073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:51.000Z","modified_at":"2026-01-27T10:57:23.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"14356638927458","imei1":"14356638927458","imei2":"14356638927458","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168064,"job_number":"JOB_168064","tr_customer_id":168081,"tr_customer_product_id":168071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:47.000Z","modified_at":"2026-01-27T10:28:25.000Z","name":"Chet Schaden","mobile_number":"279-274-4333","email_id":"Brayan64@gmail.com","dop":"2026-01-04","serial_number":"17453629624168","imei1":"17453629624168","imei2":"17453629624168","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168061,"job_number":"JOB_168061","tr_customer_id":168078,"tr_customer_product_id":168068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:03.000Z","modified_at":"2026-01-27T10:27:40.000Z","name":"Joaquin Mohr","mobile_number":"805-544-3660","email_id":"Opal_Lebsack47@gmail.com","dop":"2026-01-04","serial_number":"12114928346598","imei1":"12114928346598","imei2":"12114928346598","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168058,"job_number":"JOB_168058","tr_customer_id":168075,"tr_customer_product_id":168065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:18.000Z","modified_at":"2026-01-27T10:26:55.000Z","name":"Roscoe Kertzmann","mobile_number":"487-663-7383","email_id":"Giovani62@gmail.com","dop":"2026-01-04","serial_number":"18684721868853","imei1":"18684721868853","imei2":"18684721868853","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168056,"job_number":"JOB_168056","tr_customer_id":168073,"tr_customer_product_id":168063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:06:55.000Z","modified_at":"2026-01-27T10:07:03.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"16889598345165","imei1":"16889598345165","imei2":"16889598345165","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:07:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168055,"job_number":"JOB_168055","tr_customer_id":168072,"tr_customer_product_id":168062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:05:36.000Z","modified_at":"2026-01-27T10:05:43.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"19174995388693","imei1":"19174995388693","imei2":"19174995388693","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168053,"job_number":"JOB_168053","tr_customer_id":168070,"tr_customer_product_id":168060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:00.000Z","modified_at":"2026-01-27T10:03:41.000Z","name":"Bette Spencer","mobile_number":"250-318-3070","email_id":"Abigail50@gmail.com","dop":"2026-01-04","serial_number":"19518074213425","imei1":"19518074213425","imei2":"19518074213425","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168051,"job_number":"JOB_168051","tr_customer_id":168068,"tr_customer_product_id":168058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:42.000Z","modified_at":"2026-01-27T10:02:53.000Z","name":"Emmalee Moore","mobile_number":"222-544-8078","email_id":"Clarabelle_Pfeffer83@gmail.com","dop":"2025-12-01","serial_number":"15076112657731","imei1":"15076112657731","imei2":"15076112657731","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168049,"job_number":"JOB_168049","tr_customer_id":168066,"tr_customer_product_id":168056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:26.000Z","modified_at":"2026-01-27T10:02:38.000Z","name":"Claud Pouros","mobile_number":"664-760-5960","email_id":"Milan_Deckow70@gmail.com","dop":"2025-12-01","serial_number":"10208018693131","imei1":"10208018693131","imei2":"10208018693131","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168046,"job_number":"JOB_168046","tr_customer_id":168063,"tr_customer_product_id":168053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:12.000Z","modified_at":"2026-01-27T10:02:52.000Z","name":"Kaley Lehner","mobile_number":"614-802-6010","email_id":"Kacie_Larson33@hotmail.com","dop":"2026-01-04","serial_number":"10636137962998","imei1":"10636137962998","imei2":"10636137962998","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168044,"job_number":"JOB_168044","tr_customer_id":168061,"tr_customer_product_id":168051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:10.000Z","modified_at":"2026-01-27T10:02:22.000Z","name":"Esmeralda Bode","mobile_number":"205-625-4081","email_id":"Santina4@yahoo.com","dop":"2025-12-01","serial_number":"18277239641642","imei1":"18277239641642","imei2":"18277239641642","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168042,"job_number":"JOB_168042","tr_customer_id":168059,"tr_customer_product_id":168049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:52.000Z","modified_at":"2026-01-27T10:02:04.000Z","name":"Icie Ward","mobile_number":"766-810-4574","email_id":"Ardella.Rowe@hotmail.com","dop":"2025-12-01","serial_number":"12935030125237","imei1":"12935030125237","imei2":"12935030125237","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168040,"job_number":"JOB_168040","tr_customer_id":168057,"tr_customer_product_id":168047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:36.000Z","modified_at":"2026-01-27T10:01:48.000Z","name":"Laron Hirthe","mobile_number":"731-940-9575","email_id":"Theodora_Shields@yahoo.com","dop":"2025-12-01","serial_number":"15743888369608","imei1":"15743888369608","imei2":"15743888369608","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168037,"job_number":"JOB_168037","tr_customer_id":168054,"tr_customer_product_id":168044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:22.000Z","modified_at":"2026-01-27T10:02:03.000Z","name":"Maye McGlynn","mobile_number":"834-778-6179","email_id":"Nellie9@yahoo.com","dop":"2026-01-04","serial_number":"16067822324575","imei1":"16067822324575","imei2":"16067822324575","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168035,"job_number":"JOB_168035","tr_customer_id":168052,"tr_customer_product_id":168042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:20.000Z","modified_at":"2026-01-27T10:01:32.000Z","name":"Jalon Walker","mobile_number":"853-780-9973","email_id":"Dario_Raynor@yahoo.com","dop":"2025-12-01","serial_number":"16126387345604","imei1":"16126387345604","imei2":"16126387345604","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168032,"job_number":"JOB_168032","tr_customer_id":168049,"tr_customer_product_id":168039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:27.000Z","modified_at":"2026-01-27T09:50:04.000Z","name":"Larue Stokes","mobile_number":"288-297-2561","email_id":"Shaylee_Homenick72@hotmail.com","dop":"2026-01-04","serial_number":"11815380446916","imei1":"11815380446916","imei2":"11815380446916","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168029,"job_number":"JOB_168029","tr_customer_id":168046,"tr_customer_product_id":168036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:43.000Z","modified_at":"2026-01-27T09:49:20.000Z","name":"Alba Hayes","mobile_number":"946-524-4468","email_id":"Ally34@yahoo.com","dop":"2026-01-04","serial_number":"13051341482851","imei1":"13051341482851","imei2":"13051341482851","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168026,"job_number":"JOB_168026","tr_customer_id":168043,"tr_customer_product_id":168033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:58.000Z","modified_at":"2026-01-27T09:48:35.000Z","name":"Kenyon Dickinson","mobile_number":"620-470-9782","email_id":"Clement_Morissette23@gmail.com","dop":"2026-01-04","serial_number":"17783464001877","imei1":"17783464001877","imei2":"17783464001877","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168022,"job_number":"JOB_168022","tr_customer_id":168039,"tr_customer_product_id":168029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:46.000Z","modified_at":"2026-01-27T09:33:23.000Z","name":"Laura Prohaska","mobile_number":"581-701-0460","email_id":"Dax_Heller@gmail.com","dop":"2026-01-04","serial_number":"15736813211429","imei1":"15736813211429","imei2":"15736813211429","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:33:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168019,"job_number":"JOB_168019","tr_customer_id":168036,"tr_customer_product_id":168026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:00.000Z","modified_at":"2026-01-27T09:32:38.000Z","name":"Pierce Halvorson","mobile_number":"371-333-3337","email_id":"Mozelle.Graham61@yahoo.com","dop":"2026-01-04","serial_number":"10964045513198","imei1":"10964045513198","imei2":"10964045513198","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:32:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168016,"job_number":"JOB_168016","tr_customer_id":168033,"tr_customer_product_id":168023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:15.000Z","modified_at":"2026-01-27T09:31:52.000Z","name":"Tyrell Stracke","mobile_number":"973-623-8982","email_id":"Jordi_Harvey@hotmail.com","dop":"2026-01-04","serial_number":"12360610215024","imei1":"12360610215024","imei2":"12360610215024","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168013,"job_number":"JOB_168013","tr_customer_id":168030,"tr_customer_product_id":168020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:40.000Z","modified_at":"2026-01-27T09:24:20.000Z","name":"Llewellyn Anderson","mobile_number":"981-423-6620","email_id":"Ozella.Schultz@hotmail.com","dop":"2025-04-06","serial_number":"12599688938243","imei1":"12599688938243","imei2":"12599688938243","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:24:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168010,"job_number":"JOB_168010","tr_customer_id":168027,"tr_customer_product_id":168017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:52.000Z","modified_at":"2026-01-27T09:23:32.000Z","name":"Josefa Powlowski","mobile_number":"579-508-1792","email_id":"Stewart_Wolff@hotmail.com","dop":"2025-04-06","serial_number":"10836086319804","imei1":"10836086319804","imei2":"10836086319804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:23:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168007,"job_number":"JOB_168007","tr_customer_id":168024,"tr_customer_product_id":168014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:04.000Z","modified_at":"2026-01-27T09:22:44.000Z","name":"Marianne Gaylord","mobile_number":"926-519-0941","email_id":"Will.Labadie@gmail.com","dop":"2025-04-06","serial_number":"16801264837988","imei1":"16801264837988","imei2":"16801264837988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:22:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168004,"job_number":"JOB_168004","tr_customer_id":168021,"tr_customer_product_id":168011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:47:49.000Z","modified_at":"2026-01-27T09:50:36.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"11931605085264","imei1":"11931605085264","imei2":"11931605085264","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168003,"job_number":"JOB_168003","tr_customer_id":168020,"tr_customer_product_id":168010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:46.000Z","modified_at":"2026-01-27T08:42:58.000Z","name":"Charity Ernser","mobile_number":"898-282-6410","email_id":"Alta1@yahoo.com","dop":"2025-12-01","serial_number":"11906099697335","imei1":"11906099697335","imei2":"11906099697335","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168001,"job_number":"JOB_168001","tr_customer_id":168018,"tr_customer_product_id":168008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:30.000Z","modified_at":"2026-01-27T08:42:42.000Z","name":"Lila Bartell","mobile_number":"600-870-0568","email_id":"Watson_Wolf83@gmail.com","dop":"2025-12-01","serial_number":"12257249469649","imei1":"12257249469649","imei2":"12257249469649","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167999,"job_number":"JOB_167999","tr_customer_id":168016,"tr_customer_product_id":168006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:14.000Z","modified_at":"2026-01-27T08:42:26.000Z","name":"Avery Bartell","mobile_number":"892-349-7859","email_id":"Laron.Donnelly41@gmail.com","dop":"2025-12-01","serial_number":"10123534099788","imei1":"10123534099788","imei2":"10123534099788","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167990,"job_number":"JOB_167990","tr_customer_id":168007,"tr_customer_product_id":167997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:02.000Z","modified_at":"2026-01-27T08:20:39.000Z","name":"Mylene Paucek","mobile_number":"366-759-2532","email_id":"Aubrey_Harber@gmail.com","dop":"2025-04-06","serial_number":"13419527922307","imei1":"13419527922307","imei2":"13419527922307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167987,"job_number":"JOB_167987","tr_customer_id":168004,"tr_customer_product_id":167994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:17.000Z","modified_at":"2026-01-27T08:19:55.000Z","name":"Amber Larson","mobile_number":"948-282-8530","email_id":"Consuelo.Weissnat73@yahoo.com","dop":"2025-04-06","serial_number":"12861735933223","imei1":"12861735933223","imei2":"12861735933223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167984,"job_number":"JOB_167984","tr_customer_id":168001,"tr_customer_product_id":167991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:32.000Z","modified_at":"2026-01-27T08:19:10.000Z","name":"Carolyne Paucek","mobile_number":"545-983-9520","email_id":"Lucile_Wolf52@hotmail.com","dop":"2025-04-06","serial_number":"14271654836682","imei1":"14271654836682","imei2":"14271654836682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167981,"job_number":"JOB_167981","tr_customer_id":167998,"tr_customer_product_id":167988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:00:03.000Z","modified_at":"2026-01-27T08:00:14.000Z","name":"Fletcher Franecki","mobile_number":"786-836-3975","email_id":"Loy79@hotmail.com","dop":"2025-12-01","serial_number":"10738362324388","imei1":"10738362324388","imei2":"10738362324388","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167979,"job_number":"JOB_167979","tr_customer_id":167996,"tr_customer_product_id":167986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:47.000Z","modified_at":"2026-01-27T07:59:58.000Z","name":"Joel Schmeler","mobile_number":"474-846-8783","email_id":"Vada.Crona7@hotmail.com","dop":"2025-12-01","serial_number":"19660589554505","imei1":"19660589554505","imei2":"19660589554505","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167977,"job_number":"JOB_167977","tr_customer_id":167994,"tr_customer_product_id":167984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:31.000Z","modified_at":"2026-01-27T07:59:42.000Z","name":"Columbus Deckow","mobile_number":"894-371-3585","email_id":"Joel_Leuschke@gmail.com","dop":"2025-12-01","serial_number":"18261600913888","imei1":"18261600913888","imei2":"18261600913888","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167973,"job_number":"JOB_167973","tr_customer_id":167990,"tr_customer_product_id":167980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:42.000Z","modified_at":"2026-01-27T07:48:20.000Z","name":"Arvel Kuhn","mobile_number":"615-319-7198","email_id":"Chaz_Robel@hotmail.com","dop":"2025-04-06","serial_number":"14431655523975","imei1":"14431655523975","imei2":"14431655523975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:48:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167969,"job_number":"JOB_167969","tr_customer_id":167986,"tr_customer_product_id":167976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:56.000Z","modified_at":"2026-01-27T07:47:36.000Z","name":"Maud Cummerata","mobile_number":"646-422-3272","email_id":"Tamara.Witting12@gmail.com","dop":"2025-04-06","serial_number":"13661529653762","imei1":"13661529653762","imei2":"13661529653762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167968,"job_number":"JOB_167968","tr_customer_id":167985,"tr_customer_product_id":167975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:47.000Z","name":"Mariah Hamill","mobile_number":"652-797-8772","email_id":"Noemy.Jakubowski@yahoo.com","dop":"2025-12-01","serial_number":"11895969562146","imei1":"11895969562146","imei2":"11895969562146","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167966,"job_number":"JOB_167966","tr_customer_id":167983,"tr_customer_product_id":167973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:29.000Z","name":"Ellen Ernser","mobile_number":"773-782-1692","email_id":"Jay32@yahoo.com","dop":"2025-12-01","serial_number":"18035647441755","imei1":"18035647441755","imei2":"18035647441755","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167964,"job_number":"JOB_167964","tr_customer_id":167981,"tr_customer_product_id":167971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:45:11.000Z","name":"Carol Harber","mobile_number":"791-589-1054","email_id":"Tabitha36@hotmail.com","dop":"2025-12-01","serial_number":"13015239403347","imei1":"13015239403347","imei2":"13015239403347","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167962,"job_number":"JOB_167962","tr_customer_id":167979,"tr_customer_product_id":167969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:22.000Z","name":"Dangelo Mann","mobile_number":"687-934-9912","email_id":"Bradly_Bogisich@gmail.com","dop":"2025-12-01","serial_number":"14223691814750","imei1":"14223691814750","imei2":"14223691814750","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167960,"job_number":"JOB_167960","tr_customer_id":167977,"tr_customer_product_id":167967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:41:06.000Z","name":"Marquise Reichert","mobile_number":"587-475-6993","email_id":"Mireya_Armstrong@gmail.com","dop":"2025-12-01","serial_number":"11570715098623","imei1":"11570715098623","imei2":"11570715098623","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167958,"job_number":"JOB_167958","tr_customer_id":167975,"tr_customer_product_id":167965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:38.000Z","modified_at":"2026-01-27T07:40:50.000Z","name":"Juanita Leffler","mobile_number":"636-521-5568","email_id":"Patience37@hotmail.com","dop":"2025-12-01","serial_number":"17253145582378","imei1":"17253145582378","imei2":"17253145582378","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167949,"job_number":"JOB_167949","tr_customer_id":167966,"tr_customer_product_id":167956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:14.000Z","modified_at":"2026-01-27T07:05:53.000Z","name":"Blanca Schneider","mobile_number":"399-331-5349","email_id":"Howard.Klocko@hotmail.com","dop":"2025-04-06","serial_number":"18972673309267","imei1":"18972673309267","imei2":"18972673309267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167947,"job_number":"JOB_167947","tr_customer_id":167964,"tr_customer_product_id":167954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:29.000Z","modified_at":"2026-01-27T07:05:07.000Z","name":"Dasia Weissnat","mobile_number":"217-928-5689","email_id":"Cordie.Mayert15@yahoo.com","dop":"2025-04-06","serial_number":"18151854735051","imei1":"18151854735051","imei2":"18151854735051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167945,"job_number":"JOB_167945","tr_customer_id":167962,"tr_customer_product_id":167952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:45.000Z","modified_at":"2026-01-27T07:04:22.000Z","name":"Carolanne Johnston","mobile_number":"835-983-6740","email_id":"Demond45@hotmail.com","dop":"2025-04-06","serial_number":"12500515806340","imei1":"12500515806340","imei2":"12500515806340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:04:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167944,"job_number":"JOB_167944","tr_customer_id":167961,"tr_customer_product_id":167951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:28.000Z","name":"Izaiah Goodwin","mobile_number":"667-308-1378","email_id":"Elouise43@hotmail.com","dop":"2025-12-01","serial_number":"17184857919726","imei1":"17184857919726","imei2":"17184857919726","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167942,"job_number":"JOB_167942","tr_customer_id":167959,"tr_customer_product_id":167949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:54:10.000Z","name":"Pietro Stracke","mobile_number":"336-677-3457","email_id":"Darrick_Wilderman4@gmail.com","dop":"2025-12-01","serial_number":"11510163451561","imei1":"11510163451561","imei2":"11510163451561","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167940,"job_number":"JOB_167940","tr_customer_id":167957,"tr_customer_product_id":167947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:52.000Z","name":"Cara Rath","mobile_number":"987-859-1105","email_id":"Amir60@gmail.com","dop":"2025-12-01","serial_number":"10948899776550","imei1":"10948899776550","imei2":"10948899776550","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167937,"job_number":"JOB_167937","tr_customer_id":167954,"tr_customer_product_id":167944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:26.000Z","modified_at":"2026-01-27T06:52:03.000Z","name":"Allene Erdman","mobile_number":"213-477-2942","email_id":"Reilly.Klocko@yahoo.com","dop":"2026-01-04","serial_number":"12959238722478","imei1":"12959238722478","imei2":"12959238722478","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167934,"job_number":"JOB_167934","tr_customer_id":167951,"tr_customer_product_id":167941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:51:36.000Z","name":"Miracle Doyle","mobile_number":"985-838-2059","email_id":"Jett_Bosco@hotmail.com","dop":"2025-04-06","serial_number":"17756785529011","imei1":"17756785529011","imei2":"17756785529011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167931,"job_number":"JOB_167931","tr_customer_id":167948,"tr_customer_product_id":167938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:51:18.000Z","name":"Brando Johnston","mobile_number":"935-317-2882","email_id":"Edmund50@hotmail.com","dop":"2026-01-04","serial_number":"17810372015745","imei1":"17810372015745","imei2":"17810372015745","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167928,"job_number":"JOB_167928","tr_customer_id":167945,"tr_customer_product_id":167935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:51.000Z","name":"Bernadine Rutherford","mobile_number":"704-539-2876","email_id":"Emmett_Kohler@gmail.com","dop":"2025-04-06","serial_number":"14534602088922","imei1":"14534602088922","imei2":"14534602088922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167925,"job_number":"JOB_167925","tr_customer_id":167942,"tr_customer_product_id":167932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:50:33.000Z","name":"Kris Bernier","mobile_number":"258-592-8541","email_id":"Kaycee96@gmail.com","dop":"2026-01-04","serial_number":"18439341230313","imei1":"18439341230313","imei2":"18439341230313","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167922,"job_number":"JOB_167922","tr_customer_id":167939,"tr_customer_product_id":167929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:29.000Z","modified_at":"2026-01-27T06:50:09.000Z","name":"Bell Stracke","mobile_number":"915-750-4333","email_id":"Saul58@hotmail.com","dop":"2025-04-06","serial_number":"10400148993354","imei1":"10400148993354","imei2":"10400148993354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167920,"job_number":"JOB_167920","tr_customer_id":167937,"tr_customer_product_id":167927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:50:04.000Z","name":"Ignacio Farrell","mobile_number":"320-500-1584","email_id":"Felipe52@hotmail.com","dop":"2025-04-06","serial_number":"18659899859152","imei1":"18659899859152","imei2":"18659899859152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167917,"job_number":"JOB_167917","tr_customer_id":167934,"tr_customer_product_id":167924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:45:18.000Z","name":"Joaquin Kulas","mobile_number":"583-240-9817","email_id":"Kirsten25@yahoo.com","dop":"2025-04-06","serial_number":"17938551459730","imei1":"17938551459730","imei2":"17938551459730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167914,"job_number":"JOB_167914","tr_customer_id":167931,"tr_customer_product_id":167921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:16.000Z","modified_at":"2026-01-27T06:44:58.000Z","name":"Grady Schaden","mobile_number":"682-416-2165","email_id":"Megane_Barrows5@gmail.com","dop":"2025-04-06","serial_number":"13986612123238","imei1":"13986612123238","imei2":"13986612123238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167912,"job_number":"JOB_167912","tr_customer_id":167929,"tr_customer_product_id":167919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:50.000Z","modified_at":"2026-01-27T06:44:30.000Z","name":"Sam Baumbach","mobile_number":"278-216-6264","email_id":"Abdul.Schoen24@gmail.com","dop":"2025-04-06","serial_number":"19651107341783","imei1":"19651107341783","imei2":"19651107341783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167909,"job_number":"JOB_167909","tr_customer_id":167926,"tr_customer_product_id":167916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:45.000Z","modified_at":"2026-01-27T06:44:28.000Z","name":"Kaitlin Zboncak","mobile_number":"891-592-1390","email_id":"Furman_Ziemann@gmail.com","dop":"2025-04-06","serial_number":"19030635434719","imei1":"19030635434719","imei2":"19030635434719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167907,"job_number":"JOB_167907","tr_customer_id":167924,"tr_customer_product_id":167914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:44:24.000Z","name":"Harley Runte","mobile_number":"656-420-5648","email_id":"Martina.Walker@yahoo.com","dop":"2025-04-06","serial_number":"14023871545970","imei1":"14023871545970","imei2":"14023871545970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167904,"job_number":"JOB_167904","tr_customer_id":167921,"tr_customer_product_id":167911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:02.000Z","modified_at":"2026-01-27T06:43:42.000Z","name":"Cortez Kshlerin","mobile_number":"404-335-4217","email_id":"Caroline.Hyatt@gmail.com","dop":"2025-04-06","serial_number":"15859812046555","imei1":"15859812046555","imei2":"15859812046555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167901,"job_number":"JOB_167901","tr_customer_id":167918,"tr_customer_product_id":167908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:43:35.000Z","name":"Jeanie Bailey","mobile_number":"254-447-6959","email_id":"Otha93@hotmail.com","dop":"2025-04-06","serial_number":"13830389477544","imei1":"13830389477544","imei2":"13830389477544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167898,"job_number":"JOB_167898","tr_customer_id":167915,"tr_customer_product_id":167905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:46.000Z","name":"Berta Gleason","mobile_number":"670-959-8671","email_id":"Nelle.Douglas@hotmail.com","dop":"2025-04-06","serial_number":"17500260885098","imei1":"17500260885098","imei2":"17500260885098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167895,"job_number":"JOB_167895","tr_customer_id":167912,"tr_customer_product_id":167902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:32.000Z","modified_at":"2026-01-27T06:39:09.000Z","name":"Mylene Ziemann","mobile_number":"268-456-3179","email_id":"Monserrate.Padberg96@hotmail.com","dop":"2025-04-06","serial_number":"13422109656931","imei1":"13422109656931","imei2":"13422109656931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167892,"job_number":"JOB_167892","tr_customer_id":167909,"tr_customer_product_id":167899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:00.000Z","modified_at":"2026-01-27T06:38:36.000Z","name":"Adrain Flatley","mobile_number":"625-204-1955","email_id":"Iliana_Green@gmail.com","dop":"2000-01-31","serial_number":"10327360941022","imei1":"10327360941022","imei2":"10327360941022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167889,"job_number":"JOB_167889","tr_customer_id":167906,"tr_customer_product_id":167896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:38:24.000Z","name":"Christa Kutch","mobile_number":"447-746-4829","email_id":"Krista_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"16625501213741","imei1":"16625501213741","imei2":"16625501213741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167886,"job_number":"JOB_167886","tr_customer_id":167903,"tr_customer_product_id":167893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:16.000Z","modified_at":"2026-01-27T06:37:53.000Z","name":"Vivianne Kuvalis","mobile_number":"928-407-3268","email_id":"Nola37@hotmail.com","dop":"2000-01-31","serial_number":"10539760183863","imei1":"10539760183863","imei2":"10539760183863","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167882,"job_number":"JOB_167882","tr_customer_id":167899,"tr_customer_product_id":167889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:42.000Z","name":"Jaylen Kerluke","mobile_number":"546-909-9233","email_id":"Domingo45@gmail.com","dop":"2025-04-06","serial_number":"16862134829963","imei1":"16862134829963","imei2":"16862134829963","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167881,"job_number":"JOB_167881","tr_customer_id":167898,"tr_customer_product_id":167888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:40.000Z","name":"Celestine Kilback","mobile_number":"975-592-9244","email_id":"Maximillian46@gmail.com","dop":"2025-04-06","serial_number":"17951541323118","imei1":"17951541323118","imei2":"17951541323118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167878,"job_number":"JOB_167878","tr_customer_id":167895,"tr_customer_product_id":167885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:37:22.000Z","name":"Ezequiel Hauck","mobile_number":"402-515-8716","email_id":"Ethel52@hotmail.com","dop":"2025-10-21","serial_number":"12597963508580","imei1":"12597963508580","imei2":"12597963508580","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167875,"job_number":"JOB_167875","tr_customer_id":167892,"tr_customer_product_id":167882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:32.000Z","modified_at":"2026-01-27T06:37:09.000Z","name":"Jakayla Stehr","mobile_number":"889-226-7042","email_id":"Oswald_Blanda50@hotmail.com","dop":"2000-01-31","serial_number":"10809822361810","imei1":"10809822361810","imei2":"10809822361810","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167872,"job_number":"JOB_167872","tr_customer_id":167889,"tr_customer_product_id":167879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:16.000Z","modified_at":"2026-01-27T06:36:55.000Z","name":"Cruz Hoeger","mobile_number":"934-485-6036","email_id":"Zelda13@yahoo.com","dop":"2025-04-06","serial_number":"14583018003932","imei1":"14583018003932","imei2":"14583018003932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167870,"job_number":"JOB_167870","tr_customer_id":167887,"tr_customer_product_id":167877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:55.000Z","modified_at":"2026-01-27T06:36:34.000Z","name":"Fletcher Langosh","mobile_number":"961-716-6775","email_id":"Danyka74@hotmail.com","dop":"2025-10-21","serial_number":"12097514595498","imei1":"12097514595498","imei2":"12097514595498","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167867,"job_number":"JOB_167867","tr_customer_id":167884,"tr_customer_product_id":167874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:36:24.000Z","name":"Keenan Strosin","mobile_number":"493-722-5111","email_id":"Athena3@yahoo.com","dop":"2000-01-31","serial_number":"10961625417361","imei1":"10961625417361","imei2":"10961625417361","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167864,"job_number":"JOB_167864","tr_customer_id":167881,"tr_customer_product_id":167871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:29.000Z","modified_at":"2026-01-27T06:36:08.000Z","name":"Natasha Towne","mobile_number":"539-944-7993","email_id":"Elinore77@hotmail.com","dop":"2025-04-06","serial_number":"15990339465447","imei1":"15990339465447","imei2":"15990339465447","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167862,"job_number":"JOB_167862","tr_customer_id":167879,"tr_customer_product_id":167869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:07.000Z","modified_at":"2026-01-27T06:35:46.000Z","name":"Erling Schowalter","mobile_number":"297-720-6965","email_id":"Emerald.Hayes@yahoo.com","dop":"2025-10-21","serial_number":"17024058576990","imei1":"17024058576990","imei2":"17024058576990","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167859,"job_number":"JOB_167859","tr_customer_id":167876,"tr_customer_product_id":167866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:26.000Z","modified_at":"2026-01-27T06:35:09.000Z","name":"Darius Hane","mobile_number":"861-784-3255","email_id":"Isac8@hotmail.com","dop":"2025-04-06","serial_number":"10330263504588","imei1":"10330263504588","imei2":"10330263504588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167858,"job_number":"JOB_167858","tr_customer_id":167875,"tr_customer_product_id":167865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:18.000Z","modified_at":"2026-01-27T06:32:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12423253098832","imei2":"12423253098832","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167856,"job_number":"JOB_167856","tr_customer_id":167873,"tr_customer_product_id":167863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10053012872262","imei2":"10053012872262","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167853,"job_number":"JOB_167853","tr_customer_id":167870,"tr_customer_product_id":167860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:32:30.000Z","name":"Allie Stiedemann","mobile_number":"434-823-0869","email_id":"Hershel.Johnson34@hotmail.com","dop":"2025-04-06","serial_number":"12101566250387","imei1":"12101566250387","imei2":"12101566250387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167851,"job_number":"JOB_167851","tr_customer_id":167868,"tr_customer_product_id":167858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:32:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14240408583347","imei2":"14240408583347","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167848,"job_number":"JOB_167848","tr_customer_id":167865,"tr_customer_product_id":167855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:43.000Z","name":"Dorcas Schinner","mobile_number":"993-457-8106","email_id":"Helena_Herzog2@hotmail.com","dop":"2025-04-06","serial_number":"16557584408408","imei1":"16557584408408","imei2":"16557584408408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167844,"job_number":"JOB_167844","tr_customer_id":167861,"tr_customer_product_id":167851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:56.000Z","name":"Rey Reichert","mobile_number":"904-355-8506","email_id":"Maxime.Brekke12@gmail.com","dop":"2025-04-06","serial_number":"13183922370106","imei1":"13183922370106","imei2":"13183922370106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167839,"job_number":"JOB_167839","tr_customer_id":167856,"tr_customer_product_id":167846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:40.000Z","name":"Stanford Kuhlman","mobile_number":"548-543-0439","email_id":"Afton_Mayert73@gmail.com","dop":"2025-04-06","serial_number":"19371343198470","imei1":"19371343198470","imei2":"19371343198470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167836,"job_number":"JOB_167836","tr_customer_id":167853,"tr_customer_product_id":167843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:57.000Z","name":"Maiya Hartmann","mobile_number":"805-965-1463","email_id":"Soledad52@hotmail.com","dop":"2025-04-06","serial_number":"19886852653800","imei1":"19886852653800","imei2":"19886852653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167833,"job_number":"JOB_167833","tr_customer_id":167850,"tr_customer_product_id":167840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:28:14.000Z","name":"Dayne Beatty","mobile_number":"976-674-2026","email_id":"Herminio_Kovacek@gmail.com","dop":"2025-04-06","serial_number":"13833034191551","imei1":"13833034191551","imei2":"13833034191551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167830,"job_number":"JOB_167830","tr_customer_id":167847,"tr_customer_product_id":167837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:27:00.000Z","name":"Cecelia Bauch","mobile_number":"671-610-2410","email_id":"Emilie_Ullrich20@gmail.com","dop":"2025-04-06","serial_number":"11963927712940","imei1":"11963927712940","imei2":"11963927712940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167827,"job_number":"JOB_167827","tr_customer_id":167844,"tr_customer_product_id":167834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:27.000Z","modified_at":"2026-01-27T06:26:09.000Z","name":"Bo Tromp","mobile_number":"574-636-5595","email_id":"Darwin.Runolfsson@hotmail.com","dop":"2025-04-06","serial_number":"14330271912505","imei1":"14330271912505","imei2":"14330271912505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167824,"job_number":"JOB_167824","tr_customer_id":167841,"tr_customer_product_id":167831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:25:18.000Z","name":"Fidel Stoltenberg","mobile_number":"888-752-5165","email_id":"Lauriane87@hotmail.com","dop":"2025-04-06","serial_number":"11748226776697","imei1":"11748226776697","imei2":"11748226776697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167821,"job_number":"JOB_167821","tr_customer_id":167838,"tr_customer_product_id":167828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:24:24.000Z","name":"Antonina Maggio","mobile_number":"602-978-3602","email_id":"Bo.Bechtelar0@yahoo.com","dop":"2025-06-18","serial_number":"10055833646600","imei1":"10055833646600","imei2":"10055833646600","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167818,"job_number":"JOB_167818","tr_customer_id":167835,"tr_customer_product_id":167825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:41.000Z","name":"Donny Hayes","mobile_number":"206-293-1033","email_id":"Kenyon.Walsh@yahoo.com","dop":"2025-06-18","serial_number":"10185353647351","imei1":"10185353647351","imei2":"10185353647351","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167815,"job_number":"JOB_167815","tr_customer_id":167832,"tr_customer_product_id":167822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:04.000Z","modified_at":"2026-01-27T06:23:42.000Z","name":"Ellis Walter","mobile_number":"583-518-4689","email_id":"Vena_Streich@hotmail.com","dop":"2025-04-06","serial_number":"18312915331901","imei1":"18312915331901","imei2":"18312915331901","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167809,"job_number":"JOB_167809","tr_customer_id":167826,"tr_customer_product_id":167816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:31.000Z","modified_at":"2026-01-27T06:21:07.000Z","name":"Pansy Fritsch","mobile_number":"318-635-6350","email_id":"Lenore22@gmail.com","dop":"2025-04-06","serial_number":"12752952311240","imei1":"12752952311240","imei2":"12752952311240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167800,"job_number":"JOB_167800","tr_customer_id":167817,"tr_customer_product_id":167807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:20:23.000Z","name":"Jennyfer Weber","mobile_number":"506-331-5511","email_id":"Bradly_Wisozk54@yahoo.com","dop":"2025-04-06","serial_number":"16469269473320","imei1":"16469269473320","imei2":"16469269473320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167797,"job_number":"JOB_167797","tr_customer_id":167814,"tr_customer_product_id":167804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:39.000Z","name":"Eloy Ledner","mobile_number":"477-272-0753","email_id":"Dessie.Metz@gmail.com","dop":"2025-04-06","serial_number":"15793220981851","imei1":"15793220981851","imei2":"15793220981851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167791,"job_number":"JOB_167791","tr_customer_id":167808,"tr_customer_product_id":167798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:39.000Z","modified_at":"2026-01-27T05:20:16.000Z","name":"Alisha Jast","mobile_number":"302-636-5500","email_id":"Christ.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10308584976477","imei1":"10308584976477","imei2":"10308584976477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:20:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167788,"job_number":"JOB_167788","tr_customer_id":167805,"tr_customer_product_id":167795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:54.000Z","modified_at":"2026-01-27T05:19:31.000Z","name":"Talia Nicolas","mobile_number":"760-854-8658","email_id":"Melyna_Trantow7@gmail.com","dop":"2025-04-06","serial_number":"15591401403235","imei1":"15591401403235","imei2":"15591401403235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:19:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167785,"job_number":"JOB_167785","tr_customer_id":167802,"tr_customer_product_id":167792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:09.000Z","modified_at":"2026-01-27T05:18:46.000Z","name":"Bert Cremin","mobile_number":"880-469-4883","email_id":"Mertie36@gmail.com","dop":"2025-04-06","serial_number":"10424599133818","imei1":"10424599133818","imei2":"10424599133818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167782,"job_number":"JOB_167782","tr_customer_id":167799,"tr_customer_product_id":167789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:11.000Z","modified_at":"2026-01-27T05:01:48.000Z","name":"Cyrus Prosacco","mobile_number":"968-467-5339","email_id":"Aiyana.Bashirian@yahoo.com","dop":"2025-04-06","serial_number":"15957104757718","imei1":"15957104757718","imei2":"15957104757718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167780,"job_number":"JOB_167780","tr_customer_id":167797,"tr_customer_product_id":167787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:53.000Z","modified_at":"2026-01-27T05:01:30.000Z","name":"Penelope Haley","mobile_number":"314-974-3233","email_id":"Domingo14@yahoo.com","dop":"2025-04-06","serial_number":"18569555503460","imei1":"18569555503460","imei2":"18569555503460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167778,"job_number":"JOB_167778","tr_customer_id":167795,"tr_customer_product_id":167785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:09.000Z","modified_at":"2026-01-27T04:59:48.000Z","name":"Tina Fahey","mobile_number":"555-225-7781","email_id":"Dolly93@gmail.com","dop":"2025-04-06","serial_number":"18314748738357","imei1":"18314748738357","imei2":"18314748738357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167776,"job_number":"JOB_167776","tr_customer_id":167793,"tr_customer_product_id":167783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:24.000Z","modified_at":"2026-01-27T04:59:02.000Z","name":"Keith Ernser","mobile_number":"971-520-9943","email_id":"Jean97@gmail.com","dop":"2025-04-06","serial_number":"15123889471853","imei1":"15123889471853","imei2":"15123889471853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167774,"job_number":"JOB_167774","tr_customer_id":167791,"tr_customer_product_id":167781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:38.000Z","modified_at":"2026-01-27T04:58:16.000Z","name":"Houston Lockman","mobile_number":"807-303-0969","email_id":"Katelin_Wintheiser@yahoo.com","dop":"2025-04-06","serial_number":"10033490901667","imei1":"10033490901667","imei2":"10033490901667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167773,"job_number":"JOB_167773","tr_customer_id":167790,"tr_customer_product_id":167780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:52:06.000Z","name":"Akeem Hirthe","mobile_number":"846-525-7749","email_id":"Victoria58@gmail.com","dop":"2025-07-01","serial_number":"109682923227161","imei1":"109682923227161","imei2":"109682923227161","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167771,"job_number":"JOB_167771","tr_customer_id":167788,"tr_customer_product_id":167778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:52.000Z","name":"Lauretta Ledner","mobile_number":"979-501-3503","email_id":"Ephraim67@yahoo.com","dop":"2025-07-01","serial_number":"102525710077270","imei1":"102525710077270","imei2":"102525710077270","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:51:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167766,"job_number":"JOB_167766","tr_customer_id":167783,"tr_customer_product_id":167773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:04.000Z","modified_at":"2026-01-27T04:43:44.000Z","name":"Tiara Gerlach","mobile_number":"705-255-9198","email_id":"Alan.Dietrich48@yahoo.com","dop":"2025-04-06","serial_number":"13673813176470","imei1":"13673813176470","imei2":"13673813176470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167763,"job_number":"JOB_167763","tr_customer_id":167780,"tr_customer_product_id":167770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:16.000Z","modified_at":"2026-01-27T04:42:56.000Z","name":"Holden Altenwerth","mobile_number":"331-282-0181","email_id":"Christop_Fahey@gmail.com","dop":"2025-04-06","serial_number":"11081960558031","imei1":"11081960558031","imei2":"11081960558031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167760,"job_number":"JOB_167760","tr_customer_id":167777,"tr_customer_product_id":167767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:42:08.000Z","name":"Mackenzie Herman","mobile_number":"617-390-5098","email_id":"Dwight_Flatley77@hotmail.com","dop":"2025-04-06","serial_number":"13555570658205","imei1":"13555570658205","imei2":"13555570658205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167756,"job_number":"JOB_167756","tr_customer_id":167773,"tr_customer_product_id":167763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:08.000Z","modified_at":"2026-01-27T04:05:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74072070477227","imei1":"74072070477227","imei2":"74072070477227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167749,"job_number":"JOB_167749","tr_customer_id":167766,"tr_customer_product_id":167756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:36.000Z","modified_at":"2026-01-27T04:05:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24590586092397","imei1":"24590586092397","imei2":"24590586092397","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167742,"job_number":"JOB_167742","tr_customer_id":167759,"tr_customer_product_id":167749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:04.000Z","modified_at":"2026-01-27T04:04:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19395955050300","imei1":"19395955050300","imei2":"19395955050300","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167734,"job_number":"JOB_167734","tr_customer_id":167751,"tr_customer_product_id":167741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:01:06.000Z","name":"Dedric Dach","mobile_number":"454-939-6364","email_id":"Quinton_Mohr96@hotmail.com","dop":"2025-04-06","serial_number":"15561692835654","imei1":"15561692835654","imei2":"15561692835654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167731,"job_number":"JOB_167731","tr_customer_id":167748,"tr_customer_product_id":167738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T04:00:35.000Z","name":"Nils Price","mobile_number":"848-506-9428","email_id":"Hope26@gmail.com","dop":"2025-04-06","serial_number":"11136216434096","imei1":"11136216434096","imei2":"11136216434096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167728,"job_number":"JOB_167728","tr_customer_id":167745,"tr_customer_product_id":167735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T04:00:17.000Z","name":"Camron McCullough","mobile_number":"343-821-8580","email_id":"Lucas.Kunze44@hotmail.com","dop":"2025-04-06","serial_number":"15156817870785","imei1":"15156817870785","imei2":"15156817870785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167725,"job_number":"JOB_167725","tr_customer_id":167742,"tr_customer_product_id":167732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T04:00:11.000Z","name":"Lorena Raynor","mobile_number":"505-412-7010","email_id":"Jayson36@gmail.com","dop":"2000-01-31","serial_number":"10356871190723","imei1":"10356871190723","imei2":"10356871190723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167722,"job_number":"JOB_167722","tr_customer_id":167739,"tr_customer_product_id":167729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T04:00:04.000Z","name":"Johnpaul VonRueden","mobile_number":"695-818-2037","email_id":"Josue88@hotmail.com","dop":"2025-04-06","serial_number":"11345006253222","imei1":"11345006253222","imei2":"11345006253222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167719,"job_number":"JOB_167719","tr_customer_id":167736,"tr_customer_product_id":167726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:51.000Z","name":"Brock Williamson","mobile_number":"289-805-9878","email_id":"Shaun.Wiegand@yahoo.com","dop":"2025-04-06","serial_number":"12249866341232","imei1":"12249866341232","imei2":"12249866341232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167713,"job_number":"JOB_167713","tr_customer_id":167730,"tr_customer_product_id":167720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:45.000Z","name":"Demetris McDermott","mobile_number":"892-834-6175","email_id":"Rylan_Weber42@yahoo.com","dop":"2025-04-06","serial_number":"12065573541048","imei1":"12065573541048","imei2":"12065573541048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167710,"job_number":"JOB_167710","tr_customer_id":167727,"tr_customer_product_id":167717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:43.000Z","name":"Jadon Morar","mobile_number":"323-667-0750","email_id":"Easton.Anderson@yahoo.com","dop":"2025-04-06","serial_number":"17965079550692","imei1":"17965079550692","imei2":"17965079550692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167704,"job_number":"JOB_167704","tr_customer_id":167721,"tr_customer_product_id":167711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:59:33.000Z","name":"Vince Schimmel","mobile_number":"478-276-5763","email_id":"Lou_Shanahan@hotmail.com","dop":"2025-04-06","serial_number":"13224935401756","imei1":"13224935401756","imei2":"13224935401756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167700,"job_number":"JOB_167700","tr_customer_id":167717,"tr_customer_product_id":167707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:50.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Stanford Grady","mobile_number":"998-542-9403","email_id":"Meggie_Vandervort63@yahoo.com","dop":"2026-01-04","serial_number":"16049334971563","imei1":"16049334971563","imei2":"16049334971563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167699,"job_number":"JOB_167699","tr_customer_id":167716,"tr_customer_product_id":167706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Ruth Spinka","mobile_number":"567-517-0880","email_id":"Junius_Emard@gmail.com","dop":"2000-01-31","serial_number":"10994193539382","imei1":"10994193539382","imei2":"10994193539382","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167694,"job_number":"JOB_167694","tr_customer_id":167711,"tr_customer_product_id":167701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Tristian Hyatt","mobile_number":"790-919-9318","email_id":"Holly.Halvorson11@hotmail.com","dop":"2025-04-06","serial_number":"18978779641805","imei1":"18978779641805","imei2":"18978779641805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167693,"job_number":"JOB_167693","tr_customer_id":167710,"tr_customer_product_id":167700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Ruth Bartell","mobile_number":"918-233-1057","email_id":"Carmela.Little@yahoo.com","dop":"2025-04-06","serial_number":"16603912358281","imei1":"16603912358281","imei2":"16603912358281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167684,"job_number":"JOB_167684","tr_customer_id":167701,"tr_customer_product_id":167691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:16.000Z","name":"Jeramie Maggio","mobile_number":"786-396-4048","email_id":"Laverne.Wyman16@hotmail.com","dop":"2025-04-06","serial_number":"14322311223889","imei1":"14322311223889","imei2":"14322311223889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167683,"job_number":"JOB_167683","tr_customer_id":167700,"tr_customer_product_id":167690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Gloria Herman","mobile_number":"813-628-4878","email_id":"Heather.Howe@hotmail.com","dop":"2025-04-06","serial_number":"12891406720167","imei1":"12891406720167","imei2":"12891406720167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167680,"job_number":"JOB_167680","tr_customer_id":167697,"tr_customer_product_id":167687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:59:17.000Z","name":"Jazmyne Deckow","mobile_number":"226-299-1912","email_id":"Dangelo60@hotmail.com","dop":"2025-04-06","serial_number":"17185399314974","imei1":"17185399314974","imei2":"17185399314974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167677,"job_number":"JOB_167677","tr_customer_id":167694,"tr_customer_product_id":167684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:30.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Maggie Wunsch","mobile_number":"463-465-6284","email_id":"Moses_Luettgen@gmail.com","dop":"2025-04-06","serial_number":"16707991643310","imei1":"16707991643310","imei2":"16707991643310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167674,"job_number":"JOB_167674","tr_customer_id":167691,"tr_customer_product_id":167681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Reece Hagenes","mobile_number":"352-694-6042","email_id":"Monserrate27@yahoo.com","dop":"2025-04-06","serial_number":"16477743361753","imei1":"16477743361753","imei2":"16477743361753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167670,"job_number":"JOB_167670","tr_customer_id":167687,"tr_customer_product_id":167677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:59:01.000Z","name":"Claudia Ernser","mobile_number":"614-220-6810","email_id":"Lloyd20@hotmail.com","dop":"2025-04-06","serial_number":"12106786739450","imei1":"12106786739450","imei2":"12106786739450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167668,"job_number":"JOB_167668","tr_customer_id":167685,"tr_customer_product_id":167675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:59.000Z","name":"Earnestine Turner","mobile_number":"392-761-9346","email_id":"Glennie26@yahoo.com","dop":"2025-04-06","serial_number":"12775873567516","imei1":"12775873567516","imei2":"12775873567516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167665,"job_number":"JOB_167665","tr_customer_id":167682,"tr_customer_product_id":167672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:55.000Z","name":"Winston Runolfsson","mobile_number":"574-557-1859","email_id":"Eldon.Bechtelar@gmail.com","dop":"2025-04-06","serial_number":"14560577097895","imei1":"14560577097895","imei2":"14560577097895","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167662,"job_number":"JOB_167662","tr_customer_id":167679,"tr_customer_product_id":167669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:53.000Z","name":"Daphnee Mueller","mobile_number":"577-891-9429","email_id":"Jesse.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"10283043729439","imei1":"10283043729439","imei2":"10283043729439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167658,"job_number":"JOB_167658","tr_customer_id":167675,"tr_customer_product_id":167665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Giovani Becker","mobile_number":"836-554-6598","email_id":"Justice.Gerlach17@gmail.com","dop":"2000-01-31","serial_number":"10624707653449","imei1":"10624707653449","imei2":"10624707653449","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167657,"job_number":"JOB_167657","tr_customer_id":167674,"tr_customer_product_id":167664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Juston Harvey","mobile_number":"486-447-3733","email_id":"Arlo_Harber@yahoo.com","dop":"2026-01-04","serial_number":"19484132032512","imei1":"19484132032512","imei2":"19484132032512","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167652,"job_number":"JOB_167652","tr_customer_id":167669,"tr_customer_product_id":167659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:03.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Yvonne Beatty","mobile_number":"938-538-7270","email_id":"Harley58@gmail.com","dop":"2025-04-06","serial_number":"10337553747472","imei1":"10337553747472","imei2":"10337553747472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167650,"job_number":"JOB_167650","tr_customer_id":167667,"tr_customer_product_id":167657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Elizabeth Mayer","mobile_number":"239-473-6514","email_id":"Pedro.Zemlak38@yahoo.com","dop":"2025-04-06","serial_number":"13196075461242","imei1":"13196075461242","imei2":"13196075461242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167643,"job_number":"JOB_167643","tr_customer_id":167660,"tr_customer_product_id":167650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:58:33.000Z","name":"Robyn Schmeler","mobile_number":"907-510-1822","email_id":"Emely.Koepp50@gmail.com","dop":"2025-04-06","serial_number":"10144809869542","imei1":"10144809869542","imei2":"10144809869542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167640,"job_number":"JOB_167640","tr_customer_id":167657,"tr_customer_product_id":167647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:58:32.000Z","name":"Adrienne Grimes","mobile_number":"729-212-0939","email_id":"Brenda34@yahoo.com","dop":"2025-04-06","serial_number":"12219865944575","imei1":"12219865944575","imei2":"12219865944575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167637,"job_number":"JOB_167637","tr_customer_id":167654,"tr_customer_product_id":167644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Nova Stamm","mobile_number":"693-895-3641","email_id":"Brody.Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"16445619666337","imei1":"16445619666337","imei2":"16445619666337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167629,"job_number":"JOB_167629","tr_customer_id":167646,"tr_customer_product_id":167636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16285862842434","imei2":"16285862842434","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167627,"job_number":"JOB_167627","tr_customer_id":167644,"tr_customer_product_id":167634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Charley Schroeder","mobile_number":"568-209-7381","email_id":"Ara90@yahoo.com","dop":"2025-04-06","serial_number":"16362528662636","imei1":"16362528662636","imei2":"16362528662636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167623,"job_number":"JOB_167623","tr_customer_id":167640,"tr_customer_product_id":167630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:15.000Z","name":"Louisa Becker","mobile_number":"387-647-0142","email_id":"Tania.Thompson21@gmail.com","dop":"2025-04-06","serial_number":"15989499921791","imei1":"15989499921791","imei2":"15989499921791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167621,"job_number":"JOB_167621","tr_customer_id":167638,"tr_customer_product_id":167628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Jacklyn Jakubowski","mobile_number":"297-831-5014","email_id":"Mia.Sanford25@hotmail.com","dop":"2025-04-06","serial_number":"11316762641745","imei1":"11316762641745","imei2":"11316762641745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167615,"job_number":"JOB_167615","tr_customer_id":167632,"tr_customer_product_id":167622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Flavio Roberts","mobile_number":"486-327-5797","email_id":"Lexie_Konopelski@hotmail.com","dop":"2025-05-30","serial_number":"11200459191432","imei1":"11200459191432","imei2":"11200459191432","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167614,"job_number":"JOB_167614","tr_customer_id":167631,"tr_customer_product_id":167621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:13.000Z","name":"Garfield Trantow","mobile_number":"242-483-1707","email_id":"Giovani.Schuppe16@gmail.com","dop":"2025-06-18","serial_number":"10352114694924","imei1":"10352114694924","imei2":"10352114694924","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167613,"job_number":"JOB_167613","tr_customer_id":167630,"tr_customer_product_id":167620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Devonte O'Connell","mobile_number":"401-954-4982","email_id":"Ariane.Marks54@hotmail.com","dop":"2025-04-06","serial_number":"19501973653514","imei1":"19501973653514","imei2":"19501973653514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167609,"job_number":"JOB_167609","tr_customer_id":167626,"tr_customer_product_id":167616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17302095058646","imei2":"17302095058646","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167606,"job_number":"JOB_167606","tr_customer_id":167623,"tr_customer_product_id":167613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:27.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Adalberto Dare","mobile_number":"493-574-9135","email_id":"Maegan_Considine@gmail.com","dop":"2025-04-06","serial_number":"16021243648821","imei1":"16021243648821","imei2":"16021243648821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167602,"job_number":"JOB_167602","tr_customer_id":167619,"tr_customer_product_id":167609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Grace Blick","mobile_number":"744-224-5481","email_id":"Nayeli.Wintheiser@hotmail.com","dop":"2000-01-31","serial_number":"10459943038758","imei1":"10459943038758","imei2":"10459943038758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167600,"job_number":"JOB_167600","tr_customer_id":167617,"tr_customer_product_id":167607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Sherman DuBuque","mobile_number":"937-364-8939","email_id":"Jettie_Schowalter@hotmail.com","dop":"2026-01-04","serial_number":"17965430311336","imei1":"17965430311336","imei2":"17965430311336","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167596,"job_number":"JOB_167596","tr_customer_id":167613,"tr_customer_product_id":167603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:55.000Z","name":"Garland Herman","mobile_number":"810-930-1921","email_id":"Brayan.Zemlak4@hotmail.com","dop":"2025-04-06","serial_number":"15119514571700","imei1":"15119514571700","imei2":"15119514571700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167593,"job_number":"JOB_167593","tr_customer_id":167610,"tr_customer_product_id":167600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14638873223178","imei2":"14638873223178","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167591,"job_number":"JOB_167591","tr_customer_id":167608,"tr_customer_product_id":167598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Jailyn Blanda","mobile_number":"281-356-8623","email_id":"Emelie_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18291131966712","imei1":"18291131966712","imei2":"18291131966712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167587,"job_number":"JOB_167587","tr_customer_id":167604,"tr_customer_product_id":167594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:49.000Z","name":"Amani Donnelly","mobile_number":"253-395-8643","email_id":"Diamond_Keebler@hotmail.com","dop":"2025-04-06","serial_number":"10832037510535","imei1":"10832037510535","imei2":"10832037510535","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167584,"job_number":"JOB_167584","tr_customer_id":167601,"tr_customer_product_id":167591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:10.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Cole Rath","mobile_number":"325-290-3631","email_id":"Berry_Schuster@hotmail.com","dop":"2025-04-06","serial_number":"11190183779068","imei1":"11190183779068","imei2":"11190183779068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167581,"job_number":"JOB_167581","tr_customer_id":167598,"tr_customer_product_id":167588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:00.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Gwendolyn Hackett","mobile_number":"673-237-0686","email_id":"Christina_McClure8@yahoo.com","dop":"2025-04-06","serial_number":"14889064039695","imei1":"14889064039695","imei2":"14889064039695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167577,"job_number":"JOB_167577","tr_customer_id":167594,"tr_customer_product_id":167584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:57:33.000Z","name":"Marilie Rohan","mobile_number":"248-304-9540","email_id":"Vance25@yahoo.com","dop":"2025-04-06","serial_number":"15987577073440","imei1":"15987577073440","imei2":"15987577073440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167573,"job_number":"JOB_167573","tr_customer_id":167590,"tr_customer_product_id":167580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:31.000Z","name":"Austen Champlin","mobile_number":"469-982-3538","email_id":"Albin_Treutel36@gmail.com","dop":"2025-04-06","serial_number":"14891749000162","imei1":"14891749000162","imei2":"14891749000162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167571,"job_number":"JOB_167571","tr_customer_id":167588,"tr_customer_product_id":167578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Rosella Bergstrom","mobile_number":"701-715-2032","email_id":"Kassandra39@yahoo.com","dop":"2025-04-06","serial_number":"14025417199656","imei1":"14025417199656","imei2":"14025417199656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167568,"job_number":"JOB_167568","tr_customer_id":167585,"tr_customer_product_id":167575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:57:30.000Z","name":"Damion Walker","mobile_number":"425-372-2349","email_id":"Zola23@hotmail.com","dop":"2025-04-06","serial_number":"11972983969648","imei1":"11972983969648","imei2":"11972983969648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167567,"job_number":"JOB_167567","tr_customer_id":167584,"tr_customer_product_id":167574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Kirsten Purdy","mobile_number":"667-490-5340","email_id":"Ellsworth.Lynch@yahoo.com","dop":"2025-06-18","serial_number":"10974195504643","imei1":"10974195504643","imei2":"10974195504643","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167564,"job_number":"JOB_167564","tr_customer_id":167581,"tr_customer_product_id":167571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:47.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Ralph Gerlach","mobile_number":"746-208-3832","email_id":"Trey_Reilly@gmail.com","dop":"2025-04-06","serial_number":"16572571827001","imei1":"16572571827001","imei2":"16572571827001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167562,"job_number":"JOB_167562","tr_customer_id":167579,"tr_customer_product_id":167569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Lue Schinner","mobile_number":"470-782-4153","email_id":"Braulio37@hotmail.com","dop":"2025-04-06","serial_number":"19673463751655","imei1":"19673463751655","imei2":"19673463751655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167560,"job_number":"JOB_167560","tr_customer_id":167577,"tr_customer_product_id":167567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:38.000Z","modified_at":"2026-01-27T03:56:47.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"46832736178143","imei1":"46832736178143","imei2":"46832736178143","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167558,"job_number":"JOB_167558","tr_customer_id":167575,"tr_customer_product_id":167565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:56:36.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"86433522314885","imei1":"86433522314885","imei2":"86433522314885","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167557,"job_number":"JOB_167557","tr_customer_id":167574,"tr_customer_product_id":167564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:57:03.000Z","name":"Cortez Okuneva","mobile_number":"243-379-2128","email_id":"Evangeline.Haag37@yahoo.com","dop":"2025-04-06","serial_number":"13784274402878","imei1":"13784274402878","imei2":"13784274402878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167555,"job_number":"JOB_167555","tr_customer_id":167572,"tr_customer_product_id":167562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:18.000Z","modified_at":"2026-01-27T03:05:53.000Z","name":"Lue Koss","mobile_number":"890-272-0890","email_id":"Kariane88@yahoo.com","dop":"2025-04-06","serial_number":"12622222412301","imei1":"12622222412301","imei2":"12622222412301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167552,"job_number":"JOB_167552","tr_customer_id":167569,"tr_customer_product_id":167559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:05:10.000Z","name":"Ines Bins","mobile_number":"331-644-1254","email_id":"Marianne95@hotmail.com","dop":"2025-04-06","serial_number":"10196588918332","imei1":"10196588918332","imei2":"10196588918332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167549,"job_number":"JOB_167549","tr_customer_id":167566,"tr_customer_product_id":167556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:04:28.000Z","name":"Murphy Walker","mobile_number":"437-509-6401","email_id":"Jadyn_Dickinson89@hotmail.com","dop":"2025-04-06","serial_number":"16209779649139","imei1":"16209779649139","imei2":"16209779649139","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 638ms
Mean size per request: 1013B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzU1MH0.v-EPXMmLiil68TBBm5Q0qDe_LuSYmELBbuo9UKDVhjE
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 3767c310-bee8-48cf-8cb8-4b6bc65d6807
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1013
ETag W/"3f5-9jOefDLxagBdCmkK6T+l728WBN0"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":168617,"job_number":"JOB_168617","tr_customer_id":168634,"tr_customer_product_id":168624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:44.000Z","modified_at":"2026-01-27T17:05:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18490025444105","imei2":"18490025444105","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-27T17:05:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151329}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzU1MH0.v-EPXMmLiil68TBBm5Q0qDe_LuSYmELBbuo9UKDVhjE
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token b2e0ec81-5646-4342-af0a-26c6e931db06
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 26
Request Body
{
            "job_id": 168617
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 643ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUzMzU1MH0.v-EPXMmLiil68TBBm5Q0qDe_LuSYmELBbuo9UKDVhjE
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token de99a953-ba48-4698-9d29-f15532336277
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 79181f41-b6dc-4d62-ae23-cea7a5b30e4b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-YzChx/yC56+snP4rT62GgMXenko"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NTN9.wMI4tbmtNkCasFrZ6WhhPhwaAKmd9tYtuhO74uHfm3k"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDJ9.zF46uyWskZN1qtN2Tj1SJHfj2DlGbdFt42LcxdsOJds
Connection keep-alive
If-None-Match W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token b9437f62-7767-449a-8aed-2453cc31c90d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c9-Ld6hKByAvaJhFG+2eukoSrTwhJs"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 243B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDJ9.zF46uyWskZN1qtN2Tj1SJHfj2DlGbdFt42LcxdsOJds
Connection keep-alive
If-None-Match W/"c9-Ld6hKByAvaJhFG+2eukoSrTwhJs"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 2e5acd52-ad64-49cc-a831-1548271ff478
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 243
ETag W/"f3-6Ddro/EjL+ZDJD4R0NMLwctfQss"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":2},{"label":"Created today","key":"created_today","count":1052},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 1.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDJ9.zF46uyWskZN1qtN2Tj1SJHfj2DlGbdFt42LcxdsOJds
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 84f9fc49-1d6e-4167-a2e0-a8974c3e0ba0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7cb-xnk0mnzldjpVMj7u/eUI51pWQkA"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168266,"job_number":"JOB_168266","tr_customer_id":168283,"tr_customer_product_id":168273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:18.000Z","modified_at":"2026-01-27T15:29:54.000Z","name":"Ena Jakubowski","mobile_number":"767-899-9822","email_id":"Conor_Gleason71@yahoo.com","dop":"2025-02-01","serial_number":"53730589633809","imei1":"53730589633809","imei2":"53730589633809","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T15:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168617,"job_number":"JOB_168617","tr_customer_id":168634,"tr_customer_product_id":168624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:44.000Z","modified_at":"2026-01-27T17:05:52.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18490025444105","imei2":"18490025444105","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T17:05:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 240ms
Mean size per request: 1.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDJ9.zF46uyWskZN1qtN2Tj1SJHfj2DlGbdFt42LcxdsOJds
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 2a28025f-c23f-4b89-af62-651be8f15dd5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7cb-xnk0mnzldjpVMj7u/eUI51pWQkA"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168266,"job_number":"JOB_168266","tr_customer_id":168283,"tr_customer_product_id":168273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:18.000Z","modified_at":"2026-01-27T15:29:54.000Z","name":"Ena Jakubowski","mobile_number":"767-899-9822","email_id":"Conor_Gleason71@yahoo.com","dop":"2025-02-01","serial_number":"53730589633809","imei1":"53730589633809","imei2":"53730589633809","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T15:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168617,"job_number":"JOB_168617","tr_customer_id":168634,"tr_customer_product_id":168624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:44.000Z","modified_at":"2026-01-27T17:05:52.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18490025444105","imei2":"18490025444105","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T17:05:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151329}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDJ9.zF46uyWskZN1qtN2Tj1SJHfj2DlGbdFt42LcxdsOJds
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 604a9387-a5db-48d8-94dd-cda6dc7a0f59
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 26
Request Body
{
            "job_id": 168617
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7d7-SgjB97F0i27vfE3bqA/Mt3qwSd4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 1021B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDJ9.zF46uyWskZN1qtN2Tj1SJHfj2DlGbdFt42LcxdsOJds
Connection keep-alive
If-None-Match W/"7d7-SgjB97F0i27vfE3bqA/Mt3qwSd4"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 12e81503-26d0-458b-a711-69e758cf03f7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1021
ETag W/"3fd-PFq7UD4OvwZSzDRZ5IXDDvHoQx8"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":168266,"job_number":"JOB_168266","tr_customer_id":168283,"tr_customer_product_id":168273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:18.000Z","modified_at":"2026-01-27T15:29:54.000Z","name":"Ena Jakubowski","mobile_number":"767-899-9822","email_id":"Conor_Gleason71@yahoo.com","dop":"2025-02-01","serial_number":"53730589633809","imei1":"53730589633809","imei2":"53730589633809","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T15:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f2-3U0Wmp7xOxKy5S90JzrjjO0kV28"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 243B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDJ9.zF46uyWskZN1qtN2Tj1SJHfj2DlGbdFt42LcxdsOJds
Connection keep-alive
If-None-Match W/"f2-3U0Wmp7xOxKy5S90JzrjjO0kV28"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token c533aa86-8712-4ed0-94a5-935843310e0f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 243
ETag W/"f3-NzbhS3GpH3u/k9IQoDLjQul3AJA"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":1052},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 881ms
Mean size per request: 1021.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDJ9.zF46uyWskZN1qtN2Tj1SJHfj2DlGbdFt42LcxdsOJds
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 1fdbb75c-806c-4bf3-9f68-57a8bc8bb382
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"ff5aa-wa+fI4hhBKA5pcmuIJ3vyvSWFKY"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":168555,"job_number":"JOB_168555","tr_customer_id":168572,"tr_customer_product_id":168562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:04.000Z","modified_at":"2026-01-27T14:39:14.000Z","name":"giyu tomiaka","mobile_number":"664-638-8499","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"942601100539197","imei1":"942601100539197","imei2":"942601100539197","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168554,"job_number":"JOB_168554","tr_customer_id":168571,"tr_customer_product_id":168561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:52.000Z","modified_at":"2026-01-27T14:39:02.000Z","name":"tanjiro kamado","mobile_number":"433-273-3217","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"207073624441731","imei1":"207073624441731","imei2":"207073624441731","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168553,"job_number":"JOB_168553","tr_customer_id":168570,"tr_customer_product_id":168560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:40.000Z","modified_at":"2026-01-27T14:38:50.000Z","name":"saitama sensei","mobile_number":"339-446-2160","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"875463016242838","imei1":"875463016242838","imei2":"875463016242838","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168535,"job_number":"JOB_168535","tr_customer_id":168552,"tr_customer_product_id":168542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Larissa Leuschke","mobile_number":"426-795-3122","email_id":"Elna.Rolfson28@hotmail.com","dop":"2025-06-09","serial_number":"109669950200651","imei1":"109669950200651","imei2":"109669950200651","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168534,"job_number":"JOB_168534","tr_customer_id":168551,"tr_customer_product_id":168541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:29.000Z","name":"Garfield Farrell","mobile_number":"952-254-4057","email_id":"Domenick87@hotmail.com","dop":"2025-06-09","serial_number":"100645100343978","imei1":"100645100343978","imei2":"100645100343978","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168533,"job_number":"JOB_168533","tr_customer_id":168550,"tr_customer_product_id":168540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:16.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103570441628619","imei1":"103570441628619","imei2":"103570441628619","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168530,"job_number":"JOB_168530","tr_customer_id":168547,"tr_customer_product_id":168537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Izaiah Kozey","mobile_number":"445-730-8619","email_id":"Tomasa2@hotmail.com","dop":"2025-06-09","serial_number":"105219142185075","imei1":"105219142185075","imei2":"105219142185075","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168528,"job_number":"JOB_168528","tr_customer_id":168545,"tr_customer_product_id":168535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:36:11.000Z","name":"Blanche VonRueden","mobile_number":"500-940-1093","email_id":"Andre.Schmidt@yahoo.com","dop":"2025-06-09","serial_number":"103384821840244","imei1":"103384821840244","imei2":"103384821840244","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168526,"job_number":"JOB_168526","tr_customer_id":168543,"tr_customer_product_id":168533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100344471231049","imei1":"100344471231049","imei2":"100344471231049","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168525,"job_number":"JOB_168525","tr_customer_id":168542,"tr_customer_product_id":168532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:43.000Z","modified_at":"2026-01-27T14:35:43.000Z","name":"Elise Dicki","mobile_number":"458-642-9793","email_id":"Reece.Crist@gmail.com","dop":"2025-06-09","serial_number":"16083747907973634","imei1":"16083747907973634","imei2":"16083747907973634","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168524,"job_number":"JOB_168524","tr_customer_id":168541,"tr_customer_product_id":168531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:42.000Z","modified_at":"2026-01-27T14:35:42.000Z","name":"Chaz Bogisich","mobile_number":"392-210-9533","email_id":"Celia_Kris@yahoo.com","dop":"2025-06-09","serial_number":"108671743184142","imei1":"108671743184142","imei2":"108671743184142","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168523,"job_number":"JOB_168523","tr_customer_id":168540,"tr_customer_product_id":168530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:41.000Z","modified_at":"2026-01-27T14:35:54.000Z","name":"Godfrey Dickens","mobile_number":"885-371-1600","email_id":"Cecelia.Satterfield13@yahoo.com","dop":"2025-06-09","serial_number":"107593543432128","imei1":"107593543432128","imei2":"107593543432128","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168522,"job_number":"JOB_168522","tr_customer_id":168539,"tr_customer_product_id":168529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:41.000Z","modified_at":"2026-01-27T14:35:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109228975100349","imei1":"109228975100349","imei2":"109228975100349","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168454,"job_number":"JOB_168454","tr_customer_id":168471,"tr_customer_product_id":168461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:02.000Z","modified_at":"2026-01-27T14:29:21.000Z","name":"Harsha VK","mobile_number":"8217871373","email_id":"harshahar03@gmail.com","dop":"2026-01-07","serial_number":"12312343243432","imei1":"12312343243432","imei2":"12312343243432","popurl":"2026-01-07T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-27T14:29:21.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":168420,"job_number":"JOB_168420","tr_customer_id":168437,"tr_customer_product_id":168427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:08.000Z","modified_at":"2026-01-27T14:20:32.000Z","name":"Jalyn Roberts","mobile_number":"622-230-0011","email_id":"Jess.Grant61@yahoo.com","dop":"2025-10-01","serial_number":"11790772838237","imei1":"11790772838237","imei2":"11790772838237","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168419,"job_number":"JOB_168419","tr_customer_id":168436,"tr_customer_product_id":168426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Herta Muller","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166178795897785","imei1":"166178795897785","imei2":"166178795897785","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168418,"job_number":"JOB_168418","tr_customer_id":168435,"tr_customer_product_id":168425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Tom Weber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"166434105009195","imei1":"166434105009195","imei2":"166434105009195","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168417,"job_number":"JOB_168417","tr_customer_id":168434,"tr_customer_product_id":168424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:03.000Z","modified_at":"2026-01-27T14:20:03.000Z","name":"Beryl Borer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128719321275112","imei1":"128719321275112","imei2":"128719321275112","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168416,"job_number":"JOB_168416","tr_customer_id":168433,"tr_customer_product_id":168423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:20:02.000Z","modified_at":"2026-01-27T14:20:02.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"184639982898047","imei1":"184639982898047","imei2":"184639982898047","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168415,"job_number":"JOB_168415","tr_customer_id":168432,"tr_customer_product_id":168422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:49.000Z","modified_at":"2026-01-27T14:19:49.000Z","name":"Lennie Hyatt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128484971475887","imei1":"128484971475887","imei2":"128484971475887","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168414,"job_number":"JOB_168414","tr_customer_id":168431,"tr_customer_product_id":168421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Irwin Schulist","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170474120072593","imei1":"170474120072593","imei2":"170474120072593","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168413,"job_number":"JOB_168413","tr_customer_id":168430,"tr_customer_product_id":168420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"Kaitlin Macejkovic","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123011456727925","imei1":"123011456727925","imei2":"123011456727925","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168412,"job_number":"JOB_168412","tr_customer_id":168429,"tr_customer_product_id":168419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:19:48.000Z","modified_at":"2026-01-27T14:19:48.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"136721794885198","imei1":"136721794885198","imei2":"136721794885198","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168408,"job_number":"JOB_168408","tr_customer_id":168425,"tr_customer_product_id":168415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:03.000Z","modified_at":"2026-01-27T14:03:15.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"61244624026113","imei1":"61244624026113","imei2":"61244624026113","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:03:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168404,"job_number":"JOB_168404","tr_customer_id":168421,"tr_customer_product_id":168411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:47.000Z","modified_at":"2026-01-27T14:02:59.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"83368626841605","imei1":"83368626841605","imei2":"83368626841605","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168024,"job_number":"JOB_168024","tr_customer_id":168041,"tr_customer_product_id":168031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:44:16.000Z","modified_at":"2026-01-27T16:39:15.000Z","name":"Nitin Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"97707161098983","imei1":"97707161098983","imei2":"97707161098983","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167975,"job_number":"JOB_167975","tr_customer_id":167992,"tr_customer_product_id":167982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:57.000Z","name":"Tyra Bode","mobile_number":"345-387-5492","email_id":"Vinnie_Hansen8@hotmail.com","dop":"2025-11-04","serial_number":"15467931154278","imei1":"15467931154278","imei2":"15467931154278","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167972,"job_number":"JOB_167972","tr_customer_id":167989,"tr_customer_product_id":167979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:27.000Z","modified_at":"2026-01-27T07:47:40.000Z","name":"Myrtie Von","mobile_number":"535-695-3663","email_id":"Garry.Deckow@gmail.com","dop":"2025-11-04","serial_number":"55820820197905","imei1":"55820820197905","imei2":"55820820197905","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167971,"job_number":"JOB_167971","tr_customer_id":167988,"tr_customer_product_id":167978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:10.000Z","modified_at":"2026-01-27T07:47:22.000Z","name":"Hailey Rath","mobile_number":"746-636-4364","email_id":"George0@yahoo.com","dop":"2025-11-04","serial_number":"84569898271866","imei1":"84569898271866","imei2":"84569898271866","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167956,"job_number":"JOB_167956","tr_customer_id":167973,"tr_customer_product_id":167963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:36:05.000Z","modified_at":"2026-01-27T07:36:05.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Bernita92@hotmail.com","dop":"2025-07-02","serial_number":"19468135399299","imei1":"19468135399299","imei2":"19468135399299","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167955,"job_number":"JOB_167955","tr_customer_id":167972,"tr_customer_product_id":167962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:45.000Z","modified_at":"2026-01-27T07:35:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Markus_Morar4@gmail.com","dop":"2025-07-02","serial_number":"11330791329777","imei1":"11330791329777","imei2":"11330791329777","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167954,"job_number":"JOB_167954","tr_customer_id":167971,"tr_customer_product_id":167961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:24.000Z","modified_at":"2026-01-27T07:35:24.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Jovan_Lakin@yahoo.com","dop":"2025-07-02","serial_number":"12311241407709","imei1":"12311241407709","imei2":"12311241407709","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167953,"job_number":"JOB_167953","tr_customer_id":167970,"tr_customer_product_id":167960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:28:10.000Z","modified_at":"2026-01-27T07:28:21.000Z","name":"Emie Bergstrom","mobile_number":"359-635-2065","email_id":"Marjorie.Larkin@yahoo.com","dop":"2025-11-04","serial_number":"32225753709504","imei1":"32225753709504","imei2":"32225753709504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167952,"job_number":"JOB_167952","tr_customer_id":167969,"tr_customer_product_id":167959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:55.000Z","modified_at":"2026-01-27T07:28:06.000Z","name":"Hubert Rolfson","mobile_number":"399-357-0889","email_id":"Giuseppe18@yahoo.com","dop":"2025-11-04","serial_number":"52472548051072","imei1":"52472548051072","imei2":"52472548051072","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167951,"job_number":"JOB_167951","tr_customer_id":167968,"tr_customer_product_id":167958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:39.000Z","modified_at":"2026-01-27T07:27:51.000Z","name":"Bernita Johnston","mobile_number":"924-316-2364","email_id":"Sylvester.Thompson@yahoo.com","dop":"2025-11-04","serial_number":"51972504316060","imei1":"51972504316060","imei2":"51972504316060","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167846,"job_number":"JOB_167846","tr_customer_id":167863,"tr_customer_product_id":167853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"63418459119098","imei1":"63418459119098","imei2":"63418459119098","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167842,"job_number":"JOB_167842","tr_customer_id":167859,"tr_customer_product_id":167849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:59.000Z","modified_at":"2026-01-27T06:30:12.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"14949087610513","imei1":"14949087610513","imei2":"14949087610513","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167841,"job_number":"JOB_167841","tr_customer_id":167858,"tr_customer_product_id":167848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:41.000Z","modified_at":"2026-01-27T06:29:54.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"83346861180614","imei1":"83346861180614","imei2":"83346861180614","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167814,"job_number":"JOB_167814","tr_customer_id":167831,"tr_customer_product_id":167821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:22:09.000Z","modified_at":"2026-01-27T06:22:36.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"87489460908188","imei1":"87489460908188","imei2":"87489460908188","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167813,"job_number":"JOB_167813","tr_customer_id":167830,"tr_customer_product_id":167820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:34.000Z","modified_at":"2026-01-27T06:20:34.000Z","name":"Sonny Turner","mobile_number":"799-958-6159","email_id":"Donna.MacGyver@yahoo.com","dop":"2025-06-09","serial_number":"103029682528025","imei1":"103029682528025","imei2":"103029682528025","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167812,"job_number":"JOB_167812","tr_customer_id":167829,"tr_customer_product_id":167819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:44.000Z","name":"Bryce Leffler","mobile_number":"385-608-7314","email_id":"Eleanora34@gmail.com","dop":"2025-06-09","serial_number":"101447873691916","imei1":"101447873691916","imei2":"101447873691916","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167811,"job_number":"JOB_167811","tr_customer_id":167828,"tr_customer_product_id":167818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100068897076486","imei1":"100068897076486","imei2":"100068897076486","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167807,"job_number":"JOB_167807","tr_customer_id":167824,"tr_customer_product_id":167814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:18.000Z","modified_at":"2026-01-27T06:20:18.000Z","name":"Adan Padberg","mobile_number":"624-381-5378","email_id":"Jessika.Roob@hotmail.com","dop":"2025-06-09","serial_number":"101487988748895","imei1":"101487988748895","imei2":"101487988748895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167806,"job_number":"JOB_167806","tr_customer_id":167823,"tr_customer_product_id":167813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:29.000Z","name":"Ruben Christiansen","mobile_number":"731-322-8089","email_id":"Rylan70@gmail.com","dop":"2025-06-09","serial_number":"101454981814787","imei1":"101454981814787","imei2":"101454981814787","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167805,"job_number":"JOB_167805","tr_customer_id":167822,"tr_customer_product_id":167812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:17.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107185650913150","imei1":"107185650913150","imei2":"107185650913150","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167804,"job_number":"JOB_167804","tr_customer_id":167821,"tr_customer_product_id":167811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:02.000Z","modified_at":"2026-01-27T06:20:02.000Z","name":"Margarete Runolfsson","mobile_number":"585-678-2135","email_id":"Neha_McCullough@yahoo.com","dop":"2025-06-09","serial_number":"102551438914382","imei1":"102551438914382","imei2":"102551438914382","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167803,"job_number":"JOB_167803","tr_customer_id":167820,"tr_customer_product_id":167810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:13.000Z","name":"Rashad Fritsch","mobile_number":"226-706-0013","email_id":"Jan_Boyle4@hotmail.com","dop":"2025-06-09","serial_number":"109276788223497","imei1":"109276788223497","imei2":"109276788223497","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167802,"job_number":"JOB_167802","tr_customer_id":167819,"tr_customer_product_id":167809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:01.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101552759016705","imei1":"101552759016705","imei2":"101552759016705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167795,"job_number":"JOB_167795","tr_customer_id":167812,"tr_customer_product_id":167802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:18:21.000Z","modified_at":"2026-01-27T06:18:44.000Z","name":"Enrico Kirlin","mobile_number":"251-555-3855","email_id":"Eli72@yahoo.com","dop":"2025-10-01","serial_number":"11322837650533","imei1":"11322837650533","imei2":"11322837650533","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167794,"job_number":"JOB_167794","tr_customer_id":167811,"tr_customer_product_id":167801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:35.000Z","modified_at":"2026-01-27T06:18:02.000Z","name":"Troy Langworth","mobile_number":"692-491-3396","email_id":"Bernadine.Runolfsdottir@hotmail.com","dop":"2025-11-04","serial_number":"84989457462321","imei1":"84989457462321","imei2":"84989457462321","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167793,"job_number":"JOB_167793","tr_customer_id":167810,"tr_customer_product_id":167800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:19.000Z","modified_at":"2026-01-27T06:17:30.000Z","name":"Wilhelmine Nienow","mobile_number":"634-944-3525","email_id":"Vena.Toy@gmail.com","dop":"2025-11-04","serial_number":"50739144913283","imei1":"50739144913283","imei2":"50739144913283","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167758,"job_number":"JOB_167758","tr_customer_id":167775,"tr_customer_product_id":167765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:13.000Z","modified_at":"2026-01-27T04:39:13.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19392864251321","imei1":"19392864251321","imei2":"19392864251321","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167757,"job_number":"JOB_167757","tr_customer_id":167774,"tr_customer_product_id":167764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:12.000Z","modified_at":"2026-01-27T04:39:22.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15588334816566","imei1":"15588334816566","imei2":"15588334816566","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167717,"job_number":"JOB_167717","tr_customer_id":167734,"tr_customer_product_id":167724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:13.000Z","name":"Emie Greenholt","mobile_number":"985-658-9900","email_id":"Rod41@hotmail.com","dop":"2025-06-09","serial_number":"105938978155234","imei1":"105938978155234","imei2":"105938978155234","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167716,"job_number":"JOB_167716","tr_customer_id":167733,"tr_customer_product_id":167723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:24.000Z","name":"Bennie Franecki","mobile_number":"802-828-9137","email_id":"Mario.Sanford@yahoo.com","dop":"2025-06-09","serial_number":"108192504023156","imei1":"108192504023156","imei2":"108192504023156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167715,"job_number":"JOB_167715","tr_customer_id":167732,"tr_customer_product_id":167722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:12.000Z","modified_at":"2026-01-27T03:59:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109186152508815","imei1":"109186152508815","imei2":"109186152508815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167707,"job_number":"JOB_167707","tr_customer_id":167724,"tr_customer_product_id":167714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Fermin Morar","mobile_number":"734-674-9275","email_id":"Monica.Schroeder@hotmail.com","dop":"2025-06-09","serial_number":"109431696412298","imei1":"109431696412298","imei2":"109431696412298","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167706,"job_number":"JOB_167706","tr_customer_id":167723,"tr_customer_product_id":167713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Kayley Grant","mobile_number":"987-283-8009","email_id":"Germaine16@gmail.com","dop":"2025-06-09","serial_number":"102323060459001","imei1":"102323060459001","imei2":"102323060459001","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167705,"job_number":"JOB_167705","tr_customer_id":167722,"tr_customer_product_id":167712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108554028495768","imei1":"108554028495768","imei2":"108554028495768","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167690,"job_number":"JOB_167690","tr_customer_id":167707,"tr_customer_product_id":167697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Yasmine O'Conner","mobile_number":"276-226-2059","email_id":"Micheal.Langworth@hotmail.com","dop":"2025-06-09","serial_number":"104117836226352","imei1":"104117836226352","imei2":"104117836226352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167688,"job_number":"JOB_167688","tr_customer_id":167705,"tr_customer_product_id":167695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:52.000Z","name":"Devyn Jerde","mobile_number":"833-279-3346","email_id":"Deja72@yahoo.com","dop":"2025-06-09","serial_number":"103696049142109","imei1":"103696049142109","imei2":"103696049142109","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167686,"job_number":"JOB_167686","tr_customer_id":167703,"tr_customer_product_id":167693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109429601299068","imei1":"109429601299068","imei2":"109429601299068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167647,"job_number":"JOB_167647","tr_customer_id":167664,"tr_customer_product_id":167654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Royce Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187031398724326","imei1":"187031398724326","imei2":"187031398724326","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167646,"job_number":"JOB_167646","tr_customer_id":167663,"tr_customer_product_id":167653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"George Wehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162741629655708","imei1":"162741629655708","imei2":"162741629655708","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167645,"job_number":"JOB_167645","tr_customer_id":167662,"tr_customer_product_id":167652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Joesph Wisozk","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180299567372427","imei1":"180299567372427","imei2":"180299567372427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167644,"job_number":"JOB_167644","tr_customer_id":167661,"tr_customer_product_id":167651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"160947787121403","imei1":"160947787121403","imei2":"160947787121403","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167635,"job_number":"JOB_167635","tr_customer_id":167652,"tr_customer_product_id":167642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Kayley Cartwright","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142568640052876","imei1":"142568640052876","imei2":"142568640052876","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167634,"job_number":"JOB_167634","tr_customer_id":167651,"tr_customer_product_id":167641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Constantin Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114120787849256","imei1":"114120787849256","imei2":"114120787849256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167633,"job_number":"JOB_167633","tr_customer_id":167650,"tr_customer_product_id":167640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Tanner Bernhard","mobile_number":"590-234-8156","email_id":"Hardy74@yahoo.com","dop":"2025-10-01","serial_number":"12083728362528","imei1":"12083728362528","imei2":"12083728362528","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167632,"job_number":"JOB_167632","tr_customer_id":167649,"tr_customer_product_id":167639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Krystel Mertz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169905397032309","imei1":"169905397032309","imei2":"169905397032309","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167631,"job_number":"JOB_167631","tr_customer_id":167648,"tr_customer_product_id":167638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:46.000Z","modified_at":"2026-01-27T03:57:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113592422631647","imei1":"113592422631647","imei2":"113592422631647","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167610,"job_number":"JOB_167610","tr_customer_id":167627,"tr_customer_product_id":167617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:32.000Z","modified_at":"2026-01-27T03:57:32.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Kim_Senger19@yahoo.com","dop":"2025-07-02","serial_number":"14478206148415","imei1":"14478206148415","imei2":"14478206148415","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167598,"job_number":"JOB_167598","tr_customer_id":167615,"tr_customer_product_id":167605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"giyu tomiaka","mobile_number":"325-918-4615","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"898295578132122","imei1":"898295578132122","imei2":"898295578132122","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167589,"job_number":"JOB_167589","tr_customer_id":167606,"tr_customer_product_id":167596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:15.000Z","modified_at":"2026-01-27T03:57:15.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kelsi_Schiller40@hotmail.com","dop":"2025-07-02","serial_number":"18330157911715","imei1":"18330157911715","imei2":"18330157911715","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167583,"job_number":"JOB_167583","tr_customer_id":167600,"tr_customer_product_id":167590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:08.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"tanjiro kamado","mobile_number":"491-800-0516","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"186981793403282","imei1":"186981793403282","imei2":"186981793403282","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167580,"job_number":"JOB_167580","tr_customer_id":167597,"tr_customer_product_id":167587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:58.000Z","modified_at":"2026-01-27T03:56:58.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Sonia_Reichel97@hotmail.com","dop":"2025-07-02","serial_number":"19374980428044","imei1":"19374980428044","imei2":"19374980428044","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167579,"job_number":"JOB_167579","tr_customer_id":167596,"tr_customer_product_id":167586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:57.000Z","modified_at":"2026-01-27T03:57:06.000Z","name":"saitama sensei","mobile_number":"241-714-5923","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"720202871951017","imei1":"720202871951017","imei2":"720202871951017","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167547,"job_number":"JOB_167547","tr_customer_id":167564,"tr_customer_product_id":167554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:17.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13975438843936","imei1":"13975438843936","imei2":"13975438843936","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167546,"job_number":"JOB_167546","tr_customer_id":167563,"tr_customer_product_id":167553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:26.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19803285126055","imei1":"19803285126055","imei2":"19803285126055","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167545,"job_number":"JOB_167545","tr_customer_id":167562,"tr_customer_product_id":167552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:15.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13453255964591","imei1":"13453255964591","imei2":"13453255964591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167544,"job_number":"JOB_167544","tr_customer_id":167561,"tr_customer_product_id":167551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:24.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16856548964448","imei1":"16856548964448","imei2":"16856548964448","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168617,"job_number":"JOB_168617","tr_customer_id":168634,"tr_customer_product_id":168624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:44.000Z","modified_at":"2026-01-27T17:05:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18490025444105","imei2":"18490025444105","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T17:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168616,"job_number":"JOB_168616","tr_customer_id":168633,"tr_customer_product_id":168623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:44.000Z","modified_at":"2026-01-27T17:05:44.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18352914639882","imei2":"18352914639882","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168615,"job_number":"JOB_168615","tr_customer_id":168632,"tr_customer_product_id":168622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:30.000Z","modified_at":"2026-01-27T17:05:40.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19544426198673","imei2":"19544426198673","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T17:05:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168614,"job_number":"JOB_168614","tr_customer_id":168631,"tr_customer_product_id":168621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:30.000Z","modified_at":"2026-01-27T17:05:30.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13836594412538","imei2":"13836594412538","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168613,"job_number":"JOB_168613","tr_customer_id":168630,"tr_customer_product_id":168620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19220833279008","imei2":"19220833279008","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T17:05:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168612,"job_number":"JOB_168612","tr_customer_id":168629,"tr_customer_product_id":168619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:15.000Z","modified_at":"2026-01-27T17:05:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16296194773734","imei2":"16296194773734","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168611,"job_number":"JOB_168611","tr_customer_id":168628,"tr_customer_product_id":168618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:02:16.000Z","modified_at":"2026-01-27T17:02:16.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-01-17","serial_number":"87988284085858","imei1":"87988284085858","imei2":"87988284085858","popurl":"2026-01-17T17:02:15.590744627Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T17:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168610,"job_number":"JOB_168610","tr_customer_id":168627,"tr_customer_product_id":168617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:59:19.000Z","modified_at":"2026-01-27T16:59:19.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-01-17","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-01-17T16:59:18.674666402Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:59:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168609,"job_number":"JOB_168609","tr_customer_id":168626,"tr_customer_product_id":168616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:52.000Z","modified_at":"2026-01-27T16:58:52.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2026-01-17T16:58:51.281320551Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168608,"job_number":"JOB_168608","tr_customer_id":168625,"tr_customer_product_id":168615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:46.000Z","modified_at":"2026-01-27T16:58:46.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806376402","imei1":"499863806376402","imei2":"499863806376402","popurl":"2026-01-17T16:58:45.122655427Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168607,"job_number":"JOB_168607","tr_customer_id":168624,"tr_customer_product_id":168614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:58:33.000Z","modified_at":"2026-01-27T16:58:33.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-17","serial_number":"499863806375566","imei1":"499863806375566","imei2":"499863806375566","popurl":"2026-01-17T16:58:32.562471011Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168606,"job_number":"JOB_168606","tr_customer_id":168623,"tr_customer_product_id":168613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:52.000Z","modified_at":"2026-01-27T16:57:52.000Z","name":"Goswamee Shukla","mobile_number":"7097990517","email_id":"kamla.marar@hotmail.com","dop":"2026-01-17","serial_number":"484627285911710","imei1":"484627285911710","imei2":"484627285911710","popurl":"www.mahesh-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168605,"job_number":"JOB_168605","tr_customer_id":168622,"tr_customer_product_id":168612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:57:33.000Z","modified_at":"2026-01-27T16:57:33.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-17","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-17T16:57:32.867823459Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168604,"job_number":"JOB_168604","tr_customer_id":168621,"tr_customer_product_id":168611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:17.000Z","modified_at":"2026-01-27T16:55:17.000Z","name":"Chandravati Chattopadhyay","mobile_number":"8631652004","email_id":"kalyani.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"19520624202631","imei1":"19520624202631","imei2":"19520624202631","popurl":"www.akula-banerjee.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168603,"job_number":"JOB_168603","tr_customer_id":168620,"tr_customer_product_id":168610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:55:05.000Z","modified_at":"2026-01-27T16:55:05.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"19953254555558","imei1":"19953254555558","imei2":"19953254555558","popurl":"2026-01-17T16:54:55.361742867Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:55:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168602,"job_number":"JOB_168602","tr_customer_id":168619,"tr_customer_product_id":168609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:19.000Z","modified_at":"2026-01-27T16:54:19.000Z","name":"Geeta Varma","mobile_number":"8645740548","email_id":"ajit.iyengar@gmail.com","dop":"2026-01-17","serial_number":"80907096314582","imei1":"80907096314582","imei2":"80907096314582","popurl":"www.devasree-gupta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168601,"job_number":"JOB_168601","tr_customer_id":168618,"tr_customer_product_id":168608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:54:07.000Z","modified_at":"2026-01-27T16:54:07.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"25343391732759","imei1":"25343391732759","imei2":"25343391732759","popurl":"2026-01-17T16:53:57.624039735Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:54:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168600,"job_number":"JOB_168600","tr_customer_id":168617,"tr_customer_product_id":168607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:41:27.000Z","modified_at":"2026-01-27T16:41:27.000Z","name":"Sharda Pillai","mobile_number":"8683347037","email_id":"chandranath.guha@gmail.com","dop":"2026-01-17","serial_number":"39843149417090","imei1":"39843149417090","imei2":"39843149417090","popurl":"www.vaishnavi-varrier.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168599,"job_number":"JOB_168599","tr_customer_id":168616,"tr_customer_product_id":168606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:39:44.000Z","modified_at":"2026-01-27T16:39:44.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"73596642243346","imei1":"73596642243346","imei2":"73596642243346","popurl":"2026-01-17T16:39:41.482427800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168598,"job_number":"JOB_168598","tr_customer_id":168615,"tr_customer_product_id":168605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:36.000Z","modified_at":"2026-01-27T16:32:36.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70603217290434","imei1":"70603217290434","imei2":"70603217290434","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168597,"job_number":"JOB_168597","tr_customer_id":168614,"tr_customer_product_id":168604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:35.000Z","modified_at":"2026-01-27T16:33:04.000Z","name":"Florida Renner","mobile_number":"473-632-9627","email_id":"Filomena.Lindgren91@gmail.com","dop":"2026-01-04","serial_number":"10975282029036","imei1":"10975282029036","imei2":"10975282029036","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168596,"job_number":"JOB_168596","tr_customer_id":168613,"tr_customer_product_id":168603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:34.000Z","modified_at":"2026-01-27T16:32:34.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15467269520743","imei1":"15467269520743","imei2":"15467269520743","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168595,"job_number":"JOB_168595","tr_customer_id":168612,"tr_customer_product_id":168602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:32:00.000Z","modified_at":"2026-01-27T16:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"35289861359381","imei1":"35289861359381","imei2":"35289861359381","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168594,"job_number":"JOB_168594","tr_customer_id":168611,"tr_customer_product_id":168601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:59.000Z","modified_at":"2026-01-27T16:32:29.000Z","name":"Onie Wehner","mobile_number":"525-707-7386","email_id":"Guiseppe10@yahoo.com","dop":"2026-01-04","serial_number":"19591251401430","imei1":"19591251401430","imei2":"19591251401430","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168593,"job_number":"JOB_168593","tr_customer_id":168610,"tr_customer_product_id":168600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:58.000Z","modified_at":"2026-01-27T16:31:58.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10242320510615","imei1":"10242320510615","imei2":"10242320510615","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168592,"job_number":"JOB_168592","tr_customer_id":168609,"tr_customer_product_id":168599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:24.000Z","modified_at":"2026-01-27T16:31:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"109956327037031","imei1":"109956327037031","imei2":"109956327037031","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168591,"job_number":"JOB_168591","tr_customer_id":168608,"tr_customer_product_id":168598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:22.000Z","modified_at":"2026-01-27T16:31:53.000Z","name":"Jewel Jakubowski","mobile_number":"344-549-8027","email_id":"Emmanuel.Gorczany85@yahoo.com","dop":"2026-01-04","serial_number":"13123661182437","imei1":"13123661182437","imei2":"13123661182437","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168590,"job_number":"JOB_168590","tr_customer_id":168607,"tr_customer_product_id":168597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:31:22.000Z","modified_at":"2026-01-27T16:31:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16840232757090","imei1":"16840232757090","imei2":"16840232757090","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:31:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168589,"job_number":"JOB_168589","tr_customer_id":168606,"tr_customer_product_id":168596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:13.000Z","modified_at":"2026-01-27T16:18:13.000Z","name":"Vivien Smitham","mobile_number":"858-499-2536","email_id":"Antonette78@yahoo.com","dop":"2025-04-06","serial_number":"18109953822130028","imei1":"18109953822130028","imei2":"18109953822130028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168588,"job_number":"JOB_168588","tr_customer_id":168605,"tr_customer_product_id":168595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:12.000Z","modified_at":"2026-01-27T16:18:50.000Z","name":"Vicenta Hickle","mobile_number":"903-700-9662","email_id":"Jolie_Goodwin99@gmail.com","dop":"2025-04-06","serial_number":"14823471304770","imei1":"14823471304770","imei2":"14823471304770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:18:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168587,"job_number":"JOB_168587","tr_customer_id":168604,"tr_customer_product_id":168594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:18:11.000Z","modified_at":"2026-01-27T16:18:11.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14714863311555","imei1":"14714863311555","imei2":"14714863311555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168586,"job_number":"JOB_168586","tr_customer_id":168603,"tr_customer_product_id":168593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:27.000Z","modified_at":"2026-01-27T16:17:27.000Z","name":"Howell Jacobson","mobile_number":"361-577-6200","email_id":"Bettye99@gmail.com","dop":"2025-04-06","serial_number":"11158835911723754","imei1":"11158835911723754","imei2":"11158835911723754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168585,"job_number":"JOB_168585","tr_customer_id":168602,"tr_customer_product_id":168592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:26.000Z","modified_at":"2026-01-27T16:18:05.000Z","name":"Nathan Bailey","mobile_number":"314-431-0996","email_id":"Christop_McDermott@hotmail.com","dop":"2025-04-06","serial_number":"14199266172636","imei1":"14199266172636","imei2":"14199266172636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:18:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168584,"job_number":"JOB_168584","tr_customer_id":168601,"tr_customer_product_id":168591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:17:26.000Z","modified_at":"2026-01-27T16:17:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18383213369686","imei1":"18383213369686","imei2":"18383213369686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:17:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168583,"job_number":"JOB_168583","tr_customer_id":168600,"tr_customer_product_id":168590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:41.000Z","modified_at":"2026-01-27T16:16:41.000Z","name":"Tracy Abshire","mobile_number":"502-523-6760","email_id":"Vicente_Gaylord40@hotmail.com","dop":"2025-04-06","serial_number":"19341599533965390","imei1":"19341599533965390","imei2":"19341599533965390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168582,"job_number":"JOB_168582","tr_customer_id":168599,"tr_customer_product_id":168589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:40.000Z","modified_at":"2026-01-27T16:17:19.000Z","name":"Elouise Turner","mobile_number":"281-714-2653","email_id":"Vincenzo_Watsica@hotmail.com","dop":"2025-04-06","serial_number":"13726058481533","imei1":"13726058481533","imei2":"13726058481533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T16:17:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168581,"job_number":"JOB_168581","tr_customer_id":168598,"tr_customer_product_id":168588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:40.000Z","modified_at":"2026-01-27T16:16:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19879525328995","imei1":"19879525328995","imei2":"19879525328995","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168580,"job_number":"JOB_168580","tr_customer_id":168597,"tr_customer_product_id":168587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T16:16:27.000Z","modified_at":"2026-01-27T16:16:27.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-17","serial_number":"26134993278674","imei1":"26134993278674","imei2":"26134993278674","popurl":"2026-01-17T16:16:24.365383100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T16:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168579,"job_number":"JOB_168579","tr_customer_id":168596,"tr_customer_product_id":168586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:50:38.000Z","modified_at":"2026-01-27T15:50:38.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-27","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-27T15:50:37.630Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168578,"job_number":"JOB_168578","tr_customer_id":168595,"tr_customer_product_id":168585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:29.000Z","modified_at":"2026-01-27T15:48:39.000Z","name":"Alison Kuvalis","mobile_number":"379-968-0460","email_id":"Kirk66@hotmail.com","dop":"2025-07-01","serial_number":"101065600915747","imei1":"101065600915747","imei2":"101065600915747","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168577,"job_number":"JOB_168577","tr_customer_id":168594,"tr_customer_product_id":168584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:29.000Z","modified_at":"2026-01-27T15:48:29.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"107279565771392","imei1":"107279565771392","imei2":"107279565771392","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168576,"job_number":"JOB_168576","tr_customer_id":168593,"tr_customer_product_id":168583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:15.000Z","modified_at":"2026-01-27T15:48:27.000Z","name":"Juvenal Shanahan","mobile_number":"384-532-4924","email_id":"Pauline_Smitham@hotmail.com","dop":"2025-07-01","serial_number":"101202221373248","imei1":"101202221373248","imei2":"101202221373248","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168575,"job_number":"JOB_168575","tr_customer_id":168592,"tr_customer_product_id":168582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:48:15.000Z","modified_at":"2026-01-27T15:48:15.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109903425247588","imei1":"109903425247588","imei2":"109903425247588","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168574,"job_number":"JOB_168574","tr_customer_id":168591,"tr_customer_product_id":168581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:04:44.000Z","modified_at":"2026-01-27T15:04:44.000Z","name":"Mitchel Conn","mobile_number":"430-780-4511","email_id":"Syble18@yahoo.com","dop":"2025-04-06","serial_number":"15469866002304072","imei1":"15469866002304072","imei2":"15469866002304072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:04:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168573,"job_number":"JOB_168573","tr_customer_id":168590,"tr_customer_product_id":168580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:04:43.000Z","modified_at":"2026-01-27T15:05:22.000Z","name":"Wayne Jaskolski","mobile_number":"298-435-5449","email_id":"Earnest.Miller@yahoo.com","dop":"2025-04-06","serial_number":"15831377211719","imei1":"15831377211719","imei2":"15831377211719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168572,"job_number":"JOB_168572","tr_customer_id":168589,"tr_customer_product_id":168579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:57.000Z","modified_at":"2026-01-27T15:03:57.000Z","name":"Arch Langworth","mobile_number":"541-458-0847","email_id":"Piper.Brakus18@gmail.com","dop":"2025-04-06","serial_number":"13899110267169184","imei1":"13899110267169184","imei2":"13899110267169184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168571,"job_number":"JOB_168571","tr_customer_id":168588,"tr_customer_product_id":168578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:56.000Z","modified_at":"2026-01-27T15:04:35.000Z","name":"Victor Howell","mobile_number":"916-657-6218","email_id":"Granville37@hotmail.com","dop":"2025-04-06","serial_number":"19659009122260","imei1":"19659009122260","imei2":"19659009122260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168570,"job_number":"JOB_168570","tr_customer_id":168587,"tr_customer_product_id":168577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:11.000Z","modified_at":"2026-01-27T15:03:11.000Z","name":"Dandre Metz","mobile_number":"404-647-5022","email_id":"Ayla.Schaden10@hotmail.com","dop":"2025-04-06","serial_number":"12871564774883630","imei1":"12871564774883630","imei2":"12871564774883630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T15:03:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168569,"job_number":"JOB_168569","tr_customer_id":168586,"tr_customer_product_id":168576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T15:03:09.000Z","modified_at":"2026-01-27T15:03:49.000Z","name":"Jany McLaughlin","mobile_number":"915-529-7776","email_id":"Arturo_Robel@yahoo.com","dop":"2025-04-06","serial_number":"15921801393310","imei1":"15921801393310","imei2":"15921801393310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T15:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168568,"job_number":"JOB_168568","tr_customer_id":168585,"tr_customer_product_id":168575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:58:26.000Z","modified_at":"2026-01-27T14:58:26.000Z","name":"Jatin Sharma","mobile_number":"7045663552","email_id":"jatinsharma@gmail.com","dop":"2025-03-26","serial_number":"234574345423535","imei1":"234574345423535","imei2":"234574345423535","popurl":"2025-03-26T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168567,"job_number":"JOB_168567","tr_customer_id":168584,"tr_customer_product_id":168574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:20.000Z","modified_at":"2026-01-27T14:57:20.000Z","name":"Claude Ritchie","mobile_number":"640-827-9545","email_id":"Kevin.Pollich44@gmail.com","dop":"2025-04-06","serial_number":"12914396569574010","imei1":"12914396569574010","imei2":"12914396569574010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168566,"job_number":"JOB_168566","tr_customer_id":168583,"tr_customer_product_id":168573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:18.000Z","modified_at":"2026-01-27T14:57:58.000Z","name":"Sammie Wunsch","mobile_number":"867-740-9117","email_id":"Sabrina.Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"14635524139974","imei1":"14635524139974","imei2":"14635524139974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168565,"job_number":"JOB_168565","tr_customer_id":168582,"tr_customer_product_id":168572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:57:18.000Z","modified_at":"2026-01-27T14:57:18.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16433155201313","imei1":"16433155201313","imei2":"16433155201313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168564,"job_number":"JOB_168564","tr_customer_id":168581,"tr_customer_product_id":168571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:33.000Z","modified_at":"2026-01-27T14:56:33.000Z","name":"Angelina Ryan","mobile_number":"259-711-2703","email_id":"Mara95@hotmail.com","dop":"2025-04-06","serial_number":"16152303670205284","imei1":"16152303670205284","imei2":"16152303670205284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168563,"job_number":"JOB_168563","tr_customer_id":168580,"tr_customer_product_id":168570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:32.000Z","modified_at":"2026-01-27T14:57:11.000Z","name":"Oran Kassulke","mobile_number":"968-259-9104","email_id":"Greyson94@yahoo.com","dop":"2025-04-06","serial_number":"16625743983442","imei1":"16625743983442","imei2":"16625743983442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168562,"job_number":"JOB_168562","tr_customer_id":168579,"tr_customer_product_id":168569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:56:31.000Z","modified_at":"2026-01-27T14:56:31.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17977304457910","imei1":"17977304457910","imei2":"17977304457910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168561,"job_number":"JOB_168561","tr_customer_id":168578,"tr_customer_product_id":168568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:51.000Z","modified_at":"2026-01-27T14:39:51.000Z","name":"Octavia Lesch","mobile_number":"758-927-2215","email_id":"Nasir42@gmail.com","dop":"2025-04-06","serial_number":"16931637053715728","imei1":"16931637053715728","imei2":"16931637053715728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168560,"job_number":"JOB_168560","tr_customer_id":168577,"tr_customer_product_id":168567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:50.000Z","modified_at":"2026-01-27T14:40:27.000Z","name":"Kristopher Hamill","mobile_number":"613-408-5068","email_id":"Marjory_Rempel6@hotmail.com","dop":"2025-04-06","serial_number":"11700184577754","imei1":"11700184577754","imei2":"11700184577754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:40:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168559,"job_number":"JOB_168559","tr_customer_id":168576,"tr_customer_product_id":168566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:49.000Z","modified_at":"2026-01-27T14:39:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11700268384381","imei1":"11700268384381","imei2":"11700268384381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168558,"job_number":"JOB_168558","tr_customer_id":168575,"tr_customer_product_id":168565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:06.000Z","modified_at":"2026-01-27T14:39:06.000Z","name":"Georgette Jacobs","mobile_number":"247-742-8468","email_id":"Rafael34@hotmail.com","dop":"2025-04-06","serial_number":"14793820117484506","imei1":"14793820117484506","imei2":"14793820117484506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168557,"job_number":"JOB_168557","tr_customer_id":168574,"tr_customer_product_id":168564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:05.000Z","modified_at":"2026-01-27T14:39:43.000Z","name":"Chasity Kilback","mobile_number":"444-243-6395","email_id":"Cortez_Koepp18@yahoo.com","dop":"2025-04-06","serial_number":"17632027953923","imei1":"17632027953923","imei2":"17632027953923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168556,"job_number":"JOB_168556","tr_customer_id":168573,"tr_customer_product_id":168563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:39:05.000Z","modified_at":"2026-01-27T14:39:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10427653289693","imei1":"10427653289693","imei2":"10427653289693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:39:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168552,"job_number":"JOB_168552","tr_customer_id":168569,"tr_customer_product_id":168559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:27.000Z","modified_at":"2026-01-27T14:38:27.000Z","name":"Katlynn Dickinson","mobile_number":"888-216-5011","email_id":"Rebekah39@yahoo.com","dop":"2025-04-06","serial_number":"18780250777439776","imei1":"18780250777439776","imei2":"18780250777439776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168551,"job_number":"JOB_168551","tr_customer_id":168568,"tr_customer_product_id":168558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:26.000Z","modified_at":"2026-01-27T14:39:04.000Z","name":"Malinda McKenzie","mobile_number":"582-354-7667","email_id":"Ashly.Von@yahoo.com","dop":"2025-04-06","serial_number":"14561773128151","imei1":"14561773128151","imei2":"14561773128151","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:39:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168550,"job_number":"JOB_168550","tr_customer_id":168567,"tr_customer_product_id":168557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:21.000Z","modified_at":"2026-01-27T14:38:21.000Z","name":"Bonnie Gaylord","mobile_number":"264-794-9881","email_id":"Alford.Funk52@gmail.com","dop":"2025-04-06","serial_number":"13725629609368930","imei1":"13725629609368930","imei2":"13725629609368930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168549,"job_number":"JOB_168549","tr_customer_id":168566,"tr_customer_product_id":168556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:20.000Z","modified_at":"2026-01-27T14:38:58.000Z","name":"Stephan Hayes","mobile_number":"380-772-1851","email_id":"Marc_Spencer@yahoo.com","dop":"2025-04-06","serial_number":"10304152059222","imei1":"10304152059222","imei2":"10304152059222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:38:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168548,"job_number":"JOB_168548","tr_customer_id":168565,"tr_customer_product_id":168555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:38:19.000Z","modified_at":"2026-01-27T14:38:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16759548521487","imei1":"16759548521487","imei2":"16759548521487","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:38:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168547,"job_number":"JOB_168547","tr_customer_id":168564,"tr_customer_product_id":168554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:12.000Z","modified_at":"2026-01-27T14:37:12.000Z","name":"Raina Wisoky","mobile_number":"943-967-7925","email_id":"Jazmyn.Huel@gmail.com","dop":"2025-04-06","serial_number":"17122379770844340","imei1":"17122379770844340","imei2":"17122379770844340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168546,"job_number":"JOB_168546","tr_customer_id":168563,"tr_customer_product_id":168553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:11.000Z","modified_at":"2026-01-27T14:37:50.000Z","name":"Barton Medhurst","mobile_number":"320-834-1312","email_id":"Delmer42@gmail.com","dop":"2025-04-06","serial_number":"12439773307184","imei1":"12439773307184","imei2":"12439773307184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168545,"job_number":"JOB_168545","tr_customer_id":168562,"tr_customer_product_id":168552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:10.000Z","modified_at":"2026-01-27T14:37:10.000Z","name":"Darryl Tromp","mobile_number":"370-755-6086","email_id":"Delpha.Macejkovic21@yahoo.com","dop":"2025-04-06","serial_number":"14603900081931412","imei1":"14603900081931412","imei2":"14603900081931412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168544,"job_number":"JOB_168544","tr_customer_id":168561,"tr_customer_product_id":168551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:09.000Z","modified_at":"2026-01-27T14:37:48.000Z","name":"Daphne Reichel","mobile_number":"301-537-9725","email_id":"Hosea79@hotmail.com","dop":"2025-04-06","serial_number":"19073611825661","imei1":"19073611825661","imei2":"19073611825661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168543,"job_number":"JOB_168543","tr_customer_id":168560,"tr_customer_product_id":168550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:37:08.000Z","modified_at":"2026-01-27T14:37:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18150468332383","imei1":"18150468332383","imei2":"18150468332383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168542,"job_number":"JOB_168542","tr_customer_id":168559,"tr_customer_product_id":168549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:25.000Z","modified_at":"2026-01-27T14:36:25.000Z","name":"Buddy Parisian","mobile_number":"855-351-1399","email_id":"Daisy17@hotmail.com","dop":"2025-04-06","serial_number":"15382739782579398","imei1":"15382739782579398","imei2":"15382739782579398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168541,"job_number":"JOB_168541","tr_customer_id":168558,"tr_customer_product_id":168548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:37:03.000Z","name":"Jewel Sawayn","mobile_number":"785-939-7834","email_id":"Janessa.Bogisich61@gmail.com","dop":"2025-04-06","serial_number":"16278040109455","imei1":"16278040109455","imei2":"16278040109455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168540,"job_number":"JOB_168540","tr_customer_id":168557,"tr_customer_product_id":168547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19433432813257","imei1":"19433432813257","imei2":"19433432813257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168539,"job_number":"JOB_168539","tr_customer_id":168556,"tr_customer_product_id":168546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:24.000Z","modified_at":"2026-01-27T14:36:24.000Z","name":"Meredith Cormier","mobile_number":"307-402-7532","email_id":"Earnest.OKon@gmail.com","dop":"2025-04-06","serial_number":"17124229440146634","imei1":"17124229440146634","imei2":"17124229440146634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168538,"job_number":"JOB_168538","tr_customer_id":168555,"tr_customer_product_id":168545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:22.000Z","modified_at":"2026-01-27T14:37:01.000Z","name":"Morgan Hirthe","mobile_number":"906-638-8200","email_id":"Reanna.Schamberger52@yahoo.com","dop":"2025-04-06","serial_number":"15074619278145","imei1":"15074619278145","imei2":"15074619278145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168537,"job_number":"JOB_168537","tr_customer_id":168554,"tr_customer_product_id":168544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:22.000Z","modified_at":"2026-01-27T14:36:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12221313483675","imei1":"12221313483675","imei2":"12221313483675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168536,"job_number":"JOB_168536","tr_customer_id":168553,"tr_customer_product_id":168543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:17.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Fern Koch","mobile_number":"748-330-0629","email_id":"Morgan33@yahoo.com","dop":"2025-04-06","serial_number":"13029429243635488","imei1":"13029429243635488","imei2":"13029429243635488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168532,"job_number":"JOB_168532","tr_customer_id":168549,"tr_customer_product_id":168539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:16.000Z","modified_at":"2026-01-27T14:36:54.000Z","name":"Nettie Konopelski","mobile_number":"681-473-6639","email_id":"Dewayne.Klocko40@yahoo.com","dop":"2025-04-06","serial_number":"15704777803318","imei1":"15704777803318","imei2":"15704777803318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168531,"job_number":"JOB_168531","tr_customer_id":168548,"tr_customer_product_id":168538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:36:00.000Z","modified_at":"2026-01-27T14:36:00.000Z","name":"Janet Mann","mobile_number":"766-776-3719","email_id":"Lionel_Yundt@yahoo.com","dop":"2025-04-06","serial_number":"15327572934976914","imei1":"15327572934976914","imei2":"15327572934976914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168529,"job_number":"JOB_168529","tr_customer_id":168546,"tr_customer_product_id":168536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:36:38.000Z","name":"Mavis Sawayn","mobile_number":"376-753-5722","email_id":"Nat44@yahoo.com","dop":"2025-04-06","serial_number":"12295726618343","imei1":"12295726618343","imei2":"12295726618343","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168527,"job_number":"JOB_168527","tr_customer_id":168544,"tr_customer_product_id":168534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:59.000Z","modified_at":"2026-01-27T14:35:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18558828219362","imei1":"18558828219362","imei2":"18558828219362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168521,"job_number":"JOB_168521","tr_customer_id":168538,"tr_customer_product_id":168528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:39.000Z","modified_at":"2026-01-27T14:35:39.000Z","name":"Citlalli Reinger","mobile_number":"466-384-0381","email_id":"Torrey.Nader14@yahoo.com","dop":"2025-04-06","serial_number":"10674827196074330","imei1":"10674827196074330","imei2":"10674827196074330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168520,"job_number":"JOB_168520","tr_customer_id":168537,"tr_customer_product_id":168527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:38.000Z","modified_at":"2026-01-27T14:36:17.000Z","name":"Misty Mayer","mobile_number":"941-555-8417","email_id":"Benton.Reilly63@yahoo.com","dop":"2025-04-06","serial_number":"14657368347101","imei1":"14657368347101","imei2":"14657368347101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168519,"job_number":"JOB_168519","tr_customer_id":168536,"tr_customer_product_id":168526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10979258076079","imei1":"10979258076079","imei2":"10979258076079","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168518,"job_number":"JOB_168518","tr_customer_id":168535,"tr_customer_product_id":168525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:37.000Z","modified_at":"2026-01-27T14:35:37.000Z","name":"Zena Parker","mobile_number":"887-377-9330","email_id":"Javon22@gmail.com","dop":"2025-04-06","serial_number":"14788065448154626","imei1":"14788065448154626","imei2":"14788065448154626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168517,"job_number":"JOB_168517","tr_customer_id":168534,"tr_customer_product_id":168524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:35.000Z","modified_at":"2026-01-27T14:36:15.000Z","name":"Loma Haley","mobile_number":"295-685-6185","email_id":"Luna_Kuhn75@yahoo.com","dop":"2025-04-06","serial_number":"10897302547055","imei1":"10897302547055","imei2":"10897302547055","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168516,"job_number":"JOB_168516","tr_customer_id":168533,"tr_customer_product_id":168523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:35.000Z","modified_at":"2026-01-27T14:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10636780467265","imei1":"10636780467265","imei2":"10636780467265","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168515,"job_number":"JOB_168515","tr_customer_id":168532,"tr_customer_product_id":168522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:14.000Z","modified_at":"2026-01-27T14:35:14.000Z","name":"Clara Berge","mobile_number":"966-526-1397","email_id":"Antoinette.Gorczany@hotmail.com","dop":"2025-04-06","serial_number":"11201552173895188","imei1":"11201552173895188","imei2":"11201552173895188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168514,"job_number":"JOB_168514","tr_customer_id":168531,"tr_customer_product_id":168521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:13.000Z","modified_at":"2026-01-27T14:35:52.000Z","name":"Linda Kuhn","mobile_number":"486-238-1290","email_id":"Genoveva_Boyer@yahoo.com","dop":"2025-04-06","serial_number":"12209293410742","imei1":"12209293410742","imei2":"12209293410742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168513,"job_number":"JOB_168513","tr_customer_id":168530,"tr_customer_product_id":168520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:35:13.000Z","modified_at":"2026-01-27T14:35:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12825379195318","imei1":"12825379195318","imei2":"12825379195318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168512,"job_number":"JOB_168512","tr_customer_id":168529,"tr_customer_product_id":168519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:52.000Z","modified_at":"2026-01-27T14:34:52.000Z","name":"Kathleen Smith","mobile_number":"564-877-7560","email_id":"Anissa87@yahoo.com","dop":"2025-04-06","serial_number":"16714326067981780","imei1":"16714326067981780","imei2":"16714326067981780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168511,"job_number":"JOB_168511","tr_customer_id":168528,"tr_customer_product_id":168518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:51.000Z","modified_at":"2026-01-27T14:35:30.000Z","name":"Scotty Effertz","mobile_number":"345-626-3325","email_id":"Sofia.Hintz77@hotmail.com","dop":"2025-04-06","serial_number":"15028614031468","imei1":"15028614031468","imei2":"15028614031468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168510,"job_number":"JOB_168510","tr_customer_id":168527,"tr_customer_product_id":168517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:51.000Z","modified_at":"2026-01-27T14:34:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16754758835269","imei1":"16754758835269","imei2":"16754758835269","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168509,"job_number":"JOB_168509","tr_customer_id":168526,"tr_customer_product_id":168516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:28.000Z","modified_at":"2026-01-27T14:34:28.000Z","name":"Emmie Yundt","mobile_number":"870-367-3921","email_id":"Carlos40@hotmail.com","dop":"2025-04-06","serial_number":"12401243268094944","imei1":"12401243268094944","imei2":"12401243268094944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168508,"job_number":"JOB_168508","tr_customer_id":168525,"tr_customer_product_id":168515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:27.000Z","modified_at":"2026-01-27T14:35:06.000Z","name":"Raoul Schuster","mobile_number":"673-377-6936","email_id":"Chandler_Corkery@gmail.com","dop":"2025-04-06","serial_number":"14774245487869","imei1":"14774245487869","imei2":"14774245487869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168507,"job_number":"JOB_168507","tr_customer_id":168524,"tr_customer_product_id":168514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:34:26.000Z","modified_at":"2026-01-27T14:34:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12900428527484","imei1":"12900428527484","imei2":"12900428527484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168506,"job_number":"JOB_168506","tr_customer_id":168523,"tr_customer_product_id":168513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:04.000Z","modified_at":"2026-01-27T14:33:04.000Z","name":"Jeanie O'Reilly","mobile_number":"796-586-4555","email_id":"Gilbert.Kerluke@gmail.com","dop":"2025-05-30","serial_number":"1695045726112051","imei1":"1695045726112051","imei2":"1695045726112051","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168505,"job_number":"JOB_168505","tr_customer_id":168522,"tr_customer_product_id":168512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:03.000Z","modified_at":"2026-01-27T14:33:03.000Z","name":"Aliya Thiel","mobile_number":"494-317-6488","email_id":"Clement86@hotmail.com","dop":"2025-05-30","serial_number":"12129825858027","imei1":"12129825858027","imei2":"12129825858027","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168504,"job_number":"JOB_168504","tr_customer_id":168521,"tr_customer_product_id":168511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:33:02.000Z","modified_at":"2026-01-27T14:33:02.000Z","name":"Armand Franecki","mobile_number":"246-564-2962","email_id":"Santos.Corwin@gmail.com","dop":"2025-05-30","serial_number":"10957484441006","imei1":"10957484441006","imei2":"10957484441006","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:33:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168503,"job_number":"JOB_168503","tr_customer_id":168520,"tr_customer_product_id":168510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:31:17.000Z","modified_at":"2026-01-27T14:31:17.000Z","name":"Sid Leuschke","mobile_number":"293-988-9908","email_id":"Sofia.Johns91@hotmail.com","dop":"2025-04-06","serial_number":"10105466433042800","imei1":"10105466433042800","imei2":"10105466433042800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168502,"job_number":"JOB_168502","tr_customer_id":168519,"tr_customer_product_id":168509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:31:16.000Z","modified_at":"2026-01-27T14:31:58.000Z","name":"Gwendolyn Streich","mobile_number":"469-863-0493","email_id":"Jarvis.Pacocha95@yahoo.com","dop":"2025-04-06","serial_number":"19254133947770","imei1":"19254133947770","imei2":"19254133947770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168501,"job_number":"JOB_168501","tr_customer_id":168518,"tr_customer_product_id":168508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:32.000Z","modified_at":"2026-01-27T14:30:32.000Z","name":"Emile Hand","mobile_number":"342-498-2232","email_id":"Aida65@yahoo.com","dop":"2025-04-06","serial_number":"13410457103030660","imei1":"13410457103030660","imei2":"13410457103030660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168500,"job_number":"JOB_168500","tr_customer_id":168517,"tr_customer_product_id":168507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:30.000Z","modified_at":"2026-01-27T14:31:09.000Z","name":"Hassie Gleichner","mobile_number":"222-593-1144","email_id":"Favian.Bosco71@yahoo.com","dop":"2025-04-06","serial_number":"17275651875635","imei1":"17275651875635","imei2":"17275651875635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168499,"job_number":"JOB_168499","tr_customer_id":168516,"tr_customer_product_id":168506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:30.000Z","modified_at":"2026-01-27T14:30:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11682996440726","imei1":"11682996440726","imei2":"11682996440726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168498,"job_number":"JOB_168498","tr_customer_id":168515,"tr_customer_product_id":168505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:25.000Z","modified_at":"2026-01-27T14:30:25.000Z","name":"Damian Berge","mobile_number":"692-250-2732","email_id":"Sophia65@yahoo.com","dop":"2025-04-06","serial_number":"13284192840530582","imei1":"13284192840530582","imei2":"13284192840530582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168497,"job_number":"JOB_168497","tr_customer_id":168514,"tr_customer_product_id":168504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:30:24.000Z","modified_at":"2026-01-27T14:31:03.000Z","name":"Bertha Sauer","mobile_number":"316-503-5802","email_id":"Maynard_Wolff50@gmail.com","dop":"2025-04-06","serial_number":"16503633279422","imei1":"16503633279422","imei2":"16503633279422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168496,"job_number":"JOB_168496","tr_customer_id":168513,"tr_customer_product_id":168503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:58.000Z","modified_at":"2026-01-27T14:29:58.000Z","name":"Guiseppe Zemlak","mobile_number":"718-322-1975","email_id":"Oren_Murray11@gmail.com","dop":"2025-04-06","serial_number":"11598004911748456","imei1":"11598004911748456","imei2":"11598004911748456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168495,"job_number":"JOB_168495","tr_customer_id":168512,"tr_customer_product_id":168502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:56.000Z","modified_at":"2026-01-27T14:30:34.000Z","name":"Selmer Lindgren","mobile_number":"492-260-8399","email_id":"Bill9@hotmail.com","dop":"2025-04-06","serial_number":"18294610486986","imei1":"18294610486986","imei2":"18294610486986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168494,"job_number":"JOB_168494","tr_customer_id":168511,"tr_customer_product_id":168501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:56.000Z","modified_at":"2026-01-27T14:29:56.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13740245050293","imei1":"13740245050293","imei2":"13740245050293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168493,"job_number":"JOB_168493","tr_customer_id":168510,"tr_customer_product_id":168500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:45.000Z","modified_at":"2026-01-27T14:29:45.000Z","name":"Keeley Hintz","mobile_number":"563-690-8723","email_id":"Chesley.Fadel42@gmail.com","dop":"2025-04-06","serial_number":"10724759919489682","imei1":"10724759919489682","imei2":"10724759919489682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168492,"job_number":"JOB_168492","tr_customer_id":168509,"tr_customer_product_id":168499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:44.000Z","modified_at":"2026-01-27T14:30:23.000Z","name":"Lila Weimann","mobile_number":"644-325-2914","email_id":"Ray_Kihn21@hotmail.com","dop":"2025-04-06","serial_number":"16320084019248","imei1":"16320084019248","imei2":"16320084019248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168491,"job_number":"JOB_168491","tr_customer_id":168508,"tr_customer_product_id":168498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:44.000Z","modified_at":"2026-01-27T14:29:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17002233766524","imei1":"17002233766524","imei2":"17002233766524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168490,"job_number":"JOB_168490","tr_customer_id":168507,"tr_customer_product_id":168497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:32.000Z","modified_at":"2026-01-27T14:29:32.000Z","name":"Elmira Reinger","mobile_number":"942-651-9148","email_id":"Jimmie89@gmail.com","dop":"2025-04-06","serial_number":"10126057285107164","imei1":"10126057285107164","imei2":"10126057285107164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168489,"job_number":"JOB_168489","tr_customer_id":168506,"tr_customer_product_id":168496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:30.000Z","modified_at":"2026-01-27T14:30:11.000Z","name":"Jennifer Vandervort","mobile_number":"955-783-1567","email_id":"Shany57@yahoo.com","dop":"2025-04-06","serial_number":"16066213290316","imei1":"16066213290316","imei2":"16066213290316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168488,"job_number":"JOB_168488","tr_customer_id":168505,"tr_customer_product_id":168495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:30.000Z","modified_at":"2026-01-27T14:29:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11607751095650","imei1":"11607751095650","imei2":"11607751095650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168487,"job_number":"JOB_168487","tr_customer_id":168504,"tr_customer_product_id":168494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:13.000Z","modified_at":"2026-01-27T14:29:13.000Z","name":"Earl Schmitt","mobile_number":"896-543-4459","email_id":"Vaughn35@hotmail.com","dop":"2025-04-06","serial_number":"17330789803041280","imei1":"17330789803041280","imei2":"17330789803041280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168486,"job_number":"JOB_168486","tr_customer_id":168503,"tr_customer_product_id":168493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:12.000Z","modified_at":"2026-01-27T14:29:49.000Z","name":"Cassie Murphy","mobile_number":"541-654-6783","email_id":"Charlene_Padberg@hotmail.com","dop":"2025-04-06","serial_number":"19150919557924","imei1":"19150919557924","imei2":"19150919557924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168485,"job_number":"JOB_168485","tr_customer_id":168502,"tr_customer_product_id":168492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:12.000Z","modified_at":"2026-01-27T14:29:12.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19322513910091","imei1":"19322513910091","imei2":"19322513910091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168484,"job_number":"JOB_168484","tr_customer_id":168501,"tr_customer_product_id":168491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:29:01.000Z","modified_at":"2026-01-27T14:29:01.000Z","name":"Aryanna Dicki","mobile_number":"307-325-5098","email_id":"Meda10@yahoo.com","dop":"2025-04-06","serial_number":"14365797911804354","imei1":"14365797911804354","imei2":"14365797911804354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:29:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168483,"job_number":"JOB_168483","tr_customer_id":168500,"tr_customer_product_id":168490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:29:41.000Z","name":"Abdullah Hauck","mobile_number":"559-913-9317","email_id":"Loma.Lowe9@yahoo.com","dop":"2025-04-06","serial_number":"10645030354603","imei1":"10645030354603","imei2":"10645030354603","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168482,"job_number":"JOB_168482","tr_customer_id":168499,"tr_customer_product_id":168489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"Danika Yost","mobile_number":"647-834-8170","email_id":"Arvid.Medhurst14@hotmail.com","dop":"2025-04-06","serial_number":"11789382839170934","imei1":"11789382839170934","imei2":"11789382839170934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168481,"job_number":"JOB_168481","tr_customer_id":168498,"tr_customer_product_id":168488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:59.000Z","modified_at":"2026-01-27T14:28:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18525208861274","imei1":"18525208861274","imei2":"18525208861274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168480,"job_number":"JOB_168480","tr_customer_id":168497,"tr_customer_product_id":168487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:58.000Z","modified_at":"2026-01-27T14:29:37.000Z","name":"Shaina Bayer","mobile_number":"930-876-8174","email_id":"Vena.Waters4@hotmail.com","dop":"2025-04-06","serial_number":"19678374557526","imei1":"19678374557526","imei2":"19678374557526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168479,"job_number":"JOB_168479","tr_customer_id":168496,"tr_customer_product_id":168486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:57.000Z","modified_at":"2026-01-27T14:28:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14549865475600","imei1":"14549865475600","imei2":"14549865475600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168478,"job_number":"JOB_168478","tr_customer_id":168495,"tr_customer_product_id":168485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:43.000Z","modified_at":"2026-01-27T14:28:43.000Z","name":"Erich Gislason","mobile_number":"352-413-7789","email_id":"Heber_Gutkowski@yahoo.com","dop":"2025-04-06","serial_number":"18770492962576772","imei1":"18770492962576772","imei2":"18770492962576772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168477,"job_number":"JOB_168477","tr_customer_id":168494,"tr_customer_product_id":168484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:42.000Z","modified_at":"2026-01-27T14:29:23.000Z","name":"Alba Windler","mobile_number":"674-675-1997","email_id":"Emory_Hand@hotmail.com","dop":"2025-04-06","serial_number":"18381171344050","imei1":"18381171344050","imei2":"18381171344050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168476,"job_number":"JOB_168476","tr_customer_id":168493,"tr_customer_product_id":168483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:41.000Z","modified_at":"2026-01-27T14:28:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10123690691843","imei1":"10123690691843","imei2":"10123690691843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168475,"job_number":"JOB_168475","tr_customer_id":168492,"tr_customer_product_id":168482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:29.000Z","modified_at":"2026-01-27T14:28:29.000Z","name":"Sigmund Mueller","mobile_number":"421-301-9672","email_id":"Rhoda.Larkin@hotmail.com","dop":"2025-04-06","serial_number":"10448121615233540","imei1":"10448121615233540","imei2":"10448121615233540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168474,"job_number":"JOB_168474","tr_customer_id":168491,"tr_customer_product_id":168481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:28.000Z","modified_at":"2026-01-27T14:29:05.000Z","name":"Aliya Veum","mobile_number":"670-431-3876","email_id":"Ryley_Beer49@gmail.com","dop":"2025-04-06","serial_number":"14168131166077","imei1":"14168131166077","imei2":"14168131166077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168473,"job_number":"JOB_168473","tr_customer_id":168490,"tr_customer_product_id":168480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:28.000Z","modified_at":"2026-01-27T14:28:28.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"14404252990704","imei1":"14404252990704","imei2":"14404252990704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168472,"job_number":"JOB_168472","tr_customer_id":168489,"tr_customer_product_id":168479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:11.000Z","modified_at":"2026-01-27T14:28:11.000Z","name":"Leon Keeling","mobile_number":"790-406-3406","email_id":"Saul_Wuckert@hotmail.com","dop":"2025-04-06","serial_number":"11908915713720174","imei1":"11908915713720174","imei2":"11908915713720174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168471,"job_number":"JOB_168471","tr_customer_id":168488,"tr_customer_product_id":168478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:09.000Z","modified_at":"2026-01-27T14:28:51.000Z","name":"Earline Robel","mobile_number":"400-971-7194","email_id":"Ola38@yahoo.com","dop":"2025-04-06","serial_number":"13212992354154","imei1":"13212992354154","imei2":"13212992354154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168470,"job_number":"JOB_168470","tr_customer_id":168487,"tr_customer_product_id":168477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:09.000Z","modified_at":"2026-01-27T14:28:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19562831574480","imei1":"19562831574480","imei2":"19562831574480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168468,"job_number":"JOB_168468","tr_customer_id":168485,"tr_customer_product_id":168475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:05.000Z","modified_at":"2026-01-27T14:28:49.000Z","name":"Melba Nitzsche","mobile_number":"905-321-4795","email_id":"Prudence91@gmail.com","dop":"2000-01-31","serial_number":"10747505259247","imei1":"10747505259247","imei2":"10747505259247","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168466,"job_number":"JOB_168466","tr_customer_id":168483,"tr_customer_product_id":168473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:54.000Z","modified_at":"2026-01-27T14:27:54.000Z","name":"Lizeth Thompson","mobile_number":"204-207-4099","email_id":"Margie31@gmail.com","dop":"2025-04-06","serial_number":"12763104282409418","imei1":"12763104282409418","imei2":"12763104282409418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168465,"job_number":"JOB_168465","tr_customer_id":168482,"tr_customer_product_id":168472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:53.000Z","modified_at":"2026-01-27T14:28:34.000Z","name":"Erling Reichert","mobile_number":"558-595-2787","email_id":"Terrell.Braun@yahoo.com","dop":"2025-04-06","serial_number":"12395829403793","imei1":"12395829403793","imei2":"12395829403793","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168464,"job_number":"JOB_168464","tr_customer_id":168481,"tr_customer_product_id":168471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:52.000Z","modified_at":"2026-01-27T14:27:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15519760465235","imei1":"15519760465235","imei2":"15519760465235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168463,"job_number":"JOB_168463","tr_customer_id":168480,"tr_customer_product_id":168470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:20.000Z","modified_at":"2026-01-27T14:27:20.000Z","name":"Norwood Armstrong","mobile_number":"719-221-2982","email_id":"Joyce_Mueller@gmail.com","dop":"2025-04-06","serial_number":"14124170153083196","imei1":"14124170153083196","imei2":"14124170153083196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168462,"job_number":"JOB_168462","tr_customer_id":168479,"tr_customer_product_id":168469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:19.000Z","modified_at":"2026-01-27T14:28:01.000Z","name":"Marcelle Brown","mobile_number":"376-883-0965","email_id":"Royce_Veum@gmail.com","dop":"2025-04-06","serial_number":"19661842626993","imei1":"19661842626993","imei2":"19661842626993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168461,"job_number":"JOB_168461","tr_customer_id":168478,"tr_customer_product_id":168468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:19.000Z","modified_at":"2026-01-27T14:27:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14320379351493","imei1":"14320379351493","imei2":"14320379351493","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168459,"job_number":"JOB_168459","tr_customer_id":168476,"tr_customer_product_id":168466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:12.000Z","modified_at":"2026-01-27T14:27:57.000Z","name":"Makenzie Crooks","mobile_number":"882-926-5596","email_id":"Hope_Prosacco58@yahoo.com","dop":"2000-01-31","serial_number":"10480260514171","imei1":"10480260514171","imei2":"10480260514171","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168456,"job_number":"JOB_168456","tr_customer_id":168473,"tr_customer_product_id":168463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:20.000Z","modified_at":"2026-01-27T14:27:04.000Z","name":"Rafael Cummerata","mobile_number":"727-415-9791","email_id":"Zachery49@hotmail.com","dop":"2000-01-31","serial_number":"10903185794672","imei1":"10903185794672","imei2":"10903185794672","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168453,"job_number":"JOB_168453","tr_customer_id":168470,"tr_customer_product_id":168460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:37.000Z","modified_at":"2026-01-27T14:25:37.000Z","name":"Arianna Runte","mobile_number":"527-688-4375","email_id":"Colleen.Adams32@hotmail.com","dop":"2025-06-18","serial_number":"1050319766554530","imei1":"1050319766554530","imei2":"1050319766554530","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168452,"job_number":"JOB_168452","tr_customer_id":168469,"tr_customer_product_id":168459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:36.000Z","modified_at":"2026-01-27T14:26:15.000Z","name":"Sydney DuBuque","mobile_number":"601-924-2471","email_id":"Trenton_King75@gmail.com","dop":"2025-06-18","serial_number":"10943029013252","imei1":"10943029013252","imei2":"10943029013252","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168451,"job_number":"JOB_168451","tr_customer_id":168468,"tr_customer_product_id":168458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:36.000Z","modified_at":"2026-01-27T14:25:36.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10817511895228","imei1":"10817511895228","imei2":"10817511895228","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168449,"job_number":"JOB_168449","tr_customer_id":168466,"tr_customer_product_id":168456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:25.000Z","modified_at":"2026-01-27T14:26:11.000Z","name":"Ryann Beier","mobile_number":"993-563-2024","email_id":"Joanie.Hane@hotmail.com","dop":"2000-01-31","serial_number":"10794428457491","imei1":"10794428457491","imei2":"10794428457491","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168447,"job_number":"JOB_168447","tr_customer_id":168464,"tr_customer_product_id":168454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:50.000Z","modified_at":"2026-01-27T14:24:50.000Z","name":"Shakira Dickens","mobile_number":"522-320-0638","email_id":"Jewell_Harber@hotmail.com","dop":"2025-06-18","serial_number":"1065927066403027","imei1":"1065927066403027","imei2":"1065927066403027","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168446,"job_number":"JOB_168446","tr_customer_id":168463,"tr_customer_product_id":168453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:50.000Z","modified_at":"2026-01-27T14:25:29.000Z","name":"Shirley Hyatt","mobile_number":"202-527-9476","email_id":"Omer.Lind0@yahoo.com","dop":"2025-06-18","serial_number":"10792666762015","imei1":"10792666762015","imei2":"10792666762015","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168445,"job_number":"JOB_168445","tr_customer_id":168462,"tr_customer_product_id":168452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:49.000Z","modified_at":"2026-01-27T14:24:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10264613131218","imei1":"10264613131218","imei2":"10264613131218","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168444,"job_number":"JOB_168444","tr_customer_id":168461,"tr_customer_product_id":168451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:27.000Z","modified_at":"2026-01-27T14:24:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"38921985501182","imei1":"38921985501182","imei2":"38921985501182","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168443,"job_number":"JOB_168443","tr_customer_id":168460,"tr_customer_product_id":168450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:25:09.000Z","name":"Malinda Kub","mobile_number":"419-985-6718","email_id":"Ursula_Braun@gmail.com","dop":"2026-01-04","serial_number":"12189692618636","imei1":"12189692618636","imei2":"12189692618636","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168442,"job_number":"JOB_168442","tr_customer_id":168459,"tr_customer_product_id":168449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18150241088696","imei1":"18150241088696","imei2":"18150241088696","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168441,"job_number":"JOB_168441","tr_customer_id":168458,"tr_customer_product_id":168448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:25.000Z","modified_at":"2026-01-27T14:24:25.000Z","name":"Pauline Bosco","mobile_number":"637-209-6954","email_id":"Trey.Metz@hotmail.com","dop":"2025-04-06","serial_number":"18098126248934770","imei1":"18098126248934770","imei2":"18098126248934770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168440,"job_number":"JOB_168440","tr_customer_id":168457,"tr_customer_product_id":168447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:23.000Z","modified_at":"2026-01-27T14:25:05.000Z","name":"Sherman Fisher","mobile_number":"832-226-1707","email_id":"Leland.Gleason@hotmail.com","dop":"2025-04-06","serial_number":"13197785768191","imei1":"13197785768191","imei2":"13197785768191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:25:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168439,"job_number":"JOB_168439","tr_customer_id":168456,"tr_customer_product_id":168446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:24:23.000Z","modified_at":"2026-01-27T14:24:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12764741417890","imei1":"12764741417890","imei2":"12764741417890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168438,"job_number":"JOB_168438","tr_customer_id":168455,"tr_customer_product_id":168445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:36.000Z","modified_at":"2026-01-27T14:23:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"77974963574225","imei1":"77974963574225","imei2":"77974963574225","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168437,"job_number":"JOB_168437","tr_customer_id":168454,"tr_customer_product_id":168444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:35.000Z","modified_at":"2026-01-27T14:23:35.000Z","name":"Antonio Rath","mobile_number":"386-555-7909","email_id":"Talon_Daugherty40@hotmail.com","dop":"2025-04-06","serial_number":"14188275916221208","imei1":"14188275916221208","imei2":"14188275916221208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168436,"job_number":"JOB_168436","tr_customer_id":168453,"tr_customer_product_id":168443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:34.000Z","modified_at":"2026-01-27T14:24:17.000Z","name":"Lonnie Dietrich","mobile_number":"227-656-1271","email_id":"Jayda_Ward24@hotmail.com","dop":"2026-01-04","serial_number":"10420070579461","imei1":"10420070579461","imei2":"10420070579461","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168435,"job_number":"JOB_168435","tr_customer_id":168452,"tr_customer_product_id":168442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:34.000Z","modified_at":"2026-01-27T14:23:34.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13278662445784","imei1":"13278662445784","imei2":"13278662445784","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168434,"job_number":"JOB_168434","tr_customer_id":168451,"tr_customer_product_id":168441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:33.000Z","modified_at":"2026-01-27T14:24:15.000Z","name":"Oda Satterfield","mobile_number":"447-523-5988","email_id":"Ibrahim_Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15292049429215","imei1":"15292049429215","imei2":"15292049429215","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168433,"job_number":"JOB_168433","tr_customer_id":168450,"tr_customer_product_id":168440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:33.000Z","modified_at":"2026-01-27T14:23:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11982015895071","imei1":"11982015895071","imei2":"11982015895071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168432,"job_number":"JOB_168432","tr_customer_id":168449,"tr_customer_product_id":168439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:15.000Z","modified_at":"2026-01-27T14:23:25.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19234762927208","imei2":"19234762927208","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168431,"job_number":"JOB_168431","tr_customer_id":168448,"tr_customer_product_id":168438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:14.000Z","modified_at":"2026-01-27T14:23:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12539060878127","imei2":"12539060878127","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:23:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168430,"job_number":"JOB_168430","tr_customer_id":168447,"tr_customer_product_id":168437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:23:00.000Z","modified_at":"2026-01-27T14:23:10.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13128104420663","imei2":"13128104420663","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168429,"job_number":"JOB_168429","tr_customer_id":168446,"tr_customer_product_id":168436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:59.000Z","modified_at":"2026-01-27T14:22:59.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18119193389560","imei2":"18119193389560","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168428,"job_number":"JOB_168428","tr_customer_id":168445,"tr_customer_product_id":168435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:45.000Z","modified_at":"2026-01-27T14:22:45.000Z","name":"Mafalda O'Reilly","mobile_number":"960-767-0186","email_id":"Austen88@hotmail.com","dop":"2025-04-06","serial_number":"14025083800533838","imei1":"14025083800533838","imei2":"14025083800533838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168427,"job_number":"JOB_168427","tr_customer_id":168444,"tr_customer_product_id":168434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:44.000Z","modified_at":"2026-01-27T14:22:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11282810467512","imei2":"11282810467512","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168426,"job_number":"JOB_168426","tr_customer_id":168443,"tr_customer_product_id":168433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:44.000Z","modified_at":"2026-01-27T14:22:44.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12411704113030","imei1":"12411704113030","imei2":"12411704113030","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168425,"job_number":"JOB_168425","tr_customer_id":168442,"tr_customer_product_id":168432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:43.000Z","modified_at":"2026-01-27T14:22:43.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11825960743819","imei2":"11825960743819","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168424,"job_number":"JOB_168424","tr_customer_id":168441,"tr_customer_product_id":168431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:43.000Z","modified_at":"2026-01-27T14:23:26.000Z","name":"Donavon Bergnaum","mobile_number":"313-856-0625","email_id":"Katheryn.Hand@gmail.com","dop":"2025-04-06","serial_number":"15138241422236","imei1":"15138241422236","imei2":"15138241422236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168423,"job_number":"JOB_168423","tr_customer_id":168440,"tr_customer_product_id":168430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12623175058629","imei1":"12623175058629","imei2":"12623175058629","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168422,"job_number":"JOB_168422","tr_customer_id":168439,"tr_customer_product_id":168429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:23:25.000Z","name":"Antone Rau","mobile_number":"710-877-1160","email_id":"Dariana90@gmail.com","dop":"2026-01-04","serial_number":"10727130797859","imei1":"10727130797859","imei2":"10727130797859","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:23:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168421,"job_number":"JOB_168421","tr_customer_id":168438,"tr_customer_product_id":168428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:22:42.000Z","modified_at":"2026-01-27T14:22:42.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10964616645841","imei1":"10964616645841","imei2":"10964616645841","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:22:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168411,"job_number":"JOB_168411","tr_customer_id":168428,"tr_customer_product_id":168418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:45.000Z","modified_at":"2026-01-27T14:03:45.000Z","name":"Norma Murazik","mobile_number":"650-890-5400","email_id":"Keely76@gmail.com","dop":"2025-04-06","serial_number":"13983934307439388","imei1":"13983934307439388","imei2":"13983934307439388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168410,"job_number":"JOB_168410","tr_customer_id":168427,"tr_customer_product_id":168417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:44.000Z","modified_at":"2026-01-27T14:04:25.000Z","name":"Madalyn Gerhold","mobile_number":"288-565-3531","email_id":"Jeffry93@yahoo.com","dop":"2025-04-06","serial_number":"14981408932552","imei1":"14981408932552","imei2":"14981408932552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:04:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168409,"job_number":"JOB_168409","tr_customer_id":168426,"tr_customer_product_id":168416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:03:44.000Z","modified_at":"2026-01-27T14:03:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17336587485706","imei1":"17336587485706","imei2":"17336587485706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168407,"job_number":"JOB_168407","tr_customer_id":168424,"tr_customer_product_id":168414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:57.000Z","modified_at":"2026-01-27T14:02:57.000Z","name":"Carissa Grant","mobile_number":"966-304-0989","email_id":"Jared_Jacobi13@yahoo.com","dop":"2025-04-06","serial_number":"10263970880212450","imei1":"10263970880212450","imei2":"10263970880212450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168406,"job_number":"JOB_168406","tr_customer_id":168423,"tr_customer_product_id":168413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:55.000Z","modified_at":"2026-01-27T14:03:37.000Z","name":"Myrtis Keeling","mobile_number":"555-705-0085","email_id":"Arjun.Tillman@gmail.com","dop":"2025-04-06","serial_number":"14297321024410","imei1":"14297321024410","imei2":"14297321024410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168405,"job_number":"JOB_168405","tr_customer_id":168422,"tr_customer_product_id":168412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:55.000Z","modified_at":"2026-01-27T14:02:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182617344206","imei1":"18182617344206","imei2":"18182617344206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168403,"job_number":"JOB_168403","tr_customer_id":168420,"tr_customer_product_id":168410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:37.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17153397138612","imei1":"17153397138612","imei2":"17153397138612","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168402,"job_number":"JOB_168402","tr_customer_id":168419,"tr_customer_product_id":168409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97590247220528","imei1":"97590247220528","imei2":"97590247220528","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168401,"job_number":"JOB_168401","tr_customer_id":168418,"tr_customer_product_id":168408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:11.000Z","modified_at":"2026-01-27T14:02:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50926255704989","imei1":"50926255704989","imei2":"50926255704989","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168400,"job_number":"JOB_168400","tr_customer_id":168417,"tr_customer_product_id":168407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89300376460928","imei1":"89300376460928","imei2":"89300376460928","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168399,"job_number":"JOB_168399","tr_customer_id":168416,"tr_customer_product_id":168406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80676074661303","imei1":"80676074661303","imei2":"80676074661303","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168398,"job_number":"JOB_168398","tr_customer_id":168415,"tr_customer_product_id":168405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:10.000Z","modified_at":"2026-01-27T14:02:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55475719196539","imei1":"55475719196539","imei2":"55475719196539","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168397,"job_number":"JOB_168397","tr_customer_id":168414,"tr_customer_product_id":168404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:09.000Z","modified_at":"2026-01-27T14:02:09.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59578177438508","imei1":"59578177438508","imei2":"59578177438508","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168396,"job_number":"JOB_168396","tr_customer_id":168413,"tr_customer_product_id":168403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:08.000Z","modified_at":"2026-01-27T14:02:08.000Z","name":"Blaise Hirthe","mobile_number":"438-921-7648","email_id":"Adele84@hotmail.com","dop":"2025-04-06","serial_number":"10503958866342878","imei1":"10503958866342878","imei2":"10503958866342878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168395,"job_number":"JOB_168395","tr_customer_id":168412,"tr_customer_product_id":168402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:07.000Z","modified_at":"2026-01-27T14:02:48.000Z","name":"Paula Hamill","mobile_number":"366-595-0793","email_id":"Chauncey82@gmail.com","dop":"2025-04-06","serial_number":"18438797548175","imei1":"18438797548175","imei2":"18438797548175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168394,"job_number":"JOB_168394","tr_customer_id":168411,"tr_customer_product_id":168401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:02:06.000Z","modified_at":"2026-01-27T14:02:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19783492148115","imei1":"19783492148115","imei2":"19783492148115","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168393,"job_number":"JOB_168393","tr_customer_id":168410,"tr_customer_product_id":168400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:37.000Z","modified_at":"2026-01-27T14:02:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12751623846732","imei1":"12751623846732","imei2":"12751623846732","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:02:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168392,"job_number":"JOB_168392","tr_customer_id":168409,"tr_customer_product_id":168399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:37.000Z","modified_at":"2026-01-27T14:01:37.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73336585358586","imei1":"73336585358586","imei2":"73336585358586","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168391,"job_number":"JOB_168391","tr_customer_id":168408,"tr_customer_product_id":168398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90416539451323","imei1":"90416539451323","imei2":"90416539451323","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168390,"job_number":"JOB_168390","tr_customer_id":168407,"tr_customer_product_id":168397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35569371766624","imei1":"35569371766624","imei2":"35569371766624","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168389,"job_number":"JOB_168389","tr_customer_id":168406,"tr_customer_product_id":168396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:36.000Z","modified_at":"2026-01-27T14:01:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71206279349103","imei1":"71206279349103","imei2":"71206279349103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168388,"job_number":"JOB_168388","tr_customer_id":168405,"tr_customer_product_id":168395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86164747961861","imei1":"86164747961861","imei2":"86164747961861","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168387,"job_number":"JOB_168387","tr_customer_id":168404,"tr_customer_product_id":168394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:35.000Z","modified_at":"2026-01-27T14:01:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34977291546936","imei1":"34977291546936","imei2":"34977291546936","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168386,"job_number":"JOB_168386","tr_customer_id":168403,"tr_customer_product_id":168393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:08.000Z","modified_at":"2026-01-27T14:01:08.000Z","name":"Emily Strosin","mobile_number":"848-627-4057","email_id":"Luigi74@hotmail.com","dop":"2025-04-06","serial_number":"16407514125384720","imei1":"16407514125384720","imei2":"16407514125384720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168385,"job_number":"JOB_168385","tr_customer_id":168402,"tr_customer_product_id":168392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:07.000Z","modified_at":"2026-01-27T14:01:49.000Z","name":"Hortense Graham","mobile_number":"942-815-7603","email_id":"Shakira.Rath86@hotmail.com","dop":"2025-04-06","serial_number":"11468741649776","imei1":"11468741649776","imei2":"11468741649776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:01:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168384,"job_number":"JOB_168384","tr_customer_id":168401,"tr_customer_product_id":168391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36136714056796","imei1":"36136714056796","imei2":"36136714056796","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T14:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168383,"job_number":"JOB_168383","tr_customer_id":168400,"tr_customer_product_id":168390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16085127312844","imei1":"16085127312844","imei2":"16085127312844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168382,"job_number":"JOB_168382","tr_customer_id":168399,"tr_customer_product_id":168389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:02.000Z","modified_at":"2026-01-27T14:01:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60030016225827","imei1":"60030016225827","imei2":"60030016225827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168381,"job_number":"JOB_168381","tr_customer_id":168398,"tr_customer_product_id":168388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28840266828053","imei1":"28840266828053","imei2":"28840266828053","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168380,"job_number":"JOB_168380","tr_customer_id":168397,"tr_customer_product_id":168387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:01.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39222786266748","imei1":"39222786266748","imei2":"39222786266748","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168379,"job_number":"JOB_168379","tr_customer_id":168396,"tr_customer_product_id":168386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75245419690268","imei1":"75245419690268","imei2":"75245419690268","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168378,"job_number":"JOB_168378","tr_customer_id":168395,"tr_customer_product_id":168385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:01:00.000Z","modified_at":"2026-01-27T14:01:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73416323632825","imei1":"73416323632825","imei2":"73416323632825","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168377,"job_number":"JOB_168377","tr_customer_id":168394,"tr_customer_product_id":168384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Damodara Namboothiri","mobile_number":"7094721194","email_id":"kashyap.agarwal@gmail.com","dop":"2026-01-17","serial_number":"472737749995572","imei1":"472737749995572","imei2":"472737749995572","popurl":"www.kamalesh-nehru.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168376,"job_number":"JOB_168376","tr_customer_id":168392,"tr_customer_product_id":168382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Sachin Mishra","mobile_number":"7025701307","email_id":"aamod.gandhi@yahoo.co.in","dop":"2026-01-17","serial_number":"652516523757927","imei1":"652516523757927","imei2":"652516523757927","popurl":"www.goutam-tandon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168375,"job_number":"JOB_168375","tr_customer_id":168393,"tr_customer_product_id":168383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Kanti Guha","mobile_number":"7080753158","email_id":"krishnadasa.embranthiri@yahoo.co.in","dop":"2026-01-17","serial_number":"780601164464121","imei1":"780601164464121","imei2":"780601164464121","popurl":"www.chaturaanan-marar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168374,"job_number":"JOB_168374","tr_customer_id":168391,"tr_customer_product_id":168381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Akshaj Gowda","mobile_number":"7043120308","email_id":"bhoj.pandey@hotmail.com","dop":"2026-01-17","serial_number":"513976482680773","imei1":"513976482680773","imei2":"513976482680773","popurl":"www.akshita-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168373,"job_number":"JOB_168373","tr_customer_id":168390,"tr_customer_product_id":168380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:59:22.000Z","modified_at":"2026-01-27T13:59:22.000Z","name":"Vrund Desai","mobile_number":"7001021043","email_id":"guru.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"516058943644872","imei1":"516058943644872","imei2":"516058943644872","popurl":"www.devagya-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168372,"job_number":"JOB_168372","tr_customer_id":168389,"tr_customer_product_id":168379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bishnu Varrier","mobile_number":"7096180955","email_id":"brajesh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"051797877589302","imei1":"051797877589302","imei2":"051797877589302","popurl":"www.ghanshyam-singh.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168371,"job_number":"JOB_168371","tr_customer_id":168388,"tr_customer_product_id":168378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bhilangana Nair","mobile_number":"7025684781","email_id":"lakshminath.mehra@yahoo.co.in","dop":"2026-01-17","serial_number":"854342691173107","imei1":"854342691173107","imei2":"854342691173107","popurl":"www.vasudeva-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168370,"job_number":"JOB_168370","tr_customer_id":168387,"tr_customer_product_id":168377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Priya Namboothiri","mobile_number":"7013847653","email_id":"dev.iyer@hotmail.com","dop":"2026-01-17","serial_number":"077055695813289","imei1":"077055695813289","imei2":"077055695813289","popurl":"www.lakshmidhar-bhat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168369,"job_number":"JOB_168369","tr_customer_id":168386,"tr_customer_product_id":168376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Kailash Guneta","mobile_number":"7090100585","email_id":"vaidehi.tandon@hotmail.com","dop":"2026-01-17","serial_number":"497105552825981","imei1":"497105552825981","imei2":"497105552825981","popurl":"www.dhatri-pillai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168368,"job_number":"JOB_168368","tr_customer_id":168385,"tr_customer_product_id":168375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Bilwa Adiga","mobile_number":"7051290596","email_id":"nawal.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"593529066480426","imei1":"593529066480426","imei2":"593529066480426","popurl":"www.birjesh-khanna.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168367,"job_number":"JOB_168367","tr_customer_id":168384,"tr_customer_product_id":168374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Mohana Namboothiri","mobile_number":"7075742815","email_id":"urmila.gandhi@gmail.com","dop":"2026-01-17","serial_number":"145848997681710","imei1":"145848997681710","imei2":"145848997681710","popurl":"www.rakesh-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168366,"job_number":"JOB_168366","tr_customer_id":168383,"tr_customer_product_id":168373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Chinmayananda Talwar","mobile_number":"7029867753","email_id":"deepali.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"807692096572906","imei1":"807692096572906","imei2":"807692096572906","popurl":"www.tanirika-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168365,"job_number":"JOB_168365","tr_customer_id":168382,"tr_customer_product_id":168372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:47.000Z","modified_at":"2026-01-27T13:52:47.000Z","name":"Akshaj Abbott","mobile_number":"7030785535","email_id":"devika.dhawan@hotmail.com","dop":"2026-01-17","serial_number":"185714094858276","imei1":"185714094858276","imei2":"185714094858276","popurl":"www.karan-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168364,"job_number":"JOB_168364","tr_customer_id":168381,"tr_customer_product_id":168371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chandani Iyengar","mobile_number":"7019505930","email_id":"gauranga.bharadwaj@hotmail.com","dop":"2026-01-17","serial_number":"016636860422462","imei1":"016636860422462","imei2":"016636860422462","popurl":"www.aayushman-naik.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168363,"job_number":"JOB_168363","tr_customer_id":168380,"tr_customer_product_id":168370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Chakor Gupta","mobile_number":"7009589550","email_id":"shobhana.johar@hotmail.com","dop":"2026-01-17","serial_number":"206538448713779","imei1":"206538448713779","imei2":"206538448713779","popurl":"www.abhirath-dutta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168362,"job_number":"JOB_168362","tr_customer_id":168379,"tr_customer_product_id":168369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rukhmani Nambeesan","mobile_number":"7009156879","email_id":"harit.ahluwalia@yahoo.co.in","dop":"2026-01-17","serial_number":"297676098700538","imei1":"297676098700538","imei2":"297676098700538","popurl":"www.krishna-achari.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168361,"job_number":"JOB_168361","tr_customer_id":168378,"tr_customer_product_id":168368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Rohit Dhawan","mobile_number":"7010250076","email_id":"manisha.saini@yahoo.co.in","dop":"2026-01-17","serial_number":"817097590402320","imei1":"817097590402320","imei2":"817097590402320","popurl":"www.govinda-nair.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168360,"job_number":"JOB_168360","tr_customer_id":168377,"tr_customer_product_id":168367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bhavani Menon","mobile_number":"7051475661","email_id":"goutam.devar@hotmail.com","dop":"2026-01-17","serial_number":"149646746099263","imei1":"149646746099263","imei2":"149646746099263","popurl":"www.geeta-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168359,"job_number":"JOB_168359","tr_customer_id":168376,"tr_customer_product_id":168366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Mahesh Jha","mobile_number":"7038586704","email_id":"ankal.tandon@hotmail.com","dop":"2026-01-17","serial_number":"990013463977407","imei1":"990013463977407","imei2":"990013463977407","popurl":"www.bhuvaneshwar-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168358,"job_number":"JOB_168358","tr_customer_id":168374,"tr_customer_product_id":168364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Tanya Kapoor","mobile_number":"7016042539","email_id":"udai.tagore@hotmail.com","dop":"2026-01-17","serial_number":"198386518075332","imei1":"198386518075332","imei2":"198386518075332","popurl":"www.dinkar-devar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168357,"job_number":"JOB_168357","tr_customer_id":168375,"tr_customer_product_id":168365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Aanandaswarup Jha","mobile_number":"7076453342","email_id":"abhirath.adiga@hotmail.com","dop":"2026-01-17","serial_number":"335279886424002","imei1":"335279886424002","imei2":"335279886424002","popurl":"www.dhanapati-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168356,"job_number":"JOB_168356","tr_customer_id":168373,"tr_customer_product_id":168363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ravi Mukhopadhyay","mobile_number":"7067186902","email_id":"shivakari.joshi@hotmail.com","dop":"2026-01-17","serial_number":"142948129111347","imei1":"142948129111347","imei2":"142948129111347","popurl":"www.chanda-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168355,"job_number":"JOB_168355","tr_customer_id":168372,"tr_customer_product_id":168362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Lila Iyer","mobile_number":"7023393304","email_id":"narendra.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"089434342383766","imei1":"089434342383766","imei2":"089434342383766","popurl":"www.rohit-pillai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168354,"job_number":"JOB_168354","tr_customer_id":168371,"tr_customer_product_id":168361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Krishnadas Saini","mobile_number":"7074823966","email_id":"vrund.talwar@yahoo.co.in","dop":"2026-01-17","serial_number":"532303323194966","imei1":"532303323194966","imei2":"532303323194966","popurl":"www.pran-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168353,"job_number":"JOB_168353","tr_customer_id":168370,"tr_customer_product_id":168360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Kumar Iyer","mobile_number":"7087622205","email_id":"bahula.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"810569748036493","imei1":"810569748036493","imei2":"810569748036493","popurl":"www.sher-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168352,"job_number":"JOB_168352","tr_customer_id":168369,"tr_customer_product_id":168359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Meghnad Dhawan","mobile_number":"7038382114","email_id":"anjushri.rana@gmail.com","dop":"2026-01-17","serial_number":"469600577233594","imei1":"469600577233594","imei2":"469600577233594","popurl":"www.aadrika-arora.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168351,"job_number":"JOB_168351","tr_customer_id":168368,"tr_customer_product_id":168358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Heema Pilla","mobile_number":"7064517073","email_id":"prasad.guha@gmail.com","dop":"2026-01-17","serial_number":"964173172956775","imei1":"964173172956775","imei2":"964173172956775","popurl":"www.meghnad-sharma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168350,"job_number":"JOB_168350","tr_customer_id":168367,"tr_customer_product_id":168357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Abani Chaturvedi","mobile_number":"7036399880","email_id":"adhiraj.iyengar@hotmail.com","dop":"2026-01-17","serial_number":"106729502802142","imei1":"106729502802142","imei2":"106729502802142","popurl":"www.ahalya-bhat.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168349,"job_number":"JOB_168349","tr_customer_id":168366,"tr_customer_product_id":168356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Dhanu Dutta","mobile_number":"7018337846","email_id":"dandak.khanna@hotmail.com","dop":"2026-01-17","serial_number":"877052485523200","imei1":"877052485523200","imei2":"877052485523200","popurl":"www.atmanand-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168348,"job_number":"JOB_168348","tr_customer_id":168365,"tr_customer_product_id":168355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Ritesh Reddy","mobile_number":"7090019130","email_id":"bela.mishra@hotmail.com","dop":"2026-01-17","serial_number":"220858470308955","imei1":"220858470308955","imei2":"220858470308955","popurl":"www.nikita-asan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168347,"job_number":"JOB_168347","tr_customer_id":168364,"tr_customer_product_id":168354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Apsara Mishra","mobile_number":"7047276167","email_id":"kannan.gowda@hotmail.com","dop":"2026-01-17","serial_number":"565742401215318","imei1":"565742401215318","imei2":"565742401215318","popurl":"www.bhargavi-patel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168346,"job_number":"JOB_168346","tr_customer_id":168363,"tr_customer_product_id":168353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Vyas Tandon","mobile_number":"7042667205","email_id":"purnima.joshi@yahoo.co.in","dop":"2026-01-17","serial_number":"759616770829453","imei1":"759616770829453","imei2":"759616770829453","popurl":"www.chinmayananda-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168345,"job_number":"JOB_168345","tr_customer_id":168362,"tr_customer_product_id":168352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Bala Tagore","mobile_number":"7002970566","email_id":"uma.khatri@hotmail.com","dop":"2026-01-17","serial_number":"346712173888469","imei1":"346712173888469","imei2":"346712173888469","popurl":"www.vishnu-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168344,"job_number":"JOB_168344","tr_customer_id":168361,"tr_customer_product_id":168351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:46.000Z","modified_at":"2026-01-27T13:52:46.000Z","name":"Eshana Mishra","mobile_number":"7035091717","email_id":"bhardwaj.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"567478943251205","imei1":"567478943251205","imei2":"567478943251205","popurl":"www.tara-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168343,"job_number":"JOB_168343","tr_customer_id":168360,"tr_customer_product_id":168350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chitrangada Jain","mobile_number":"7047940952","email_id":"atmaja.somayaji@yahoo.co.in","dop":"2026-01-17","serial_number":"534353500920242","imei1":"534353500920242","imei2":"534353500920242","popurl":"www.dhyanesh-embranthiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168342,"job_number":"JOB_168342","tr_customer_id":168359,"tr_customer_product_id":168349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipali Naik","mobile_number":"7046169636","email_id":"adityanandan.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"181904001668628","imei1":"181904001668628","imei2":"181904001668628","popurl":"www.divjot-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168341,"job_number":"JOB_168341","tr_customer_id":168358,"tr_customer_product_id":168348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dipendra Guneta","mobile_number":"7089022167","email_id":"bhooshit.varrier@yahoo.co.in","dop":"2026-01-17","serial_number":"557394222355725","imei1":"557394222355725","imei2":"557394222355725","popurl":"www.veda-namboothiri.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168340,"job_number":"JOB_168340","tr_customer_id":168357,"tr_customer_product_id":168347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gandharv Mishra","mobile_number":"7037736873","email_id":"chandrakala.asan@hotmail.com","dop":"2026-01-17","serial_number":"054532771311509","imei1":"054532771311509","imei2":"054532771311509","popurl":"www.anshula-gandhi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168339,"job_number":"JOB_168339","tr_customer_id":168356,"tr_customer_product_id":168346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Abhirath Kocchar","mobile_number":"7095215331","email_id":"nirbhay.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"026538670104231","imei1":"026538670104231","imei2":"026538670104231","popurl":"www.bhilangana-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168338,"job_number":"JOB_168338","tr_customer_id":168355,"tr_customer_product_id":168345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Lakshman Malik","mobile_number":"7054809205","email_id":"samir.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"688001834688644","imei1":"688001834688644","imei2":"688001834688644","popurl":"www.parvati-embranthiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168337,"job_number":"JOB_168337","tr_customer_id":168354,"tr_customer_product_id":168344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girik Gowda","mobile_number":"7069755534","email_id":"agrata.guneta@gmail.com","dop":"2026-01-17","serial_number":"006437615865535","imei1":"006437615865535","imei2":"006437615865535","popurl":"www.opalina-dhawan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168336,"job_number":"JOB_168336","tr_customer_id":168353,"tr_customer_product_id":168343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Swarnalata Johar","mobile_number":"7078977856","email_id":"ujjwal.desai@yahoo.co.in","dop":"2026-01-17","serial_number":"868667207996938","imei1":"868667207996938","imei2":"868667207996938","popurl":"www.laxmi-adiga.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168335,"job_number":"JOB_168335","tr_customer_id":168352,"tr_customer_product_id":168342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Adhrit Kapoor","mobile_number":"7027432401","email_id":"aruna.pillai@hotmail.com","dop":"2026-01-17","serial_number":"348584581440138","imei1":"348584581440138","imei2":"348584581440138","popurl":"www.bhargavi-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168334,"job_number":"JOB_168334","tr_customer_id":168351,"tr_customer_product_id":168341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Anjushri Kakkar","mobile_number":"7053074102","email_id":"chitraksh.talwar@hotmail.com","dop":"2026-01-17","serial_number":"573357269817417","imei1":"573357269817417","imei2":"573357269817417","popurl":"www.tanya-nair.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168333,"job_number":"JOB_168333","tr_customer_id":168350,"tr_customer_product_id":168340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ramaa Ahluwalia","mobile_number":"7043740065","email_id":"krishnadasa.abbott@gmail.com","dop":"2026-01-17","serial_number":"055694745124624","imei1":"055694745124624","imei2":"055694745124624","popurl":"www.anilaabh-kapoor.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168332,"job_number":"JOB_168332","tr_customer_id":168349,"tr_customer_product_id":168339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Ananta Bandopadhyay","mobile_number":"7064038836","email_id":"ujjawal.asan@hotmail.com","dop":"2026-01-17","serial_number":"193785608841020","imei1":"193785608841020","imei2":"193785608841020","popurl":"www.gajabahu-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168331,"job_number":"JOB_168331","tr_customer_id":168348,"tr_customer_product_id":168338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Gautam Khan","mobile_number":"7062693799","email_id":"siddarth.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"391242264746741","imei1":"391242264746741","imei2":"391242264746741","popurl":"www.ananda-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168330,"job_number":"JOB_168330","tr_customer_id":168347,"tr_customer_product_id":168337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Girija Johar","mobile_number":"7087953579","email_id":"manoj.jain@gmail.com","dop":"2026-01-17","serial_number":"955820954820200","imei1":"955820954820200","imei2":"955820954820200","popurl":"www.vaishnavi-jha.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168329,"job_number":"JOB_168329","tr_customer_id":168346,"tr_customer_product_id":168336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Tanushri Desai","mobile_number":"7029790501","email_id":"bilva.achari@yahoo.co.in","dop":"2026-01-17","serial_number":"635481645607749","imei1":"635481645607749","imei2":"635481645607749","popurl":"www.chapala-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168328,"job_number":"JOB_168328","tr_customer_id":168345,"tr_customer_product_id":168335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Bhishma Ahluwalia","mobile_number":"7070024748","email_id":"gitanjali.patel@gmail.com","dop":"2026-01-17","serial_number":"909928173955236","imei1":"909928173955236","imei2":"909928173955236","popurl":"www.lavanya-ahluwalia.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168327,"job_number":"JOB_168327","tr_customer_id":168344,"tr_customer_product_id":168334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Dhanapati Mukhopadhyay","mobile_number":"7060625797","email_id":"anasooya.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"677865205290071","imei1":"677865205290071","imei2":"677865205290071","popurl":"www.akshita-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168326,"job_number":"JOB_168326","tr_customer_id":168343,"tr_customer_product_id":168333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Chandraayan Butt","mobile_number":"7010369756","email_id":"agnimitra.somayaji@gmail.com","dop":"2026-01-17","serial_number":"488999732494006","imei1":"488999732494006","imei2":"488999732494006","popurl":"www.gajabahu-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168325,"job_number":"JOB_168325","tr_customer_id":168342,"tr_customer_product_id":168332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:45.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Manoj Iyer","mobile_number":"7079001143","email_id":"giriraj.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"193173358287905","imei1":"193173358287905","imei2":"193173358287905","popurl":"www.rukmin-kaur.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168324,"job_number":"JOB_168324","tr_customer_id":168341,"tr_customer_product_id":168331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:45.000Z","name":"Devvrat Asan","mobile_number":"7036837584","email_id":"garuda.menon@hotmail.com","dop":"2026-01-17","serial_number":"186509279222993","imei1":"186509279222993","imei2":"186509279222993","popurl":"www.vaishno-nehru.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168323,"job_number":"JOB_168323","tr_customer_id":168340,"tr_customer_product_id":168330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrakin Chattopadhyay","mobile_number":"7097544273","email_id":"kannan.agarwal@gmail.com","dop":"2026-01-17","serial_number":"692303611362579","imei1":"692303611362579","imei2":"692303611362579","popurl":"www.bilwa-deshpande.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168322,"job_number":"JOB_168322","tr_customer_id":168339,"tr_customer_product_id":168329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Nanda Ahluwalia","mobile_number":"7061139361","email_id":"bhoopati.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"325520571898873","imei1":"325520571898873","imei2":"325520571898873","popurl":"www.pushti-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168321,"job_number":"JOB_168321","tr_customer_id":168338,"tr_customer_product_id":168328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gauranga Bharadwaj","mobile_number":"7040771236","email_id":"himani.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"963565872947585","imei1":"963565872947585","imei2":"963565872947585","popurl":"www.vishnu-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168320,"job_number":"JOB_168320","tr_customer_id":168337,"tr_customer_product_id":168327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamla Pillai","mobile_number":"7025530093","email_id":"devi.bhattacharya@hotmail.com","dop":"2026-01-17","serial_number":"720966471356811","imei1":"720966471356811","imei2":"720966471356811","popurl":"www.chinmayananda-gandhi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168319,"job_number":"JOB_168319","tr_customer_id":168336,"tr_customer_product_id":168326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Amaresh Mahajan","mobile_number":"7036858631","email_id":"brahmanandam.sharma@gmail.com","dop":"2026-01-17","serial_number":"993215241178645","imei1":"993215241178645","imei2":"993215241178645","popurl":"www.dulari-trivedi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168318,"job_number":"JOB_168318","tr_customer_id":168335,"tr_customer_product_id":168325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chandrabhaga Reddy","mobile_number":"7002922500","email_id":"gajadhar.pillai@hotmail.com","dop":"2026-01-17","serial_number":"670466987668843","imei1":"670466987668843","imei2":"670466987668843","popurl":"www.aadidev-chaturvedi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168317,"job_number":"JOB_168317","tr_customer_id":168334,"tr_customer_product_id":168324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Manisha Chattopadhyay","mobile_number":"7075391580","email_id":"aagneya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"231111320521551","imei1":"231111320521551","imei2":"231111320521551","popurl":"www.dron-dubashi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168316,"job_number":"JOB_168316","tr_customer_id":168333,"tr_customer_product_id":168323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Gajadhar Khatri","mobile_number":"7009021832","email_id":"manik.pilla@hotmail.com","dop":"2026-01-17","serial_number":"824135075165620","imei1":"824135075165620","imei2":"824135075165620","popurl":"www.gaurang-patel.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168315,"job_number":"JOB_168315","tr_customer_id":168332,"tr_customer_product_id":168322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bandhu Mahajan","mobile_number":"7099106728","email_id":"dhruv.joshi@hotmail.com","dop":"2026-01-17","serial_number":"324381924619464","imei1":"324381924619464","imei2":"324381924619464","popurl":"www.shridevi-pothuvaal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168314,"job_number":"JOB_168314","tr_customer_id":168331,"tr_customer_product_id":168321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Kamlesh Khanna","mobile_number":"7095467911","email_id":"hiranya.marar@hotmail.com","dop":"2026-01-17","serial_number":"135205006698107","imei1":"135205006698107","imei2":"135205006698107","popurl":"www.garuda-pandey.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168313,"job_number":"JOB_168313","tr_customer_id":168330,"tr_customer_product_id":168320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ananda Malik","mobile_number":"7038373963","email_id":"malti.iyer@hotmail.com","dop":"2026-01-17","serial_number":"699733414024462","imei1":"699733414024462","imei2":"699733414024462","popurl":"www.anjushree-marar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168312,"job_number":"JOB_168312","tr_customer_id":168329,"tr_customer_product_id":168319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Chiranjeev Ahluwalia","mobile_number":"7009145254","email_id":"geeta.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"643458496795587","imei1":"643458496795587","imei2":"643458496795587","popurl":"www.prem-desai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168311,"job_number":"JOB_168311","tr_customer_id":168328,"tr_customer_product_id":168318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Devesh Mishra","mobile_number":"7033273020","email_id":"chandi.kaniyar@yahoo.co.in","dop":"2026-01-17","serial_number":"932138702134532","imei1":"932138702134532","imei2":"932138702134532","popurl":"www.devani-reddy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168310,"job_number":"JOB_168310","tr_customer_id":168327,"tr_customer_product_id":168317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Ritesh Bhattacharya","mobile_number":"7098501414","email_id":"sharmila.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"103975520579777","imei1":"103975520579777","imei2":"103975520579777","popurl":"www.harinarayan-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168309,"job_number":"JOB_168309","tr_customer_id":168326,"tr_customer_product_id":168316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Vidur Somayaji","mobile_number":"7073570313","email_id":"dharitri.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"027182720772522","imei1":"027182720772522","imei2":"027182720772522","popurl":"www.girindra-tandon.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168308,"job_number":"JOB_168308","tr_customer_id":168325,"tr_customer_product_id":168315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Trisha Embranthiri","mobile_number":"7078828412","email_id":"rageswari.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"379590032052216","imei1":"379590032052216","imei2":"379590032052216","popurl":"www.oormila-namboothiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168307,"job_number":"JOB_168307","tr_customer_id":168324,"tr_customer_product_id":168314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Bharadwaj Gowda","mobile_number":"7047901798","email_id":"amrit.chopra@hotmail.com","dop":"2026-01-17","serial_number":"691884701084889","imei1":"691884701084889","imei2":"691884701084889","popurl":"www.aarya-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168306,"job_number":"JOB_168306","tr_customer_id":168323,"tr_customer_product_id":168313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Daiwik Pandey","mobile_number":"7015235624","email_id":"darshwana.saini@gmail.com","dop":"2026-01-17","serial_number":"922710613826902","imei1":"922710613826902","imei2":"922710613826902","popurl":"www.aayushman-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168305,"job_number":"JOB_168305","tr_customer_id":168322,"tr_customer_product_id":168312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:44.000Z","modified_at":"2026-01-27T13:52:44.000Z","name":"Shanti Chaturvedi","mobile_number":"7074772557","email_id":"rukmin.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"167544080266806","imei1":"167544080266806","imei2":"167544080266806","popurl":"www.karunanidhi-joshi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168304,"job_number":"JOB_168304","tr_customer_id":168321,"tr_customer_product_id":168311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dhana Achari","mobile_number":"7027643900","email_id":"bala.deshpande@gmail.com","dop":"2026-01-17","serial_number":"259783489679083","imei1":"259783489679083","imei2":"259783489679083","popurl":"www.dhanesh-prajapat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168303,"job_number":"JOB_168303","tr_customer_id":168320,"tr_customer_product_id":168310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Kanishka Pandey","mobile_number":"7006447166","email_id":"deepesh.prajapat@gmail.com","dop":"2026-01-17","serial_number":"299828941401126","imei1":"299828941401126","imei2":"299828941401126","popurl":"www.aagneya-adiga.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168302,"job_number":"JOB_168302","tr_customer_id":168319,"tr_customer_product_id":168309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Eshita Malik","mobile_number":"7019334340","email_id":"charuvrat.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"797082632608609","imei1":"797082632608609","imei2":"797082632608609","popurl":"www.sarla-banerjee.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168301,"job_number":"JOB_168301","tr_customer_id":168318,"tr_customer_product_id":168308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Krishnadasa Kocchar","mobile_number":"7040706838","email_id":"vidya.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"039277206390215","imei1":"039277206390215","imei2":"039277206390215","popurl":"www.abhisyanta-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168300,"job_number":"JOB_168300","tr_customer_id":168317,"tr_customer_product_id":168307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Acaryatanaya Sharma","mobile_number":"7080385131","email_id":"kumuda.desai@gmail.com","dop":"2026-01-17","serial_number":"628297546043480","imei1":"628297546043480","imei2":"628297546043480","popurl":"www.sanka-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168299,"job_number":"JOB_168299","tr_customer_id":168316,"tr_customer_product_id":168306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Jyoti Bhat","mobile_number":"7026175150","email_id":"bilwa.dubashi@gmail.com","dop":"2026-01-17","serial_number":"143523016490660","imei1":"143523016490660","imei2":"143523016490660","popurl":"www.amritambu-sinha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168298,"job_number":"JOB_168298","tr_customer_id":168315,"tr_customer_product_id":168305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Baalagopaal Patil","mobile_number":"7096912025","email_id":"abhirath.mukhopadhyay@hotmail.com","dop":"2026-01-17","serial_number":"757612487874979","imei1":"757612487874979","imei2":"757612487874979","popurl":"www.bhushit-guha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168297,"job_number":"JOB_168297","tr_customer_id":168314,"tr_customer_product_id":168304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Nirbhay Chattopadhyay","mobile_number":"7061002611","email_id":"eshana.bhattathiri@hotmail.com","dop":"2026-01-17","serial_number":"297775248264917","imei1":"297775248264917","imei2":"297775248264917","popurl":"www.shubhaprada-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168296,"job_number":"JOB_168296","tr_customer_id":168313,"tr_customer_product_id":168303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Aaryan Varrier","mobile_number":"7086629267","email_id":"shashi.jha@yahoo.co.in","dop":"2026-01-17","serial_number":"297041655924701","imei1":"297041655924701","imei2":"297041655924701","popurl":"www.gajabahu-rana.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168295,"job_number":"JOB_168295","tr_customer_id":168312,"tr_customer_product_id":168302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Abhisyanta Tagore","mobile_number":"7098322412","email_id":"chaitan.naik@hotmail.com","dop":"2026-01-17","serial_number":"462957100239314","imei1":"462957100239314","imei2":"462957100239314","popurl":"www.gati-nair.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168294,"job_number":"JOB_168294","tr_customer_id":168311,"tr_customer_product_id":168301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Deeptimoyee Trivedi","mobile_number":"7081075397","email_id":"rupinder.chopra@yahoo.co.in","dop":"2026-01-17","serial_number":"820682428873616","imei1":"820682428873616","imei2":"820682428873616","popurl":"www.jay-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168293,"job_number":"JOB_168293","tr_customer_id":168310,"tr_customer_product_id":168300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gayatri Gill","mobile_number":"7078914110","email_id":"tanya.gowda@yahoo.co.in","dop":"2026-01-17","serial_number":"425618954904736","imei1":"425618954904736","imei2":"425618954904736","popurl":"www.baala-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168292,"job_number":"JOB_168292","tr_customer_id":168309,"tr_customer_product_id":168299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Yogendra Rana","mobile_number":"7013127135","email_id":"ekalavya.pandey@hotmail.com","dop":"2026-01-17","serial_number":"181276253587809","imei1":"181276253587809","imei2":"181276253587809","popurl":"www.himadri-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168291,"job_number":"JOB_168291","tr_customer_id":168308,"tr_customer_product_id":168298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Gitanjali Nehru","mobile_number":"7033196788","email_id":"bhramar.iyer@hotmail.com","dop":"2026-01-17","serial_number":"159118065780587","imei1":"159118065780587","imei2":"159118065780587","popurl":"www.adhrit-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168290,"job_number":"JOB_168290","tr_customer_id":168307,"tr_customer_product_id":168297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Param Namboothiri","mobile_number":"7051395959","email_id":"shresth.acharya@gmail.com","dop":"2026-01-17","serial_number":"939906965759411","imei1":"939906965759411","imei2":"939906965759411","popurl":"www.digambar-khatri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168289,"job_number":"JOB_168289","tr_customer_id":168306,"tr_customer_product_id":168296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Laxmi Khan","mobile_number":"7044561872","email_id":"amaranaath.mukhopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"798628166538875","imei1":"798628166538875","imei2":"798628166538875","popurl":"www.chakravartee-malik.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168288,"job_number":"JOB_168288","tr_customer_id":168305,"tr_customer_product_id":168295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Chandini Panicker","mobile_number":"7041401584","email_id":"nimit.shukla@hotmail.com","dop":"2026-01-17","serial_number":"030455514100990","imei1":"030455514100990","imei2":"030455514100990","popurl":"www.kama-mishra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168287,"job_number":"JOB_168287","tr_customer_id":168304,"tr_customer_product_id":168294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Rageshwari Sinha","mobile_number":"7007609666","email_id":"aaryan.mishra@hotmail.com","dop":"2026-01-17","serial_number":"762876885452505","imei1":"762876885452505","imei2":"762876885452505","popurl":"www.dandapaani-kakkar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168286,"job_number":"JOB_168286","tr_customer_id":168303,"tr_customer_product_id":168293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Dayaamay Khan","mobile_number":"7027838011","email_id":"param.khanna@hotmail.com","dop":"2026-01-17","serial_number":"246434267233391","imei1":"246434267233391","imei2":"246434267233391","popurl":"www.mohinder-malik.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168285,"job_number":"JOB_168285","tr_customer_id":168302,"tr_customer_product_id":168292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Bhadrak Arora","mobile_number":"7032870005","email_id":"bhishma.acharya@hotmail.com","dop":"2026-01-17","serial_number":"559643001190677","imei1":"559643001190677","imei2":"559643001190677","popurl":"www.anjaneya-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168284,"job_number":"JOB_168284","tr_customer_id":168301,"tr_customer_product_id":168291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Shanti Bhattathiri","mobile_number":"7016029439","email_id":"oormila.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"247116872323691","imei1":"247116872323691","imei2":"247116872323691","popurl":"www.dayaanidhi-dwivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168283,"job_number":"JOB_168283","tr_customer_id":168300,"tr_customer_product_id":168290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:43.000Z","modified_at":"2026-01-27T13:52:43.000Z","name":"Swarnalata Prajapat","mobile_number":"7099479914","email_id":"balaaditya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"141575034126703","imei1":"141575034126703","imei2":"141575034126703","popurl":"www.narinder-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168282,"job_number":"JOB_168282","tr_customer_id":168299,"tr_customer_product_id":168289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Girish Banerjee","mobile_number":"7048017873","email_id":"aaryan.guneta@hotmail.com","dop":"2026-01-17","serial_number":"740725273090990","imei1":"740725273090990","imei2":"740725273090990","popurl":"www.rati-jha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168281,"job_number":"JOB_168281","tr_customer_id":168298,"tr_customer_product_id":168288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhardwaj Shukla","mobile_number":"7025057013","email_id":"mayoor.iyer@hotmail.com","dop":"2026-01-17","serial_number":"135556889699370","imei1":"135556889699370","imei2":"135556889699370","popurl":"www.sharmila-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168280,"job_number":"JOB_168280","tr_customer_id":168297,"tr_customer_product_id":168287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Lal Ahuja","mobile_number":"7037608651","email_id":"dhanalakshmi.pothuvaal@gmail.com","dop":"2026-01-17","serial_number":"863448801333047","imei1":"863448801333047","imei2":"863448801333047","popurl":"www.jyoti-pothuvaal.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168279,"job_number":"JOB_168279","tr_customer_id":168296,"tr_customer_product_id":168286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ranjit Chopra","mobile_number":"7073725800","email_id":"bhagirathi.guneta@hotmail.com","dop":"2026-01-17","serial_number":"360525324757118","imei1":"360525324757118","imei2":"360525324757118","popurl":"www.jagadish-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168278,"job_number":"JOB_168278","tr_customer_id":168295,"tr_customer_product_id":168285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Bhargava Mukhopadhyay","mobile_number":"7026138278","email_id":"anurag.mishra@gmail.com","dop":"2026-01-17","serial_number":"875406830158462","imei1":"875406830158462","imei2":"875406830158462","popurl":"www.kali-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168277,"job_number":"JOB_168277","tr_customer_id":168294,"tr_customer_product_id":168284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chandi Malik","mobile_number":"7095444726","email_id":"deb.ahuja@yahoo.co.in","dop":"2026-01-17","serial_number":"912578778448772","imei1":"912578778448772","imei2":"912578778448772","popurl":"www.tanushree-ahuja.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168276,"job_number":"JOB_168276","tr_customer_id":168293,"tr_customer_product_id":168283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Chetanaanand Reddy","mobile_number":"7045392486","email_id":"anal.deshpande@yahoo.co.in","dop":"2026-01-17","serial_number":"408809447341215","imei1":"408809447341215","imei2":"408809447341215","popurl":"www.abhirath-achari.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168275,"job_number":"JOB_168275","tr_customer_id":168291,"tr_customer_product_id":168281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Pran Dubashi","mobile_number":"7068961883","email_id":"ekaparnika.agarwal@yahoo.co.in","dop":"2026-01-17","serial_number":"286857647138780","imei1":"286857647138780","imei2":"286857647138780","popurl":"www.amrita-embranthiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168274,"job_number":"JOB_168274","tr_customer_id":168292,"tr_customer_product_id":168282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Ankal Nair","mobile_number":"7063975020","email_id":"gauraang.joshi@gmail.com","dop":"2026-01-17","serial_number":"907222504346697","imei1":"907222504346697","imei2":"907222504346697","popurl":"www.manoj-varman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168273,"job_number":"JOB_168273","tr_customer_id":168290,"tr_customer_product_id":168280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:52:42.000Z","modified_at":"2026-01-27T13:52:42.000Z","name":"Anaadi Devar","mobile_number":"7084683703","email_id":"ekaling.namboothiri@hotmail.com","dop":"2026-01-17","serial_number":"656477353144113","imei1":"656477353144113","imei2":"656477353144113","popurl":"www.deepesh-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168272,"job_number":"JOB_168272","tr_customer_id":168289,"tr_customer_product_id":168279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:50.000Z","modified_at":"2026-01-27T13:45:02.000Z","name":"Oscar Ritchie","mobile_number":"719-318-1867","email_id":"Monserrate19@gmail.com","dop":"2025-12-01","serial_number":"17540098712072","imei1":"17540098712072","imei2":"17540098712072","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:45:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168271,"job_number":"JOB_168271","tr_customer_id":168288,"tr_customer_product_id":168278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:50.000Z","modified_at":"2026-01-27T13:44:50.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16137037844247","imei1":"16137037844247","imei2":"16137037844247","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168270,"job_number":"JOB_168270","tr_customer_id":168287,"tr_customer_product_id":168277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:34.000Z","modified_at":"2026-01-27T13:44:46.000Z","name":"Camylle Mertz","mobile_number":"942-200-2028","email_id":"Retha.Koss41@hotmail.com","dop":"2025-12-01","serial_number":"12355772743331","imei1":"12355772743331","imei2":"12355772743331","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168269,"job_number":"JOB_168269","tr_customer_id":168286,"tr_customer_product_id":168276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:33.000Z","modified_at":"2026-01-27T13:44:33.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11740035973162","imei1":"11740035973162","imei2":"11740035973162","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168268,"job_number":"JOB_168268","tr_customer_id":168285,"tr_customer_product_id":168275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:17.000Z","modified_at":"2026-01-27T13:44:29.000Z","name":"Janie Predovic","mobile_number":"221-782-5093","email_id":"Gladys_Hilpert73@hotmail.com","dop":"2025-12-01","serial_number":"15696191062648","imei1":"15696191062648","imei2":"15696191062648","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T13:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168267,"job_number":"JOB_168267","tr_customer_id":168284,"tr_customer_product_id":168274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:44:16.000Z","modified_at":"2026-01-27T13:44:16.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13972199692843","imei1":"13972199692843","imei2":"13972199692843","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168266,"job_number":"JOB_168266","tr_customer_id":168283,"tr_customer_product_id":168273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:18.000Z","modified_at":"2026-01-27T15:29:54.000Z","name":"Ena Jakubowski","mobile_number":"767-899-9822","email_id":"Conor_Gleason71@yahoo.com","dop":"2025-02-01","serial_number":"53730589633809","imei1":"53730589633809","imei2":"53730589633809","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T15:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168265,"job_number":"JOB_168265","tr_customer_id":168282,"tr_customer_product_id":168272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:12.000Z","name":"Rakesh Ganaka","mobile_number":"7081162089","email_id":"smriti.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"973373170161546","imei1":"973373170161546","imei2":"973373170161546","popurl":"www.deependra-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168264,"job_number":"JOB_168264","tr_customer_id":168281,"tr_customer_product_id":168271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhargava Kapoor","mobile_number":"7017308625","email_id":"ajeet.sinha@gmail.com","dop":"2026-01-17","serial_number":"210483892952342","imei1":"210483892952342","imei2":"210483892952342","popurl":"www.bhishma-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168263,"job_number":"JOB_168263","tr_customer_id":168280,"tr_customer_product_id":168270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Bhuvanesh Arora","mobile_number":"7059618969","email_id":"bhamini.mukhopadhyay@gmail.com","dop":"2026-01-17","serial_number":"030187202982318","imei1":"030187202982318","imei2":"030187202982318","popurl":"www.chaaruchandra-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168262,"job_number":"JOB_168262","tr_customer_id":168279,"tr_customer_product_id":168269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Swara Bandopadhyay","mobile_number":"7016741813","email_id":"aadi.varman@gmail.com","dop":"2026-01-17","serial_number":"447201130297179","imei1":"447201130297179","imei2":"447201130297179","popurl":"www.ekaparnika-ahuja.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168261,"job_number":"JOB_168261","tr_customer_id":168278,"tr_customer_product_id":168268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Budhil Kaul","mobile_number":"7007472388","email_id":"vidhya.johar@yahoo.co.in","dop":"2026-01-17","serial_number":"346899966887362","imei1":"346899966887362","imei2":"346899966887362","popurl":"www.dayamayee-pandey.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168260,"job_number":"JOB_168260","tr_customer_id":168277,"tr_customer_product_id":168267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ekadant Iyengar","mobile_number":"7083283137","email_id":"akshainie.varman@hotmail.com","dop":"2026-01-17","serial_number":"807684574494302","imei1":"807684574494302","imei2":"807684574494302","popurl":"www.anuja-iyer.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168259,"job_number":"JOB_168259","tr_customer_id":168276,"tr_customer_product_id":168266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Indra Bandopadhyay","mobile_number":"7084928060","email_id":"sarada.rana@hotmail.com","dop":"2026-01-17","serial_number":"119167337360261","imei1":"119167337360261","imei2":"119167337360261","popurl":"www.atmaja-rana.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168258,"job_number":"JOB_168258","tr_customer_id":168275,"tr_customer_product_id":168265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Triloki Nath Gill","mobile_number":"7020959627","email_id":"ajeet.shukla@yahoo.co.in","dop":"2026-01-17","serial_number":"154315835505877","imei1":"154315835505877","imei2":"154315835505877","popurl":"www.adhrit-talwar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168257,"job_number":"JOB_168257","tr_customer_id":168274,"tr_customer_product_id":168264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Chidananda Varman","mobile_number":"7081541989","email_id":"bhushan.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"520358638387078","imei1":"520358638387078","imei2":"520358638387078","popurl":"www.abhaidev-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168256,"job_number":"JOB_168256","tr_customer_id":168273,"tr_customer_product_id":168263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"Ganaka Ganaka","mobile_number":"7008604529","email_id":"chaturbhuj.kaniyar@hotmail.com","dop":"2026-01-17","serial_number":"580968190866739","imei1":"580968190866739","imei2":"580968190866739","popurl":"www.bhoopati-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168255,"job_number":"JOB_168255","tr_customer_id":168272,"tr_customer_product_id":168262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"hello Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10942232193440","imei1":"10942232193440","imei2":"10942232193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168254,"job_number":"JOB_168254","tr_customer_id":168271,"tr_customer_product_id":168261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"dfdfd Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"10944432193440","imei1":"10944432193440","imei2":"10944432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168253,"job_number":"JOB_168253","tr_customer_id":168270,"tr_customer_product_id":168260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T13:43:11.000Z","modified_at":"2026-01-27T13:43:11.000Z","name":"World Raynor","mobile_number":"752-715-3723","email_id":"Oren_Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"18844432193440","imei1":"18844432193440","imei2":"18844432193440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T13:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168252,"job_number":"JOB_168252","tr_customer_id":168269,"tr_customer_product_id":168259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:57.000Z","modified_at":"2026-01-27T12:34:57.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"26009336482955","imei1":"26009336482955","imei2":"26009336482955","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168251,"job_number":"JOB_168251","tr_customer_id":168268,"tr_customer_product_id":168258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:55.000Z","modified_at":"2026-01-27T12:35:37.000Z","name":"Josianne Crooks","mobile_number":"541-260-9025","email_id":"Kyle_Kertzmann@yahoo.com","dop":"2026-01-04","serial_number":"15505682942558","imei1":"15505682942558","imei2":"15505682942558","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168250,"job_number":"JOB_168250","tr_customer_id":168267,"tr_customer_product_id":168257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:55.000Z","modified_at":"2026-01-27T12:34:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11132776219601","imei1":"11132776219601","imei2":"11132776219601","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168249,"job_number":"JOB_168249","tr_customer_id":168266,"tr_customer_product_id":168256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:05.000Z","modified_at":"2026-01-27T12:34:05.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49000460081954","imei1":"49000460081954","imei2":"49000460081954","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168248,"job_number":"JOB_168248","tr_customer_id":168265,"tr_customer_product_id":168255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:03.000Z","modified_at":"2026-01-27T12:34:46.000Z","name":"Maybelle Anderson","mobile_number":"329-623-8818","email_id":"Ariane63@gmail.com","dop":"2026-01-04","serial_number":"16242676039586","imei1":"16242676039586","imei2":"16242676039586","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168247,"job_number":"JOB_168247","tr_customer_id":168264,"tr_customer_product_id":168254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:34:03.000Z","modified_at":"2026-01-27T12:34:03.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19926693469878","imei1":"19926693469878","imei2":"19926693469878","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168246,"job_number":"JOB_168246","tr_customer_id":168263,"tr_customer_product_id":168253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:14.000Z","modified_at":"2026-01-27T12:33:14.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70322021367703","imei1":"70322021367703","imei2":"70322021367703","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168245,"job_number":"JOB_168245","tr_customer_id":168262,"tr_customer_product_id":168252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:12.000Z","modified_at":"2026-01-27T12:33:55.000Z","name":"Jerald Legros","mobile_number":"452-600-9203","email_id":"Hunter2@yahoo.com","dop":"2026-01-04","serial_number":"19900223977702","imei1":"19900223977702","imei2":"19900223977702","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168244,"job_number":"JOB_168244","tr_customer_id":168261,"tr_customer_product_id":168251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:33:12.000Z","modified_at":"2026-01-27T12:33:12.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16853693244096","imei1":"16853693244096","imei2":"16853693244096","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168243,"job_number":"JOB_168243","tr_customer_id":168260,"tr_customer_product_id":168250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:06.000Z","modified_at":"2026-01-27T12:24:06.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94175444839677","imei1":"94175444839677","imei2":"94175444839677","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168242,"job_number":"JOB_168242","tr_customer_id":168259,"tr_customer_product_id":168249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:04.000Z","modified_at":"2026-01-27T12:24:41.000Z","name":"Electa Bode","mobile_number":"377-553-5681","email_id":"Jadon.Hilpert23@yahoo.com","dop":"2026-01-04","serial_number":"18677593505476","imei1":"18677593505476","imei2":"18677593505476","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:24:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168241,"job_number":"JOB_168241","tr_customer_id":168258,"tr_customer_product_id":168248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:24:04.000Z","modified_at":"2026-01-27T12:24:04.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18019431176168","imei1":"18019431176168","imei2":"18019431176168","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168240,"job_number":"JOB_168240","tr_customer_id":168257,"tr_customer_product_id":168247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:22.000Z","modified_at":"2026-01-27T12:23:22.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"91869338609526","imei1":"91869338609526","imei2":"91869338609526","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168239,"job_number":"JOB_168239","tr_customer_id":168256,"tr_customer_product_id":168246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:21.000Z","modified_at":"2026-01-27T12:23:57.000Z","name":"Abdiel Mann","mobile_number":"414-359-7351","email_id":"Audra.Walker@gmail.com","dop":"2026-01-04","serial_number":"11613712934841","imei1":"11613712934841","imei2":"11613712934841","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:23:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168238,"job_number":"JOB_168238","tr_customer_id":168255,"tr_customer_product_id":168245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:23:20.000Z","modified_at":"2026-01-27T12:23:20.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17953161811409","imei1":"17953161811409","imei2":"17953161811409","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168237,"job_number":"JOB_168237","tr_customer_id":168254,"tr_customer_product_id":168244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Krishnadas Adiga","mobile_number":"7068260260","email_id":"poornima.verma@hotmail.com","dop":"2026-01-17","serial_number":"033577332190658","imei1":"033577332190658","imei2":"033577332190658","popurl":"www.jyotis-kocchar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168236,"job_number":"JOB_168236","tr_customer_id":168252,"tr_customer_product_id":168243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Amarnath Saini","mobile_number":"7066114456","email_id":"gopee.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"054434794473818","imei1":"054434794473818","imei2":"054434794473818","popurl":"www.bharadwaj-mehra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168235,"job_number":"JOB_168235","tr_customer_id":168253,"tr_customer_product_id":168242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Aanandaswarup Menon","mobile_number":"7050715808","email_id":"arindam.singh@hotmail.com","dop":"2026-01-17","serial_number":"830722785884696","imei1":"830722785884696","imei2":"830722785884696","popurl":"www.daksha-jain.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168234,"job_number":"JOB_168234","tr_customer_id":168250,"tr_customer_product_id":168240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Anish Chopra","mobile_number":"7015546136","email_id":"divakar.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"073590567887108","imei1":"073590567887108","imei2":"073590567887108","popurl":"www.deevakar-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168233,"job_number":"JOB_168233","tr_customer_id":168251,"tr_customer_product_id":168241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Prayag Johar","mobile_number":"7003652757","email_id":"adheesh.mehrotra@gmail.com","dop":"2026-01-17","serial_number":"304306716864460","imei1":"304306716864460","imei2":"304306716864460","popurl":"www.brahma-jain.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168232,"job_number":"JOB_168232","tr_customer_id":168249,"tr_customer_product_id":168239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Trisha Johar","mobile_number":"7068949896","email_id":"agrata.iyer@hotmail.com","dop":"2026-01-17","serial_number":"233185802174858","imei1":"233185802174858","imei2":"233185802174858","popurl":"www.ranjeet-agarwal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168231,"job_number":"JOB_168231","tr_customer_id":168248,"tr_customer_product_id":168238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Jaya Kaul","mobile_number":"7053995341","email_id":"girindra.bhattacharya@yahoo.co.in","dop":"2026-01-17","serial_number":"445076252064431","imei1":"445076252064431","imei2":"445076252064431","popurl":"www.chaturbhuj-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168230,"job_number":"JOB_168230","tr_customer_id":168247,"tr_customer_product_id":168237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Bheeshma Jain","mobile_number":"7059421692","email_id":"prasanna.nambeesan@yahoo.co.in","dop":"2026-01-17","serial_number":"833050871578067","imei1":"833050871578067","imei2":"833050871578067","popurl":"www.vaijayanthi-ahuja.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168229,"job_number":"JOB_168229","tr_customer_id":168246,"tr_customer_product_id":168236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Vasudev Bharadwaj","mobile_number":"7073845519","email_id":"ajit.guha@hotmail.com","dop":"2026-01-17","serial_number":"967332951939340","imei1":"967332951939340","imei2":"967332951939340","popurl":"www.dayaananda-gowda.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168228,"job_number":"JOB_168228","tr_customer_id":168245,"tr_customer_product_id":168235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:46.000Z","modified_at":"2026-01-27T12:22:46.000Z","name":"Tanya Bhattacharya","mobile_number":"7059149789","email_id":"deeptiman.kaniyar@gmail.com","dop":"2026-01-17","serial_number":"012788348914751","imei1":"012788348914751","imei2":"012788348914751","popurl":"www.mohana-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168227,"job_number":"JOB_168227","tr_customer_id":168244,"tr_customer_product_id":168234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:38.000Z","modified_at":"2026-01-27T12:22:38.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53668157243722","imei1":"53668157243722","imei2":"53668157243722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168226,"job_number":"JOB_168226","tr_customer_id":168243,"tr_customer_product_id":168233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:37.000Z","modified_at":"2026-01-27T12:23:13.000Z","name":"Jayme Langosh","mobile_number":"560-299-9535","email_id":"Lorenzo_Davis95@gmail.com","dop":"2026-01-04","serial_number":"10318885661706","imei1":"10318885661706","imei2":"10318885661706","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:23:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168225,"job_number":"JOB_168225","tr_customer_id":168242,"tr_customer_product_id":168232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:36.000Z","modified_at":"2026-01-27T12:22:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16487763938218","imei1":"16487763938218","imei2":"16487763938218","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168224,"job_number":"JOB_168224","tr_customer_id":168240,"tr_customer_product_id":168231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Lakshmidhar Malik","mobile_number":"7073899809","email_id":"arindam.tagore@hotmail.com","dop":"2026-01-17","serial_number":"678891533948343","imei1":"678891533948343","imei2":"678891533948343","popurl":"www.aadi-adiga.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168223,"job_number":"JOB_168223","tr_customer_id":168241,"tr_customer_product_id":168230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Devesh Kaur","mobile_number":"7098102148","email_id":"yogendra.kaur@gmail.com","dop":"2026-01-17","serial_number":"743193379623075","imei1":"743193379623075","imei2":"743193379623075","popurl":"www.subhasini-achari.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168222,"job_number":"JOB_168222","tr_customer_id":168238,"tr_customer_product_id":168228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Harinakshi Mehrotra","mobile_number":"7097412792","email_id":"omana.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"611970057824369","imei1":"611970057824369","imei2":"611970057824369","popurl":"www.tapan-arora.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168221,"job_number":"JOB_168221","tr_customer_id":168239,"tr_customer_product_id":168229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Anasuya Varma","mobile_number":"7056285526","email_id":"shridevi.varrier@hotmail.com","dop":"2026-01-17","serial_number":"884127054365020","imei1":"884127054365020","imei2":"884127054365020","popurl":"www.hari-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168220,"job_number":"JOB_168220","tr_customer_id":168237,"tr_customer_product_id":168227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:22:32.000Z","modified_at":"2026-01-27T12:22:32.000Z","name":"Jai Pillai","mobile_number":"7048987638","email_id":"digambara.dwivedi@hotmail.com","dop":"2026-01-17","serial_number":"351663360147969","imei1":"351663360147969","imei2":"351663360147969","popurl":"www.acaryatanaya-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168219,"job_number":"JOB_168219","tr_customer_id":168236,"tr_customer_product_id":168226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:17.000Z","modified_at":"2026-01-27T12:10:29.000Z","name":"Miller Doyle","mobile_number":"858-538-7878","email_id":"Barton_Schumm@hotmail.com","dop":"2025-12-01","serial_number":"12648511043464","imei1":"12648511043464","imei2":"12648511043464","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168218,"job_number":"JOB_168218","tr_customer_id":168235,"tr_customer_product_id":168225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:17.000Z","modified_at":"2026-01-27T12:10:17.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16459082111863","imei1":"16459082111863","imei2":"16459082111863","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168217,"job_number":"JOB_168217","tr_customer_id":168234,"tr_customer_product_id":168224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:01.000Z","modified_at":"2026-01-27T12:10:13.000Z","name":"Verdie Kessler","mobile_number":"847-994-3783","email_id":"Emmanuel20@yahoo.com","dop":"2025-12-01","serial_number":"16460719711611","imei1":"16460719711611","imei2":"16460719711611","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:10:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168216,"job_number":"JOB_168216","tr_customer_id":168233,"tr_customer_product_id":168223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:10:00.000Z","modified_at":"2026-01-27T12:10:00.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15888285633922","imei1":"15888285633922","imei2":"15888285633922","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:10:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168215,"job_number":"JOB_168215","tr_customer_id":168232,"tr_customer_product_id":168222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:09:44.000Z","modified_at":"2026-01-27T12:09:56.000Z","name":"Cruz DuBuque","mobile_number":"241-624-0192","email_id":"Marielle.Effertz@hotmail.com","dop":"2025-12-01","serial_number":"10648418062851","imei1":"10648418062851","imei2":"10648418062851","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T12:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168214,"job_number":"JOB_168214","tr_customer_id":168231,"tr_customer_product_id":168221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T12:09:44.000Z","modified_at":"2026-01-27T12:09:44.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15585732066824","imei1":"15585732066824","imei2":"15585732066824","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T12:09:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168213,"job_number":"JOB_168213","tr_customer_id":168230,"tr_customer_product_id":168220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Dandak Jain","mobile_number":"7031859260","email_id":"charvi.nambeesan@hotmail.com","dop":"2026-01-17","serial_number":"256378860455060","imei1":"256378860455060","imei2":"256378860455060","popurl":"www.shashi-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168212,"job_number":"JOB_168212","tr_customer_id":168229,"tr_customer_product_id":168219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bhooshit Ganaka","mobile_number":"7016630121","email_id":"girija.bhat@hotmail.com","dop":"2026-01-17","serial_number":"140321290638336","imei1":"140321290638336","imei2":"140321290638336","popurl":"www.anagh-chopra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168211,"job_number":"JOB_168211","tr_customer_id":168228,"tr_customer_product_id":168218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Jitendra Pillai","mobile_number":"7073043265","email_id":"shantanu.chaturvedi@yahoo.co.in","dop":"2026-01-17","serial_number":"046515445662526","imei1":"046515445662526","imei2":"046515445662526","popurl":"www.eshana-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168210,"job_number":"JOB_168210","tr_customer_id":168227,"tr_customer_product_id":168217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Ekaling Asan","mobile_number":"7017995918","email_id":"aasa.guha@hotmail.com","dop":"2026-01-17","serial_number":"361064068307831","imei1":"361064068307831","imei2":"361064068307831","popurl":"www.ghanshyam-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168209,"job_number":"JOB_168209","tr_customer_id":168226,"tr_customer_product_id":168216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Devdan Dutta","mobile_number":"7027492908","email_id":"chandran.kocchar@yahoo.co.in","dop":"2026-01-17","serial_number":"858922008389057","imei1":"858922008389057","imei2":"858922008389057","popurl":"www.chandraswaroopa-varman.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168208,"job_number":"JOB_168208","tr_customer_id":168225,"tr_customer_product_id":168215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Prema Trivedi","mobile_number":"7068084525","email_id":"vasundhara.marar@hotmail.com","dop":"2026-01-17","serial_number":"205887612107788","imei1":"205887612107788","imei2":"205887612107788","popurl":"www.jagdish-tandon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168207,"job_number":"JOB_168207","tr_customer_id":168224,"tr_customer_product_id":168214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Bishnu Dutta","mobile_number":"7051455224","email_id":"anjushri.gill@yahoo.co.in","dop":"2026-01-17","serial_number":"333310769090549","imei1":"333310769090549","imei2":"333310769090549","popurl":"www.bakula-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168205,"job_number":"JOB_168205","tr_customer_id":168222,"tr_customer_product_id":168212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:27.000Z","modified_at":"2026-01-27T11:58:27.000Z","name":"Akshita Mehrotra","mobile_number":"7086685963","email_id":"dwaipayana.mahajan@gmail.com","dop":"2026-01-17","serial_number":"086564955613631","imei1":"086564955613631","imei2":"086564955613631","popurl":"www.darshan-bhattacharya.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168204,"job_number":"JOB_168204","tr_customer_id":168221,"tr_customer_product_id":168211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Gouranga Gupta","mobile_number":"7066851917","email_id":"shivakari.varrier@hotmail.com","dop":"2026-01-17","serial_number":"057270962748011","imei1":"057270962748011","imei2":"057270962748011","popurl":"www.bhargava-shukla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168203,"job_number":"JOB_168203","tr_customer_id":168220,"tr_customer_product_id":168210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Deeptimay Ganaka","mobile_number":"7069328342","email_id":"anjaneya.kaur@gmail.com","dop":"2026-01-17","serial_number":"301862860042281","imei1":"301862860042281","imei2":"301862860042281","popurl":"www.gaurang-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168202,"job_number":"JOB_168202","tr_customer_id":168218,"tr_customer_product_id":168209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Buddhana Mahajan","mobile_number":"7081108320","email_id":"arindam.khatri@hotmail.com","dop":"2026-01-17","serial_number":"739069177439111","imei1":"739069177439111","imei2":"739069177439111","popurl":"www.ramaa-tagore.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168201,"job_number":"JOB_168201","tr_customer_id":168219,"tr_customer_product_id":168208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Dhara Varman","mobile_number":"7087454376","email_id":"shivakari.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"975768866653230","imei1":"975768866653230","imei2":"975768866653230","popurl":"www.lavanya-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168200,"job_number":"JOB_168200","tr_customer_id":168217,"tr_customer_product_id":168207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Bhooshit Abbott","mobile_number":"7080102585","email_id":"aaryan.butt@gmail.com","dop":"2026-01-17","serial_number":"706792543344082","imei1":"706792543344082","imei2":"706792543344082","popurl":"www.shashi-varma.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168199,"job_number":"JOB_168199","tr_customer_id":168216,"tr_customer_product_id":168206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Nambeesan","mobile_number":"7068570208","email_id":"deeptendu.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"590159293640789","imei1":"590159293640789","imei2":"590159293640789","popurl":"www.hiranya-dutta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168198,"job_number":"JOB_168198","tr_customer_id":168215,"tr_customer_product_id":168205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chakradhar Pillai","mobile_number":"7065856347","email_id":"aatreya.pillai@yahoo.co.in","dop":"2026-01-17","serial_number":"543748323384088","imei1":"543748323384088","imei2":"543748323384088","popurl":"www.trilok-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168197,"job_number":"JOB_168197","tr_customer_id":168214,"tr_customer_product_id":168204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kannen Prajapat","mobile_number":"7097444520","email_id":"swara.ganaka@gmail.com","dop":"2026-01-17","serial_number":"914701472395236","imei1":"914701472395236","imei2":"914701472395236","popurl":"www.kama-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168196,"job_number":"JOB_168196","tr_customer_id":168213,"tr_customer_product_id":168203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anil Dhawan","mobile_number":"7070028894","email_id":"kumari.mehra@gmail.com","dop":"2026-01-17","serial_number":"325586393928619","imei1":"325586393928619","imei2":"325586393928619","popurl":"www.chakrika-kaul.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168195,"job_number":"JOB_168195","tr_customer_id":168212,"tr_customer_product_id":168202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Suresh Namboothiri","mobile_number":"7069695354","email_id":"prasad.talwar@hotmail.com","dop":"2026-01-17","serial_number":"174630033067530","imei1":"174630033067530","imei2":"174630033067530","popurl":"www.adhrit-menon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168191,"job_number":"JOB_168191","tr_customer_id":168208,"tr_customer_product_id":168198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Aalok Deshpande","mobile_number":"7072539080","email_id":"gemine.bhat@yahoo.co.in","dop":"2026-01-17","serial_number":"768846817619370","imei1":"768846817619370","imei2":"768846817619370","popurl":"www.narinder-bhat.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168190,"job_number":"JOB_168190","tr_customer_id":168207,"tr_customer_product_id":168197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balachandra Kakkar","mobile_number":"7032263868","email_id":"devdan.bhat@hotmail.com","dop":"2026-01-17","serial_number":"105468873924195","imei1":"105468873924195","imei2":"105468873924195","popurl":"www.darshwana-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168189,"job_number":"JOB_168189","tr_customer_id":168206,"tr_customer_product_id":168196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kin Mahajan","mobile_number":"7072531315","email_id":"ahalya.ahluwalia@gmail.com","dop":"2026-01-17","serial_number":"999754818649567","imei1":"999754818649567","imei2":"999754818649567","popurl":"www.chetan-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168188,"job_number":"JOB_168188","tr_customer_id":168205,"tr_customer_product_id":168195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Balagovind Arora","mobile_number":"7031531462","email_id":"swara.iyengar@gmail.com","dop":"2026-01-17","serial_number":"891818401023159","imei1":"891818401023159","imei2":"891818401023159","popurl":"www.chandraswaroopa-kaul.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168187,"job_number":"JOB_168187","tr_customer_id":168204,"tr_customer_product_id":168194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Puneet Tagore","mobile_number":"7070208753","email_id":"krishnadas.sinha@hotmail.com","dop":"2026-01-17","serial_number":"861937628171568","imei1":"861937628171568","imei2":"861937628171568","popurl":"www.bilwa-mishra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168186,"job_number":"JOB_168186","tr_customer_id":168203,"tr_customer_product_id":168193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Chandramauli Gowda","mobile_number":"7076718782","email_id":"goswamee.butt@hotmail.com","dop":"2026-01-17","serial_number":"325575926878631","imei1":"325575926878631","imei2":"325575926878631","popurl":"www.aagneya-abbott.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168185,"job_number":"JOB_168185","tr_customer_id":168202,"tr_customer_product_id":168192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ekaparnika Nambeesan","mobile_number":"7084505881","email_id":"deven.joshi@hotmail.com","dop":"2026-01-17","serial_number":"527685975145976","imei1":"527685975145976","imei2":"527685975145976","popurl":"www.durgeshwari-nayar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168184,"job_number":"JOB_168184","tr_customer_id":168201,"tr_customer_product_id":168191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Kama Butt","mobile_number":"7096618951","email_id":"vaijayanthi.adiga@gmail.com","dop":"2026-01-17","serial_number":"597206991755010","imei1":"597206991755010","imei2":"597206991755010","popurl":"www.anish-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168183,"job_number":"JOB_168183","tr_customer_id":168200,"tr_customer_product_id":168190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Ayushmati Iyer","mobile_number":"7082704090","email_id":"deveshwar.sethi@gmail.com","dop":"2026-01-17","serial_number":"291456131511690","imei1":"291456131511690","imei2":"291456131511690","popurl":"www.krishnadasa-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168182,"job_number":"JOB_168182","tr_customer_id":168199,"tr_customer_product_id":168189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:26.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Anish Gupta","mobile_number":"7076814182","email_id":"keerti.gupta@yahoo.co.in","dop":"2026-01-17","serial_number":"543748313039813","imei1":"543748313039813","imei2":"543748313039813","popurl":"www.sucheta-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168181,"job_number":"JOB_168181","tr_customer_id":168198,"tr_customer_product_id":168188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:26.000Z","name":"Esha Dwivedi","mobile_number":"7004691045","email_id":"rageshwari.khan@hotmail.com","dop":"2026-01-17","serial_number":"220686204728928","imei1":"220686204728928","imei2":"220686204728928","popurl":"www.mohana-pilla.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168180,"job_number":"JOB_168180","tr_customer_id":168197,"tr_customer_product_id":168187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vimala Ahluwalia","mobile_number":"7060379205","email_id":"bhaaswar.kaur@gmail.com","dop":"2026-01-17","serial_number":"844536140617269","imei1":"844536140617269","imei2":"844536140617269","popurl":"www.mani-pillai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168179,"job_number":"JOB_168179","tr_customer_id":168196,"tr_customer_product_id":168186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Malati Adiga","mobile_number":"7094360070","email_id":"amish.patel@gmail.com","dop":"2026-01-17","serial_number":"110365663258033","imei1":"110365663258033","imei2":"110365663258033","popurl":"www.agnimitra-kapoor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168177,"job_number":"JOB_168177","tr_customer_id":168194,"tr_customer_product_id":168184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Shreya Varrier","mobile_number":"7068383646","email_id":"alok.chattopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"389605102861964","imei1":"389605102861964","imei2":"389605102861964","popurl":"www.vimala-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168176,"job_number":"JOB_168176","tr_customer_id":168193,"tr_customer_product_id":168183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandra Verma","mobile_number":"7044521018","email_id":"jaimini.embranthiri@gmail.com","dop":"2026-01-17","serial_number":"645789974821454","imei1":"645789974821454","imei2":"645789974821454","popurl":"www.arjun-devar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168175,"job_number":"JOB_168175","tr_customer_id":168192,"tr_customer_product_id":168182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Chandrani Mishra","mobile_number":"7064597699","email_id":"karunanidhi.devar@yahoo.co.in","dop":"2026-01-17","serial_number":"248544469332468","imei1":"248544469332468","imei2":"248544469332468","popurl":"www.sarvin-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168174,"job_number":"JOB_168174","tr_customer_id":168191,"tr_customer_product_id":168181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vaishno Joshi","mobile_number":"7052129887","email_id":"divya.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"717050178609297","imei1":"717050178609297","imei2":"717050178609297","popurl":"www.opalina-kaniyar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168173,"job_number":"JOB_168173","tr_customer_id":168190,"tr_customer_product_id":168180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Agnivesh Asan","mobile_number":"7041935288","email_id":"adheesh.agarwal@hotmail.com","dop":"2026-01-17","serial_number":"435415770960833","imei1":"435415770960833","imei2":"435415770960833","popurl":"www.jagdish-menon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168172,"job_number":"JOB_168172","tr_customer_id":168189,"tr_customer_product_id":168179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jaimini Saini","mobile_number":"7031287970","email_id":"kailash.khanna@hotmail.com","dop":"2026-01-17","serial_number":"559283513943345","imei1":"559283513943345","imei2":"559283513943345","popurl":"www.bharat-gill.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168171,"job_number":"JOB_168171","tr_customer_id":168188,"tr_customer_product_id":168178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Manik Naik","mobile_number":"7098731844","email_id":"anaadi.adiga@gmail.com","dop":"2026-01-17","serial_number":"944365764024148","imei1":"944365764024148","imei2":"944365764024148","popurl":"www.ranjeet-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168170,"job_number":"JOB_168170","tr_customer_id":168187,"tr_customer_product_id":168177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gouranga Namboothiri","mobile_number":"7078335088","email_id":"chitraksh.ganaka@gmail.com","dop":"2026-01-17","serial_number":"871232881901224","imei1":"871232881901224","imei2":"871232881901224","popurl":"www.anshula-nair.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168168,"job_number":"JOB_168168","tr_customer_id":168185,"tr_customer_product_id":168175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jagathi Ahuja","mobile_number":"7027791643","email_id":"tarun.mehra@gmail.com","dop":"2026-01-17","serial_number":"461271118766369","imei1":"461271118766369","imei2":"461271118766369","popurl":"www.dhana-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168167,"job_number":"JOB_168167","tr_customer_id":168184,"tr_customer_product_id":168174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Gudakesa Malik","mobile_number":"7080605948","email_id":"suryakantam.bharadwaj@yahoo.co.in","dop":"2026-01-17","serial_number":"951588140678395","imei1":"951588140678395","imei2":"951588140678395","popurl":"www.rudra-desai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168166,"job_number":"JOB_168166","tr_customer_id":168183,"tr_customer_product_id":168173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Vasudev Arora","mobile_number":"7096359367","email_id":"brijesh.mehrotra@hotmail.com","dop":"2026-01-17","serial_number":"807427463894279","imei1":"807427463894279","imei2":"807427463894279","popurl":"www.chanda-jha.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168165,"job_number":"JOB_168165","tr_customer_id":168181,"tr_customer_product_id":168171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Trilok Bhat","mobile_number":"7061353480","email_id":"laxmi.mahajan@yahoo.co.in","dop":"2026-01-17","serial_number":"390121326367210","imei1":"390121326367210","imei2":"390121326367210","popurl":"www.surya-menon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168164,"job_number":"JOB_168164","tr_customer_id":168182,"tr_customer_product_id":168172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Anal Kapoor","mobile_number":"7092967782","email_id":"shashi.marar@gmail.com","dop":"2026-01-17","serial_number":"365474243514874","imei1":"365474243514874","imei2":"365474243514874","popurl":"www.devvrat-iyer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168162,"job_number":"JOB_168162","tr_customer_id":168179,"tr_customer_product_id":168169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Rajan Pillai","mobile_number":"7054303001","email_id":"chakravarti.reddy@yahoo.co.in","dop":"2026-01-17","serial_number":"972464126806008","imei1":"972464126806008","imei2":"972464126806008","popurl":"www.nawal-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168161,"job_number":"JOB_168161","tr_customer_id":168178,"tr_customer_product_id":168168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Dipendra Kaur","mobile_number":"7063934579","email_id":"devi.pilla@yahoo.co.in","dop":"2026-01-17","serial_number":"008886117265645","imei1":"008886117265645","imei2":"008886117265645","popurl":"www.jay-bhat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168160,"job_number":"JOB_168160","tr_customer_id":168177,"tr_customer_product_id":168167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Tanirika Dutta","mobile_number":"7094460952","email_id":"suresh.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"298384874434685","imei1":"298384874434685","imei2":"298384874434685","popurl":"www.pramila-guha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168159,"job_number":"JOB_168159","tr_customer_id":168176,"tr_customer_product_id":168166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Jyotsana Desai","mobile_number":"7094033006","email_id":"dipendra.kakkar@yahoo.co.in","dop":"2026-01-17","serial_number":"689594163720650","imei1":"689594163720650","imei2":"689594163720650","popurl":"www.dhyanesh-dubashi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168158,"job_number":"JOB_168158","tr_customer_id":168175,"tr_customer_product_id":168165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:25.000Z","modified_at":"2026-01-27T11:58:25.000Z","name":"Atreyee Jha","mobile_number":"7034372951","email_id":"charvi.nayar@yahoo.co.in","dop":"2026-01-17","serial_number":"759582218524096","imei1":"759582218524096","imei2":"759582218524096","popurl":"www.shantanu-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168157,"job_number":"JOB_168157","tr_customer_id":168174,"tr_customer_product_id":168164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ankal Naik","mobile_number":"7063539442","email_id":"ravi.verma@yahoo.co.in","dop":"2026-01-17","serial_number":"048709741680835","imei1":"048709741680835","imei2":"048709741680835","popurl":"www.amritambu-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168156,"job_number":"JOB_168156","tr_customer_id":168173,"tr_customer_product_id":168163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Dron Pilla","mobile_number":"7052554846","email_id":"shridevi.jha@gmail.com","dop":"2026-01-17","serial_number":"279731328437337","imei1":"279731328437337","imei2":"279731328437337","popurl":"www.aasha-bhattacharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168154,"job_number":"JOB_168154","tr_customer_id":168171,"tr_customer_product_id":168161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chaturaanan Achari","mobile_number":"7039079297","email_id":"balamani.arora@hotmail.com","dop":"2026-01-17","serial_number":"676863389987819","imei1":"676863389987819","imei2":"676863389987819","popurl":"www.kashyapi-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168153,"job_number":"JOB_168153","tr_customer_id":168170,"tr_customer_product_id":168160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Mohinder Arora","mobile_number":"7097518283","email_id":"gautam.marar@yahoo.co.in","dop":"2026-01-17","serial_number":"018857431115019","imei1":"018857431115019","imei2":"018857431115019","popurl":"www.divya-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168152,"job_number":"JOB_168152","tr_customer_id":168169,"tr_customer_product_id":168159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Trilochan Bhattacharya","mobile_number":"7049030944","email_id":"bhoopati.shukla@hotmail.com","dop":"2026-01-17","serial_number":"207048873057713","imei1":"207048873057713","imei2":"207048873057713","popurl":"www.bhaaswar-gandhi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168151,"job_number":"JOB_168151","tr_customer_id":168168,"tr_customer_product_id":168158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Bhudeva Pilla","mobile_number":"7022462365","email_id":"vijay.rana@gmail.com","dop":"2026-01-17","serial_number":"067699963893899","imei1":"067699963893899","imei2":"067699963893899","popurl":"www.eshana-dutta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168150,"job_number":"JOB_168150","tr_customer_id":168167,"tr_customer_product_id":168157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Atmanand Panicker","mobile_number":"7069046339","email_id":"akshata.bhat@gmail.com","dop":"2026-01-17","serial_number":"741904475795533","imei1":"741904475795533","imei2":"741904475795533","popurl":"www.aashritha-singh.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168149,"job_number":"JOB_168149","tr_customer_id":168166,"tr_customer_product_id":168156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Agasti Rana","mobile_number":"7013045241","email_id":"ankal.tandon@yahoo.co.in","dop":"2026-01-17","serial_number":"637229060533061","imei1":"637229060533061","imei2":"637229060533061","popurl":"www.mukesh-nair.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168147,"job_number":"JOB_168147","tr_customer_id":168164,"tr_customer_product_id":168154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Radha Bhattathiri","mobile_number":"7046638210","email_id":"ashlesh.rana@yahoo.co.in","dop":"2026-01-17","serial_number":"576693739985423","imei1":"576693739985423","imei2":"576693739985423","popurl":"www.vyas-pandey.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168145,"job_number":"JOB_168145","tr_customer_id":168162,"tr_customer_product_id":168152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Purnima Chopra","mobile_number":"7062577270","email_id":"tanirika.pothuvaal@yahoo.co.in","dop":"2026-01-17","serial_number":"558052995970928","imei1":"558052995970928","imei2":"558052995970928","popurl":"www.satyen-dutta.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168144,"job_number":"JOB_168144","tr_customer_id":168161,"tr_customer_product_id":168151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Umang Dubashi","mobile_number":"7095280293","email_id":"laxman.pillai@hotmail.com","dop":"2026-01-17","serial_number":"668114476052544","imei1":"668114476052544","imei2":"668114476052544","popurl":"www.bhoj-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168142,"job_number":"JOB_168142","tr_customer_id":168158,"tr_customer_product_id":168149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Menaka Dubashi","mobile_number":"7063392696","email_id":"eshana.deshpande@gmail.com","dop":"2026-01-17","serial_number":"545804079777901","imei1":"545804079777901","imei2":"545804079777901","popurl":"www.himadri-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168141,"job_number":"JOB_168141","tr_customer_id":168159,"tr_customer_product_id":168148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Chandan Trivedi","mobile_number":"7082691140","email_id":"shresth.marar@hotmail.com","dop":"2026-01-17","serial_number":"578304891432731","imei1":"578304891432731","imei2":"578304891432731","popurl":"www.shanti-ahuja.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168140,"job_number":"JOB_168140","tr_customer_id":168157,"tr_customer_product_id":168147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Kamla Sethi","mobile_number":"7053092670","email_id":"abhisyanta.dhawan@gmail.com","dop":"2026-01-17","serial_number":"309696347747517","imei1":"309696347747517","imei2":"309696347747517","popurl":"www.sarla-achari.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168139,"job_number":"JOB_168139","tr_customer_id":168156,"tr_customer_product_id":168146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Brajesh Bhattacharya","mobile_number":"7000755810","email_id":"shankar.deshpande@hotmail.com","dop":"2026-01-17","serial_number":"481619011154954","imei1":"481619011154954","imei2":"481619011154954","popurl":"www.deeksha-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168138,"job_number":"JOB_168138","tr_customer_id":168154,"tr_customer_product_id":168144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Gajbaahu Devar","mobile_number":"7040761451","email_id":"chandraketu.bandopadhyay@gmail.com","dop":"2026-01-17","serial_number":"301544663395500","imei1":"301544663395500","imei2":"301544663395500","popurl":"www.bhooshit-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168136,"job_number":"JOB_168136","tr_customer_id":168153,"tr_customer_product_id":168143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Ameyatma Panicker","mobile_number":"7009052053","email_id":"sloka.bhat@gmail.com","dop":"2026-01-17","serial_number":"564558063234056","imei1":"564558063234056","imei2":"564558063234056","popurl":"www.mani-desai.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168135,"job_number":"JOB_168135","tr_customer_id":168152,"tr_customer_product_id":168142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Anjushree Ahuja","mobile_number":"7093622839","email_id":"param.varma@gmail.com","dop":"2026-01-17","serial_number":"735102050658064","imei1":"735102050658064","imei2":"735102050658064","popurl":"www.anila-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168134,"job_number":"JOB_168134","tr_customer_id":168151,"tr_customer_product_id":168141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:24.000Z","modified_at":"2026-01-27T11:58:24.000Z","name":"Aditeya Varman","mobile_number":"7059878884","email_id":"girika.devar@gmail.com","dop":"2026-01-17","serial_number":"998877163061849","imei1":"998877163061849","imei2":"998877163061849","popurl":"www.narayan-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168133,"job_number":"JOB_168133","tr_customer_id":168150,"tr_customer_product_id":168140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Tej Adiga","mobile_number":"7097756946","email_id":"ajit.asan@yahoo.co.in","dop":"2026-01-17","serial_number":"915363317933422","imei1":"915363317933422","imei2":"915363317933422","popurl":"www.aayushmaan-kaul.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168132,"job_number":"JOB_168132","tr_customer_id":168149,"tr_customer_product_id":168139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Triloki Reddy","mobile_number":"7074524680","email_id":"daiwik.sethi@yahoo.co.in","dop":"2026-01-17","serial_number":"582044519230478","imei1":"582044519230478","imei2":"582044519230478","popurl":"www.chakravartee-pilla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168131,"job_number":"JOB_168131","tr_customer_id":168148,"tr_customer_product_id":168138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Prem Bandopadhyay","mobile_number":"7057629086","email_id":"suryakantam.bhattathiri@gmail.com","dop":"2026-01-17","serial_number":"752692838275909","imei1":"752692838275909","imei2":"752692838275909","popurl":"www.jay-guneta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168130,"job_number":"JOB_168130","tr_customer_id":168147,"tr_customer_product_id":168137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Harita Nehru","mobile_number":"7028581997","email_id":"bhooshan.iyer@yahoo.co.in","dop":"2026-01-17","serial_number":"411029494786547","imei1":"411029494786547","imei2":"411029494786547","popurl":"www.deb-kaniyar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168128,"job_number":"JOB_168128","tr_customer_id":168144,"tr_customer_product_id":168135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Lalita Naik","mobile_number":"7096134116","email_id":"chinmayananda.gandhi@hotmail.com","dop":"2026-01-17","serial_number":"839850126727197","imei1":"839850126727197","imei2":"839850126727197","popurl":"www.chatur-chopra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168127,"job_number":"JOB_168127","tr_customer_id":168145,"tr_customer_product_id":168134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Hiranmaya Kapoor","mobile_number":"7000563171","email_id":"chandraprabha.kapoor@hotmail.com","dop":"2026-01-17","serial_number":"203844334287867","imei1":"203844334287867","imei2":"203844334287867","popurl":"www.gautami-gowda.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168126,"job_number":"JOB_168126","tr_customer_id":168143,"tr_customer_product_id":168133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Atreyee Mishra","mobile_number":"7042881344","email_id":"kumar.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"760372592354182","imei1":"760372592354182","imei2":"760372592354182","popurl":"www.opalina-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168125,"job_number":"JOB_168125","tr_customer_id":168142,"tr_customer_product_id":168132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Ekalavya Prajapat","mobile_number":"7027031395","email_id":"girindra.singh@gmail.com","dop":"2026-01-17","serial_number":"625229067885722","imei1":"625229067885722","imei2":"625229067885722","popurl":"www.narinder-gupta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168124,"job_number":"JOB_168124","tr_customer_id":168141,"tr_customer_product_id":168131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Arnesh Naik","mobile_number":"7026502515","email_id":"bhaves.adiga@gmail.com","dop":"2026-01-17","serial_number":"009430159542014","imei1":"009430159542014","imei2":"009430159542014","popurl":"www.dipankar-jha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168123,"job_number":"JOB_168123","tr_customer_id":168140,"tr_customer_product_id":168130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gajbaahu Naik","mobile_number":"7011312659","email_id":"opalina.singh@yahoo.co.in","dop":"2026-01-17","serial_number":"499659301286756","imei1":"499659301286756","imei2":"499659301286756","popurl":"www.chidaatma-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168120,"job_number":"JOB_168120","tr_customer_id":168137,"tr_customer_product_id":168127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Chidananda Saini","mobile_number":"7038154119","email_id":"vidya.dubashi@yahoo.co.in","dop":"2026-01-17","serial_number":"248686736072686","imei1":"248686736072686","imei2":"248686736072686","popurl":"www.akshat-iyengar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168119,"job_number":"JOB_168119","tr_customer_id":168136,"tr_customer_product_id":168126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Preity Marar","mobile_number":"7042454286","email_id":"jagdeep.somayaji@hotmail.com","dop":"2026-01-17","serial_number":"789527067923371","imei1":"789527067923371","imei2":"789527067923371","popurl":"www.aagneya-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168118,"job_number":"JOB_168118","tr_customer_id":168135,"tr_customer_product_id":168125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Charuvrat Joshi","mobile_number":"7056104190","email_id":"lila.reddy@gmail.com","dop":"2026-01-17","serial_number":"856338598873551","imei1":"856338598873551","imei2":"856338598873551","popurl":"www.deveshwar-shah.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168116,"job_number":"JOB_168116","tr_customer_id":168134,"tr_customer_product_id":168124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Gautam Malik","mobile_number":"7003481251","email_id":"anasooya.marar@hotmail.com","dop":"2026-01-17","serial_number":"534352085791320","imei1":"534352085791320","imei2":"534352085791320","popurl":"www.narinder-johar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168115,"job_number":"JOB_168115","tr_customer_id":168132,"tr_customer_product_id":168122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Deeptiman Mukhopadhyay","mobile_number":"7036756072","email_id":"amaresh.shah@yahoo.co.in","dop":"2026-01-17","serial_number":"154130403797601","imei1":"154130403797601","imei2":"154130403797601","popurl":"www.himadri-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168114,"job_number":"JOB_168114","tr_customer_id":168131,"tr_customer_product_id":168121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:58:23.000Z","modified_at":"2026-01-27T11:58:23.000Z","name":"Sarisha Patil","mobile_number":"7054498271","email_id":"chaitan.dubashi@hotmail.com","dop":"2026-01-17","serial_number":"409448997239688","imei1":"409448997239688","imei2":"409448997239688","popurl":"www.chiranjeev-deshpande.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168111,"job_number":"JOB_168111","tr_customer_id":168128,"tr_customer_product_id":168118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Opaline Iyer","mobile_number":"7080190857","email_id":"bhaumik.nair@yahoo.co.in","dop":"2026-01-17","serial_number":"277703652598165","imei1":"277703652598165","imei2":"277703652598165","popurl":"www.subodh-nayar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168108,"job_number":"JOB_168108","tr_customer_id":168125,"tr_customer_product_id":168115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Sudeva Saini","mobile_number":"7033354004","email_id":"meghnad.sharma@gmail.com","dop":"2026-01-17","serial_number":"416797514683630","imei1":"416797514683630","imei2":"416797514683630","popurl":"www.arindam-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168107,"job_number":"JOB_168107","tr_customer_id":168124,"tr_customer_product_id":168114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Amaresh Bhattacharya","mobile_number":"7061713097","email_id":"tanushri.namboothiri@gmail.com","dop":"2026-01-17","serial_number":"927025758856775","imei1":"927025758856775","imei2":"927025758856775","popurl":"www.vinay-agarwal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168106,"job_number":"JOB_168106","tr_customer_id":168123,"tr_customer_product_id":168113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Arindam Iyengar","mobile_number":"7051262696","email_id":"sarla.prajapat@gmail.com","dop":"2026-01-17","serial_number":"801538441827409","imei1":"801538441827409","imei2":"801538441827409","popurl":"www.dhyaneshwar-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168105,"job_number":"JOB_168105","tr_customer_id":168122,"tr_customer_product_id":168112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Parvati Tagore","mobile_number":"7075078350","email_id":"kumar.chaturvedi@gmail.com","dop":"2026-01-17","serial_number":"174404026142835","imei1":"174404026142835","imei2":"174404026142835","popurl":"www.abani-naik.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168104,"job_number":"JOB_168104","tr_customer_id":168121,"tr_customer_product_id":168111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:57:02.000Z","modified_at":"2026-01-27T11:57:02.000Z","name":"Shiv Jain","mobile_number":"7021304252","email_id":"anaadi.arora@gmail.com","dop":"2026-01-17","serial_number":"815931614299749","imei1":"815931614299749","imei2":"815931614299749","popurl":"www.bhudeva-johar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168103,"job_number":"JOB_168103","tr_customer_id":168119,"tr_customer_product_id":168109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Chandni Bharadwaj","mobile_number":"7000435554","email_id":"chandraswaroopa.ganaka@hotmail.com","dop":"2026-01-17","serial_number":"799703476412351","imei1":"799703476412351","imei2":"799703476412351","popurl":"www.sukanya-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168102,"job_number":"JOB_168102","tr_customer_id":168118,"tr_customer_product_id":168108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Aarya Dhawan","mobile_number":"7009541020","email_id":"pushti.mehrotra@yahoo.co.in","dop":"2026-01-17","serial_number":"461930447346194","imei1":"461930447346194","imei2":"461930447346194","popurl":"www.chandrakin-kaul.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168101,"job_number":"JOB_168101","tr_customer_id":168120,"tr_customer_product_id":168110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Bodhan Jha","mobile_number":"7019352905","email_id":"girija.panicker@yahoo.co.in","dop":"2026-01-17","serial_number":"249888041324613","imei1":"249888041324613","imei2":"249888041324613","popurl":"www.bodhan-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168100,"job_number":"JOB_168100","tr_customer_id":168117,"tr_customer_product_id":168107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Ananta Abbott","mobile_number":"7035814727","email_id":"bheeshma.trivedi@yahoo.co.in","dop":"2026-01-17","serial_number":"547520397464950","imei1":"547520397464950","imei2":"547520397464950","popurl":"www.tanushri-iyengar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168099,"job_number":"JOB_168099","tr_customer_id":168116,"tr_customer_product_id":168106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:55:58.000Z","modified_at":"2026-01-27T11:55:58.000Z","name":"Amarnath Bandopadhyay","mobile_number":"7006474379","email_id":"sumitra.jain@gmail.com","dop":"2026-01-17","serial_number":"873225925366992","imei1":"873225925366992","imei2":"873225925366992","popurl":"www.dinkar-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168096,"job_number":"JOB_168096","tr_customer_id":168113,"tr_customer_product_id":168103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:34:44.000Z","modified_at":"2026-01-27T11:34:44.000Z","name":"Millie Moore","mobile_number":"283-938-0730","email_id":"Raleigh.West48@hotmail.com","dop":"2025-04-06","serial_number":"18214233132792","imei1":"18214233132792","imei2":"18214233132792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168094,"job_number":"JOB_168094","tr_customer_id":168111,"tr_customer_product_id":168101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:49.000Z","modified_at":"2026-01-27T11:15:02.000Z","name":"Dallin Gislason","mobile_number":"567-614-0674","email_id":"Asa.Dickens2@hotmail.com","dop":"2025-12-01","serial_number":"19252033319325","imei1":"19252033319325","imei2":"19252033319325","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:15:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168093,"job_number":"JOB_168093","tr_customer_id":168110,"tr_customer_product_id":168100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:49.000Z","modified_at":"2026-01-27T11:14:49.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19142688776222","imei1":"19142688776222","imei2":"19142688776222","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168092,"job_number":"JOB_168092","tr_customer_id":168109,"tr_customer_product_id":168099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:32.000Z","modified_at":"2026-01-27T11:14:45.000Z","name":"Jace Goyette","mobile_number":"220-994-9442","email_id":"Eldon.Collins79@hotmail.com","dop":"2025-12-01","serial_number":"12901445906599","imei1":"12901445906599","imei2":"12901445906599","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:14:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168091,"job_number":"JOB_168091","tr_customer_id":168108,"tr_customer_product_id":168098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:32.000Z","modified_at":"2026-01-27T11:14:32.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14373295899167","imei1":"14373295899167","imei2":"14373295899167","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168090,"job_number":"JOB_168090","tr_customer_id":168107,"tr_customer_product_id":168097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:15.000Z","modified_at":"2026-01-27T11:14:27.000Z","name":"Tierra Wisoky","mobile_number":"796-535-6757","email_id":"Juliet_DAmore64@yahoo.com","dop":"2025-12-01","serial_number":"17080372061804","imei1":"17080372061804","imei2":"17080372061804","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:14:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168089,"job_number":"JOB_168089","tr_customer_id":168106,"tr_customer_product_id":168096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:14:14.000Z","modified_at":"2026-01-27T11:14:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14568324586099","imei1":"14568324586099","imei2":"14568324586099","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168088,"job_number":"JOB_168088","tr_customer_id":168105,"tr_customer_product_id":168095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:03:33.000Z","modified_at":"2026-01-27T11:03:40.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"11927539170002","imei1":"11927539170002","imei2":"11927539170002","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:03:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168087,"job_number":"JOB_168087","tr_customer_id":168104,"tr_customer_product_id":168094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:25.000Z","modified_at":"2026-01-27T11:01:37.000Z","name":"Susan Herzog","mobile_number":"679-937-8561","email_id":"Lawrence.Davis@gmail.com","dop":"2025-12-01","serial_number":"15544212656046","imei1":"15544212656046","imei2":"15544212656046","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168086,"job_number":"JOB_168086","tr_customer_id":168103,"tr_customer_product_id":168093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:24.000Z","modified_at":"2026-01-27T11:01:24.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"19579458966174","imei1":"19579458966174","imei2":"19579458966174","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168085,"job_number":"JOB_168085","tr_customer_id":168102,"tr_customer_product_id":168092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:08.000Z","modified_at":"2026-01-27T11:01:20.000Z","name":"Hailie Kiehn","mobile_number":"570-647-7279","email_id":"Alda.Glover87@hotmail.com","dop":"2025-12-01","serial_number":"12695029066728","imei1":"12695029066728","imei2":"12695029066728","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168084,"job_number":"JOB_168084","tr_customer_id":168101,"tr_customer_product_id":168091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:01:07.000Z","modified_at":"2026-01-27T11:01:07.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"18180244718360","imei1":"18180244718360","imei2":"18180244718360","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168083,"job_number":"JOB_168083","tr_customer_id":168100,"tr_customer_product_id":168090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:00:50.000Z","modified_at":"2026-01-27T11:01:03.000Z","name":"Viola Bode","mobile_number":"373-683-2937","email_id":"Valentina.Ernser9@gmail.com","dop":"2025-12-01","serial_number":"18806189003434","imei1":"18806189003434","imei2":"18806189003434","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T11:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168082,"job_number":"JOB_168082","tr_customer_id":168099,"tr_customer_product_id":168089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T11:00:50.000Z","modified_at":"2026-01-27T11:00:50.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17940614096082","imei1":"17940614096082","imei2":"17940614096082","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T11:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168081,"job_number":"JOB_168081","tr_customer_id":168098,"tr_customer_product_id":168088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:49:01.000Z","modified_at":"2026-01-27T10:49:01.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-17","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-17T10:48:52.186039238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168080,"job_number":"JOB_168080","tr_customer_id":168097,"tr_customer_product_id":168087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:44.000Z","modified_at":"2026-01-27T10:33:44.000Z","name":"Bethany Blick","mobile_number":"910-264-4532","email_id":"Krystina87@hotmail.com","dop":"2025-04-06","serial_number":"14656868258073714","imei1":"14656868258073714","imei2":"14656868258073714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168079,"job_number":"JOB_168079","tr_customer_id":168096,"tr_customer_product_id":168086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:42.000Z","modified_at":"2026-01-27T10:34:26.000Z","name":"Ezekiel Hartmann","mobile_number":"324-276-6526","email_id":"Ashleigh_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"14122225292562","imei1":"14122225292562","imei2":"14122225292562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168078,"job_number":"JOB_168078","tr_customer_id":168095,"tr_customer_product_id":168085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:33:42.000Z","modified_at":"2026-01-27T10:33:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13897299528519","imei1":"13897299528519","imei2":"13897299528519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168077,"job_number":"JOB_168077","tr_customer_id":168094,"tr_customer_product_id":168084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:52.000Z","modified_at":"2026-01-27T10:32:52.000Z","name":"Kiley Jacobi","mobile_number":"907-604-4678","email_id":"Vada_Kautzer@yahoo.com","dop":"2025-04-06","serial_number":"12166755076229060","imei1":"12166755076229060","imei2":"12166755076229060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168076,"job_number":"JOB_168076","tr_customer_id":168093,"tr_customer_product_id":168083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:50.000Z","modified_at":"2026-01-27T10:33:34.000Z","name":"Jannie Johnston","mobile_number":"519-667-6296","email_id":"Gina2@yahoo.com","dop":"2025-04-06","serial_number":"15319421858389","imei1":"15319421858389","imei2":"15319421858389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168075,"job_number":"JOB_168075","tr_customer_id":168092,"tr_customer_product_id":168082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:32:50.000Z","modified_at":"2026-01-27T10:32:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18370379783433","imei1":"18370379783433","imei2":"18370379783433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168074,"job_number":"JOB_168074","tr_customer_id":168091,"tr_customer_product_id":168081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:59.000Z","modified_at":"2026-01-27T10:31:59.000Z","name":"Spencer Bradtke","mobile_number":"766-232-9018","email_id":"Bertram.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"16456366235064740","imei1":"16456366235064740","imei2":"16456366235064740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168073,"job_number":"JOB_168073","tr_customer_id":168090,"tr_customer_product_id":168080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:58.000Z","modified_at":"2026-01-27T10:32:42.000Z","name":"Johnathan Rosenbaum","mobile_number":"237-569-0610","email_id":"Rebekah.Jast21@yahoo.com","dop":"2025-04-06","serial_number":"19110824912225","imei1":"19110824912225","imei2":"19110824912225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:32:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168072,"job_number":"JOB_168072","tr_customer_id":168089,"tr_customer_product_id":168079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:31:57.000Z","modified_at":"2026-01-27T10:31:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13051487611195","imei1":"13051487611195","imei2":"13051487611195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168071,"job_number":"JOB_168071","tr_customer_id":168088,"tr_customer_product_id":168078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:30:13.000Z","modified_at":"2026-01-27T10:30:13.000Z","name":"Trilokesh Marar","mobile_number":"7032987427","email_id":"chaaruchandra.prajapat@hotmail.com","dop":"2026-01-17","serial_number":"726115221745062","imei1":"726115221745062","imei2":"726115221745062","popurl":"www.chandranath-chaturvedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168070,"job_number":"JOB_168070","tr_customer_id":168087,"tr_customer_product_id":168077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-17T10:29:54.227274578Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168069,"job_number":"JOB_168069","tr_customer_id":168086,"tr_customer_product_id":168076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:54.000Z","modified_at":"2026-01-27T10:29:54.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-17T10:29:53.581159372Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168068,"job_number":"JOB_168068","tr_customer_id":168085,"tr_customer_product_id":168075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:53.000Z","modified_at":"2026-01-27T10:29:53.000Z","name":"Chandraswaroopa Banerjee","mobile_number":"7027267191","email_id":"param.bandopadhyay@yahoo.co.in","dop":"2026-01-17","serial_number":"330044600363053","imei1":"330044600363053","imei2":"330044600363053","popurl":"www.hiranmaya-varrier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168067,"job_number":"JOB_168067","tr_customer_id":168084,"tr_customer_product_id":168074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:52.000Z","modified_at":"2026-01-27T10:29:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-17","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-17T10:29:52.116647678Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168066,"job_number":"JOB_168066","tr_customer_id":168083,"tr_customer_product_id":168073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:29:51.000Z","modified_at":"2026-01-27T10:57:23.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"14356638927458","imei1":"14356638927458","imei2":"14356638927458","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168065,"job_number":"JOB_168065","tr_customer_id":168082,"tr_customer_product_id":168072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:49.000Z","modified_at":"2026-01-27T10:27:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"85525624946737","imei1":"85525624946737","imei2":"85525624946737","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168064,"job_number":"JOB_168064","tr_customer_id":168081,"tr_customer_product_id":168071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:47.000Z","modified_at":"2026-01-27T10:28:25.000Z","name":"Chet Schaden","mobile_number":"279-274-4333","email_id":"Brayan64@gmail.com","dop":"2026-01-04","serial_number":"17453629624168","imei1":"17453629624168","imei2":"17453629624168","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168063,"job_number":"JOB_168063","tr_customer_id":168080,"tr_customer_product_id":168070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:47.000Z","modified_at":"2026-01-27T10:27:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10086722086397","imei1":"10086722086397","imei2":"10086722086397","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168062,"job_number":"JOB_168062","tr_customer_id":168079,"tr_customer_product_id":168069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:04.000Z","modified_at":"2026-01-27T10:27:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"105262706836429","imei1":"105262706836429","imei2":"105262706836429","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168061,"job_number":"JOB_168061","tr_customer_id":168078,"tr_customer_product_id":168068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:03.000Z","modified_at":"2026-01-27T10:27:40.000Z","name":"Joaquin Mohr","mobile_number":"805-544-3660","email_id":"Opal_Lebsack47@gmail.com","dop":"2026-01-04","serial_number":"12114928346598","imei1":"12114928346598","imei2":"12114928346598","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168060,"job_number":"JOB_168060","tr_customer_id":168077,"tr_customer_product_id":168067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:27:02.000Z","modified_at":"2026-01-27T10:27:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15196187490723","imei1":"15196187490723","imei2":"15196187490723","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168059,"job_number":"JOB_168059","tr_customer_id":168076,"tr_customer_product_id":168066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:19.000Z","modified_at":"2026-01-27T10:26:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"70090916724970","imei1":"70090916724970","imei2":"70090916724970","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168058,"job_number":"JOB_168058","tr_customer_id":168075,"tr_customer_product_id":168065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:18.000Z","modified_at":"2026-01-27T10:26:55.000Z","name":"Roscoe Kertzmann","mobile_number":"487-663-7383","email_id":"Giovani62@gmail.com","dop":"2026-01-04","serial_number":"18684721868853","imei1":"18684721868853","imei2":"18684721868853","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168057,"job_number":"JOB_168057","tr_customer_id":168074,"tr_customer_product_id":168064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:26:17.000Z","modified_at":"2026-01-27T10:26:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15008487771068","imei1":"15008487771068","imei2":"15008487771068","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168056,"job_number":"JOB_168056","tr_customer_id":168073,"tr_customer_product_id":168063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:06:55.000Z","modified_at":"2026-01-27T10:07:03.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"16889598345165","imei1":"16889598345165","imei2":"16889598345165","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:07:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168055,"job_number":"JOB_168055","tr_customer_id":168072,"tr_customer_product_id":168062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:05:36.000Z","modified_at":"2026-01-27T10:05:43.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"19174995388693","imei1":"19174995388693","imei2":"19174995388693","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168054,"job_number":"JOB_168054","tr_customer_id":168071,"tr_customer_product_id":168061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:02.000Z","modified_at":"2026-01-27T10:03:02.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21023390899357","imei1":"21023390899357","imei2":"21023390899357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168053,"job_number":"JOB_168053","tr_customer_id":168070,"tr_customer_product_id":168060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:00.000Z","modified_at":"2026-01-27T10:03:41.000Z","name":"Bette Spencer","mobile_number":"250-318-3070","email_id":"Abigail50@gmail.com","dop":"2026-01-04","serial_number":"19518074213425","imei1":"19518074213425","imei2":"19518074213425","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168052,"job_number":"JOB_168052","tr_customer_id":168069,"tr_customer_product_id":168059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:03:00.000Z","modified_at":"2026-01-27T10:03:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14121883814283","imei1":"14121883814283","imei2":"14121883814283","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168051,"job_number":"JOB_168051","tr_customer_id":168068,"tr_customer_product_id":168058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:42.000Z","modified_at":"2026-01-27T10:02:53.000Z","name":"Emmalee Moore","mobile_number":"222-544-8078","email_id":"Clarabelle_Pfeffer83@gmail.com","dop":"2025-12-01","serial_number":"15076112657731","imei1":"15076112657731","imei2":"15076112657731","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168050,"job_number":"JOB_168050","tr_customer_id":168067,"tr_customer_product_id":168057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:42.000Z","modified_at":"2026-01-27T10:02:42.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12713579852426","imei1":"12713579852426","imei2":"12713579852426","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168049,"job_number":"JOB_168049","tr_customer_id":168066,"tr_customer_product_id":168056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:26.000Z","modified_at":"2026-01-27T10:02:38.000Z","name":"Claud Pouros","mobile_number":"664-760-5960","email_id":"Milan_Deckow70@gmail.com","dop":"2025-12-01","serial_number":"10208018693131","imei1":"10208018693131","imei2":"10208018693131","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168048,"job_number":"JOB_168048","tr_customer_id":168065,"tr_customer_product_id":168055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:26.000Z","modified_at":"2026-01-27T10:02:26.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15535990488868","imei1":"15535990488868","imei2":"15535990488868","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168047,"job_number":"JOB_168047","tr_customer_id":168064,"tr_customer_product_id":168054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:13.000Z","modified_at":"2026-01-27T10:02:13.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"49829973315619","imei1":"49829973315619","imei2":"49829973315619","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168046,"job_number":"JOB_168046","tr_customer_id":168063,"tr_customer_product_id":168053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:12.000Z","modified_at":"2026-01-27T10:02:52.000Z","name":"Kaley Lehner","mobile_number":"614-802-6010","email_id":"Kacie_Larson33@hotmail.com","dop":"2026-01-04","serial_number":"10636137962998","imei1":"10636137962998","imei2":"10636137962998","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168045,"job_number":"JOB_168045","tr_customer_id":168062,"tr_customer_product_id":168052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:11.000Z","modified_at":"2026-01-27T10:02:11.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15197467892503","imei1":"15197467892503","imei2":"15197467892503","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168044,"job_number":"JOB_168044","tr_customer_id":168061,"tr_customer_product_id":168051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:10.000Z","modified_at":"2026-01-27T10:02:22.000Z","name":"Esmeralda Bode","mobile_number":"205-625-4081","email_id":"Santina4@yahoo.com","dop":"2025-12-01","serial_number":"18277239641642","imei1":"18277239641642","imei2":"18277239641642","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168043,"job_number":"JOB_168043","tr_customer_id":168060,"tr_customer_product_id":168050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:02:10.000Z","modified_at":"2026-01-27T10:02:10.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15333739332560","imei1":"15333739332560","imei2":"15333739332560","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:02:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168042,"job_number":"JOB_168042","tr_customer_id":168059,"tr_customer_product_id":168049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:52.000Z","modified_at":"2026-01-27T10:02:04.000Z","name":"Icie Ward","mobile_number":"766-810-4574","email_id":"Ardella.Rowe@hotmail.com","dop":"2025-12-01","serial_number":"12935030125237","imei1":"12935030125237","imei2":"12935030125237","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168041,"job_number":"JOB_168041","tr_customer_id":168058,"tr_customer_product_id":168048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:52.000Z","modified_at":"2026-01-27T10:01:52.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18807163856024","imei1":"18807163856024","imei2":"18807163856024","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168040,"job_number":"JOB_168040","tr_customer_id":168057,"tr_customer_product_id":168047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:36.000Z","modified_at":"2026-01-27T10:01:48.000Z","name":"Laron Hirthe","mobile_number":"731-940-9575","email_id":"Theodora_Shields@yahoo.com","dop":"2025-12-01","serial_number":"15743888369608","imei1":"15743888369608","imei2":"15743888369608","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168039,"job_number":"JOB_168039","tr_customer_id":168056,"tr_customer_product_id":168046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:36.000Z","modified_at":"2026-01-27T10:01:36.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"13883489966333","imei1":"13883489966333","imei2":"13883489966333","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168038,"job_number":"JOB_168038","tr_customer_id":168055,"tr_customer_product_id":168045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:24.000Z","modified_at":"2026-01-27T10:01:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"71404026316495","imei1":"71404026316495","imei2":"71404026316495","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168037,"job_number":"JOB_168037","tr_customer_id":168054,"tr_customer_product_id":168044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:22.000Z","modified_at":"2026-01-27T10:02:03.000Z","name":"Maye McGlynn","mobile_number":"834-778-6179","email_id":"Nellie9@yahoo.com","dop":"2026-01-04","serial_number":"16067822324575","imei1":"16067822324575","imei2":"16067822324575","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:02:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168036,"job_number":"JOB_168036","tr_customer_id":168053,"tr_customer_product_id":168043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:22.000Z","modified_at":"2026-01-27T10:01:22.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15984186970614","imei1":"15984186970614","imei2":"15984186970614","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168035,"job_number":"JOB_168035","tr_customer_id":168052,"tr_customer_product_id":168042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:20.000Z","modified_at":"2026-01-27T10:01:32.000Z","name":"Jalon Walker","mobile_number":"853-780-9973","email_id":"Dario_Raynor@yahoo.com","dop":"2025-12-01","serial_number":"16126387345604","imei1":"16126387345604","imei2":"16126387345604","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T10:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168034,"job_number":"JOB_168034","tr_customer_id":168051,"tr_customer_product_id":168041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T10:01:20.000Z","modified_at":"2026-01-27T10:01:20.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"15799047576521","imei1":"15799047576521","imei2":"15799047576521","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T10:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168033,"job_number":"JOB_168033","tr_customer_id":168050,"tr_customer_product_id":168040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:29.000Z","modified_at":"2026-01-27T09:49:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"102925169068228","imei1":"102925169068228","imei2":"102925169068228","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168032,"job_number":"JOB_168032","tr_customer_id":168049,"tr_customer_product_id":168039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:27.000Z","modified_at":"2026-01-27T09:50:04.000Z","name":"Larue Stokes","mobile_number":"288-297-2561","email_id":"Shaylee_Homenick72@hotmail.com","dop":"2026-01-04","serial_number":"11815380446916","imei1":"11815380446916","imei2":"11815380446916","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168031,"job_number":"JOB_168031","tr_customer_id":168048,"tr_customer_product_id":168038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:49:27.000Z","modified_at":"2026-01-27T09:49:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13132742559880","imei1":"13132742559880","imei2":"13132742559880","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168030,"job_number":"JOB_168030","tr_customer_id":168047,"tr_customer_product_id":168037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:44.000Z","modified_at":"2026-01-27T09:48:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"58312133565411","imei1":"58312133565411","imei2":"58312133565411","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168029,"job_number":"JOB_168029","tr_customer_id":168046,"tr_customer_product_id":168036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:43.000Z","modified_at":"2026-01-27T09:49:20.000Z","name":"Alba Hayes","mobile_number":"946-524-4468","email_id":"Ally34@yahoo.com","dop":"2026-01-04","serial_number":"13051341482851","imei1":"13051341482851","imei2":"13051341482851","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168028,"job_number":"JOB_168028","tr_customer_id":168045,"tr_customer_product_id":168035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:48:42.000Z","modified_at":"2026-01-27T09:48:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16235870868165","imei1":"16235870868165","imei2":"16235870868165","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168027,"job_number":"JOB_168027","tr_customer_id":168044,"tr_customer_product_id":168034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:59.000Z","modified_at":"2026-01-27T09:47:59.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101295640004756","imei1":"101295640004756","imei2":"101295640004756","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168026,"job_number":"JOB_168026","tr_customer_id":168043,"tr_customer_product_id":168033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:58.000Z","modified_at":"2026-01-27T09:48:35.000Z","name":"Kenyon Dickinson","mobile_number":"620-470-9782","email_id":"Clement_Morissette23@gmail.com","dop":"2026-01-04","serial_number":"17783464001877","imei1":"17783464001877","imei2":"17783464001877","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168025,"job_number":"JOB_168025","tr_customer_id":168042,"tr_customer_product_id":168032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:47:57.000Z","modified_at":"2026-01-27T09:47:57.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13147707996685","imei1":"13147707996685","imei2":"13147707996685","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168023,"job_number":"JOB_168023","tr_customer_id":168040,"tr_customer_product_id":168030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:47.000Z","modified_at":"2026-01-27T09:32:47.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"56838812347357","imei1":"56838812347357","imei2":"56838812347357","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168022,"job_number":"JOB_168022","tr_customer_id":168039,"tr_customer_product_id":168029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:46.000Z","modified_at":"2026-01-27T09:33:23.000Z","name":"Laura Prohaska","mobile_number":"581-701-0460","email_id":"Dax_Heller@gmail.com","dop":"2026-01-04","serial_number":"15736813211429","imei1":"15736813211429","imei2":"15736813211429","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:33:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168021,"job_number":"JOB_168021","tr_customer_id":168038,"tr_customer_product_id":168028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:45.000Z","modified_at":"2026-01-27T09:32:45.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15077719249563","imei1":"15077719249563","imei2":"15077719249563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168020,"job_number":"JOB_168020","tr_customer_id":168037,"tr_customer_product_id":168027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:01.000Z","modified_at":"2026-01-27T09:32:01.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106111584816717","imei1":"106111584816717","imei2":"106111584816717","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168019,"job_number":"JOB_168019","tr_customer_id":168036,"tr_customer_product_id":168026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:00.000Z","modified_at":"2026-01-27T09:32:38.000Z","name":"Pierce Halvorson","mobile_number":"371-333-3337","email_id":"Mozelle.Graham61@yahoo.com","dop":"2026-01-04","serial_number":"10964045513198","imei1":"10964045513198","imei2":"10964045513198","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:32:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168018,"job_number":"JOB_168018","tr_customer_id":168035,"tr_customer_product_id":168025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:32:00.000Z","modified_at":"2026-01-27T09:32:00.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13574165691530","imei1":"13574165691530","imei2":"13574165691530","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168017,"job_number":"JOB_168017","tr_customer_id":168034,"tr_customer_product_id":168024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:17.000Z","modified_at":"2026-01-27T09:31:17.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"48564958011580","imei1":"48564958011580","imei2":"48564958011580","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168016,"job_number":"JOB_168016","tr_customer_id":168033,"tr_customer_product_id":168023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:15.000Z","modified_at":"2026-01-27T09:31:52.000Z","name":"Tyrell Stracke","mobile_number":"973-623-8982","email_id":"Jordi_Harvey@hotmail.com","dop":"2026-01-04","serial_number":"12360610215024","imei1":"12360610215024","imei2":"12360610215024","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168015,"job_number":"JOB_168015","tr_customer_id":168032,"tr_customer_product_id":168022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:31:15.000Z","modified_at":"2026-01-27T09:31:15.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10511466909083","imei1":"10511466909083","imei2":"10511466909083","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:31:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168014,"job_number":"JOB_168014","tr_customer_id":168031,"tr_customer_product_id":168021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:41.000Z","modified_at":"2026-01-27T09:23:41.000Z","name":"Darwin Hirthe","mobile_number":"355-725-9085","email_id":"Jamir_Mante@hotmail.com","dop":"2025-04-06","serial_number":"19124045741107572","imei1":"19124045741107572","imei2":"19124045741107572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168013,"job_number":"JOB_168013","tr_customer_id":168030,"tr_customer_product_id":168020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:40.000Z","modified_at":"2026-01-27T09:24:20.000Z","name":"Llewellyn Anderson","mobile_number":"981-423-6620","email_id":"Ozella.Schultz@hotmail.com","dop":"2025-04-06","serial_number":"12599688938243","imei1":"12599688938243","imei2":"12599688938243","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:24:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168012,"job_number":"JOB_168012","tr_customer_id":168029,"tr_customer_product_id":168019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:23:40.000Z","modified_at":"2026-01-27T09:23:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11487792491978","imei1":"11487792491978","imei2":"11487792491978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168011,"job_number":"JOB_168011","tr_customer_id":168028,"tr_customer_product_id":168018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:53.000Z","modified_at":"2026-01-27T09:22:53.000Z","name":"Hettie Herman","mobile_number":"478-577-7605","email_id":"Buddy_McDermott79@gmail.com","dop":"2025-04-06","serial_number":"15580317961174560","imei1":"15580317961174560","imei2":"15580317961174560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168010,"job_number":"JOB_168010","tr_customer_id":168027,"tr_customer_product_id":168017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:52.000Z","modified_at":"2026-01-27T09:23:32.000Z","name":"Josefa Powlowski","mobile_number":"579-508-1792","email_id":"Stewart_Wolff@hotmail.com","dop":"2025-04-06","serial_number":"10836086319804","imei1":"10836086319804","imei2":"10836086319804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:23:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168009,"job_number":"JOB_168009","tr_customer_id":168026,"tr_customer_product_id":168016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:52.000Z","modified_at":"2026-01-27T09:22:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11379433404838","imei1":"11379433404838","imei2":"11379433404838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168008,"job_number":"JOB_168008","tr_customer_id":168025,"tr_customer_product_id":168015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:05.000Z","modified_at":"2026-01-27T09:22:05.000Z","name":"Barrett Krajcik","mobile_number":"525-447-1327","email_id":"Hertha.Hansen3@hotmail.com","dop":"2025-04-06","serial_number":"16518029229351820","imei1":"16518029229351820","imei2":"16518029229351820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168007,"job_number":"JOB_168007","tr_customer_id":168024,"tr_customer_product_id":168014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:04.000Z","modified_at":"2026-01-27T09:22:44.000Z","name":"Marianne Gaylord","mobile_number":"926-519-0941","email_id":"Will.Labadie@gmail.com","dop":"2025-04-06","serial_number":"16801264837988","imei1":"16801264837988","imei2":"16801264837988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:22:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168006,"job_number":"JOB_168006","tr_customer_id":168023,"tr_customer_product_id":168013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:22:03.000Z","modified_at":"2026-01-27T09:22:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11865609686049","imei1":"11865609686049","imei2":"11865609686049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168005,"job_number":"JOB_168005","tr_customer_id":168022,"tr_customer_product_id":168012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T09:12:02.000Z","modified_at":"2026-01-27T09:12:02.000Z","name":"Vivek Yadav","mobile_number":"8788138617","email_id":"ccivivek123@gmail.com","dop":"2026-01-17","serial_number":"891398385161723","imei1":"891398385161723","imei2":"891398385161723","popurl":"2026-01-17T09:12:01.481590051Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T09:12:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168004,"job_number":"JOB_168004","tr_customer_id":168021,"tr_customer_product_id":168011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:47:49.000Z","modified_at":"2026-01-27T09:50:36.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"11931605085264","imei1":"11931605085264","imei2":"11931605085264","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T09:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168003,"job_number":"JOB_168003","tr_customer_id":168020,"tr_customer_product_id":168010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:46.000Z","modified_at":"2026-01-27T08:42:58.000Z","name":"Charity Ernser","mobile_number":"898-282-6410","email_id":"Alta1@yahoo.com","dop":"2025-12-01","serial_number":"11906099697335","imei1":"11906099697335","imei2":"11906099697335","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168002,"job_number":"JOB_168002","tr_customer_id":168019,"tr_customer_product_id":168009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:46.000Z","modified_at":"2026-01-27T08:42:46.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"13316918075108","imei1":"13316918075108","imei2":"13316918075108","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168001,"job_number":"JOB_168001","tr_customer_id":168018,"tr_customer_product_id":168008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:30.000Z","modified_at":"2026-01-27T08:42:42.000Z","name":"Lila Bartell","mobile_number":"600-870-0568","email_id":"Watson_Wolf83@gmail.com","dop":"2025-12-01","serial_number":"12257249469649","imei1":"12257249469649","imei2":"12257249469649","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168000,"job_number":"JOB_168000","tr_customer_id":168017,"tr_customer_product_id":168007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:30.000Z","modified_at":"2026-01-27T08:42:30.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11958109097406","imei1":"11958109097406","imei2":"11958109097406","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167999,"job_number":"JOB_167999","tr_customer_id":168016,"tr_customer_product_id":168006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:14.000Z","modified_at":"2026-01-27T08:42:26.000Z","name":"Avery Bartell","mobile_number":"892-349-7859","email_id":"Laron.Donnelly41@gmail.com","dop":"2025-12-01","serial_number":"10123534099788","imei1":"10123534099788","imei2":"10123534099788","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167998,"job_number":"JOB_167998","tr_customer_id":168015,"tr_customer_product_id":168005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:42:14.000Z","modified_at":"2026-01-27T08:42:14.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14259892350420","imei1":"14259892350420","imei2":"14259892350420","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167997,"job_number":"JOB_167997","tr_customer_id":168014,"tr_customer_product_id":168004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:40:01.000Z","modified_at":"2026-01-27T08:40:01.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"14732742119680","imei1":"14732742119680","imei2":"14732742119680","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167996,"job_number":"JOB_167996","tr_customer_id":168013,"tr_customer_product_id":168003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:39:37.000Z","modified_at":"2026-01-27T08:39:37.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"13765835130561","imei1":"13765835130561","imei2":"13765835130561","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:39:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167995,"job_number":"JOB_167995","tr_customer_id":168012,"tr_customer_product_id":168002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:36:40.000Z","modified_at":"2026-01-27T08:36:40.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"19248780212751","imei1":"19248780212751","imei2":"19248780212751","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:36:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167994,"job_number":"JOB_167994","tr_customer_id":168011,"tr_customer_product_id":168001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:55.000Z","modified_at":"2026-01-27T08:30:55.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"10256589793129","imei1":"10256589793129","imei2":"10256589793129","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167993,"job_number":"JOB_167993","tr_customer_id":168010,"tr_customer_product_id":168000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:49.000Z","modified_at":"2026-01-27T08:30:49.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"16937654532065","imei1":"16937654532065","imei2":"16937654532065","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167992,"job_number":"JOB_167992","tr_customer_id":168009,"tr_customer_product_id":167999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:30:31.000Z","modified_at":"2026-01-27T08:30:31.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"18595240715145","imei1":"18595240715145","imei2":"18595240715145","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167991,"job_number":"JOB_167991","tr_customer_id":168008,"tr_customer_product_id":167998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:03.000Z","modified_at":"2026-01-27T08:20:03.000Z","name":"Rosalind Kreiger","mobile_number":"334-544-9200","email_id":"Hunter.Schamberger@yahoo.com","dop":"2025-04-06","serial_number":"10419097285708058","imei1":"10419097285708058","imei2":"10419097285708058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167990,"job_number":"JOB_167990","tr_customer_id":168007,"tr_customer_product_id":167997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:02.000Z","modified_at":"2026-01-27T08:20:39.000Z","name":"Mylene Paucek","mobile_number":"366-759-2532","email_id":"Aubrey_Harber@gmail.com","dop":"2025-04-06","serial_number":"13419527922307","imei1":"13419527922307","imei2":"13419527922307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167989,"job_number":"JOB_167989","tr_customer_id":168006,"tr_customer_product_id":167996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:20:01.000Z","modified_at":"2026-01-27T08:20:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16228039361944","imei1":"16228039361944","imei2":"16228039361944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167988,"job_number":"JOB_167988","tr_customer_id":168005,"tr_customer_product_id":167995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:18.000Z","modified_at":"2026-01-27T08:19:18.000Z","name":"Electa Casper","mobile_number":"671-854-5386","email_id":"Keeley_Kessler75@yahoo.com","dop":"2025-04-06","serial_number":"10993514331888866","imei1":"10993514331888866","imei2":"10993514331888866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167987,"job_number":"JOB_167987","tr_customer_id":168004,"tr_customer_product_id":167994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:17.000Z","modified_at":"2026-01-27T08:19:55.000Z","name":"Amber Larson","mobile_number":"948-282-8530","email_id":"Consuelo.Weissnat73@yahoo.com","dop":"2025-04-06","serial_number":"12861735933223","imei1":"12861735933223","imei2":"12861735933223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167986,"job_number":"JOB_167986","tr_customer_id":168003,"tr_customer_product_id":167993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:19:17.000Z","modified_at":"2026-01-27T08:19:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14876666988513","imei1":"14876666988513","imei2":"14876666988513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167985,"job_number":"JOB_167985","tr_customer_id":168002,"tr_customer_product_id":167992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:33.000Z","modified_at":"2026-01-27T08:18:33.000Z","name":"Derick Rohan","mobile_number":"943-371-0272","email_id":"Joesph58@yahoo.com","dop":"2025-04-06","serial_number":"19714674691620584","imei1":"19714674691620584","imei2":"19714674691620584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167984,"job_number":"JOB_167984","tr_customer_id":168001,"tr_customer_product_id":167991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:32.000Z","modified_at":"2026-01-27T08:19:10.000Z","name":"Carolyne Paucek","mobile_number":"545-983-9520","email_id":"Lucile_Wolf52@hotmail.com","dop":"2025-04-06","serial_number":"14271654836682","imei1":"14271654836682","imei2":"14271654836682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167983,"job_number":"JOB_167983","tr_customer_id":168000,"tr_customer_product_id":167990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:18:32.000Z","modified_at":"2026-01-27T08:18:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10992418351194","imei1":"10992418351194","imei2":"10992418351194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167982,"job_number":"JOB_167982","tr_customer_id":167999,"tr_customer_product_id":167989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:03:56.000Z","modified_at":"2026-01-27T08:03:56.000Z","name":"Uday p","mobile_number":"8495803697","email_id":"uday@gmail.com","dop":"2026-01-23","serial_number":"78948745849733","imei1":"78948745849733","imei2":"78948745849733","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167981,"job_number":"JOB_167981","tr_customer_id":167998,"tr_customer_product_id":167988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:00:03.000Z","modified_at":"2026-01-27T08:00:14.000Z","name":"Fletcher Franecki","mobile_number":"786-836-3975","email_id":"Loy79@hotmail.com","dop":"2025-12-01","serial_number":"10738362324388","imei1":"10738362324388","imei2":"10738362324388","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T08:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167980,"job_number":"JOB_167980","tr_customer_id":167997,"tr_customer_product_id":167987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T08:00:03.000Z","modified_at":"2026-01-27T08:00:03.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16634399654249","imei1":"16634399654249","imei2":"16634399654249","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T08:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167979,"job_number":"JOB_167979","tr_customer_id":167996,"tr_customer_product_id":167986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:47.000Z","modified_at":"2026-01-27T07:59:58.000Z","name":"Joel Schmeler","mobile_number":"474-846-8783","email_id":"Vada.Crona7@hotmail.com","dop":"2025-12-01","serial_number":"19660589554505","imei1":"19660589554505","imei2":"19660589554505","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167978,"job_number":"JOB_167978","tr_customer_id":167995,"tr_customer_product_id":167985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:47.000Z","modified_at":"2026-01-27T07:59:47.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"14742460549015","imei1":"14742460549015","imei2":"14742460549015","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167977,"job_number":"JOB_167977","tr_customer_id":167994,"tr_customer_product_id":167984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:31.000Z","modified_at":"2026-01-27T07:59:42.000Z","name":"Columbus Deckow","mobile_number":"894-371-3585","email_id":"Joel_Leuschke@gmail.com","dop":"2025-12-01","serial_number":"18261600913888","imei1":"18261600913888","imei2":"18261600913888","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167976,"job_number":"JOB_167976","tr_customer_id":167993,"tr_customer_product_id":167983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:59:31.000Z","modified_at":"2026-01-27T07:59:31.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17369535765768","imei1":"17369535765768","imei2":"17369535765768","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167974,"job_number":"JOB_167974","tr_customer_id":167991,"tr_customer_product_id":167981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:44.000Z","name":"Kristian Gibson","mobile_number":"551-888-9007","email_id":"Clement.Haag@hotmail.com","dop":"2025-04-06","serial_number":"19625716723951844","imei1":"19625716723951844","imei2":"19625716723951844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167973,"job_number":"JOB_167973","tr_customer_id":167990,"tr_customer_product_id":167980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:42.000Z","modified_at":"2026-01-27T07:48:20.000Z","name":"Arvel Kuhn","mobile_number":"615-319-7198","email_id":"Chaz_Robel@hotmail.com","dop":"2025-04-06","serial_number":"14431655523975","imei1":"14431655523975","imei2":"14431655523975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:48:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167970,"job_number":"JOB_167970","tr_customer_id":167987,"tr_customer_product_id":167977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:57.000Z","modified_at":"2026-01-27T07:46:57.000Z","name":"Addie Mertz","mobile_number":"296-519-9094","email_id":"Lambert.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10321152826079464","imei1":"10321152826079464","imei2":"10321152826079464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167969,"job_number":"JOB_167969","tr_customer_id":167986,"tr_customer_product_id":167976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:56.000Z","modified_at":"2026-01-27T07:47:36.000Z","name":"Maud Cummerata","mobile_number":"646-422-3272","email_id":"Tamara.Witting12@gmail.com","dop":"2025-04-06","serial_number":"13661529653762","imei1":"13661529653762","imei2":"13661529653762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167968,"job_number":"JOB_167968","tr_customer_id":167985,"tr_customer_product_id":167975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:47.000Z","name":"Mariah Hamill","mobile_number":"652-797-8772","email_id":"Noemy.Jakubowski@yahoo.com","dop":"2025-12-01","serial_number":"11895969562146","imei1":"11895969562146","imei2":"11895969562146","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167967,"job_number":"JOB_167967","tr_customer_id":167984,"tr_customer_product_id":167974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:34.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16020089347172","imei1":"16020089347172","imei2":"16020089347172","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167966,"job_number":"JOB_167966","tr_customer_id":167983,"tr_customer_product_id":167973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:29.000Z","name":"Ellen Ernser","mobile_number":"773-782-1692","email_id":"Jay32@yahoo.com","dop":"2025-12-01","serial_number":"18035647441755","imei1":"18035647441755","imei2":"18035647441755","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167965,"job_number":"JOB_167965","tr_customer_id":167982,"tr_customer_product_id":167972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19818407352524","imei1":"19818407352524","imei2":"19818407352524","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167964,"job_number":"JOB_167964","tr_customer_id":167981,"tr_customer_product_id":167971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:45:11.000Z","name":"Carol Harber","mobile_number":"791-589-1054","email_id":"Tabitha36@hotmail.com","dop":"2025-12-01","serial_number":"13015239403347","imei1":"13015239403347","imei2":"13015239403347","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167963,"job_number":"JOB_167963","tr_customer_id":167980,"tr_customer_product_id":167970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:44:58.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13067462755559","imei1":"13067462755559","imei2":"13067462755559","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167962,"job_number":"JOB_167962","tr_customer_id":167979,"tr_customer_product_id":167969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:22.000Z","name":"Dangelo Mann","mobile_number":"687-934-9912","email_id":"Bradly_Bogisich@gmail.com","dop":"2025-12-01","serial_number":"14223691814750","imei1":"14223691814750","imei2":"14223691814750","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167961,"job_number":"JOB_167961","tr_customer_id":167978,"tr_customer_product_id":167968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:10.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12826889896801","imei1":"12826889896801","imei2":"12826889896801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167960,"job_number":"JOB_167960","tr_customer_id":167977,"tr_customer_product_id":167967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:41:06.000Z","name":"Marquise Reichert","mobile_number":"587-475-6993","email_id":"Mireya_Armstrong@gmail.com","dop":"2025-12-01","serial_number":"11570715098623","imei1":"11570715098623","imei2":"11570715098623","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167959,"job_number":"JOB_167959","tr_customer_id":167976,"tr_customer_product_id":167966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:40:54.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"12836241188214","imei1":"12836241188214","imei2":"12836241188214","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167958,"job_number":"JOB_167958","tr_customer_id":167975,"tr_customer_product_id":167965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:38.000Z","modified_at":"2026-01-27T07:40:50.000Z","name":"Juanita Leffler","mobile_number":"636-521-5568","email_id":"Patience37@hotmail.com","dop":"2025-12-01","serial_number":"17253145582378","imei1":"17253145582378","imei2":"17253145582378","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167957,"job_number":"JOB_167957","tr_customer_id":167974,"tr_customer_product_id":167964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:37.000Z","modified_at":"2026-01-27T07:40:37.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17738472759011","imei1":"17738472759011","imei2":"17738472759011","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167950,"job_number":"JOB_167950","tr_customer_id":167967,"tr_customer_product_id":167957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:15.000Z","modified_at":"2026-01-27T07:05:15.000Z","name":"Kellie Lubowitz","mobile_number":"217-327-9980","email_id":"Selina_Pacocha9@yahoo.com","dop":"2025-04-06","serial_number":"14946686752066788","imei1":"14946686752066788","imei2":"14946686752066788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167949,"job_number":"JOB_167949","tr_customer_id":167966,"tr_customer_product_id":167956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:14.000Z","modified_at":"2026-01-27T07:05:53.000Z","name":"Blanca Schneider","mobile_number":"399-331-5349","email_id":"Howard.Klocko@hotmail.com","dop":"2025-04-06","serial_number":"18972673309267","imei1":"18972673309267","imei2":"18972673309267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167948,"job_number":"JOB_167948","tr_customer_id":167965,"tr_customer_product_id":167955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:31.000Z","modified_at":"2026-01-27T07:04:31.000Z","name":"Miller Hagenes","mobile_number":"363-948-0072","email_id":"Antwon.Kiehn95@hotmail.com","dop":"2025-04-06","serial_number":"14549798314648444","imei1":"14549798314648444","imei2":"14549798314648444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:04:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167947,"job_number":"JOB_167947","tr_customer_id":167964,"tr_customer_product_id":167954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:29.000Z","modified_at":"2026-01-27T07:05:07.000Z","name":"Dasia Weissnat","mobile_number":"217-928-5689","email_id":"Cordie.Mayert15@yahoo.com","dop":"2025-04-06","serial_number":"18151854735051","imei1":"18151854735051","imei2":"18151854735051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167946,"job_number":"JOB_167946","tr_customer_id":167963,"tr_customer_product_id":167953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:46.000Z","modified_at":"2026-01-27T07:03:46.000Z","name":"Esperanza Roberts","mobile_number":"363-465-4153","email_id":"Cleo_Jacobi1@gmail.com","dop":"2025-04-06","serial_number":"18899724181012810","imei1":"18899724181012810","imei2":"18899724181012810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167945,"job_number":"JOB_167945","tr_customer_id":167962,"tr_customer_product_id":167952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:45.000Z","modified_at":"2026-01-27T07:04:22.000Z","name":"Carolanne Johnston","mobile_number":"835-983-6740","email_id":"Demond45@hotmail.com","dop":"2025-04-06","serial_number":"12500515806340","imei1":"12500515806340","imei2":"12500515806340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:04:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167944,"job_number":"JOB_167944","tr_customer_id":167961,"tr_customer_product_id":167951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:28.000Z","name":"Izaiah Goodwin","mobile_number":"667-308-1378","email_id":"Elouise43@hotmail.com","dop":"2025-12-01","serial_number":"17184857919726","imei1":"17184857919726","imei2":"17184857919726","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167943,"job_number":"JOB_167943","tr_customer_id":167960,"tr_customer_product_id":167950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:15.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"14875645655732","imei1":"14875645655732","imei2":"14875645655732","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167942,"job_number":"JOB_167942","tr_customer_id":167959,"tr_customer_product_id":167949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:54:10.000Z","name":"Pietro Stracke","mobile_number":"336-677-3457","email_id":"Darrick_Wilderman4@gmail.com","dop":"2025-12-01","serial_number":"11510163451561","imei1":"11510163451561","imei2":"11510163451561","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167941,"job_number":"JOB_167941","tr_customer_id":167958,"tr_customer_product_id":167948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:53:57.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15533783976054","imei1":"15533783976054","imei2":"15533783976054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167940,"job_number":"JOB_167940","tr_customer_id":167957,"tr_customer_product_id":167947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:52.000Z","name":"Cara Rath","mobile_number":"987-859-1105","email_id":"Amir60@gmail.com","dop":"2025-12-01","serial_number":"10948899776550","imei1":"10948899776550","imei2":"10948899776550","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167939,"job_number":"JOB_167939","tr_customer_id":167956,"tr_customer_product_id":167946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14442504887526","imei1":"14442504887526","imei2":"14442504887526","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167938,"job_number":"JOB_167938","tr_customer_id":167955,"tr_customer_product_id":167945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:27.000Z","modified_at":"2026-01-27T06:51:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10931088604581","imei1":"10931088604581","imei2":"10931088604581","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167937,"job_number":"JOB_167937","tr_customer_id":167954,"tr_customer_product_id":167944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:26.000Z","modified_at":"2026-01-27T06:52:03.000Z","name":"Allene Erdman","mobile_number":"213-477-2942","email_id":"Reilly.Klocko@yahoo.com","dop":"2026-01-04","serial_number":"12959238722478","imei1":"12959238722478","imei2":"12959238722478","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167936,"job_number":"JOB_167936","tr_customer_id":167953,"tr_customer_product_id":167943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:25.000Z","modified_at":"2026-01-27T06:51:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11495474994629","imei1":"11495474994629","imei2":"11495474994629","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167935,"job_number":"JOB_167935","tr_customer_id":167952,"tr_customer_product_id":167942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:00.000Z","modified_at":"2026-01-27T06:51:00.000Z","name":"Abe Borer","mobile_number":"232-802-4714","email_id":"Alfreda56@hotmail.com","dop":"2025-04-06","serial_number":"14248653361242728","imei1":"14248653361242728","imei2":"14248653361242728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167934,"job_number":"JOB_167934","tr_customer_id":167951,"tr_customer_product_id":167941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:51:36.000Z","name":"Miracle Doyle","mobile_number":"985-838-2059","email_id":"Jett_Bosco@hotmail.com","dop":"2025-04-06","serial_number":"17756785529011","imei1":"17756785529011","imei2":"17756785529011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167933,"job_number":"JOB_167933","tr_customer_id":167950,"tr_customer_product_id":167940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:50:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16248942148525","imei1":"16248942148525","imei2":"16248942148525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167932,"job_number":"JOB_167932","tr_customer_id":167949,"tr_customer_product_id":167939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:42.000Z","modified_at":"2026-01-27T06:50:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42969104263391","imei1":"42969104263391","imei2":"42969104263391","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167931,"job_number":"JOB_167931","tr_customer_id":167948,"tr_customer_product_id":167938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:51:18.000Z","name":"Brando Johnston","mobile_number":"935-317-2882","email_id":"Edmund50@hotmail.com","dop":"2026-01-04","serial_number":"17810372015745","imei1":"17810372015745","imei2":"17810372015745","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167930,"job_number":"JOB_167930","tr_customer_id":167947,"tr_customer_product_id":167937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:50:40.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11366144519689","imei1":"11366144519689","imei2":"11366144519689","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167929,"job_number":"JOB_167929","tr_customer_id":167946,"tr_customer_product_id":167936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:13.000Z","modified_at":"2026-01-27T06:50:13.000Z","name":"Arno Kessler","mobile_number":"230-754-1794","email_id":"Stanley57@hotmail.com","dop":"2025-04-06","serial_number":"18194212640282856","imei1":"18194212640282856","imei2":"18194212640282856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167928,"job_number":"JOB_167928","tr_customer_id":167945,"tr_customer_product_id":167935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:51.000Z","name":"Bernadine Rutherford","mobile_number":"704-539-2876","email_id":"Emmett_Kohler@gmail.com","dop":"2025-04-06","serial_number":"14534602088922","imei1":"14534602088922","imei2":"14534602088922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167927,"job_number":"JOB_167927","tr_customer_id":167944,"tr_customer_product_id":167934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13203431323945","imei1":"13203431323945","imei2":"13203431323945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167926,"job_number":"JOB_167926","tr_customer_id":167943,"tr_customer_product_id":167933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:54.000Z","modified_at":"2026-01-27T06:49:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"90321257518944","imei1":"90321257518944","imei2":"90321257518944","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167925,"job_number":"JOB_167925","tr_customer_id":167942,"tr_customer_product_id":167932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:50:33.000Z","name":"Kris Bernier","mobile_number":"258-592-8541","email_id":"Kaycee96@gmail.com","dop":"2026-01-04","serial_number":"18439341230313","imei1":"18439341230313","imei2":"18439341230313","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167924,"job_number":"JOB_167924","tr_customer_id":167941,"tr_customer_product_id":167931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:49:52.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10934874410701","imei1":"10934874410701","imei2":"10934874410701","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167923,"job_number":"JOB_167923","tr_customer_id":167940,"tr_customer_product_id":167930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:30.000Z","modified_at":"2026-01-27T06:49:30.000Z","name":"Milton Bartell","mobile_number":"357-620-1896","email_id":"Kian46@hotmail.com","dop":"2025-04-06","serial_number":"17118551920422780","imei1":"17118551920422780","imei2":"17118551920422780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167922,"job_number":"JOB_167922","tr_customer_id":167939,"tr_customer_product_id":167929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:29.000Z","modified_at":"2026-01-27T06:50:09.000Z","name":"Bell Stracke","mobile_number":"915-750-4333","email_id":"Saul58@hotmail.com","dop":"2025-04-06","serial_number":"10400148993354","imei1":"10400148993354","imei2":"10400148993354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167921,"job_number":"JOB_167921","tr_customer_id":167938,"tr_customer_product_id":167928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:26.000Z","modified_at":"2026-01-27T06:49:26.000Z","name":"Garry Haag","mobile_number":"330-706-5364","email_id":"Lenna35@hotmail.com","dop":"2025-04-06","serial_number":"11179143080451844","imei1":"11179143080451844","imei2":"11179143080451844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167920,"job_number":"JOB_167920","tr_customer_id":167937,"tr_customer_product_id":167927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:50:04.000Z","name":"Ignacio Farrell","mobile_number":"320-500-1584","email_id":"Felipe52@hotmail.com","dop":"2025-04-06","serial_number":"18659899859152","imei1":"18659899859152","imei2":"18659899859152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167919,"job_number":"JOB_167919","tr_customer_id":167936,"tr_customer_product_id":167926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:49:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17402848540623","imei1":"17402848540623","imei2":"17402848540623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167918,"job_number":"JOB_167918","tr_customer_id":167935,"tr_customer_product_id":167925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:39.000Z","modified_at":"2026-01-27T06:44:39.000Z","name":"Golden Brown","mobile_number":"840-732-0041","email_id":"Hailie73@hotmail.com","dop":"2025-04-06","serial_number":"15818286366602872","imei1":"15818286366602872","imei2":"15818286366602872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167917,"job_number":"JOB_167917","tr_customer_id":167934,"tr_customer_product_id":167924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:45:18.000Z","name":"Joaquin Kulas","mobile_number":"583-240-9817","email_id":"Kirsten25@yahoo.com","dop":"2025-04-06","serial_number":"17938551459730","imei1":"17938551459730","imei2":"17938551459730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167916,"job_number":"JOB_167916","tr_customer_id":167933,"tr_customer_product_id":167923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17063374650545","imei1":"17063374650545","imei2":"17063374650545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167915,"job_number":"JOB_167915","tr_customer_id":167932,"tr_customer_product_id":167922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:18.000Z","modified_at":"2026-01-27T06:44:18.000Z","name":"Ariane Hamill","mobile_number":"398-734-1884","email_id":"Ryleigh.Tremblay42@hotmail.com","dop":"2025-04-06","serial_number":"10595233660109322","imei1":"10595233660109322","imei2":"10595233660109322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167914,"job_number":"JOB_167914","tr_customer_id":167931,"tr_customer_product_id":167921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:16.000Z","modified_at":"2026-01-27T06:44:58.000Z","name":"Grady Schaden","mobile_number":"682-416-2165","email_id":"Megane_Barrows5@gmail.com","dop":"2025-04-06","serial_number":"13986612123238","imei1":"13986612123238","imei2":"13986612123238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167913,"job_number":"JOB_167913","tr_customer_id":167930,"tr_customer_product_id":167920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:51.000Z","modified_at":"2026-01-27T06:43:51.000Z","name":"Serenity Boyer","mobile_number":"339-974-1255","email_id":"Carleton.Marvin98@gmail.com","dop":"2025-04-06","serial_number":"15255955352476028","imei1":"15255955352476028","imei2":"15255955352476028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167912,"job_number":"JOB_167912","tr_customer_id":167929,"tr_customer_product_id":167919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:50.000Z","modified_at":"2026-01-27T06:44:30.000Z","name":"Sam Baumbach","mobile_number":"278-216-6264","email_id":"Abdul.Schoen24@gmail.com","dop":"2025-04-06","serial_number":"19651107341783","imei1":"19651107341783","imei2":"19651107341783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167911,"job_number":"JOB_167911","tr_customer_id":167928,"tr_customer_product_id":167918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:49.000Z","modified_at":"2026-01-27T06:43:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13742475805245","imei1":"13742475805245","imei2":"13742475805245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167910,"job_number":"JOB_167910","tr_customer_id":167927,"tr_customer_product_id":167917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:46.000Z","modified_at":"2026-01-27T06:43:46.000Z","name":"Percy Crist","mobile_number":"935-950-9106","email_id":"Krystel.Ankunding67@yahoo.com","dop":"2025-04-06","serial_number":"18545814363637170","imei1":"18545814363637170","imei2":"18545814363637170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167909,"job_number":"JOB_167909","tr_customer_id":167926,"tr_customer_product_id":167916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:45.000Z","modified_at":"2026-01-27T06:44:28.000Z","name":"Kaitlin Zboncak","mobile_number":"891-592-1390","email_id":"Furman_Ziemann@gmail.com","dop":"2025-04-06","serial_number":"19030635434719","imei1":"19030635434719","imei2":"19030635434719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167908,"job_number":"JOB_167908","tr_customer_id":167925,"tr_customer_product_id":167915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:44.000Z","modified_at":"2026-01-27T06:43:44.000Z","name":"Victor Schroeder","mobile_number":"473-540-3534","email_id":"Dexter_Marks@gmail.com","dop":"2025-04-06","serial_number":"16447744665311734","imei1":"16447744665311734","imei2":"16447744665311734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167907,"job_number":"JOB_167907","tr_customer_id":167924,"tr_customer_product_id":167914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:44:24.000Z","name":"Harley Runte","mobile_number":"656-420-5648","email_id":"Martina.Walker@yahoo.com","dop":"2025-04-06","serial_number":"14023871545970","imei1":"14023871545970","imei2":"14023871545970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167906,"job_number":"JOB_167906","tr_customer_id":167923,"tr_customer_product_id":167913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:43:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15646928553703","imei1":"15646928553703","imei2":"15646928553703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167905,"job_number":"JOB_167905","tr_customer_id":167922,"tr_customer_product_id":167912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:03.000Z","modified_at":"2026-01-27T06:43:03.000Z","name":"Roy Aufderhar","mobile_number":"826-647-3721","email_id":"Sheila.Murphy83@yahoo.com","dop":"2025-04-06","serial_number":"10699411250399026","imei1":"10699411250399026","imei2":"10699411250399026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167904,"job_number":"JOB_167904","tr_customer_id":167921,"tr_customer_product_id":167911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:02.000Z","modified_at":"2026-01-27T06:43:42.000Z","name":"Cortez Kshlerin","mobile_number":"404-335-4217","email_id":"Caroline.Hyatt@gmail.com","dop":"2025-04-06","serial_number":"15859812046555","imei1":"15859812046555","imei2":"15859812046555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167903,"job_number":"JOB_167903","tr_customer_id":167920,"tr_customer_product_id":167910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:01.000Z","modified_at":"2026-01-27T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14958910419154","imei1":"14958910419154","imei2":"14958910419154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167902,"job_number":"JOB_167902","tr_customer_id":167919,"tr_customer_product_id":167909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:56.000Z","modified_at":"2026-01-27T06:42:56.000Z","name":"Ned Dach","mobile_number":"535-612-0082","email_id":"Adolfo_Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15430774571147254","imei1":"15430774571147254","imei2":"15430774571147254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167901,"job_number":"JOB_167901","tr_customer_id":167918,"tr_customer_product_id":167908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:43:35.000Z","name":"Jeanie Bailey","mobile_number":"254-447-6959","email_id":"Otha93@hotmail.com","dop":"2025-04-06","serial_number":"13830389477544","imei1":"13830389477544","imei2":"13830389477544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167900,"job_number":"JOB_167900","tr_customer_id":167917,"tr_customer_product_id":167907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:42:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17079659156633","imei1":"17079659156633","imei2":"17079659156633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167899,"job_number":"JOB_167899","tr_customer_id":167916,"tr_customer_product_id":167906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:06.000Z","modified_at":"2026-01-27T06:42:06.000Z","name":"Lisa Zulauf","mobile_number":"250-618-8688","email_id":"Chelsea9@yahoo.com","dop":"2025-04-06","serial_number":"17611184738963124","imei1":"17611184738963124","imei2":"17611184738963124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167898,"job_number":"JOB_167898","tr_customer_id":167915,"tr_customer_product_id":167905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:46.000Z","name":"Berta Gleason","mobile_number":"670-959-8671","email_id":"Nelle.Douglas@hotmail.com","dop":"2025-04-06","serial_number":"17500260885098","imei1":"17500260885098","imei2":"17500260885098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167897,"job_number":"JOB_167897","tr_customer_id":167914,"tr_customer_product_id":167904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18231155699279","imei1":"18231155699279","imei2":"18231155699279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167896,"job_number":"JOB_167896","tr_customer_id":167913,"tr_customer_product_id":167903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:33.000Z","modified_at":"2026-01-27T06:38:33.000Z","name":"Marty Corkery","mobile_number":"727-204-3064","email_id":"Domenico.Huels@yahoo.com","dop":"2025-04-06","serial_number":"10948488540603988","imei1":"10948488540603988","imei2":"10948488540603988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167895,"job_number":"JOB_167895","tr_customer_id":167912,"tr_customer_product_id":167902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:32.000Z","modified_at":"2026-01-27T06:39:09.000Z","name":"Mylene Ziemann","mobile_number":"268-456-3179","email_id":"Monserrate.Padberg96@hotmail.com","dop":"2025-04-06","serial_number":"13422109656931","imei1":"13422109656931","imei2":"13422109656931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167894,"job_number":"JOB_167894","tr_customer_id":167911,"tr_customer_product_id":167901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:31.000Z","modified_at":"2026-01-27T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14777744687360","imei1":"14777744687360","imei2":"14777744687360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167892,"job_number":"JOB_167892","tr_customer_id":167909,"tr_customer_product_id":167899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:00.000Z","modified_at":"2026-01-27T06:38:36.000Z","name":"Adrain Flatley","mobile_number":"625-204-1955","email_id":"Iliana_Green@gmail.com","dop":"2000-01-31","serial_number":"10327360941022","imei1":"10327360941022","imei2":"10327360941022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167890,"job_number":"JOB_167890","tr_customer_id":167907,"tr_customer_product_id":167897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:49.000Z","modified_at":"2026-01-27T06:37:49.000Z","name":"Davion Gaylord","mobile_number":"478-883-2288","email_id":"Alejandrin_OKeefe47@gmail.com","dop":"2025-04-06","serial_number":"11487920209396314","imei1":"11487920209396314","imei2":"11487920209396314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167889,"job_number":"JOB_167889","tr_customer_id":167906,"tr_customer_product_id":167896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:38:24.000Z","name":"Christa Kutch","mobile_number":"447-746-4829","email_id":"Krista_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"16625501213741","imei1":"16625501213741","imei2":"16625501213741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167888,"job_number":"JOB_167888","tr_customer_id":167905,"tr_customer_product_id":167895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:37:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10244847596438","imei1":"10244847596438","imei2":"10244847596438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167886,"job_number":"JOB_167886","tr_customer_id":167903,"tr_customer_product_id":167893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:16.000Z","modified_at":"2026-01-27T06:37:53.000Z","name":"Vivianne Kuvalis","mobile_number":"928-407-3268","email_id":"Nola37@hotmail.com","dop":"2000-01-31","serial_number":"10539760183863","imei1":"10539760183863","imei2":"10539760183863","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167884,"job_number":"JOB_167884","tr_customer_id":167901,"tr_customer_product_id":167891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Wyatt Friesen","mobile_number":"592-951-6370","email_id":"Willard57@yahoo.com","dop":"2025-04-06","serial_number":"18984968440466710","imei1":"18984968440466710","imei2":"18984968440466710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167883,"job_number":"JOB_167883","tr_customer_id":167900,"tr_customer_product_id":167890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Avis Fadel","mobile_number":"908-634-0138","email_id":"Norene.Raynor@gmail.com","dop":"2025-04-06","serial_number":"18320246082397332","imei1":"18320246082397332","imei2":"18320246082397332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167882,"job_number":"JOB_167882","tr_customer_id":167899,"tr_customer_product_id":167889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:42.000Z","name":"Jaylen Kerluke","mobile_number":"546-909-9233","email_id":"Domingo45@gmail.com","dop":"2025-04-06","serial_number":"16862134829963","imei1":"16862134829963","imei2":"16862134829963","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167881,"job_number":"JOB_167881","tr_customer_id":167898,"tr_customer_product_id":167888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:40.000Z","name":"Celestine Kilback","mobile_number":"975-592-9244","email_id":"Maximillian46@gmail.com","dop":"2025-04-06","serial_number":"17951541323118","imei1":"17951541323118","imei2":"17951541323118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167880,"job_number":"JOB_167880","tr_customer_id":167897,"tr_customer_product_id":167887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15941554825756","imei1":"15941554825756","imei2":"15941554825756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167879,"job_number":"JOB_167879","tr_customer_id":167896,"tr_customer_product_id":167886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797132248973","imei1":"12797132248973","imei2":"12797132248973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167878,"job_number":"JOB_167878","tr_customer_id":167895,"tr_customer_product_id":167885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:37:22.000Z","name":"Ezequiel Hauck","mobile_number":"402-515-8716","email_id":"Ethel52@hotmail.com","dop":"2025-10-21","serial_number":"12597963508580","imei1":"12597963508580","imei2":"12597963508580","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167877,"job_number":"JOB_167877","tr_customer_id":167894,"tr_customer_product_id":167884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:36:42.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16171174787922","imei1":"16171174787922","imei2":"16171174787922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167875,"job_number":"JOB_167875","tr_customer_id":167892,"tr_customer_product_id":167882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:32.000Z","modified_at":"2026-01-27T06:37:09.000Z","name":"Jakayla Stehr","mobile_number":"889-226-7042","email_id":"Oswald_Blanda50@hotmail.com","dop":"2000-01-31","serial_number":"10809822361810","imei1":"10809822361810","imei2":"10809822361810","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167873,"job_number":"JOB_167873","tr_customer_id":167890,"tr_customer_product_id":167880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:17.000Z","modified_at":"2026-01-27T06:36:17.000Z","name":"Maye Rodriguez","mobile_number":"655-525-8401","email_id":"Edward.Walsh28@gmail.com","dop":"2025-04-06","serial_number":"18172135488968240","imei1":"18172135488968240","imei2":"18172135488968240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167872,"job_number":"JOB_167872","tr_customer_id":167889,"tr_customer_product_id":167879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:16.000Z","modified_at":"2026-01-27T06:36:55.000Z","name":"Cruz Hoeger","mobile_number":"934-485-6036","email_id":"Zelda13@yahoo.com","dop":"2025-04-06","serial_number":"14583018003932","imei1":"14583018003932","imei2":"14583018003932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167871,"job_number":"JOB_167871","tr_customer_id":167888,"tr_customer_product_id":167878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:15.000Z","modified_at":"2026-01-27T06:36:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18948317579051","imei1":"18948317579051","imei2":"18948317579051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167870,"job_number":"JOB_167870","tr_customer_id":167887,"tr_customer_product_id":167877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:55.000Z","modified_at":"2026-01-27T06:36:34.000Z","name":"Fletcher Langosh","mobile_number":"961-716-6775","email_id":"Danyka74@hotmail.com","dop":"2025-10-21","serial_number":"12097514595498","imei1":"12097514595498","imei2":"12097514595498","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167869,"job_number":"JOB_167869","tr_customer_id":167886,"tr_customer_product_id":167876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:54.000Z","modified_at":"2026-01-27T06:35:54.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17324433358007","imei1":"17324433358007","imei2":"17324433358007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167867,"job_number":"JOB_167867","tr_customer_id":167884,"tr_customer_product_id":167874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:36:24.000Z","name":"Keenan Strosin","mobile_number":"493-722-5111","email_id":"Athena3@yahoo.com","dop":"2000-01-31","serial_number":"10961625417361","imei1":"10961625417361","imei2":"10961625417361","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167865,"job_number":"JOB_167865","tr_customer_id":167882,"tr_customer_product_id":167872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:30.000Z","modified_at":"2026-01-27T06:35:30.000Z","name":"Omer Maggio","mobile_number":"655-959-8696","email_id":"Hershel99@gmail.com","dop":"2025-04-06","serial_number":"11488347981559736","imei1":"11488347981559736","imei2":"11488347981559736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167864,"job_number":"JOB_167864","tr_customer_id":167881,"tr_customer_product_id":167871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:29.000Z","modified_at":"2026-01-27T06:36:08.000Z","name":"Natasha Towne","mobile_number":"539-944-7993","email_id":"Elinore77@hotmail.com","dop":"2025-04-06","serial_number":"15990339465447","imei1":"15990339465447","imei2":"15990339465447","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167863,"job_number":"JOB_167863","tr_customer_id":167880,"tr_customer_product_id":167870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:28.000Z","modified_at":"2026-01-27T06:35:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12322716487394","imei1":"12322716487394","imei2":"12322716487394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167862,"job_number":"JOB_167862","tr_customer_id":167879,"tr_customer_product_id":167869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:07.000Z","modified_at":"2026-01-27T06:35:46.000Z","name":"Erling Schowalter","mobile_number":"297-720-6965","email_id":"Emerald.Hayes@yahoo.com","dop":"2025-10-21","serial_number":"17024058576990","imei1":"17024058576990","imei2":"17024058576990","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167861,"job_number":"JOB_167861","tr_customer_id":167878,"tr_customer_product_id":167868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:06.000Z","modified_at":"2026-01-27T06:35:06.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17343592327259","imei1":"17343592327259","imei2":"17343592327259","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167860,"job_number":"JOB_167860","tr_customer_id":167877,"tr_customer_product_id":167867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:28.000Z","modified_at":"2026-01-27T06:34:28.000Z","name":"Felton Jones","mobile_number":"461-830-5368","email_id":"Donald_Muller@gmail.com","dop":"2025-04-06","serial_number":"15954666796721888","imei1":"15954666796721888","imei2":"15954666796721888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167859,"job_number":"JOB_167859","tr_customer_id":167876,"tr_customer_product_id":167866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:26.000Z","modified_at":"2026-01-27T06:35:09.000Z","name":"Darius Hane","mobile_number":"861-784-3255","email_id":"Isac8@hotmail.com","dop":"2025-04-06","serial_number":"10330263504588","imei1":"10330263504588","imei2":"10330263504588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167858,"job_number":"JOB_167858","tr_customer_id":167875,"tr_customer_product_id":167865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:18.000Z","modified_at":"2026-01-27T06:32:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12423253098832","imei2":"12423253098832","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167857,"job_number":"JOB_167857","tr_customer_id":167874,"tr_customer_product_id":167864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:17.000Z","modified_at":"2026-01-27T06:32:17.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12347251322045","imei2":"12347251322045","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167856,"job_number":"JOB_167856","tr_customer_id":167873,"tr_customer_product_id":167863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10053012872262","imei2":"10053012872262","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167855,"job_number":"JOB_167855","tr_customer_id":167872,"tr_customer_product_id":167862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14206461523702","imei2":"14206461523702","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167854,"job_number":"JOB_167854","tr_customer_id":167871,"tr_customer_product_id":167861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:52.000Z","modified_at":"2026-01-27T06:31:52.000Z","name":"Sadye Sipes","mobile_number":"779-875-8270","email_id":"Ebony.Hirthe@gmail.com","dop":"2025-04-06","serial_number":"10349692400180752","imei1":"10349692400180752","imei2":"10349692400180752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167853,"job_number":"JOB_167853","tr_customer_id":167870,"tr_customer_product_id":167860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:32:30.000Z","name":"Allie Stiedemann","mobile_number":"434-823-0869","email_id":"Hershel.Johnson34@hotmail.com","dop":"2025-04-06","serial_number":"12101566250387","imei1":"12101566250387","imei2":"12101566250387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167852,"job_number":"JOB_167852","tr_customer_id":167869,"tr_customer_product_id":167859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:31:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11373056543091","imei1":"11373056543091","imei2":"11373056543091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167851,"job_number":"JOB_167851","tr_customer_id":167868,"tr_customer_product_id":167858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:32:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14240408583347","imei2":"14240408583347","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167850,"job_number":"JOB_167850","tr_customer_id":167867,"tr_customer_product_id":167857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:31:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10477906422672","imei2":"10477906422672","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167849,"job_number":"JOB_167849","tr_customer_id":167866,"tr_customer_product_id":167856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:05.000Z","modified_at":"2026-01-27T06:31:05.000Z","name":"Giovani McKenzie","mobile_number":"898-307-0001","email_id":"Brady_Leannon@hotmail.com","dop":"2025-04-06","serial_number":"19451465414718350","imei1":"19451465414718350","imei2":"19451465414718350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167848,"job_number":"JOB_167848","tr_customer_id":167865,"tr_customer_product_id":167855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:43.000Z","name":"Dorcas Schinner","mobile_number":"993-457-8106","email_id":"Helena_Herzog2@hotmail.com","dop":"2025-04-06","serial_number":"16557584408408","imei1":"16557584408408","imei2":"16557584408408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167847,"job_number":"JOB_167847","tr_customer_id":167864,"tr_customer_product_id":167854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15985961373989","imei1":"15985961373989","imei2":"15985961373989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167845,"job_number":"JOB_167845","tr_customer_id":167862,"tr_customer_product_id":167852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:17.000Z","name":"Modesto Sauer","mobile_number":"424-849-3916","email_id":"Delilah_Treutel27@hotmail.com","dop":"2025-04-06","serial_number":"11996959230079538","imei1":"11996959230079538","imei2":"11996959230079538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167844,"job_number":"JOB_167844","tr_customer_id":167861,"tr_customer_product_id":167851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:56.000Z","name":"Rey Reichert","mobile_number":"904-355-8506","email_id":"Maxime.Brekke12@gmail.com","dop":"2025-04-06","serial_number":"13183922370106","imei1":"13183922370106","imei2":"13183922370106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167843,"job_number":"JOB_167843","tr_customer_id":167860,"tr_customer_product_id":167850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17339423269073","imei1":"17339423269073","imei2":"17339423269073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167840,"job_number":"JOB_167840","tr_customer_id":167857,"tr_customer_product_id":167847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:06.000Z","modified_at":"2026-01-27T06:29:06.000Z","name":"Anastacio Ebert","mobile_number":"971-557-1170","email_id":"Reba3@hotmail.com","dop":"2025-04-06","serial_number":"14007303508030568","imei1":"14007303508030568","imei2":"14007303508030568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167839,"job_number":"JOB_167839","tr_customer_id":167856,"tr_customer_product_id":167846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:40.000Z","name":"Stanford Kuhlman","mobile_number":"548-543-0439","email_id":"Afton_Mayert73@gmail.com","dop":"2025-04-06","serial_number":"19371343198470","imei1":"19371343198470","imei2":"19371343198470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167838,"job_number":"JOB_167838","tr_customer_id":167855,"tr_customer_product_id":167845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19420379464284","imei1":"19420379464284","imei2":"19420379464284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167837,"job_number":"JOB_167837","tr_customer_id":167854,"tr_customer_product_id":167844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:23.000Z","modified_at":"2026-01-27T06:28:23.000Z","name":"Bobby Bogan","mobile_number":"519-540-8511","email_id":"Moriah.Torp35@gmail.com","dop":"2025-04-06","serial_number":"10461022854004748","imei1":"10461022854004748","imei2":"10461022854004748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167836,"job_number":"JOB_167836","tr_customer_id":167853,"tr_customer_product_id":167843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:57.000Z","name":"Maiya Hartmann","mobile_number":"805-965-1463","email_id":"Soledad52@hotmail.com","dop":"2025-04-06","serial_number":"19886852653800","imei1":"19886852653800","imei2":"19886852653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167835,"job_number":"JOB_167835","tr_customer_id":167852,"tr_customer_product_id":167842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19904485216653","imei1":"19904485216653","imei2":"19904485216653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167834,"job_number":"JOB_167834","tr_customer_id":167851,"tr_customer_product_id":167841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:39.000Z","modified_at":"2026-01-27T06:27:39.000Z","name":"Hettie Brakus","mobile_number":"920-884-7742","email_id":"Lillian.Steuber98@gmail.com","dop":"2025-04-06","serial_number":"17652142820175848","imei1":"17652142820175848","imei2":"17652142820175848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167833,"job_number":"JOB_167833","tr_customer_id":167850,"tr_customer_product_id":167840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:28:14.000Z","name":"Dayne Beatty","mobile_number":"976-674-2026","email_id":"Herminio_Kovacek@gmail.com","dop":"2025-04-06","serial_number":"13833034191551","imei1":"13833034191551","imei2":"13833034191551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167832,"job_number":"JOB_167832","tr_customer_id":167849,"tr_customer_product_id":167839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:27:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11615152671057","imei1":"11615152671057","imei2":"11615152671057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167831,"job_number":"JOB_167831","tr_customer_id":167848,"tr_customer_product_id":167838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:19.000Z","modified_at":"2026-01-27T06:26:19.000Z","name":"Lazaro Hoppe","mobile_number":"805-669-5412","email_id":"Leland_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"18267334371696710","imei1":"18267334371696710","imei2":"18267334371696710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167830,"job_number":"JOB_167830","tr_customer_id":167847,"tr_customer_product_id":167837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:27:00.000Z","name":"Cecelia Bauch","mobile_number":"671-610-2410","email_id":"Emilie_Ullrich20@gmail.com","dop":"2025-04-06","serial_number":"11963927712940","imei1":"11963927712940","imei2":"11963927712940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167829,"job_number":"JOB_167829","tr_customer_id":167846,"tr_customer_product_id":167836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:26:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15802935641808","imei1":"15802935641808","imei2":"15802935641808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167828,"job_number":"JOB_167828","tr_customer_id":167845,"tr_customer_product_id":167835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:28.000Z","modified_at":"2026-01-27T06:25:28.000Z","name":"Ramon Hilll","mobile_number":"811-699-6550","email_id":"Brook56@gmail.com","dop":"2025-04-06","serial_number":"19695958491683900","imei1":"19695958491683900","imei2":"19695958491683900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167827,"job_number":"JOB_167827","tr_customer_id":167844,"tr_customer_product_id":167834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:27.000Z","modified_at":"2026-01-27T06:26:09.000Z","name":"Bo Tromp","mobile_number":"574-636-5595","email_id":"Darwin.Runolfsson@hotmail.com","dop":"2025-04-06","serial_number":"14330271912505","imei1":"14330271912505","imei2":"14330271912505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167826,"job_number":"JOB_167826","tr_customer_id":167843,"tr_customer_product_id":167833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:26.000Z","modified_at":"2026-01-27T06:25:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12338518242380","imei1":"12338518242380","imei2":"12338518242380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167825,"job_number":"JOB_167825","tr_customer_id":167842,"tr_customer_product_id":167832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:37.000Z","modified_at":"2026-01-27T06:24:37.000Z","name":"Kaleb Beahan","mobile_number":"242-722-0254","email_id":"Sunny81@hotmail.com","dop":"2025-04-06","serial_number":"18555023955379372","imei1":"18555023955379372","imei2":"18555023955379372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167824,"job_number":"JOB_167824","tr_customer_id":167841,"tr_customer_product_id":167831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:25:18.000Z","name":"Fidel Stoltenberg","mobile_number":"888-752-5165","email_id":"Lauriane87@hotmail.com","dop":"2025-04-06","serial_number":"11748226776697","imei1":"11748226776697","imei2":"11748226776697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167823,"job_number":"JOB_167823","tr_customer_id":167840,"tr_customer_product_id":167830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:24:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11740984830074","imei1":"11740984830074","imei2":"11740984830074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167822,"job_number":"JOB_167822","tr_customer_id":167839,"tr_customer_product_id":167829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:49.000Z","modified_at":"2026-01-27T06:23:49.000Z","name":"Stefanie Lemke","mobile_number":"292-504-2515","email_id":"Kali24@gmail.com","dop":"2025-06-18","serial_number":"1067109977151928","imei1":"1067109977151928","imei2":"1067109977151928","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167821,"job_number":"JOB_167821","tr_customer_id":167838,"tr_customer_product_id":167828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:24:24.000Z","name":"Antonina Maggio","mobile_number":"602-978-3602","email_id":"Bo.Bechtelar0@yahoo.com","dop":"2025-06-18","serial_number":"10055833646600","imei1":"10055833646600","imei2":"10055833646600","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167820,"job_number":"JOB_167820","tr_customer_id":167837,"tr_customer_product_id":167827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:23:48.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10101267317766","imei1":"10101267317766","imei2":"10101267317766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167819,"job_number":"JOB_167819","tr_customer_id":167836,"tr_customer_product_id":167826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:06.000Z","modified_at":"2026-01-27T06:23:06.000Z","name":"Aniya Mueller","mobile_number":"546-393-9663","email_id":"Chanelle2@hotmail.com","dop":"2025-06-18","serial_number":"1072434199213766","imei1":"1072434199213766","imei2":"1072434199213766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167818,"job_number":"JOB_167818","tr_customer_id":167835,"tr_customer_product_id":167825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:41.000Z","name":"Donny Hayes","mobile_number":"206-293-1033","email_id":"Kenyon.Walsh@yahoo.com","dop":"2025-06-18","serial_number":"10185353647351","imei1":"10185353647351","imei2":"10185353647351","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167817,"job_number":"JOB_167817","tr_customer_id":167834,"tr_customer_product_id":167824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"Dedrick Sawayn","mobile_number":"606-435-9603","email_id":"Cedrick18@gmail.com","dop":"2025-04-06","serial_number":"14284034712076870","imei1":"14284034712076870","imei2":"14284034712076870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167816,"job_number":"JOB_167816","tr_customer_id":167833,"tr_customer_product_id":167823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10590065726560","imei1":"10590065726560","imei2":"10590065726560","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167815,"job_number":"JOB_167815","tr_customer_id":167832,"tr_customer_product_id":167822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:04.000Z","modified_at":"2026-01-27T06:23:42.000Z","name":"Ellis Walter","mobile_number":"583-518-4689","email_id":"Vena_Streich@hotmail.com","dop":"2025-04-06","serial_number":"18312915331901","imei1":"18312915331901","imei2":"18312915331901","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167810,"job_number":"JOB_167810","tr_customer_id":167827,"tr_customer_product_id":167817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:32.000Z","modified_at":"2026-01-27T06:20:32.000Z","name":"Hipolito Hermiston","mobile_number":"643-640-8790","email_id":"Minnie50@yahoo.com","dop":"2025-04-06","serial_number":"16738148478419176","imei1":"16738148478419176","imei2":"16738148478419176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167809,"job_number":"JOB_167809","tr_customer_id":167826,"tr_customer_product_id":167816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:31.000Z","modified_at":"2026-01-27T06:21:07.000Z","name":"Pansy Fritsch","mobile_number":"318-635-6350","email_id":"Lenore22@gmail.com","dop":"2025-04-06","serial_number":"12752952311240","imei1":"12752952311240","imei2":"12752952311240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167808,"job_number":"JOB_167808","tr_customer_id":167825,"tr_customer_product_id":167815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:30.000Z","modified_at":"2026-01-27T06:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16491092711122","imei1":"16491092711122","imei2":"16491092711122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167801,"job_number":"JOB_167801","tr_customer_id":167818,"tr_customer_product_id":167808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:48.000Z","modified_at":"2026-01-27T06:19:48.000Z","name":"Clarissa Gerlach","mobile_number":"329-576-0565","email_id":"Amani46@hotmail.com","dop":"2025-04-06","serial_number":"19841535420662280","imei1":"19841535420662280","imei2":"19841535420662280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167800,"job_number":"JOB_167800","tr_customer_id":167817,"tr_customer_product_id":167807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:20:23.000Z","name":"Jennyfer Weber","mobile_number":"506-331-5511","email_id":"Bradly_Wisozk54@yahoo.com","dop":"2025-04-06","serial_number":"16469269473320","imei1":"16469269473320","imei2":"16469269473320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167799,"job_number":"JOB_167799","tr_customer_id":167816,"tr_customer_product_id":167806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18187635174485","imei1":"18187635174485","imei2":"18187635174485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167798,"job_number":"JOB_167798","tr_customer_id":167815,"tr_customer_product_id":167805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:04.000Z","modified_at":"2026-01-27T06:19:04.000Z","name":"Brown Bednar","mobile_number":"861-977-4122","email_id":"Karlie_Green48@gmail.com","dop":"2025-04-06","serial_number":"18532545821601696","imei1":"18532545821601696","imei2":"18532545821601696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167797,"job_number":"JOB_167797","tr_customer_id":167814,"tr_customer_product_id":167804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:39.000Z","name":"Eloy Ledner","mobile_number":"477-272-0753","email_id":"Dessie.Metz@gmail.com","dop":"2025-04-06","serial_number":"15793220981851","imei1":"15793220981851","imei2":"15793220981851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167796,"job_number":"JOB_167796","tr_customer_id":167813,"tr_customer_product_id":167803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11730143042933","imei1":"11730143042933","imei2":"11730143042933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167792,"job_number":"JOB_167792","tr_customer_id":167809,"tr_customer_product_id":167799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:40.000Z","modified_at":"2026-01-27T05:19:40.000Z","name":"Vella Smitham","mobile_number":"409-455-6807","email_id":"Theresa.Collins@gmail.com","dop":"2025-04-06","serial_number":"11657422336501164","imei1":"11657422336501164","imei2":"11657422336501164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167791,"job_number":"JOB_167791","tr_customer_id":167808,"tr_customer_product_id":167798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:39.000Z","modified_at":"2026-01-27T05:20:16.000Z","name":"Alisha Jast","mobile_number":"302-636-5500","email_id":"Christ.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10308584976477","imei1":"10308584976477","imei2":"10308584976477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:20:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167790,"job_number":"JOB_167790","tr_customer_id":167807,"tr_customer_product_id":167797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:38.000Z","modified_at":"2026-01-27T05:19:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12162921804378","imei1":"12162921804378","imei2":"12162921804378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167789,"job_number":"JOB_167789","tr_customer_id":167806,"tr_customer_product_id":167796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:55.000Z","modified_at":"2026-01-27T05:18:55.000Z","name":"Samantha Heidenreich","mobile_number":"264-977-5406","email_id":"Alanna.Keebler55@hotmail.com","dop":"2025-04-06","serial_number":"17862732445518564","imei1":"17862732445518564","imei2":"17862732445518564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167788,"job_number":"JOB_167788","tr_customer_id":167805,"tr_customer_product_id":167795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:54.000Z","modified_at":"2026-01-27T05:19:31.000Z","name":"Talia Nicolas","mobile_number":"760-854-8658","email_id":"Melyna_Trantow7@gmail.com","dop":"2025-04-06","serial_number":"15591401403235","imei1":"15591401403235","imei2":"15591401403235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:19:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167787,"job_number":"JOB_167787","tr_customer_id":167804,"tr_customer_product_id":167794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:53.000Z","modified_at":"2026-01-27T05:18:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17393390155661","imei1":"17393390155661","imei2":"17393390155661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167786,"job_number":"JOB_167786","tr_customer_id":167803,"tr_customer_product_id":167793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:10.000Z","modified_at":"2026-01-27T05:18:10.000Z","name":"Concepcion Kling","mobile_number":"485-572-1549","email_id":"Gwendolyn_Prohaska74@hotmail.com","dop":"2025-04-06","serial_number":"15864204710609916","imei1":"15864204710609916","imei2":"15864204710609916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167785,"job_number":"JOB_167785","tr_customer_id":167802,"tr_customer_product_id":167792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:09.000Z","modified_at":"2026-01-27T05:18:46.000Z","name":"Bert Cremin","mobile_number":"880-469-4883","email_id":"Mertie36@gmail.com","dop":"2025-04-06","serial_number":"10424599133818","imei1":"10424599133818","imei2":"10424599133818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167784,"job_number":"JOB_167784","tr_customer_id":167801,"tr_customer_product_id":167791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:08.000Z","modified_at":"2026-01-27T05:18:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18105688226137","imei1":"18105688226137","imei2":"18105688226137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167783,"job_number":"JOB_167783","tr_customer_id":167800,"tr_customer_product_id":167790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:12.000Z","modified_at":"2026-01-27T05:01:12.000Z","name":"Lucinda Smith","mobile_number":"711-707-2038","email_id":"Raven_Tromp68@hotmail.com","dop":"2025-04-06","serial_number":"18435660998000900","imei1":"18435660998000900","imei2":"18435660998000900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167782,"job_number":"JOB_167782","tr_customer_id":167799,"tr_customer_product_id":167789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:11.000Z","modified_at":"2026-01-27T05:01:48.000Z","name":"Cyrus Prosacco","mobile_number":"968-467-5339","email_id":"Aiyana.Bashirian@yahoo.com","dop":"2025-04-06","serial_number":"15957104757718","imei1":"15957104757718","imei2":"15957104757718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167781,"job_number":"JOB_167781","tr_customer_id":167798,"tr_customer_product_id":167788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:54.000Z","modified_at":"2026-01-27T05:00:54.000Z","name":"Celia Hamill","mobile_number":"980-656-1254","email_id":"Jayme80@yahoo.com","dop":"2025-04-06","serial_number":"17093614278677168","imei1":"17093614278677168","imei2":"17093614278677168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167780,"job_number":"JOB_167780","tr_customer_id":167797,"tr_customer_product_id":167787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:53.000Z","modified_at":"2026-01-27T05:01:30.000Z","name":"Penelope Haley","mobile_number":"314-974-3233","email_id":"Domingo14@yahoo.com","dop":"2025-04-06","serial_number":"18569555503460","imei1":"18569555503460","imei2":"18569555503460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167779,"job_number":"JOB_167779","tr_customer_id":167796,"tr_customer_product_id":167786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:11.000Z","modified_at":"2026-01-27T04:59:11.000Z","name":"Gene Effertz","mobile_number":"977-611-6671","email_id":"Javier.Rutherford@gmail.com","dop":"2025-04-06","serial_number":"19594496775397960","imei1":"19594496775397960","imei2":"19594496775397960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167778,"job_number":"JOB_167778","tr_customer_id":167795,"tr_customer_product_id":167785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:09.000Z","modified_at":"2026-01-27T04:59:48.000Z","name":"Tina Fahey","mobile_number":"555-225-7781","email_id":"Dolly93@gmail.com","dop":"2025-04-06","serial_number":"18314748738357","imei1":"18314748738357","imei2":"18314748738357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167777,"job_number":"JOB_167777","tr_customer_id":167794,"tr_customer_product_id":167784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:25.000Z","modified_at":"2026-01-27T04:58:25.000Z","name":"Tillman Schultz","mobile_number":"358-708-5320","email_id":"Helena_Kuhic@gmail.com","dop":"2025-04-06","serial_number":"13321667553343650","imei1":"13321667553343650","imei2":"13321667553343650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167776,"job_number":"JOB_167776","tr_customer_id":167793,"tr_customer_product_id":167783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:24.000Z","modified_at":"2026-01-27T04:59:02.000Z","name":"Keith Ernser","mobile_number":"971-520-9943","email_id":"Jean97@gmail.com","dop":"2025-04-06","serial_number":"15123889471853","imei1":"15123889471853","imei2":"15123889471853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167775,"job_number":"JOB_167775","tr_customer_id":167792,"tr_customer_product_id":167782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:39.000Z","modified_at":"2026-01-27T04:57:39.000Z","name":"Diego Bayer","mobile_number":"665-414-9415","email_id":"Mara.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"11332008650035692","imei1":"11332008650035692","imei2":"11332008650035692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167774,"job_number":"JOB_167774","tr_customer_id":167791,"tr_customer_product_id":167781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:38.000Z","modified_at":"2026-01-27T04:58:16.000Z","name":"Houston Lockman","mobile_number":"807-303-0969","email_id":"Katelin_Wintheiser@yahoo.com","dop":"2025-04-06","serial_number":"10033490901667","imei1":"10033490901667","imei2":"10033490901667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167773,"job_number":"JOB_167773","tr_customer_id":167790,"tr_customer_product_id":167780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:52:06.000Z","name":"Akeem Hirthe","mobile_number":"846-525-7749","email_id":"Victoria58@gmail.com","dop":"2025-07-01","serial_number":"109682923227161","imei1":"109682923227161","imei2":"109682923227161","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167772,"job_number":"JOB_167772","tr_customer_id":167789,"tr_customer_product_id":167779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:51:55.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100099889244294","imei1":"100099889244294","imei2":"100099889244294","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167771,"job_number":"JOB_167771","tr_customer_id":167788,"tr_customer_product_id":167778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:52.000Z","name":"Lauretta Ledner","mobile_number":"979-501-3503","email_id":"Ephraim67@yahoo.com","dop":"2025-07-01","serial_number":"102525710077270","imei1":"102525710077270","imei2":"102525710077270","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:51:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167770,"job_number":"JOB_167770","tr_customer_id":167787,"tr_customer_product_id":167777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103498957615061","imei1":"103498957615061","imei2":"103498957615061","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167769,"job_number":"JOB_167769","tr_customer_id":167786,"tr_customer_product_id":167776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:32.000Z","modified_at":"2026-01-27T04:43:32.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"79668445389652","imei1":"79668445389652","imei2":"79668445389652","popurl":"2026-01-17T04:43:32.109403420Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167768,"job_number":"JOB_167768","tr_customer_id":167785,"tr_customer_product_id":167775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:07.000Z","modified_at":"2026-01-27T04:43:07.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"15444292375424","imei1":"15444292375424","imei2":"15444292375424","popurl":"2026-01-17T04:43:07.439793018Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167767,"job_number":"JOB_167767","tr_customer_id":167784,"tr_customer_product_id":167774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:05.000Z","modified_at":"2026-01-27T04:43:05.000Z","name":"Brycen Hartmann","mobile_number":"920-423-2523","email_id":"Billy38@yahoo.com","dop":"2025-04-06","serial_number":"17160575372195656","imei1":"17160575372195656","imei2":"17160575372195656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167766,"job_number":"JOB_167766","tr_customer_id":167783,"tr_customer_product_id":167773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:04.000Z","modified_at":"2026-01-27T04:43:44.000Z","name":"Tiara Gerlach","mobile_number":"705-255-9198","email_id":"Alan.Dietrich48@yahoo.com","dop":"2025-04-06","serial_number":"13673813176470","imei1":"13673813176470","imei2":"13673813176470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167765,"job_number":"JOB_167765","tr_customer_id":167782,"tr_customer_product_id":167772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:03.000Z","modified_at":"2026-01-27T04:43:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19948686107370","imei1":"19948686107370","imei2":"19948686107370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167764,"job_number":"JOB_167764","tr_customer_id":167781,"tr_customer_product_id":167771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:17.000Z","modified_at":"2026-01-27T04:42:17.000Z","name":"Jabari Wyman","mobile_number":"655-718-3360","email_id":"Roosevelt.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"14727302101919016","imei1":"14727302101919016","imei2":"14727302101919016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167763,"job_number":"JOB_167763","tr_customer_id":167780,"tr_customer_product_id":167770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:16.000Z","modified_at":"2026-01-27T04:42:56.000Z","name":"Holden Altenwerth","mobile_number":"331-282-0181","email_id":"Christop_Fahey@gmail.com","dop":"2025-04-06","serial_number":"11081960558031","imei1":"11081960558031","imei2":"11081960558031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167762,"job_number":"JOB_167762","tr_customer_id":167779,"tr_customer_product_id":167769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:15.000Z","modified_at":"2026-01-27T04:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18798652558941","imei1":"18798652558941","imei2":"18798652558941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167761,"job_number":"JOB_167761","tr_customer_id":167778,"tr_customer_product_id":167768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:29.000Z","modified_at":"2026-01-27T04:41:29.000Z","name":"Jonathon Kohler","mobile_number":"323-332-8852","email_id":"Hollis.Hegmann72@gmail.com","dop":"2025-04-06","serial_number":"16750184270928274","imei1":"16750184270928274","imei2":"16750184270928274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167760,"job_number":"JOB_167760","tr_customer_id":167777,"tr_customer_product_id":167767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:42:08.000Z","name":"Mackenzie Herman","mobile_number":"617-390-5098","email_id":"Dwight_Flatley77@hotmail.com","dop":"2025-04-06","serial_number":"13555570658205","imei1":"13555570658205","imei2":"13555570658205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167759,"job_number":"JOB_167759","tr_customer_id":167776,"tr_customer_product_id":167766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:41:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10503948481380","imei1":"10503948481380","imei2":"10503948481380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167756,"job_number":"JOB_167756","tr_customer_id":167773,"tr_customer_product_id":167763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:08.000Z","modified_at":"2026-01-27T04:05:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74072070477227","imei1":"74072070477227","imei2":"74072070477227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167755,"job_number":"JOB_167755","tr_customer_id":167772,"tr_customer_product_id":167762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40729081242918","imei1":"40729081242918","imei2":"40729081242918","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167754,"job_number":"JOB_167754","tr_customer_id":167771,"tr_customer_product_id":167761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15031952061543","imei1":"15031952061543","imei2":"15031952061543","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167753,"job_number":"JOB_167753","tr_customer_id":167770,"tr_customer_product_id":167760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46674199155380","imei1":"46674199155380","imei2":"46674199155380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167752,"job_number":"JOB_167752","tr_customer_id":167769,"tr_customer_product_id":167759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13224128065911","imei1":"13224128065911","imei2":"13224128065911","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167751,"job_number":"JOB_167751","tr_customer_id":167768,"tr_customer_product_id":167758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73599827046103","imei1":"73599827046103","imei2":"73599827046103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167750,"job_number":"JOB_167750","tr_customer_id":167767,"tr_customer_product_id":167757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12920615173484","imei1":"12920615173484","imei2":"12920615173484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167749,"job_number":"JOB_167749","tr_customer_id":167766,"tr_customer_product_id":167756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:36.000Z","modified_at":"2026-01-27T04:05:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24590586092397","imei1":"24590586092397","imei2":"24590586092397","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167748,"job_number":"JOB_167748","tr_customer_id":167765,"tr_customer_product_id":167755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41394992103667","imei1":"41394992103667","imei2":"41394992103667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167747,"job_number":"JOB_167747","tr_customer_id":167764,"tr_customer_product_id":167754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63891004325201","imei1":"63891004325201","imei2":"63891004325201","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167746,"job_number":"JOB_167746","tr_customer_id":167763,"tr_customer_product_id":167753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53625626675668","imei1":"53625626675668","imei2":"53625626675668","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167745,"job_number":"JOB_167745","tr_customer_id":167762,"tr_customer_product_id":167752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46523212624438","imei1":"46523212624438","imei2":"46523212624438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167744,"job_number":"JOB_167744","tr_customer_id":167761,"tr_customer_product_id":167751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84840740161320","imei1":"84840740161320","imei2":"84840740161320","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167743,"job_number":"JOB_167743","tr_customer_id":167760,"tr_customer_product_id":167750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46488600950401","imei1":"46488600950401","imei2":"46488600950401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167742,"job_number":"JOB_167742","tr_customer_id":167759,"tr_customer_product_id":167749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:04.000Z","modified_at":"2026-01-27T04:04:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19395955050300","imei1":"19395955050300","imei2":"19395955050300","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167741,"job_number":"JOB_167741","tr_customer_id":167758,"tr_customer_product_id":167748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18506977235583","imei1":"18506977235583","imei2":"18506977235583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167740,"job_number":"JOB_167740","tr_customer_id":167757,"tr_customer_product_id":167747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25474750557996","imei1":"25474750557996","imei2":"25474750557996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167739,"job_number":"JOB_167739","tr_customer_id":167756,"tr_customer_product_id":167746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23206692471066","imei1":"23206692471066","imei2":"23206692471066","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167738,"job_number":"JOB_167738","tr_customer_id":167755,"tr_customer_product_id":167745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69648210848652","imei1":"69648210848652","imei2":"69648210848652","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167737,"job_number":"JOB_167737","tr_customer_id":167754,"tr_customer_product_id":167744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87908979667028","imei1":"87908979667028","imei2":"87908979667028","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167736,"job_number":"JOB_167736","tr_customer_id":167753,"tr_customer_product_id":167743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68750095402755","imei1":"68750095402755","imei2":"68750095402755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167735,"job_number":"JOB_167735","tr_customer_id":167752,"tr_customer_product_id":167742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:26.000Z","modified_at":"2026-01-27T04:00:26.000Z","name":"Alessandro Klein","mobile_number":"249-949-3079","email_id":"Antonette_Ward49@hotmail.com","dop":"2025-04-06","serial_number":"16760489880667088","imei1":"16760489880667088","imei2":"16760489880667088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167734,"job_number":"JOB_167734","tr_customer_id":167751,"tr_customer_product_id":167741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:01:06.000Z","name":"Dedric Dach","mobile_number":"454-939-6364","email_id":"Quinton_Mohr96@hotmail.com","dop":"2025-04-06","serial_number":"15561692835654","imei1":"15561692835654","imei2":"15561692835654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167733,"job_number":"JOB_167733","tr_customer_id":167750,"tr_customer_product_id":167740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:00:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11149211780437","imei1":"11149211780437","imei2":"11149211780437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167732,"job_number":"JOB_167732","tr_customer_id":167749,"tr_customer_product_id":167739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:00.000Z","modified_at":"2026-01-27T04:00:00.000Z","name":"Amparo Stroman","mobile_number":"652-396-9062","email_id":"Theodora_Cormier@yahoo.com","dop":"2025-04-06","serial_number":"12770672414828126","imei1":"12770672414828126","imei2":"12770672414828126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167731,"job_number":"JOB_167731","tr_customer_id":167748,"tr_customer_product_id":167738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T04:00:35.000Z","name":"Nils Price","mobile_number":"848-506-9428","email_id":"Hope26@gmail.com","dop":"2025-04-06","serial_number":"11136216434096","imei1":"11136216434096","imei2":"11136216434096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167730,"job_number":"JOB_167730","tr_customer_id":167747,"tr_customer_product_id":167737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T03:59:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16140328322120","imei1":"16140328322120","imei2":"16140328322120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167729,"job_number":"JOB_167729","tr_customer_id":167746,"tr_customer_product_id":167736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:41.000Z","modified_at":"2026-01-27T03:59:41.000Z","name":"Leonie Stoltenberg","mobile_number":"632-793-6650","email_id":"Lia98@yahoo.com","dop":"2025-04-06","serial_number":"18862572585037620","imei1":"18862572585037620","imei2":"18862572585037620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167728,"job_number":"JOB_167728","tr_customer_id":167745,"tr_customer_product_id":167735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T04:00:17.000Z","name":"Camron McCullough","mobile_number":"343-821-8580","email_id":"Lucas.Kunze44@hotmail.com","dop":"2025-04-06","serial_number":"15156817870785","imei1":"15156817870785","imei2":"15156817870785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167727,"job_number":"JOB_167727","tr_customer_id":167744,"tr_customer_product_id":167734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T03:59:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18169069886721","imei1":"18169069886721","imei2":"18169069886721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167725,"job_number":"JOB_167725","tr_customer_id":167742,"tr_customer_product_id":167732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T04:00:11.000Z","name":"Lorena Raynor","mobile_number":"505-412-7010","email_id":"Jayson36@gmail.com","dop":"2000-01-31","serial_number":"10356871190723","imei1":"10356871190723","imei2":"10356871190723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167723,"job_number":"JOB_167723","tr_customer_id":167740,"tr_customer_product_id":167730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:27.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Larissa Wilderman","mobile_number":"612-596-5819","email_id":"Cassie_King98@yahoo.com","dop":"2025-04-06","serial_number":"17988825406305388","imei1":"17988825406305388","imei2":"17988825406305388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167722,"job_number":"JOB_167722","tr_customer_id":167739,"tr_customer_product_id":167729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T04:00:04.000Z","name":"Johnpaul VonRueden","mobile_number":"695-818-2037","email_id":"Josue88@hotmail.com","dop":"2025-04-06","serial_number":"11345006253222","imei1":"11345006253222","imei2":"11345006253222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167721,"job_number":"JOB_167721","tr_customer_id":167738,"tr_customer_product_id":167728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T03:59:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11172627533643","imei1":"11172627533643","imei2":"11172627533643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167720,"job_number":"JOB_167720","tr_customer_id":167737,"tr_customer_product_id":167727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:15.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Baron Gleichner","mobile_number":"569-974-0764","email_id":"Tillman67@yahoo.com","dop":"2025-04-06","serial_number":"16696866616047820","imei1":"16696866616047820","imei2":"16696866616047820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167719,"job_number":"JOB_167719","tr_customer_id":167736,"tr_customer_product_id":167726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:51.000Z","name":"Brock Williamson","mobile_number":"289-805-9878","email_id":"Shaun.Wiegand@yahoo.com","dop":"2025-04-06","serial_number":"12249866341232","imei1":"12249866341232","imei2":"12249866341232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167718,"job_number":"JOB_167718","tr_customer_id":167735,"tr_customer_product_id":167725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17008880227135","imei1":"17008880227135","imei2":"17008880227135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167714,"job_number":"JOB_167714","tr_customer_id":167731,"tr_customer_product_id":167721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:09.000Z","modified_at":"2026-01-27T03:59:09.000Z","name":"Gwendolyn Marquardt","mobile_number":"397-315-5494","email_id":"Ida.Block4@yahoo.com","dop":"2025-04-06","serial_number":"12069322754066996","imei1":"12069322754066996","imei2":"12069322754066996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167713,"job_number":"JOB_167713","tr_customer_id":167730,"tr_customer_product_id":167720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:45.000Z","name":"Demetris McDermott","mobile_number":"892-834-6175","email_id":"Rylan_Weber42@yahoo.com","dop":"2025-04-06","serial_number":"12065573541048","imei1":"12065573541048","imei2":"12065573541048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167712,"job_number":"JOB_167712","tr_customer_id":167729,"tr_customer_product_id":167719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Rusty Rosenbaum","mobile_number":"266-273-5065","email_id":"Herminio31@hotmail.com","dop":"2025-04-06","serial_number":"10406673123257408","imei1":"10406673123257408","imei2":"10406673123257408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167711,"job_number":"JOB_167711","tr_customer_id":167728,"tr_customer_product_id":167718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11985838423999","imei1":"11985838423999","imei2":"11985838423999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167710,"job_number":"JOB_167710","tr_customer_id":167727,"tr_customer_product_id":167717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:43.000Z","name":"Jadon Morar","mobile_number":"323-667-0750","email_id":"Easton.Anderson@yahoo.com","dop":"2025-04-06","serial_number":"17965079550692","imei1":"17965079550692","imei2":"17965079550692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167709,"job_number":"JOB_167709","tr_customer_id":167726,"tr_customer_product_id":167716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15598275721214","imei1":"15598275721214","imei2":"15598275721214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167708,"job_number":"JOB_167708","tr_customer_id":167725,"tr_customer_product_id":167715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Betsy Beatty","mobile_number":"962-207-0290","email_id":"Bell.Orn3@gmail.com","dop":"2025-04-06","serial_number":"14434650120704726","imei1":"14434650120704726","imei2":"14434650120704726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167704,"job_number":"JOB_167704","tr_customer_id":167721,"tr_customer_product_id":167711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:59:33.000Z","name":"Vince Schimmel","mobile_number":"478-276-5763","email_id":"Lou_Shanahan@hotmail.com","dop":"2025-04-06","serial_number":"13224935401756","imei1":"13224935401756","imei2":"13224935401756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167703,"job_number":"JOB_167703","tr_customer_id":167720,"tr_customer_product_id":167710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:58:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15568245128975","imei1":"15568245128975","imei2":"15568245128975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167702,"job_number":"JOB_167702","tr_customer_id":167719,"tr_customer_product_id":167709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14534040176453","imei1":"14534040176453","imei2":"14534040176453","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167700,"job_number":"JOB_167700","tr_customer_id":167717,"tr_customer_product_id":167707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:50.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Stanford Grady","mobile_number":"998-542-9403","email_id":"Meggie_Vandervort63@yahoo.com","dop":"2026-01-04","serial_number":"16049334971563","imei1":"16049334971563","imei2":"16049334971563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167699,"job_number":"JOB_167699","tr_customer_id":167716,"tr_customer_product_id":167706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Ruth Spinka","mobile_number":"567-517-0880","email_id":"Junius_Emard@gmail.com","dop":"2000-01-31","serial_number":"10994193539382","imei1":"10994193539382","imei2":"10994193539382","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167698,"job_number":"JOB_167698","tr_customer_id":167715,"tr_customer_product_id":167705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18722576579872","imei1":"18722576579872","imei2":"18722576579872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167696,"job_number":"JOB_167696","tr_customer_id":167713,"tr_customer_product_id":167703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Kathryne Windler","mobile_number":"871-332-1922","email_id":"Irwin.Denesik@gmail.com","dop":"2025-04-06","serial_number":"11471488602647400","imei1":"11471488602647400","imei2":"11471488602647400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167695,"job_number":"JOB_167695","tr_customer_id":167712,"tr_customer_product_id":167702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Thalia Volkman","mobile_number":"462-730-8924","email_id":"Hazel30@hotmail.com","dop":"2025-04-06","serial_number":"17868655623113104","imei1":"17868655623113104","imei2":"17868655623113104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167694,"job_number":"JOB_167694","tr_customer_id":167711,"tr_customer_product_id":167701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Tristian Hyatt","mobile_number":"790-919-9318","email_id":"Holly.Halvorson11@hotmail.com","dop":"2025-04-06","serial_number":"18978779641805","imei1":"18978779641805","imei2":"18978779641805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167693,"job_number":"JOB_167693","tr_customer_id":167710,"tr_customer_product_id":167700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Ruth Bartell","mobile_number":"918-233-1057","email_id":"Carmela.Little@yahoo.com","dop":"2025-04-06","serial_number":"16603912358281","imei1":"16603912358281","imei2":"16603912358281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167692,"job_number":"JOB_167692","tr_customer_id":167709,"tr_customer_product_id":167699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16413009223480","imei1":"16413009223480","imei2":"16413009223480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167691,"job_number":"JOB_167691","tr_customer_id":167708,"tr_customer_product_id":167698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16061707656514","imei1":"16061707656514","imei2":"16061707656514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167689,"job_number":"JOB_167689","tr_customer_id":167706,"tr_customer_product_id":167696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Jamarcus Conn","mobile_number":"258-569-2257","email_id":"Olin94@gmail.com","dop":"2025-04-06","serial_number":"14336684273308248","imei1":"14336684273308248","imei2":"14336684273308248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167687,"job_number":"JOB_167687","tr_customer_id":167704,"tr_customer_product_id":167694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Keely Gleason","mobile_number":"753-466-1947","email_id":"Francisco23@gmail.com","dop":"2025-04-06","serial_number":"16512057136923444","imei1":"16512057136923444","imei2":"16512057136923444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167685,"job_number":"JOB_167685","tr_customer_id":167702,"tr_customer_product_id":167692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:58:40.000Z","name":"Conner Hilpert","mobile_number":"396-688-0700","email_id":"Gilda.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"14712767531465108","imei1":"14712767531465108","imei2":"14712767531465108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167684,"job_number":"JOB_167684","tr_customer_id":167701,"tr_customer_product_id":167691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:16.000Z","name":"Jeramie Maggio","mobile_number":"786-396-4048","email_id":"Laverne.Wyman16@hotmail.com","dop":"2025-04-06","serial_number":"14322311223889","imei1":"14322311223889","imei2":"14322311223889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167683,"job_number":"JOB_167683","tr_customer_id":167700,"tr_customer_product_id":167690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Gloria Herman","mobile_number":"813-628-4878","email_id":"Heather.Howe@hotmail.com","dop":"2025-04-06","serial_number":"12891406720167","imei1":"12891406720167","imei2":"12891406720167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167682,"job_number":"JOB_167682","tr_customer_id":167699,"tr_customer_product_id":167689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597778340898","imei1":"15597778340898","imei2":"15597778340898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167681,"job_number":"JOB_167681","tr_customer_id":167698,"tr_customer_product_id":167688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12578106237988","imei1":"12578106237988","imei2":"12578106237988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167680,"job_number":"JOB_167680","tr_customer_id":167697,"tr_customer_product_id":167687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:59:17.000Z","name":"Jazmyne Deckow","mobile_number":"226-299-1912","email_id":"Dangelo60@hotmail.com","dop":"2025-04-06","serial_number":"17185399314974","imei1":"17185399314974","imei2":"17185399314974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167679,"job_number":"JOB_167679","tr_customer_id":167696,"tr_customer_product_id":167686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:38.000Z","modified_at":"2026-01-27T03:58:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17290529992797","imei1":"17290529992797","imei2":"17290529992797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167678,"job_number":"JOB_167678","tr_customer_id":167695,"tr_customer_product_id":167685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:31.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Sabryna Prohaska","mobile_number":"474-710-1560","email_id":"Eleazar_Daniel46@gmail.com","dop":"2025-04-06","serial_number":"11237624186230580","imei1":"11237624186230580","imei2":"11237624186230580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167677,"job_number":"JOB_167677","tr_customer_id":167694,"tr_customer_product_id":167684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:30.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Maggie Wunsch","mobile_number":"463-465-6284","email_id":"Moses_Luettgen@gmail.com","dop":"2025-04-06","serial_number":"16707991643310","imei1":"16707991643310","imei2":"16707991643310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167676,"job_number":"JOB_167676","tr_customer_id":167693,"tr_customer_product_id":167683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"Aida Cummings","mobile_number":"665-428-6820","email_id":"Beth_Reinger82@hotmail.com","dop":"2025-04-06","serial_number":"11263284855498930","imei1":"11263284855498930","imei2":"11263284855498930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167675,"job_number":"JOB_167675","tr_customer_id":167692,"tr_customer_product_id":167682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17256386993031","imei1":"17256386993031","imei2":"17256386993031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167674,"job_number":"JOB_167674","tr_customer_id":167691,"tr_customer_product_id":167681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Reece Hagenes","mobile_number":"352-694-6042","email_id":"Monserrate27@yahoo.com","dop":"2025-04-06","serial_number":"16477743361753","imei1":"16477743361753","imei2":"16477743361753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167673,"job_number":"JOB_167673","tr_customer_id":167690,"tr_customer_product_id":167680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:58:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19734921860320","imei1":"19734921860320","imei2":"19734921860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167672,"job_number":"JOB_167672","tr_customer_id":167689,"tr_customer_product_id":167679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:25.000Z","modified_at":"2026-01-27T03:58:25.000Z","name":"Kamryn Grady","mobile_number":"862-360-9767","email_id":"Karli11@hotmail.com","dop":"2025-04-06","serial_number":"12026280895334058","imei1":"12026280895334058","imei2":"12026280895334058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167671,"job_number":"JOB_167671","tr_customer_id":167688,"tr_customer_product_id":167678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:24.000Z","modified_at":"2026-01-27T03:58:24.000Z","name":"Daphne Kub","mobile_number":"467-731-6481","email_id":"Jake_Mann14@hotmail.com","dop":"2025-04-06","serial_number":"14942007399332052","imei1":"14942007399332052","imei2":"14942007399332052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167670,"job_number":"JOB_167670","tr_customer_id":167687,"tr_customer_product_id":167677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:59:01.000Z","name":"Claudia Ernser","mobile_number":"614-220-6810","email_id":"Lloyd20@hotmail.com","dop":"2025-04-06","serial_number":"12106786739450","imei1":"12106786739450","imei2":"12106786739450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167669,"job_number":"JOB_167669","tr_customer_id":167686,"tr_customer_product_id":167676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19373817541206","imei1":"19373817541206","imei2":"19373817541206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167668,"job_number":"JOB_167668","tr_customer_id":167685,"tr_customer_product_id":167675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:59.000Z","name":"Earnestine Turner","mobile_number":"392-761-9346","email_id":"Glennie26@yahoo.com","dop":"2025-04-06","serial_number":"12775873567516","imei1":"12775873567516","imei2":"12775873567516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167667,"job_number":"JOB_167667","tr_customer_id":167684,"tr_customer_product_id":167674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:22.000Z","modified_at":"2026-01-27T03:58:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17305399664989","imei1":"17305399664989","imei2":"17305399664989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167666,"job_number":"JOB_167666","tr_customer_id":167683,"tr_customer_product_id":167673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:20.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Tyler Watsica","mobile_number":"349-948-0788","email_id":"Bell.Nolan52@gmail.com","dop":"2025-04-06","serial_number":"13879215740009048","imei1":"13879215740009048","imei2":"13879215740009048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167665,"job_number":"JOB_167665","tr_customer_id":167682,"tr_customer_product_id":167672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:55.000Z","name":"Winston Runolfsson","mobile_number":"574-557-1859","email_id":"Eldon.Bechtelar@gmail.com","dop":"2025-04-06","serial_number":"14560577097895","imei1":"14560577097895","imei2":"14560577097895","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167664,"job_number":"JOB_167664","tr_customer_id":167681,"tr_customer_product_id":167671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14442196169883","imei1":"14442196169883","imei2":"14442196169883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167663,"job_number":"JOB_167663","tr_customer_id":167680,"tr_customer_product_id":167670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:16.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Francesca Murphy","mobile_number":"621-475-6586","email_id":"Shakira49@yahoo.com","dop":"2025-04-06","serial_number":"17519966068101636","imei1":"17519966068101636","imei2":"17519966068101636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167662,"job_number":"JOB_167662","tr_customer_id":167679,"tr_customer_product_id":167669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:53.000Z","name":"Daphnee Mueller","mobile_number":"577-891-9429","email_id":"Jesse.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"10283043729439","imei1":"10283043729439","imei2":"10283043729439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167661,"job_number":"JOB_167661","tr_customer_id":167678,"tr_customer_product_id":167668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:14.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19698683003812","imei1":"19698683003812","imei2":"19698683003812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167659,"job_number":"JOB_167659","tr_customer_id":167676,"tr_customer_product_id":167666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51229279347468","imei1":"51229279347468","imei2":"51229279347468","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167658,"job_number":"JOB_167658","tr_customer_id":167675,"tr_customer_product_id":167665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Giovani Becker","mobile_number":"836-554-6598","email_id":"Justice.Gerlach17@gmail.com","dop":"2000-01-31","serial_number":"10624707653449","imei1":"10624707653449","imei2":"10624707653449","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167657,"job_number":"JOB_167657","tr_customer_id":167674,"tr_customer_product_id":167664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Juston Harvey","mobile_number":"486-447-3733","email_id":"Arlo_Harber@yahoo.com","dop":"2026-01-04","serial_number":"19484132032512","imei1":"19484132032512","imei2":"19484132032512","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167655,"job_number":"JOB_167655","tr_customer_id":167672,"tr_customer_product_id":167662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13403960447968","imei1":"13403960447968","imei2":"13403960447968","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167654,"job_number":"JOB_167654","tr_customer_id":167671,"tr_customer_product_id":167661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Gerda Cormier","mobile_number":"613-921-9054","email_id":"Erwin.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"12704528046663076","imei1":"12704528046663076","imei2":"12704528046663076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167653,"job_number":"JOB_167653","tr_customer_id":167670,"tr_customer_product_id":167660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Asha Torphy","mobile_number":"843-641-3938","email_id":"Isaac14@gmail.com","dop":"2025-04-06","serial_number":"10240867845893942","imei1":"10240867845893942","imei2":"10240867845893942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167652,"job_number":"JOB_167652","tr_customer_id":167669,"tr_customer_product_id":167659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:03.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Yvonne Beatty","mobile_number":"938-538-7270","email_id":"Harley58@gmail.com","dop":"2025-04-06","serial_number":"10337553747472","imei1":"10337553747472","imei2":"10337553747472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167651,"job_number":"JOB_167651","tr_customer_id":167668,"tr_customer_product_id":167658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18941925353118","imei1":"18941925353118","imei2":"18941925353118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167650,"job_number":"JOB_167650","tr_customer_id":167667,"tr_customer_product_id":167657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Elizabeth Mayer","mobile_number":"239-473-6514","email_id":"Pedro.Zemlak38@yahoo.com","dop":"2025-04-06","serial_number":"13196075461242","imei1":"13196075461242","imei2":"13196075461242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167649,"job_number":"JOB_167649","tr_customer_id":167666,"tr_customer_product_id":167656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13548679991903","imei1":"13548679991903","imei2":"13548679991903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167648,"job_number":"JOB_167648","tr_customer_id":167665,"tr_customer_product_id":167655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Ena Skiles","mobile_number":"298-265-4144","email_id":"Carolyn.Daniel@gmail.com","dop":"2025-04-06","serial_number":"14437299231964732","imei1":"14437299231964732","imei2":"14437299231964732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167643,"job_number":"JOB_167643","tr_customer_id":167660,"tr_customer_product_id":167650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:58:33.000Z","name":"Robyn Schmeler","mobile_number":"907-510-1822","email_id":"Emely.Koepp50@gmail.com","dop":"2025-04-06","serial_number":"10144809869542","imei1":"10144809869542","imei2":"10144809869542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167642,"job_number":"JOB_167642","tr_customer_id":167659,"tr_customer_product_id":167649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13690465004998","imei1":"13690465004998","imei2":"13690465004998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167641,"job_number":"JOB_167641","tr_customer_id":167658,"tr_customer_product_id":167648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Louvenia Davis","mobile_number":"553-560-1286","email_id":"Schuyler_Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11329337661782124","imei1":"11329337661782124","imei2":"11329337661782124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167640,"job_number":"JOB_167640","tr_customer_id":167657,"tr_customer_product_id":167647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:58:32.000Z","name":"Adrienne Grimes","mobile_number":"729-212-0939","email_id":"Brenda34@yahoo.com","dop":"2025-04-06","serial_number":"12219865944575","imei1":"12219865944575","imei2":"12219865944575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167639,"job_number":"JOB_167639","tr_customer_id":167656,"tr_customer_product_id":167646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:57:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18017191928328","imei1":"18017191928328","imei2":"18017191928328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167638,"job_number":"JOB_167638","tr_customer_id":167655,"tr_customer_product_id":167645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:54.000Z","modified_at":"2026-01-27T03:57:54.000Z","name":"Reece Trantow","mobile_number":"302-541-3363","email_id":"Mack.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"17585914696480564","imei1":"17585914696480564","imei2":"17585914696480564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167637,"job_number":"JOB_167637","tr_customer_id":167654,"tr_customer_product_id":167644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Nova Stamm","mobile_number":"693-895-3641","email_id":"Brody.Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"16445619666337","imei1":"16445619666337","imei2":"16445619666337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167636,"job_number":"JOB_167636","tr_customer_id":167653,"tr_customer_product_id":167643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:57:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12031893215833","imei1":"12031893215833","imei2":"12031893215833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167630,"job_number":"JOB_167630","tr_customer_id":167647,"tr_customer_product_id":167637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Aryanna Schmidt","mobile_number":"786-202-1752","email_id":"Herta.Terry@hotmail.com","dop":"2025-04-06","serial_number":"19423229681970136","imei1":"19423229681970136","imei2":"19423229681970136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167629,"job_number":"JOB_167629","tr_customer_id":167646,"tr_customer_product_id":167636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16285862842434","imei2":"16285862842434","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167628,"job_number":"JOB_167628","tr_customer_id":167645,"tr_customer_product_id":167635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15979907799204","imei2":"15979907799204","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167627,"job_number":"JOB_167627","tr_customer_id":167644,"tr_customer_product_id":167634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Charley Schroeder","mobile_number":"568-209-7381","email_id":"Ara90@yahoo.com","dop":"2025-04-06","serial_number":"16362528662636","imei1":"16362528662636","imei2":"16362528662636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167626,"job_number":"JOB_167626","tr_customer_id":167643,"tr_customer_product_id":167633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:57:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13397876407749","imei1":"13397876407749","imei2":"13397876407749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167625,"job_number":"JOB_167625","tr_customer_id":167642,"tr_customer_product_id":167632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Juana Kuhn","mobile_number":"932-705-7734","email_id":"Will.Schinner@gmail.com","dop":"2025-04-06","serial_number":"12582442804487736","imei1":"12582442804487736","imei2":"12582442804487736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167624,"job_number":"JOB_167624","tr_customer_id":167641,"tr_customer_product_id":167631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Carmelo Hudson","mobile_number":"287-770-1385","email_id":"Elmore_Wiegand26@gmail.com","dop":"2025-04-06","serial_number":"13661757631461158","imei1":"13661757631461158","imei2":"13661757631461158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167623,"job_number":"JOB_167623","tr_customer_id":167640,"tr_customer_product_id":167630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:15.000Z","name":"Louisa Becker","mobile_number":"387-647-0142","email_id":"Tania.Thompson21@gmail.com","dop":"2025-04-06","serial_number":"15989499921791","imei1":"15989499921791","imei2":"15989499921791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167622,"job_number":"JOB_167622","tr_customer_id":167639,"tr_customer_product_id":167629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16786630480147","imei1":"16786630480147","imei2":"16786630480147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167621,"job_number":"JOB_167621","tr_customer_id":167638,"tr_customer_product_id":167628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Jacklyn Jakubowski","mobile_number":"297-831-5014","email_id":"Mia.Sanford25@hotmail.com","dop":"2025-04-06","serial_number":"11316762641745","imei1":"11316762641745","imei2":"11316762641745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167620,"job_number":"JOB_167620","tr_customer_id":167637,"tr_customer_product_id":167627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:38.000Z","modified_at":"2026-01-27T03:57:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18682989177130","imei1":"18682989177130","imei2":"18682989177130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167619,"job_number":"JOB_167619","tr_customer_id":167636,"tr_customer_product_id":167626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:37.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Justice Stroman","mobile_number":"432-530-0600","email_id":"Edgar41@gmail.com","dop":"2025-05-30","serial_number":"1961560333862636","imei1":"1961560333862636","imei2":"1961560333862636","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167618,"job_number":"JOB_167618","tr_customer_id":167635,"tr_customer_product_id":167625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jerad Considine","mobile_number":"716-463-1971","email_id":"Karina_Mertz@yahoo.com","dop":"2025-04-06","serial_number":"17065802865327806","imei1":"17065802865327806","imei2":"17065802865327806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167617,"job_number":"JOB_167617","tr_customer_id":167634,"tr_customer_product_id":167624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Arlie Goyette","mobile_number":"774-884-8093","email_id":"Gabriella.Kiehn@gmail.com","dop":"2025-05-30","serial_number":"18680927987810","imei1":"18680927987810","imei2":"18680927987810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167616,"job_number":"JOB_167616","tr_customer_id":167633,"tr_customer_product_id":167623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jacinto Kerluke","mobile_number":"466-294-4601","email_id":"Isadore_Gerhold@hotmail.com","dop":"2025-06-18","serial_number":"1003114341051045","imei1":"1003114341051045","imei2":"1003114341051045","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167615,"job_number":"JOB_167615","tr_customer_id":167632,"tr_customer_product_id":167622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Flavio Roberts","mobile_number":"486-327-5797","email_id":"Lexie_Konopelski@hotmail.com","dop":"2025-05-30","serial_number":"11200459191432","imei1":"11200459191432","imei2":"11200459191432","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167614,"job_number":"JOB_167614","tr_customer_id":167631,"tr_customer_product_id":167621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:13.000Z","name":"Garfield Trantow","mobile_number":"242-483-1707","email_id":"Giovani.Schuppe16@gmail.com","dop":"2025-06-18","serial_number":"10352114694924","imei1":"10352114694924","imei2":"10352114694924","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167613,"job_number":"JOB_167613","tr_customer_id":167630,"tr_customer_product_id":167620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Devonte O'Connell","mobile_number":"401-954-4982","email_id":"Ariane.Marks54@hotmail.com","dop":"2025-04-06","serial_number":"19501973653514","imei1":"19501973653514","imei2":"19501973653514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167612,"job_number":"JOB_167612","tr_customer_id":167629,"tr_customer_product_id":167619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10855843315205","imei1":"10855843315205","imei2":"10855843315205","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167611,"job_number":"JOB_167611","tr_customer_id":167628,"tr_customer_product_id":167618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11217777692370","imei1":"11217777692370","imei2":"11217777692370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167609,"job_number":"JOB_167609","tr_customer_id":167626,"tr_customer_product_id":167616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17302095058646","imei2":"17302095058646","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167608,"job_number":"JOB_167608","tr_customer_id":167625,"tr_customer_product_id":167615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:29.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10001369553073","imei2":"10001369553073","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167607,"job_number":"JOB_167607","tr_customer_id":167624,"tr_customer_product_id":167614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:28.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Jacey Collins","mobile_number":"944-652-7578","email_id":"Elfrieda.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"19632183660748910","imei1":"19632183660748910","imei2":"19632183660748910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167606,"job_number":"JOB_167606","tr_customer_id":167623,"tr_customer_product_id":167613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:27.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Adalberto Dare","mobile_number":"493-574-9135","email_id":"Maegan_Considine@gmail.com","dop":"2025-04-06","serial_number":"16021243648821","imei1":"16021243648821","imei2":"16021243648821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167605,"job_number":"JOB_167605","tr_customer_id":167622,"tr_customer_product_id":167612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:26.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19051448305296","imei1":"19051448305296","imei2":"19051448305296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167603,"job_number":"JOB_167603","tr_customer_id":167620,"tr_customer_product_id":167610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:21.000Z","modified_at":"2026-01-27T03:57:21.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68516838558450","imei1":"68516838558450","imei2":"68516838558450","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167602,"job_number":"JOB_167602","tr_customer_id":167619,"tr_customer_product_id":167609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Grace Blick","mobile_number":"744-224-5481","email_id":"Nayeli.Wintheiser@hotmail.com","dop":"2000-01-31","serial_number":"10459943038758","imei1":"10459943038758","imei2":"10459943038758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167600,"job_number":"JOB_167600","tr_customer_id":167617,"tr_customer_product_id":167607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Sherman DuBuque","mobile_number":"937-364-8939","email_id":"Jettie_Schowalter@hotmail.com","dop":"2026-01-04","serial_number":"17965430311336","imei1":"17965430311336","imei2":"17965430311336","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167599,"job_number":"JOB_167599","tr_customer_id":167616,"tr_customer_product_id":167606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Jeremy Herzog","mobile_number":"282-555-4118","email_id":"Ena.Bechtelar65@gmail.com","dop":"2025-04-06","serial_number":"10173421977002996","imei1":"10173421977002996","imei2":"10173421977002996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167597,"job_number":"JOB_167597","tr_customer_id":167614,"tr_customer_product_id":167604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19110931384626","imei1":"19110931384626","imei2":"19110931384626","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167596,"job_number":"JOB_167596","tr_customer_id":167613,"tr_customer_product_id":167603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:55.000Z","name":"Garland Herman","mobile_number":"810-930-1921","email_id":"Brayan.Zemlak4@hotmail.com","dop":"2025-04-06","serial_number":"15119514571700","imei1":"15119514571700","imei2":"15119514571700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167595,"job_number":"JOB_167595","tr_customer_id":167612,"tr_customer_product_id":167602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11356138290626","imei1":"11356138290626","imei2":"11356138290626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167594,"job_number":"JOB_167594","tr_customer_id":167611,"tr_customer_product_id":167601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"Leanne Bergnaum","mobile_number":"640-423-3191","email_id":"Newton0@gmail.com","dop":"2025-04-06","serial_number":"16213996860965236","imei1":"16213996860965236","imei2":"16213996860965236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167593,"job_number":"JOB_167593","tr_customer_id":167610,"tr_customer_product_id":167600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14638873223178","imei2":"14638873223178","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167592,"job_number":"JOB_167592","tr_customer_id":167609,"tr_customer_product_id":167599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12906189910328","imei2":"12906189910328","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167591,"job_number":"JOB_167591","tr_customer_id":167608,"tr_customer_product_id":167598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Jailyn Blanda","mobile_number":"281-356-8623","email_id":"Emelie_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18291131966712","imei1":"18291131966712","imei2":"18291131966712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167590,"job_number":"JOB_167590","tr_customer_id":167607,"tr_customer_product_id":167597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15246673098955","imei1":"15246673098955","imei2":"15246673098955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167588,"job_number":"JOB_167588","tr_customer_id":167605,"tr_customer_product_id":167595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:14.000Z","modified_at":"2026-01-27T03:57:14.000Z","name":"Jarod Romaguera","mobile_number":"883-986-3014","email_id":"Veda.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"11033018324819376","imei1":"11033018324819376","imei2":"11033018324819376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167587,"job_number":"JOB_167587","tr_customer_id":167604,"tr_customer_product_id":167594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:49.000Z","name":"Amani Donnelly","mobile_number":"253-395-8643","email_id":"Diamond_Keebler@hotmail.com","dop":"2025-04-06","serial_number":"10832037510535","imei1":"10832037510535","imei2":"10832037510535","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167586,"job_number":"JOB_167586","tr_customer_id":167603,"tr_customer_product_id":167593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13215400182104","imei1":"13215400182104","imei2":"13215400182104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167585,"job_number":"JOB_167585","tr_customer_id":167602,"tr_customer_product_id":167592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:11.000Z","modified_at":"2026-01-27T03:57:11.000Z","name":"Emmy Fisher","mobile_number":"650-427-0306","email_id":"Duane_Lueilwitz57@gmail.com","dop":"2025-04-06","serial_number":"11336384071000982","imei1":"11336384071000982","imei2":"11336384071000982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167584,"job_number":"JOB_167584","tr_customer_id":167601,"tr_customer_product_id":167591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:10.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Cole Rath","mobile_number":"325-290-3631","email_id":"Berry_Schuster@hotmail.com","dop":"2025-04-06","serial_number":"11190183779068","imei1":"11190183779068","imei2":"11190183779068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167582,"job_number":"JOB_167582","tr_customer_id":167599,"tr_customer_product_id":167589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:02.000Z","modified_at":"2026-01-27T03:57:02.000Z","name":"Orrin O'Reilly","mobile_number":"946-754-6258","email_id":"Palma_Kassulke@hotmail.com","dop":"2025-04-06","serial_number":"18298148128893764","imei1":"18298148128893764","imei2":"18298148128893764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167581,"job_number":"JOB_167581","tr_customer_id":167598,"tr_customer_product_id":167588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:00.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Gwendolyn Hackett","mobile_number":"673-237-0686","email_id":"Christina_McClure8@yahoo.com","dop":"2025-04-06","serial_number":"14889064039695","imei1":"14889064039695","imei2":"14889064039695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167578,"job_number":"JOB_167578","tr_customer_id":167595,"tr_customer_product_id":167585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:56.000Z","modified_at":"2026-01-27T03:56:56.000Z","name":"Gabrielle Lesch","mobile_number":"230-823-5194","email_id":"Modesta.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"18158410318607250","imei1":"18158410318607250","imei2":"18158410318607250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167577,"job_number":"JOB_167577","tr_customer_id":167594,"tr_customer_product_id":167584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:57:33.000Z","name":"Marilie Rohan","mobile_number":"248-304-9540","email_id":"Vance25@yahoo.com","dop":"2025-04-06","serial_number":"15987577073440","imei1":"15987577073440","imei2":"15987577073440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167576,"job_number":"JOB_167576","tr_customer_id":167593,"tr_customer_product_id":167583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15299749897933","imei1":"15299749897933","imei2":"15299749897933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167575,"job_number":"JOB_167575","tr_customer_id":167592,"tr_customer_product_id":167582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"Shany Skiles","mobile_number":"343-313-8058","email_id":"Blaze70@hotmail.com","dop":"2025-04-06","serial_number":"15894210290610844","imei1":"15894210290610844","imei2":"15894210290610844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167574,"job_number":"JOB_167574","tr_customer_id":167591,"tr_customer_product_id":167581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:53.000Z","modified_at":"2026-01-27T03:56:53.000Z","name":"Mertie Bruen","mobile_number":"690-491-2264","email_id":"Zion.Goyette@hotmail.com","dop":"2025-04-06","serial_number":"15584272345159952","imei1":"15584272345159952","imei2":"15584272345159952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167573,"job_number":"JOB_167573","tr_customer_id":167590,"tr_customer_product_id":167580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:31.000Z","name":"Austen Champlin","mobile_number":"469-982-3538","email_id":"Albin_Treutel36@gmail.com","dop":"2025-04-06","serial_number":"14891749000162","imei1":"14891749000162","imei2":"14891749000162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167572,"job_number":"JOB_167572","tr_customer_id":167589,"tr_customer_product_id":167579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:56:52.000Z","name":"Vicky Haag","mobile_number":"371-669-9415","email_id":"Braden83@yahoo.com","dop":"2025-04-06","serial_number":"17866526886439260","imei1":"17866526886439260","imei2":"17866526886439260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167571,"job_number":"JOB_167571","tr_customer_id":167588,"tr_customer_product_id":167578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Rosella Bergstrom","mobile_number":"701-715-2032","email_id":"Kassandra39@yahoo.com","dop":"2025-04-06","serial_number":"14025417199656","imei1":"14025417199656","imei2":"14025417199656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167570,"job_number":"JOB_167570","tr_customer_id":167587,"tr_customer_product_id":167577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12442143109962","imei1":"12442143109962","imei2":"12442143109962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167569,"job_number":"JOB_167569","tr_customer_id":167586,"tr_customer_product_id":167576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"Brionna Lakin","mobile_number":"382-873-6677","email_id":"Desiree.Carroll36@gmail.com","dop":"2025-06-18","serial_number":"1066996724856225","imei1":"1066996724856225","imei2":"1066996724856225","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167568,"job_number":"JOB_167568","tr_customer_id":167585,"tr_customer_product_id":167575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:57:30.000Z","name":"Damion Walker","mobile_number":"425-372-2349","email_id":"Zola23@hotmail.com","dop":"2025-04-06","serial_number":"11972983969648","imei1":"11972983969648","imei2":"11972983969648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167567,"job_number":"JOB_167567","tr_customer_id":167584,"tr_customer_product_id":167574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Kirsten Purdy","mobile_number":"667-490-5340","email_id":"Ellsworth.Lynch@yahoo.com","dop":"2025-06-18","serial_number":"10974195504643","imei1":"10974195504643","imei2":"10974195504643","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167566,"job_number":"JOB_167566","tr_customer_id":167583,"tr_customer_product_id":167573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:56:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10377252459264","imei1":"10377252459264","imei2":"10377252459264","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167565,"job_number":"JOB_167565","tr_customer_id":167582,"tr_customer_product_id":167572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:49.000Z","modified_at":"2026-01-27T03:56:49.000Z","name":"Julie Welch","mobile_number":"571-317-7787","email_id":"Raymond93@hotmail.com","dop":"2025-04-06","serial_number":"19012616646092010","imei1":"19012616646092010","imei2":"19012616646092010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167564,"job_number":"JOB_167564","tr_customer_id":167581,"tr_customer_product_id":167571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:47.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Ralph Gerlach","mobile_number":"746-208-3832","email_id":"Trey_Reilly@gmail.com","dop":"2025-04-06","serial_number":"16572571827001","imei1":"16572571827001","imei2":"16572571827001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167563,"job_number":"JOB_167563","tr_customer_id":167580,"tr_customer_product_id":167570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:41.000Z","modified_at":"2026-01-27T03:56:41.000Z","name":"Lisandro Bruen","mobile_number":"911-424-7644","email_id":"Jodie_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13282450462299732","imei1":"13282450462299732","imei2":"13282450462299732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167562,"job_number":"JOB_167562","tr_customer_id":167579,"tr_customer_product_id":167569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Lue Schinner","mobile_number":"470-782-4153","email_id":"Braulio37@hotmail.com","dop":"2025-04-06","serial_number":"19673463751655","imei1":"19673463751655","imei2":"19673463751655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167561,"job_number":"JOB_167561","tr_customer_id":167578,"tr_customer_product_id":167568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:56:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13427742008225","imei1":"13427742008225","imei2":"13427742008225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167560,"job_number":"JOB_167560","tr_customer_id":167577,"tr_customer_product_id":167567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:38.000Z","modified_at":"2026-01-27T03:56:47.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"46832736178143","imei1":"46832736178143","imei2":"46832736178143","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167559,"job_number":"JOB_167559","tr_customer_id":167576,"tr_customer_product_id":167566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:28.000Z","modified_at":"2026-01-27T03:56:28.000Z","name":"Deron Sanford","mobile_number":"639-632-3468","email_id":"Rey.Kiehn35@yahoo.com","dop":"2025-04-06","serial_number":"18509899910406510","imei1":"18509899910406510","imei2":"18509899910406510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167558,"job_number":"JOB_167558","tr_customer_id":167575,"tr_customer_product_id":167565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:56:36.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"86433522314885","imei1":"86433522314885","imei2":"86433522314885","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167557,"job_number":"JOB_167557","tr_customer_id":167574,"tr_customer_product_id":167564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:57:03.000Z","name":"Cortez Okuneva","mobile_number":"243-379-2128","email_id":"Evangeline.Haag37@yahoo.com","dop":"2025-04-06","serial_number":"13784274402878","imei1":"13784274402878","imei2":"13784274402878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167556,"job_number":"JOB_167556","tr_customer_id":167573,"tr_customer_product_id":167563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:19.000Z","modified_at":"2026-01-27T03:05:19.000Z","name":"Alvena Williamson","mobile_number":"423-695-9416","email_id":"Ralph_Daniel99@gmail.com","dop":"2025-04-06","serial_number":"13929952924531452","imei1":"13929952924531452","imei2":"13929952924531452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167555,"job_number":"JOB_167555","tr_customer_id":167572,"tr_customer_product_id":167562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:18.000Z","modified_at":"2026-01-27T03:05:53.000Z","name":"Lue Koss","mobile_number":"890-272-0890","email_id":"Kariane88@yahoo.com","dop":"2025-04-06","serial_number":"12622222412301","imei1":"12622222412301","imei2":"12622222412301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167554,"job_number":"JOB_167554","tr_customer_id":167571,"tr_customer_product_id":167561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:17.000Z","modified_at":"2026-01-27T03:05:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14795401254556","imei1":"14795401254556","imei2":"14795401254556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167553,"job_number":"JOB_167553","tr_customer_id":167570,"tr_customer_product_id":167560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:37.000Z","modified_at":"2026-01-27T03:04:37.000Z","name":"Donato Labadie","mobile_number":"458-864-3903","email_id":"Osbaldo.Skiles@yahoo.com","dop":"2025-04-06","serial_number":"16685826357599888","imei1":"16685826357599888","imei2":"16685826357599888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167552,"job_number":"JOB_167552","tr_customer_id":167569,"tr_customer_product_id":167559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:05:10.000Z","name":"Ines Bins","mobile_number":"331-644-1254","email_id":"Marianne95@hotmail.com","dop":"2025-04-06","serial_number":"10196588918332","imei1":"10196588918332","imei2":"10196588918332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167551,"job_number":"JOB_167551","tr_customer_id":167568,"tr_customer_product_id":167558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:04:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11769976971366","imei1":"11769976971366","imei2":"11769976971366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167550,"job_number":"JOB_167550","tr_customer_id":167567,"tr_customer_product_id":167557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:54.000Z","modified_at":"2026-01-27T03:03:54.000Z","name":"Jayce Olson","mobile_number":"471-289-5640","email_id":"Sister83@gmail.com","dop":"2025-04-06","serial_number":"16134674822616796","imei1":"16134674822616796","imei2":"16134674822616796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167549,"job_number":"JOB_167549","tr_customer_id":167566,"tr_customer_product_id":167556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:04:28.000Z","name":"Murphy Walker","mobile_number":"437-509-6401","email_id":"Jadyn_Dickinson89@hotmail.com","dop":"2025-04-06","serial_number":"16209779649139","imei1":"16209779649139","imei2":"16209779649139","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167548,"job_number":"JOB_167548","tr_customer_id":167565,"tr_customer_product_id":167555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:03:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14540231857564","imei1":"14540231857564","imei2":"14540231857564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167543,"job_number":"JOB_167543","tr_customer_id":167560,"tr_customer_product_id":167550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T01:31:06.000Z","modified_at":"2026-01-27T01:31:06.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-17","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-17T01:31:05.469619446Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T01:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":168469,"job_number":"JOB_168469","tr_customer_id":168486,"tr_customer_product_id":168476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:07.000Z","modified_at":"2026-01-27T14:28:07.000Z","name":"Callie Bernhard","mobile_number":"870-614-3117","email_id":"Walton_Jakubowski30@yahoo.com","dop":"2000-01-31","serial_number":"1030842983708839","imei1":"1030842983708839","imei2":"1030842983708839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168467,"job_number":"JOB_168467","tr_customer_id":168484,"tr_customer_product_id":168474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:28:05.000Z","modified_at":"2026-01-27T14:28:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10669631252517","imei1":"10669631252517","imei2":"10669631252517","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168460,"job_number":"JOB_168460","tr_customer_id":168477,"tr_customer_product_id":168467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:14.000Z","modified_at":"2026-01-27T14:27:14.000Z","name":"Mossie Lindgren","mobile_number":"897-460-5705","email_id":"Keara.Funk@yahoo.com","dop":"2000-01-31","serial_number":"1076906634427195","imei1":"1076906634427195","imei2":"1076906634427195","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168458,"job_number":"JOB_168458","tr_customer_id":168475,"tr_customer_product_id":168465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:27:12.000Z","modified_at":"2026-01-27T14:27:12.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10272219680675","imei1":"10272219680675","imei2":"10272219680675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168457,"job_number":"JOB_168457","tr_customer_id":168474,"tr_customer_product_id":168464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:21.000Z","modified_at":"2026-01-27T14:26:21.000Z","name":"Valerie Hayes","mobile_number":"990-952-5100","email_id":"Odell.Lowe@yahoo.com","dop":"2000-01-31","serial_number":"1048247811600389","imei1":"1048247811600389","imei2":"1048247811600389","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168455,"job_number":"JOB_168455","tr_customer_id":168472,"tr_customer_product_id":168462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:26:19.000Z","modified_at":"2026-01-27T14:26:19.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10008870097241","imei1":"10008870097241","imei2":"10008870097241","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168450,"job_number":"JOB_168450","tr_customer_id":168467,"tr_customer_product_id":168457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:27.000Z","modified_at":"2026-01-27T14:25:27.000Z","name":"Alessandro Brekke","mobile_number":"308-295-0330","email_id":"Brionna_Wolff12@gmail.com","dop":"2000-01-31","serial_number":"1050533870084755","imei1":"1050533870084755","imei2":"1050533870084755","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":168448,"job_number":"JOB_168448","tr_customer_id":168465,"tr_customer_product_id":168455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T14:25:25.000Z","modified_at":"2026-01-27T14:25:25.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10058359478847","imei1":"10058359478847","imei2":"10058359478847","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T14:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167893,"job_number":"JOB_167893","tr_customer_id":167910,"tr_customer_product_id":167900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:01.000Z","modified_at":"2026-01-27T06:38:01.000Z","name":"Jonatan Boyle","mobile_number":"565-294-8891","email_id":"Domenica_Bosco@gmail.com","dop":"2000-01-31","serial_number":"1030009739899854","imei1":"1030009739899854","imei2":"1030009739899854","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167891,"job_number":"JOB_167891","tr_customer_id":167908,"tr_customer_product_id":167898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:59.000Z","modified_at":"2026-01-27T06:37:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10174215740446","imei1":"10174215740446","imei2":"10174215740446","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167887,"job_number":"JOB_167887","tr_customer_id":167904,"tr_customer_product_id":167894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:17.000Z","modified_at":"2026-01-27T06:37:17.000Z","name":"Phyllis Stoltenberg","mobile_number":"269-487-7127","email_id":"Enos.Ernser@yahoo.com","dop":"2000-01-31","serial_number":"1017361775799387","imei1":"1017361775799387","imei2":"1017361775799387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167885,"job_number":"JOB_167885","tr_customer_id":167902,"tr_customer_product_id":167892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:15.000Z","modified_at":"2026-01-27T06:37:15.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10975522372856","imei1":"10975522372856","imei2":"10975522372856","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167876,"job_number":"JOB_167876","tr_customer_id":167893,"tr_customer_product_id":167883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:33.000Z","modified_at":"2026-01-27T06:36:33.000Z","name":"Princess Bartell","mobile_number":"610-243-2625","email_id":"Frederique.Nienow41@gmail.com","dop":"2000-01-31","serial_number":"1008582811372429","imei1":"1008582811372429","imei2":"1008582811372429","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167874,"job_number":"JOB_167874","tr_customer_id":167891,"tr_customer_product_id":167881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:31.000Z","modified_at":"2026-01-27T06:36:31.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10620499692264","imei1":"10620499692264","imei2":"10620499692264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167868,"job_number":"JOB_167868","tr_customer_id":167885,"tr_customer_product_id":167875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:49.000Z","modified_at":"2026-01-27T06:35:49.000Z","name":"Marcelle Zieme","mobile_number":"348-753-9040","email_id":"Lottie_Schiller95@hotmail.com","dop":"2000-01-31","serial_number":"1044629435192454","imei1":"1044629435192454","imei2":"1044629435192454","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167866,"job_number":"JOB_167866","tr_customer_id":167883,"tr_customer_product_id":167873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:35:47.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10437737016874","imei1":"10437737016874","imei2":"10437737016874","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167726,"job_number":"JOB_167726","tr_customer_id":167743,"tr_customer_product_id":167733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:35.000Z","modified_at":"2026-01-27T03:59:35.000Z","name":"Ansel Durgan","mobile_number":"326-411-8036","email_id":"Geo.Bayer12@yahoo.com","dop":"2000-01-31","serial_number":"1040609851694983","imei1":"1040609851694983","imei2":"1040609851694983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167724,"job_number":"JOB_167724","tr_customer_id":167741,"tr_customer_product_id":167731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T03:59:34.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10756932133754","imei1":"10756932133754","imei2":"10756932133754","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167701,"job_number":"JOB_167701","tr_customer_id":167718,"tr_customer_product_id":167708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"Gilda Moore","mobile_number":"609-676-5261","email_id":"Wade_Bernier40@hotmail.com","dop":"2000-01-31","serial_number":"1014467587513357","imei1":"1014467587513357","imei2":"1014467587513357","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167697,"job_number":"JOB_167697","tr_customer_id":167714,"tr_customer_product_id":167704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10404146666771","imei1":"10404146666771","imei2":"10404146666771","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167660,"job_number":"JOB_167660","tr_customer_id":167677,"tr_customer_product_id":167667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Lilla Rodriguez","mobile_number":"471-903-4904","email_id":"Miracle77@hotmail.com","dop":"2000-01-31","serial_number":"1003103858390333","imei1":"1003103858390333","imei2":"1003103858390333","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167656,"job_number":"JOB_167656","tr_customer_id":167673,"tr_customer_product_id":167663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10368661501071","imei1":"10368661501071","imei2":"10368661501071","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167604,"job_number":"JOB_167604","tr_customer_id":167621,"tr_customer_product_id":167611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:22.000Z","modified_at":"2026-01-27T03:57:22.000Z","name":"Kathlyn Emard","mobile_number":"883-509-2132","email_id":"Flavie_Vandervort@hotmail.com","dop":"2000-01-31","serial_number":"1042892078118244","imei1":"1042892078118244","imei2":"1042892078118244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167601,"job_number":"JOB_167601","tr_customer_id":167618,"tr_customer_product_id":167608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10001153009440","imei1":"10001153009440","imei2":"10001153009440","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_151329"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 272ms
Mean size per request: 1007B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDJ9.zF46uyWskZN1qtN2Tj1SJHfj2DlGbdFt42LcxdsOJds
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token c14c606c-f467-4d9a-8a1c-30315896e6e3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 27
Request Body
{"searchText":"JOB_168617"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1007
ETag W/"3ef-3CGusD/QAZoTunw37tvvSNH9g/0"
Vary Accept-Encoding
Date Tue, 27 Jan 2026 17:05:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":168617,"job_number":"JOB_168617","tr_customer_id":168634,"tr_customer_product_id":168624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:44.000Z","modified_at":"2026-01-27T17:05:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18490025444105","imei2":"18490025444105","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T17:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_151329' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_168617
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 2.56KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MzM1NDJ9.zF46uyWskZN1qtN2Tj1SJHfj2DlGbdFt42LcxdsOJds
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 7b70a89b-0613-4f76-9505-fe32863634c0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"a3a-/jmuSqNDmTGH+w2AXyvldm9WB9Y"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 27 Jan 2026 17:05:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":168617,"job_number":"JOB_168617","tr_customer_id":168634,"tr_customer_product_id":168624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T17:05:44.000Z","modified_at":"2026-01-27T17:05:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18490025444105","imei2":"18490025444105","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T17:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":645286,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-27T17:05:44.000Z","created_at":"2026-01-27T17:05:44.000Z"},{"id":645287,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-27T17:05:44.000Z","created_at":"2026-01-27T17:05:44.000Z"},{"id":645288,"mst_action_status":"Pending For Repair","assigned_by":"John Cena","assigned_to":"Mark zuk","assigned_on":"2026-01-27T17:05:47.000Z","created_at":"2026-01-27T17:05:47.000Z"},{"id":645289,"mst_action_status":"Pending For QC","assigned_by":"Mark zuk","assigned_to":null,"assigned_on":"2026-01-27T17:05:50.000Z","created_at":"2026-01-27T17:05:50.000Z"},{"id":645290,"mst_action_status":"Pending for Delivery","assigned_by":"qc qc","assigned_to":null,"assigned_on":"2026-01-27T17:05:52.000Z","created_at":"2026-01-27T17:05:52.000Z"},{"id":645291,"mst_action_status":"Delivered to customer","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-27T17:05:55.000Z","created_at":"2026-01-27T17:05:55.000Z"},{"id":645292,"mst_action_status":"Job Closed Successfully","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-27T17:05:55.000Z","created_at":"2026-01-27T17:05:55.000Z"}],"problems":[{"id":150054,"problem":"Smartphone is running slow","remark":"phone slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-27T17:05:44.000Z"},{"id":150055,"problem":"Smartphone is running slow","remark":"updated os","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-01-27T17:05:50.000Z"}],"quatations":[]}}
Test Information
No Tests for this request